diff options
| author | Hans de Goede <hdegoede@redhat.com> | 2014-03-01 14:26:34 -0500 |
|---|---|---|
| committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-03-04 11:45:54 -0500 |
| commit | a415eef218fe51601e37bf98609cea345a28a7b4 (patch) | |
| tree | 739315e1e00a86418990458aac083faec9cf5b47 | |
| parent | a83447f5c661b09f30f53287f2b8363826c64508 (diff) | |
ARM: sun7i: dt: Add USB host nodes to cubietruck dts
Add nodes for the usb-phy and ehci- and ohci-usb-host controllers.
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-cubietruck.dts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts index ef5fed898a1d..cb25d3c8da58 100644 --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts | |||
| @@ -20,11 +20,33 @@ | |||
| 20 | compatible = "cubietech,cubietruck", "allwinner,sun7i-a20"; | 20 | compatible = "cubietech,cubietruck", "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 | ahci_pwr_pin_cubietruck: ahci_pwr_pin@1 { | 51 | ahci_pwr_pin_cubietruck: ahci_pwr_pin@1 { |
| 30 | allwinner,pins = "PH12"; | 52 | allwinner,pins = "PH12"; |
| @@ -109,4 +131,12 @@ | |||
| 109 | gpio = <&pio 7 12 0>; | 131 | gpio = <&pio 7 12 0>; |
| 110 | status = "okay"; | 132 | status = "okay"; |
| 111 | }; | 133 | }; |
| 134 | |||
| 135 | reg_usb1_vbus: usb1-vbus { | ||
| 136 | status = "okay"; | ||
| 137 | }; | ||
| 138 | |||
| 139 | reg_usb2_vbus: usb2-vbus { | ||
| 140 | status = "okay"; | ||
| 141 | }; | ||
| 112 | }; | 142 | }; |
