mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user