diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-17 10:08:59 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-17 10:08:59 -0400 |
commit | a38f8913da6bf30e7ef46f8d07b6344860bc4604 (patch) | |
tree | 7d0032e035845e9f96e612716521176d5f84e148 /arch/arm/boot/dts/sun5i-a10s.dtsi | |
parent | 542798cdd500614feba234ed602777eae33edbb8 (diff) | |
parent | ca5d04d90825a3f3f2fc1aaba09953a55564e0e8 (diff) |
Merge tag 'sunxi-dt-for-3.15-2' of https://github.com/mripard/linux into next/dt
Pull "Allwinner DT additions for 3.15, take 2" from Maxime Ripard:
- Two new boards: INet 97F Rev 02 and A10-OLinuXino-LIME
- Addition of the I2C for the A31
- Addition USB Host mode for the A10, A10s, A13 and A20
- Addition of SATA support for the A10 and A20
- Change of compatible for the watchdog
* tag 'sunxi-dt-for-3.15-2' of https://github.com/mripard/linux: (23 commits)
ARM: sunxi: dt: Update the watchdog compatibles
ARM: sun6i: colombus: Enable the I2C controllers
ARM: sun6i: Enable the I2C muxing options
ARM: sun6i: Enable the I2C controllers
ARM: sun4i: dt: Add support for the INet-97F_Rev_02 board
ARM: sun4i: dt: Add support for the A10-OLinuXino-LIME board
ARM: sun7i: dt: Add USB host nodes to a20-olinuxino-micro dts
ARM: sun7i: dt: Add USB host nodes to cubieboard2 dts
ARM: sun7i: dt: Add USB host nodes to cubietruck dts
ARM: sun5i: dt: Add USB host nodes to a13-olinuxino-micro
ARM: sun5i: dt: Add USB host nodes to a10s-olinuxino-micro
ARM: sun5i: dt: Add USB host nodes to A13-Olinuxino
ARM: sun4i: dt: Add USB host nodes to pcduino.dts
ARM: sun4i: dt: Add USB host nodes to mini-xplus dts
ARM: sun4i: dt: Add USB host nodes to hackberry dts
ARM: sun4i: dt: Add USB host nodes to cubieboard dts
ARM: sun4i: dt: Add USB host nodes to Mele A1000 dts
ARM: sun7i: dt: Add USB host bindings
ARM: sun5i: dt: Add USB host bindings
ARM: sun4i: dt: Add USB host bindings
...
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s.dtsi | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi index a7198b615afd..8681f6c18fdc 100644 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi | |||
@@ -338,6 +338,38 @@ | |||
338 | #size-cells = <0>; | 338 | #size-cells = <0>; |
339 | }; | 339 | }; |
340 | 340 | ||
341 | usbphy: phy@01c13400 { | ||
342 | #phy-cells = <1>; | ||
343 | compatible = "allwinner,sun5i-a13-usb-phy"; | ||
344 | reg = <0x01c13400 0x10 0x01c14800 0x4>; | ||
345 | reg-names = "phy_ctrl", "pmu1"; | ||
346 | clocks = <&usb_clk 8>; | ||
347 | clock-names = "usb_phy"; | ||
348 | resets = <&usb_clk 1>; | ||
349 | reset-names = "usb1_reset"; | ||
350 | status = "disabled"; | ||
351 | }; | ||
352 | |||
353 | ehci0: usb@01c14000 { | ||
354 | compatible = "allwinner,sun5i-a10s-ehci", "generic-ehci"; | ||
355 | reg = <0x01c14000 0x100>; | ||
356 | interrupts = <39>; | ||
357 | clocks = <&ahb_gates 1>; | ||
358 | phys = <&usbphy 1>; | ||
359 | phy-names = "usb"; | ||
360 | status = "disabled"; | ||
361 | }; | ||
362 | |||
363 | ohci0: usb@01c14400 { | ||
364 | compatible = "allwinner,sun5i-a10s-ohci", "generic-ohci"; | ||
365 | reg = <0x01c14400 0x100>; | ||
366 | interrupts = <40>; | ||
367 | clocks = <&usb_clk 6>, <&ahb_gates 2>; | ||
368 | phys = <&usbphy 1>; | ||
369 | phy-names = "usb"; | ||
370 | status = "disabled"; | ||
371 | }; | ||
372 | |||
341 | spi2: spi@01c17000 { | 373 | spi2: spi@01c17000 { |
342 | compatible = "allwinner,sun4i-a10-spi"; | 374 | compatible = "allwinner,sun4i-a10-spi"; |
343 | reg = <0x01c17000 0x1000>; | 375 | reg = <0x01c17000 0x1000>; |
@@ -429,7 +461,7 @@ | |||
429 | }; | 461 | }; |
430 | 462 | ||
431 | wdt: watchdog@01c20c90 { | 463 | wdt: watchdog@01c20c90 { |
432 | compatible = "allwinner,sun4i-wdt"; | 464 | compatible = "allwinner,sun4i-a10-wdt"; |
433 | reg = <0x01c20c90 0x10>; | 465 | reg = <0x01c20c90 0x10>; |
434 | }; | 466 | }; |
435 | 467 | ||