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:
Johann Fischer 2018-03-15 19:40:05 +01:00 committed by Maureen Helm
commit d8cd119562
6 changed files with 43 additions and 0 deletions

View file

@ -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";
};
};
};