arm64: dts: rockchip: Add PCIe node for rk1808 evb

Add PCIe node for rk1808 evb. If actviating PCIe, we
should set usbdrd_dwc3 as disabled.

Change-Id: I807e16d7950cbf76ceb07053c12905ee4566bdaa
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin
2018-11-06 09:49:20 +08:00
parent 328239e125
commit ff94067974

View File

@@ -598,6 +598,12 @@
status = "okay";
};
&pcie0 {
reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
/* Disable usbdrd_dwc3 simultaneouslly if using pcie0 */
status = "disabled";
};
&power {
pd_npu-supply = <&vdd_npu>;
};