From f16c7fb2f3ff258322850ac6f558d3b61ceb5a2b Mon Sep 17 00:00:00 2001 From: Zhangfei Gao Date: Wed, 20 Aug 2014 14:57:44 +0800 Subject: [PATCH] ARM: dts: hix5hd2: add usb node Signed-off-by: Zhangfei Gao Signed-off-by: Jiancheng Xue Signed-off-by: Wei Xu --- arch/arm/boot/dts/hisi-x5hd2.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 802331b4c714..92522644c82b 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -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>; + }; }; }; -- 2.34.1