Maxime Ripard | ce6a73b | 2013-02-23 19:44:01 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2012 Maxime Ripard |
| 3 | * |
| 4 | * Maxime Ripard <maxime.ripard@free-electrons.com> |
| 5 | * |
| 6 | * The code contained herein is licensed under the GNU General Public |
| 7 | * License. You may obtain a copy of the GNU General Public License |
| 8 | * Version 2 or later at the following locations: |
| 9 | * |
| 10 | * http://www.opensource.org/licenses/gpl-license.html |
| 11 | * http://www.gnu.org/copyleft/gpl.html |
| 12 | */ |
| 13 | |
| 14 | /dts-v1/; |
| 15 | /include/ "sun4i-a10.dtsi" |
Hans de Goede | b7b8ce3 | 2014-03-01 20:26:29 +0100 | [diff] [blame^] | 16 | /include/ "sunxi-common-regulators.dtsi" |
Maxime Ripard | ce6a73b | 2013-02-23 19:44:01 -0800 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | model = "PineRiver Mini X-Plus"; |
| 20 | compatible = "pineriver,mini-xplus", "allwinner,sun4i-a10"; |
| 21 | |
Maxime Ripard | b74aec1 | 2013-08-03 16:07:36 +0200 | [diff] [blame] | 22 | soc@01c00000 { |
Hans de Goede | b7b8ce3 | 2014-03-01 20:26:29 +0100 | [diff] [blame^] | 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 | |
| 37 | ehci1: usb@01c1c000 { |
| 38 | status = "okay"; |
| 39 | }; |
| 40 | |
| 41 | ohci1: usb@01c1c400 { |
| 42 | status = "okay"; |
| 43 | }; |
| 44 | |
Maxime Ripard | d34c671 | 2013-04-18 22:44:29 +0200 | [diff] [blame] | 45 | uart0: serial@01c28000 { |
Maxime Ripard | ce6a73b | 2013-02-23 19:44:01 -0800 | [diff] [blame] | 46 | pinctrl-names = "default"; |
| 47 | pinctrl-0 = <&uart0_pins_a>; |
| 48 | status = "okay"; |
| 49 | }; |
| 50 | }; |
Hans de Goede | b7b8ce3 | 2014-03-01 20:26:29 +0100 | [diff] [blame^] | 51 | |
| 52 | reg_usb1_vbus: usb1-vbus { |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
| 56 | reg_usb2_vbus: usb2-vbus { |
| 57 | status = "okay"; |
| 58 | }; |
Maxime Ripard | ce6a73b | 2013-02-23 19:44:01 -0800 | [diff] [blame] | 59 | }; |