dts: arm: nxp: use DT to configure USBD on Kinetis SoC
Add DT and fixup files to configure USB device driver on Kinetis SoC K64F and KW24D512. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
9c27ae7162
commit
d8cd119562
6 changed files with 43 additions and 0 deletions
|
@ -380,6 +380,16 @@
|
|||
label = "ADC_1";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usbd: usbd@40027000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x40072000 0x1000>;
|
||||
interrupts = <53 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
num-bidir-endpoints = <16>;
|
||||
status = "disabled";
|
||||
label = "USBD";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue