boards: frdm_kl25z: add USB support
Add USB support to FRDM_KL25Z board. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
558eac2f98
commit
2055b84f79
8 changed files with 44 additions and 0 deletions
|
@ -137,6 +137,16 @@
|
|||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
usbd: usbd@40072000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x40072000 0x1000>;
|
||||
interrupts = <24 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
num-bidir-endpoints = <16>;
|
||||
status = "disabled";
|
||||
label = "USBD";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue