Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cabd2ea2 authored by Yunzhi Li's avatar Yunzhi Li Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: add properties for dwc2 usb otg controller



Add properties for dwc2 usb device controller according to
Documentation/devicetree/bindings/usb/dwc2.txt

Signed-off-by: default avatarYunzhi Li <lyz@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8c653f9a
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -442,6 +442,7 @@
		interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&cru HCLK_USBHOST1>;
		clocks = <&cru HCLK_USBHOST1>;
		clock-names = "otg";
		clock-names = "otg";
		dr_mode = "host";
		phys = <&usbphy2>;
		phys = <&usbphy2>;
		phy-names = "usb2-phy";
		phy-names = "usb2-phy";
		status = "disabled";
		status = "disabled";
@@ -454,6 +455,11 @@
		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&cru HCLK_OTG0>;
		clocks = <&cru HCLK_OTG0>;
		clock-names = "otg";
		clock-names = "otg";
		dr_mode = "otg";
		g-np-tx-fifo-size = <16>;
		g-rx-fifo-size = <275>;
		g-tx-fifo-size = <256 128 128 64 64 32>;
		g-use-dma;
		phys = <&usbphy0>;
		phys = <&usbphy0>;
		phy-names = "usb2-phy";
		phy-names = "usb2-phy";
		status = "disabled";
		status = "disabled";