Skip to content

Commit 3aaed1b

Browse files
committed
dts: arm: nxp: update nxp_rw6xx_common.dtsi for usb host.
Add usbh node. Signed-off-by: Aiden Hu <[email protected]>
1 parent 87c8fdb commit 3aaed1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/nxp/nxp_rw6xx_common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@
241241
status = "disabled";
242242
};
243243

244+
usbh: usbh@145000 {
245+
compatible = "nxp,uhc-ehci";
246+
reg = <0x145000 0x200>;
247+
interrupts = <50 1>;
248+
interrupt-names = "usb_otg";
249+
power-domains = <&power_mode3_domain>;
250+
status = "disabled";
251+
};
252+
244253
flexcomm0: flexcomm@106000 {
245254
compatible = "nxp,lpc-flexcomm";
246255
reg = <0x106000 0x1000>;

0 commit comments

Comments
 (0)