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>
master
Masahiro Yamada 10 years ago
parent 57e2c481c7
commit 2610b1362b
  1. 8
      arch/arm/dts/uniphier-ph1-ld6b-ref.dts
  2. 4
      arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
  3. 18
      arch/arm/dts/uniphier-ph1-pro5.dtsi
  4. 8
      arch/arm/dts/uniphier-proxstream2-gentil.dts
  5. 4
      arch/arm/dts/uniphier-proxstream2-vodka.dts
  6. 18
      arch/arm/dts/uniphier-proxstream2.dtsi

@ -54,6 +54,14 @@
status = "okay";
};
&usb0 {
status = "okay";
};
&usb1 {
status = "okay";
};
/* for U-boot only */
/ {
soc {

@ -44,6 +44,10 @@
status = "okay";
};
&usb1 {
status = "okay";
};
/* for U-boot only */
/ {
soc {

@ -210,6 +210,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>;
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>;
};
};
};

@ -42,6 +42,14 @@
status = "okay";
};
&usb0 {
status = "okay";
};
&usb1 {
status = "okay";
};
/* for U-boot only */
/ {
soc {

@ -42,6 +42,10 @@
status = "okay";
};
&usb0 {
status = "okay";
};
/* for U-boot only */
/ {
soc {

@ -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>;
};
};
};

Loading…
Cancel
Save