arm64: dts: rockchip: add the PCIe PHY for RK3399
authorShawn Lin <shawn.lin@rock-chips.com>
Fri, 19 Aug 2016 03:24:27 +0000 (11:24 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 2 Sep 2016 15:15:59 +0000 (17:15 +0200)
This patch adds PCIe node for RK3399 to support
PCIe controller.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 7df782a..0f97978 100644 (file)
                        #phy-cells = <0>;
                        status = "disabled";
                };
+
+               pcie_phy: pcie-phy {
+                       compatible = "rockchip,rk3399-pcie-phy";
+                       clocks = <&cru SCLK_PCIEPHY_REF>;
+                       clock-names = "refclk";
+                       #phy-cells = <0>;
+                       resets = <&cru SRST_PCIEPHY>;
+                       reset-names = "phy";
+                       status = "disabled";
+               };
        };
 
        watchdog@ff848000 {