mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
889348593b
Sync linux-next v5.7-rc1 rk3399pro.dtsi. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
22 lines
487 B
Text
22 lines
487 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
|
|
|
|
#include "rk3399.dtsi"
|
|
|
|
/ {
|
|
compatible = "rockchip,rk3399pro";
|
|
};
|
|
|
|
/* Default to enabled since AP talk to NPU part over pcie */
|
|
&pcie_phy {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Default to enabled since AP talk to NPU part over pcie */
|
|
&pcie0 {
|
|
ep-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
|
|
num-lanes = <4>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pcie_clkreqn_cpm>;
|
|
status = "okay";
|
|
};
|