From: Zhangfei Gao Date: Wed, 20 Aug 2014 06:57:44 +0000 (+0800) Subject: ARM: dts: hix5hd2: add usb node X-Git-Tag: v3.19-rc1~57^2~15^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d1a3a0d6ad10eda4c8a8877a08cde92d855c4d94;p=linux.git ARM: dts: hix5hd2: add usb node Signed-off-by: Zhangfei Gao Signed-off-by: Jiancheng Xue Signed-off-by: Wei Xu --- diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index fea5d5cf3a31..4f9e8a3da294 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -201,5 +201,19 @@ gmac1: ethernet@1841000 { 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>; + }; }; };