diff options
author | Roman Byshko <rbyshko@gmail.com> | 2014-03-01 14:26:35 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-03-04 11:45:58 -0500 |
commit | 52305e24ac3d137f53f5b1deb0df641cab721951 (patch) | |
tree | fffc7ac56325671f043d4ed6619a542d591bfa22 | |
parent | a415eef218fe51601e37bf98609cea345a28a7b4 (diff) |
ARM: sun7i: dt: Add USB host nodes to cubieboard2 dts
Add nodes for the usb-phy and ehci- and ohci-usb-host controllers.
Signed-off-by: Roman Byshko <rbyshko@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts b/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts index 4bed1159ceeb..68de89ffbdfa 100644 --- a/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts +++ b/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | |||
@@ -20,11 +20,33 @@ | |||
20 | compatible = "cubietech,cubieboard2", "allwinner,sun7i-a20"; | 20 | compatible = "cubietech,cubieboard2", "allwinner,sun7i-a20"; |
21 | 21 | ||
22 | soc@01c00000 { | 22 | soc@01c00000 { |
23 | usbphy: phy@01c13400 { | ||
24 | usb1_vbus-supply = <®_usb1_vbus>; | ||
25 | usb2_vbus-supply = <®_usb2_vbus>; | ||
26 | status = "okay"; | ||
27 | }; | ||
28 | |||
29 | ehci0: usb@01c14000 { | ||
30 | status = "okay"; | ||
31 | }; | ||
32 | |||
33 | ohci0: usb@01c14400 { | ||
34 | status = "okay"; | ||
35 | }; | ||
36 | |||
23 | ahci: sata@01c18000 { | 37 | ahci: sata@01c18000 { |
24 | target-supply = <®_ahci_5v>; | 38 | target-supply = <®_ahci_5v>; |
25 | status = "okay"; | 39 | status = "okay"; |
26 | }; | 40 | }; |
27 | 41 | ||
42 | ehci1: usb@01c1c000 { | ||
43 | status = "okay"; | ||
44 | }; | ||
45 | |||
46 | ohci1: usb@01c1c400 { | ||
47 | status = "okay"; | ||
48 | }; | ||
49 | |||
28 | pinctrl@01c20800 { | 50 | pinctrl@01c20800 { |
29 | led_pins_cubieboard2: led_pins@0 { | 51 | led_pins_cubieboard2: led_pins@0 { |
30 | allwinner,pins = "PH20", "PH21"; | 52 | allwinner,pins = "PH20", "PH21"; |
@@ -84,4 +106,12 @@ | |||
84 | reg_ahci_5v: ahci-5v { | 106 | reg_ahci_5v: ahci-5v { |
85 | status = "okay"; | 107 | status = "okay"; |
86 | }; | 108 | }; |
109 | |||
110 | reg_usb1_vbus: usb1-vbus { | ||
111 | status = "okay"; | ||
112 | }; | ||
113 | |||
114 | reg_usb2_vbus: usb2-vbus { | ||
115 | status = "okay"; | ||
116 | }; | ||
87 | }; | 117 | }; |