summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-proxstream2.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-11-04 12:56:07 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-11-11 14:35:34 (GMT)
commit2610b1362b7a6b7bb880d1aa4f7c960997305bc3 (patch)
tree3b0b675ca29492d5068f5a85b782d7673630d6cf /arch/arm/dts/uniphier-proxstream2.dtsi
parent57e2c481c7a5a5a2e3d2831a4f20bd835178d6d7 (diff)
downloadu-boot-2610b1362b7a6b7bb880d1aa4f7c960997305bc3.tar.xz
ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2
This makes USB3.0 available on new SoCs/boards. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/uniphier-proxstream2.dtsi')
-rw-r--r--arch/arm/dts/uniphier-proxstream2.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-proxstream2.dtsi b/arch/arm/dts/uniphier-proxstream2.dtsi
index 8b496a7..cd0cf4e 100644
--- a/arch/arm/dts/uniphier-proxstream2.dtsi
+++ b/arch/arm/dts/uniphier-proxstream2.dtsi
@@ -235,6 +235,24 @@
reg = <0x60001000 0x1000>,
<0x60000100 0x100>;
};
+
+ usb0: usb@65a00000 {
+ compatible = "socionext,uniphier-xhci", "generic-xhci";
+ status = "disabled";
+ reg = <0x65a00000 0x100>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
+ interrupts = <0 134 4>;
+ };
+
+ usb1: usb@65c00000 {
+ compatible = "socionext,uniphier-xhci", "generic-xhci";
+ status = "disabled";
+ reg = <0x65c00000 0x100>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
+ interrupts = <0 137 4>;
+ };
};
};