Skip to content

Commit

Permalink
ARM: dts: hix5hd2: add usb node
Browse files Browse the repository at this point in the history
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
  • Loading branch information
Zhangfei Gao authored and Wei Xu committed Sep 16, 2014
1 parent b196e1c commit f16c7fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/hisi-x5hd2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit f16c7fb

Please sign in to comment.