soc: nxp_imx: configure USB device EHCI controller driver for rt1050

add usbd1 definition to rt dts file,
set EHCI controller config default value in rt1050 default config file,
add EHCI controller driver MACROs to dts_fixup.h,
initialize EHCI clock in rt soc.c
add HAS_MCUX_USB_EHCI for supported soc in Kconfig.soc

Signed-off-by: Mark Wang <yichang.wang@nxp.com>
This commit is contained in:
Mark Wang 2019-05-05 13:20:04 +08:00 committed by Maureen Helm
commit 32f8521cce
5 changed files with 57 additions and 0 deletions

View file

@ -327,6 +327,17 @@
interrupts = <53 0>;
label = "TRNG";
};
usbd1: usbd@402E0000 {
compatible = "nxp,kinetis-usbd";
reg = <0x402E0200 0x1000>;
interrupts = <113 1>;
interrupt-names = "usb_otg";
num-bidir-endpoints = <8>;
maximum-speed = "full-speed";
status = "disabled";
label = "USBD_1";
};
};
};