Commit fd14e6f9 authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: add dwc2 controllers for rk3066 and rk3188

Add the two dwc2 controllers providing an otg and a designated host port.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ce6965eb
......@@ -91,6 +91,24 @@ uart1: serial@10126000 {
status = "disabled";
};
usb_otg: usb@10180000 {
compatible = "rockchip,rk3066-usb", "snps,dwc2";
reg = <0x10180000 0x40000>;
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_OTG0>;
clock-names = "otg";
status = "disabled";
};
usb_host: usb@101c0000 {
compatible = "snps,dwc2";
reg = <0x101c0000 0x40000>;
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_OTG1>;
clock-names = "otg";
status = "disabled";
};
mmc0: dwmmc@10214000 {
compatible = "rockchip,rk2928-dw-mshc";
reg = <0x10214000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment