arm64: dts: rockchip: rk3399pro-npu: Add usb_pcie_grf node for combphy driver

Change-Id: I7ebbea8cb74205fb1fda7c37fc123f2d1e10b903
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin
2018-11-05 09:55:27 +08:00
committed by Tao Huang
parent b4f938f5c3
commit 7a68e504c1

View File

@@ -168,6 +168,11 @@
#size-cells = <1>;
};
usb_pcie_grf: syscon@fe040000 {
compatible = "rockchip,usb-pcie-grf", "syscon";
reg = <0x0 0xfe040000 0x0 0x1000>;
};
qos_npu: qos@fe850000 {
compatible = "syscon";
reg = <0x0 0xfe850000 0x0 0x20>;
@@ -268,6 +273,7 @@
reset-names = "otg-rst", "combphy-por",
"combphy-apb", "combphy-pipe";
rockchip,combphygrf = <&combphy_grf>;
rockchip,usbpciegrf = <&usb_pcie_grf>;
status = "disabled";
};