Skip to content

Commit 725c28e

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add usb nodes to NXP MCXA156 dtsi file
Add usb nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent 1b5c590 commit 725c28e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/nxp/nxp_mcxa156.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,16 @@
296296
resolution = <32>;
297297
status = "disabled";
298298
};
299+
300+
usb: usbd@400a4000 {
301+
compatible = "nxp,kinetis-usbd";
302+
reg = <0x400a4000 0x1000>;
303+
interrupts = <36 1>;
304+
interrupt-names = "usb";
305+
num-bidir-endpoints = <16>;
306+
status = "disabled";
307+
no-voltage-regulator;
308+
};
299309
};
300310
};
301311

0 commit comments

Comments
 (0)