ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 4 Nov 2015 12:56:07 +0000 (21:56 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 11 Nov 2015 14:35:34 +0000 (23:35 +0900)
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>
arch/arm/dts/uniphier-ph1-ld6b-ref.dts
arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
arch/arm/dts/uniphier-ph1-pro5.dtsi
arch/arm/dts/uniphier-proxstream2-gentil.dts
arch/arm/dts/uniphier-proxstream2-vodka.dts
arch/arm/dts/uniphier-proxstream2.dtsi

index bd86f09..ccadd81 100644 (file)
        status = "okay";
 };
 
+&usb0 {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
+};
+
 /* for U-boot only */
 / {
        soc {
index 912bc27..52dd1f9 100644 (file)
        status = "okay";
 };
 
+&usb1 {
+       status = "okay";
+};
+
 /* for U-boot only */
 / {
        soc {
index a15c7b2..6f19bf8 100644 (file)
                        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>;
+                       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_usb2>;
+                       interrupts = <0 137 4>;
+               };
        };
 };
 
index 81d2385..d0af8ac 100644 (file)
        status = "okay";
 };
 
+&usb0 {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
+};
+
 /* for U-boot only */
 / {
        soc {
index fba7b74..92d7404 100644 (file)
        status = "okay";
 };
 
+&usb0 {
+       status = "okay";
+};
+
 /* for U-boot only */
 / {
        soc {
index 8b496a7..cd0cf4e 100644 (file)
                        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>;
+               };
        };
 };