Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / arm / boot / dts / sun4i-a10-mini-xplus.dts
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"
16 /include/ "sunxi-common-regulators.dtsi"
17
18 / {
19         model = "PineRiver Mini X-Plus";
20         compatible = "pineriver,mini-xplus", "allwinner,sun4i-a10";
21
22         soc@01c00000 {
23                 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
45                 uart0: serial@01c28000 {
46                         pinctrl-names = "default";
47                         pinctrl-0 = <&uart0_pins_a>;
48                         status = "okay";
49                 };
50         };
51
52         reg_usb1_vbus: usb1-vbus {
53                 status = "okay";
54         };
55
56         reg_usb2_vbus: usb2-vbus {
57                 status = "okay";
58         };
59 };