MLK-24368-1 arm64: dts: imx8qm: Add support for USBH1
Add support for USBH1 on imx8qm, USBH1 is a HSIC controller Reviewed-by: Jun Li <jun.li@nxp.com> CC: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Alifer Moraes <alifer.moraes@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
This commit is contained in:
committed by
Peter Chen
parent
ee28ce5745
commit
ee96e9f815
@ -62,6 +62,31 @@ conn_subsys: bus@5b000000 {
|
||||
reg = <0x5b0d0200 0x200>;
|
||||
};
|
||||
|
||||
usbh1: usb@5b0e0000 {
|
||||
compatible = "fsl,imx8qm-usb", "fsl,imx7ulp-usb",
|
||||
"fsl,imx27-usb";
|
||||
reg = <0x5b0e0000 0x200>;
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
|
||||
phy_type = "hsic";
|
||||
dr_mode = "host";
|
||||
fsl,usbphy = <&usbphynop2>;
|
||||
fsl,usbmisc = <&usbmisc2 0>;
|
||||
clocks = <&usb2_lpcg 0>;
|
||||
ahb-burst-config = <0x0>;
|
||||
tx-burst-size-dword = <0x10>;
|
||||
rx-burst-size-dword = <0x10>;
|
||||
#stream-id-cells = <1>;
|
||||
power-domains = <&pd IMX_SC_R_USB_1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usbmisc2: usbmisc@5b0e0200 {
|
||||
#index-cells = <1>;
|
||||
compatible = "fsl,imx7ulp-usbmisc", "fsl,imx6q-usbmisc";
|
||||
reg = <0x5b0e0200 0x200>;
|
||||
};
|
||||
|
||||
usbphy1: usbphy@0x5b100000 {
|
||||
compatible = "fsl,imx8qm-usbphy", "fsl,imx7ulp-usbphy",
|
||||
"fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
|
||||
@ -183,6 +208,14 @@ conn_subsys: bus@5b000000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usbphynop2: usbphynop2 {
|
||||
compatible = "usb-nop-xceiv";
|
||||
clocks = <&usb2_lpcg 1>;
|
||||
clock-names = "main_clk";
|
||||
power-domains = <&pd IMX_SC_R_USB_0_PHY>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
usbotg3: usb3@5b110000 {
|
||||
compatible = "Cadence,usb3";
|
||||
reg = <0x5B110000 0x10000>,
|
||||
|
||||
Reference in New Issue
Block a user