ARM: sun7i: olinuxino lime: Relicense the device tree under GPLv2/X11
[pandora-kernel.git] / arch / arm / boot / dts / sun7i-a20-olinuxino-lime.dts
1 /*
2  * This is based on sun4i-a10-olinuxino-lime.dts
3  *
4  * Copyright 2014 - Hans de Goede <hdegoede@redhat.com>
5  * Copyright (c) 2014 FUKAUMI Naoki <naobsd@gmail.com>
6  *
7  * This file is dual-licensed: you can use it either under the terms
8  * of the GPL or the X11 license, at your option. Note that this dual
9  * licensing only applies to this file, and not this project as a
10  * whole.
11  *
12  *  a) This file is free software; you can redistribute it and/or
13  *     modify it under the terms of the GNU General Public License as
14  *     published by the Free Software Foundation; either version 2 of the
15  *     License, or (at your option) any later version.
16  *
17  *     This file is distributed in the hope that it will be useful,
18  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
19  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  *     GNU General Public License for more details.
21  *
22  *     You should have received a copy of the GNU General Public
23  *     License along with this file; if not, write to the Free
24  *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
25  *     MA 02110-1301 USA
26  *
27  * Or, alternatively,
28  *
29  *  b) Permission is hereby granted, free of charge, to any person
30  *     obtaining a copy of this software and associated documentation
31  *     files (the "Software"), to deal in the Software without
32  *     restriction, including without limitation the rights to use,
33  *     copy, modify, merge, publish, distribute, sublicense, and/or
34  *     sell copies of the Software, and to permit persons to whom the
35  *     Software is furnished to do so, subject to the following
36  *     conditions:
37  *
38  *     The above copyright notice and this permission notice shall be
39  *     included in all copies or substantial portions of the Software.
40  *
41  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
42  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
43  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
44  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
45  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
46  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
47  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
48  *     OTHER DEALINGS IN THE SOFTWARE.
49  */
50
51 /dts-v1/;
52 /include/ "sun7i-a20.dtsi"
53 /include/ "sunxi-common-regulators.dtsi"
54
55 / {
56         model = "Olimex A20-OLinuXino-LIME";
57         compatible = "olimex,a20-olinuxino-lime", "allwinner,sun7i-a20";
58
59         soc@01c00000 {
60                 mmc0: mmc@01c0f000 {
61                         pinctrl-names = "default";
62                         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
63                         vmmc-supply = <&reg_vcc3v3>;
64                         bus-width = <4>;
65                         cd-gpios = <&pio 7 1 0>; /* PH1 */
66                         cd-inverted;
67                         status = "okay";
68                 };
69
70                 usbphy: phy@01c13400 {
71                         usb1_vbus-supply = <&reg_usb1_vbus>;
72                         usb2_vbus-supply = <&reg_usb2_vbus>;
73                         status = "okay";
74                 };
75
76                 ehci0: usb@01c14000 {
77                         status = "okay";
78                 };
79
80                 ohci0: usb@01c14400 {
81                         status = "okay";
82                 };
83
84                 ahci: sata@01c18000 {
85                         target-supply = <&reg_ahci_5v>;
86                         status = "okay";
87                 };
88
89                 ehci1: usb@01c1c000 {
90                         status = "okay";
91                 };
92
93                 ohci1: usb@01c1c400 {
94                         status = "okay";
95                 };
96
97                 pinctrl@01c20800 {
98                         ahci_pwr_pin_olinuxinolime: ahci_pwr_pin@1 {
99                                 allwinner,pins = "PC3";
100                                 allwinner,function = "gpio_out";
101                                 allwinner,drive = <0>;
102                                 allwinner,pull = <0>;
103                         };
104
105                         led_pins_olinuxinolime: led_pins@0 {
106                                 allwinner,pins = "PH2";
107                                 allwinner,function = "gpio_out";
108                                 allwinner,drive = <1>;
109                                 allwinner,pull = <0>;
110                         };
111                 };
112
113                 uart0: serial@01c28000 {
114                         pinctrl-names = "default";
115                         pinctrl-0 = <&uart0_pins_a>;
116                         status = "okay";
117                 };
118
119                 i2c0: i2c@01c2ac00 {
120                         pinctrl-names = "default";
121                         pinctrl-0 = <&i2c0_pins_a>;
122                         status = "okay";
123
124                         axp209: pmic@34 {
125                                 compatible = "x-powers,axp209";
126                                 reg = <0x34>;
127                                 interrupt-parent = <&nmi_intc>;
128                                 interrupts = <0 8>;
129
130                                 interrupt-controller;
131                                 #interrupt-cells = <1>;
132                         };
133                 };
134
135                 gmac: ethernet@01c50000 {
136                         pinctrl-names = "default";
137                         pinctrl-0 = <&gmac_pins_mii_a>;
138                         phy = <&phy1>;
139                         phy-mode = "mii";
140                         status = "okay";
141
142                         phy1: ethernet-phy@1 {
143                                 reg = <1>;
144                         };
145                 };
146         };
147
148         leds {
149                 compatible = "gpio-leds";
150                 pinctrl-names = "default";
151                 pinctrl-0 = <&led_pins_olinuxinolime>;
152
153                 green {
154                         label = "a20-olinuxino-lime:green:usr";
155                         gpios = <&pio 7 2 0>;
156                         default-state = "on";
157                 };
158         };
159
160         reg_ahci_5v: ahci-5v {
161                 pinctrl-0 = <&ahci_pwr_pin_olinuxinolime>;
162                 gpio = <&pio 2 3 0>;
163                 status = "okay";
164         };
165
166         reg_usb1_vbus: usb1-vbus {
167                 status = "okay";
168         };
169
170         reg_usb2_vbus: usb2-vbus {
171                 status = "okay";
172         };
173 };