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
|
@ -70,3 +70,9 @@
|
|||
status = "ok";
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&usbd {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
status = "ok";
|
||||
num-bidir-endpoints = <8>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue