summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ph1-ld11.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-05-25 12:27:44 -0400
committerTom Rini <trini@konsulko.com>2016-05-25 12:27:44 -0400
commit1b80e79586b0b777afa6a905961000c8495828cc (patch)
tree283a3a4883479022785ba0bfea05e62a460f7d96 /arch/arm/dts/uniphier-ph1-ld11.dtsi
parent826d06dbdd0e29ab0d8bd76d1ca640e2dfdb076c (diff)
parentd7e103c08f5bb29d8126eaef3b7b6d6bafacea80 (diff)
downloadu-boot-1b80e79586b0b777afa6a905961000c8495828cc.tar.gz
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-ld11.dtsi')
-rw-r--r--arch/arm/dts/uniphier-ph1-ld11.dtsi36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld11.dtsi b/arch/arm/dts/uniphier-ph1-ld11.dtsi
index 7d498cebe9..e485f90a97 100644
--- a/arch/arm/dts/uniphier-ph1-ld11.dtsi
+++ b/arch/arm/dts/uniphier-ph1-ld11.dtsi
@@ -190,6 +190,42 @@
reg = <0x59801000 0x400>;
};
+ usb0: usb@5a800100 {
+ compatible = "socionext,uniphier-ehci", "generic-ehci";
+ status = "disabled";
+ reg = <0x5a800100 0x100>;
+ interrupts = <0 243 4>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb0>;
+ clocks = <&mio 3>, <&mio 6>;
+ };
+
+ usb1: usb@5a810100 {
+ compatible = "socionext,uniphier-ehci", "generic-ehci";
+ status = "disabled";
+ reg = <0x5a810100 0x100>;
+ interrupts = <0 244 4>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb1>;
+ clocks = <&mio 4>, <&mio 6>;
+ };
+
+ usb2: usb@5a820100 {
+ compatible = "socionext,uniphier-ehci", "generic-ehci";
+ status = "disabled";
+ reg = <0x5a820100 0x100>;
+ interrupts = <0 245 4>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb2>;
+ clocks = <&mio 5>, <&mio 6>;
+ };
+
+ mio: mioctrl@5b3e0000 {
+ compatible = "socionext,ph1-ld11-mioctrl";
+ reg = <0x5b3e0000 0x800>;
+ #clock-cells = <1>;
+ };
+
pinctrl: pinctrl@5f801000 {
compatible = "socionext,ph1-ld11-pinctrl", "syscon";
reg = <0x5f801000 0xe00>;