blob: dd84a9e313b3e9f7ee9f52fce22fdf32d098d1c7 [file] [log] [blame]
Maxime Ripardce6a73b2013-02-23 19:44:01 -08001/*
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 Goedeb7b8ce32014-03-01 20:26:29 +010016/include/ "sunxi-common-regulators.dtsi"
Maxime Ripardce6a73b2013-02-23 19:44:01 -080017
18/ {
19 model = "PineRiver Mini X-Plus";
20 compatible = "pineriver,mini-xplus", "allwinner,sun4i-a10";
21
Maxime Ripardb74aec12013-08-03 16:07:36 +020022 soc@01c00000 {
Hans de Goedeb7b8ce32014-03-01 20:26:29 +010023 usbphy: phy@01c13400 {
24 usb1_vbus-supply = <&reg_usb1_vbus>;
25 usb2_vbus-supply = <&reg_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 Ripardd34c6712013-04-18 22:44:29 +020045 uart0: serial@01c28000 {
Maxime Ripardce6a73b2013-02-23 19:44:01 -080046 pinctrl-names = "default";
47 pinctrl-0 = <&uart0_pins_a>;
48 status = "okay";
49 };
50 };
Hans de Goedeb7b8ce32014-03-01 20:26:29 +010051
52 reg_usb1_vbus: usb1-vbus {
53 status = "okay";
54 };
55
56 reg_usb2_vbus: usb2-vbus {
57 status = "okay";
58 };
Maxime Ripardce6a73b2013-02-23 19:44:01 -080059};