dts: arm/nxp: Add usb nodes to NXP MCXA156 dtsi file
Add usb nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
1b5c590ae8
commit
725c28ec4e
1 changed files with 10 additions and 0 deletions
|
@ -296,6 +296,16 @@
|
|||
resolution = <32>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usb: usbd@400a4000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x400a4000 0x1000>;
|
||||
interrupts = <36 1>;
|
||||
interrupt-names = "usb";
|
||||
num-bidir-endpoints = <16>;
|
||||
status = "disabled";
|
||||
no-voltage-regulator;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue