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:
Johann Fischer 2018-05-28 18:41:12 +02:00 committed by Kumar Gala
commit 2055b84f79
8 changed files with 44 additions and 0 deletions

View file

@ -70,3 +70,9 @@
status = "ok";
current-speed = <115200>;
};
&usbd {
compatible = "nxp,kinetis-usbd";
status = "ok";
num-bidir-endpoints = <8>;
};