Skip to content

Commit 42737a7

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add usb nodes to NXP MCXA153 dtsi file
Add usb nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent 11a18da commit 42737a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/nxp/nxp_mcxa153.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@
343343
};
344344
};
345345

346+
usb: usbd@400a4000 {
347+
compatible = "nxp,kinetis-usbd";
348+
reg = <0x400a4000 0x1000>;
349+
interrupts = <36 1>;
350+
interrupt-names = "usb";
351+
num-bidir-endpoints = <16>;
352+
status = "disabled";
353+
no-voltage-regulator;
354+
};
355+
346356
wwdt0: watchdog@4000c000 {
347357
compatible = "nxp,lpc-wwdt";
348358
reg = <0x4000c000 0x1000>;

0 commit comments

Comments
 (0)