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

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