mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02:00
rockchip: dts: rk3328: add ehci and ohci node and enable host0 port
Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d16f514d8c
commit
ef82a0db5a
@ -43,3 +43,11 @@
|
|||||||
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
|
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb_host0_ehci {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb_host0_ohci {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
@ -446,6 +446,20 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
usb_host0_ehci: usb@ff5c0000 {
|
||||||
|
compatible = "generic-ehci";
|
||||||
|
reg = <0x0 0xff5c0000 0x0 0x10000>;
|
||||||
|
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
usb_host0_ohci: usb@ff5d0000 {
|
||||||
|
compatible = "generic-ohci";
|
||||||
|
reg = <0x0 0xff5d0000 0x0 0x10000>;
|
||||||
|
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
sdmmc_ext: rksdmmc@ff5f0000 {
|
sdmmc_ext: rksdmmc@ff5f0000 {
|
||||||
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
|
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
|
||||||
reg = <0x0 0xff5f0000 0x0 0x4000>;
|
reg = <0x0 0xff5f0000 0x0 0x4000>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user