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

Commit f16c7fb2 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Wei Xu
Browse files

ARM: dts: hix5hd2: add usb node

parent b196e1ca
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -199,5 +199,19 @@
			clocks = <&clock HIX5HD2_MAC1_CLK>;
			status = "disabled";
		};

		usb0: ehci@1890000 {
		        compatible = "generic-ehci";
			reg = <0x1890000 0x1000>;
			interrupts = <0 66 4>;
			clocks = <&clock HIX5HD2_USB_CLK>;
	        };

		usb1: ohci@1880000 {
			compatible = "generic-ohci";
			reg = <0x1880000 0x1000>;
			interrupts = <0 67 4>;
			clocks = <&clock HIX5HD2_USB_CLK>;
		};
	};
};