Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / sun5i-a10s-olinuxino-micro.dts
1 /*
2  * Copyright 2013 Maxime Ripard
3  *
4  * Maxime Ripard <maxime.ripard@free-electrons.com>
5  *
6  * This file is dual-licensed: you can use it either under the terms
7  * of the GPL or the X11 license, at your option. Note that this dual
8  * licensing only applies to this file, and not this project as a
9  * whole.
10  *
11  *  a) This file is free software; you can redistribute it and/or
12  *     modify it under the terms of the GNU General Public License as
13  *     published by the Free Software Foundation; either version 2 of the
14  *     License, or (at your option) any later version.
15  *
16  *     This file is distributed in the hope that it will be useful,
17  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  *     GNU General Public License for more details.
20  *
21  *     You should have received a copy of the GNU General Public
22  *     License along with this file; if not, write to the Free
23  *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
24  *     MA 02110-1301 USA
25  *
26  * Or, alternatively,
27  *
28  *  b) Permission is hereby granted, free of charge, to any person
29  *     obtaining a copy of this software and associated documentation
30  *     files (the "Software"), to deal in the Software without
31  *     restriction, including without limitation the rights to use,
32  *     copy, modify, merge, publish, distribute, sublicense, and/or
33  *     sell copies of the Software, and to permit persons to whom the
34  *     Software is furnished to do so, subject to the following
35  *     conditions:
36  *
37  *     The above copyright notice and this permission notice shall be
38  *     included in all copies or substantial portions of the Software.
39  *
40  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
42  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
44  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
45  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47  *     OTHER DEALINGS IN THE SOFTWARE.
48  */
49
50 /dts-v1/;
51 /include/ "sun5i-a10s.dtsi"
52 /include/ "sunxi-common-regulators.dtsi"
53
54 / {
55         model = "Olimex A10s-Olinuxino Micro";
56         compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
57
58         soc@01c00000 {
59                 emac: ethernet@01c0b000 {
60                         pinctrl-names = "default";
61                         pinctrl-0 = <&emac_pins_a>;
62                         phy = <&phy1>;
63                         status = "okay";
64                 };
65
66                 mdio@01c0b080 {
67                         status = "okay";
68
69                         phy1: ethernet-phy@1 {
70                                 reg = <1>;
71                         };
72                 };
73
74                 mmc0: mmc@01c0f000 {
75                         pinctrl-names = "default";
76                         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_olinuxino_micro>;
77                         vmmc-supply = <&reg_vcc3v3>;
78                         bus-width = <4>;
79                         cd-gpios = <&pio 6 1 0>; /* PG1 */
80                         cd-inverted;
81                         status = "okay";
82                 };
83
84                 mmc1: mmc@01c10000 {
85                         pinctrl-names = "default";
86                         pinctrl-0 = <&mmc1_pins_a>, <&mmc1_cd_pin_olinuxino_micro>;
87                         vmmc-supply = <&reg_vcc3v3>;
88                         bus-width = <4>;
89                         cd-gpios = <&pio 6 13 0>; /* PG13 */
90                         cd-inverted;
91                         status = "okay";
92                 };
93
94                 usbphy: phy@01c13400 {
95                         usb1_vbus-supply = <&reg_usb1_vbus>;
96                         status = "okay";
97                 };
98
99                 ehci0: usb@01c14000 {
100                         status = "okay";
101                 };
102
103                 ohci0: usb@01c14400 {
104                         status = "okay";
105                 };
106
107                 pinctrl@01c20800 {
108                         mmc0_cd_pin_olinuxino_micro: mmc0_cd_pin@0 {
109                                 allwinner,pins = "PG1";
110                                 allwinner,function = "gpio_in";
111                                 allwinner,drive = <0>;
112                                 allwinner,pull = <1>;
113                         };
114
115                         mmc1_cd_pin_olinuxino_micro: mmc1_cd_pin@0 {
116                                 allwinner,pins = "PG13";
117                                 allwinner,function = "gpio_in";
118                                 allwinner,drive = <0>;
119                                 allwinner,pull = <1>;
120                         };
121
122                         led_pins_olinuxino: led_pins@0 {
123                                 allwinner,pins = "PE3";
124                                 allwinner,function = "gpio_out";
125                                 allwinner,drive = <1>;
126                                 allwinner,pull = <0>;
127                         };
128
129                         usb1_vbus_pin_olinuxino_m: usb1_vbus_pin@0 {
130                                 allwinner,pins = "PB10";
131                                 allwinner,function = "gpio_out";
132                                 allwinner,drive = <0>;
133                                 allwinner,pull = <0>;
134                         };
135                 };
136
137                 uart0: serial@01c28000 {
138                         pinctrl-names = "default";
139                         pinctrl-0 = <&uart0_pins_a>;
140                         status = "okay";
141                 };
142
143                 uart2: serial@01c28800 {
144                         pinctrl-names = "default";
145                         pinctrl-0 = <&uart2_pins_a>;
146                         status = "okay";
147                 };
148
149                 uart3: serial@01c28c00 {
150                         pinctrl-names = "default";
151                         pinctrl-0 = <&uart3_pins_a>;
152                         status = "okay";
153                 };
154
155                 i2c0: i2c@01c2ac00 {
156                         pinctrl-names = "default";
157                         pinctrl-0 = <&i2c0_pins_a>;
158                         status = "okay";
159                 };
160
161                 i2c1: i2c@01c2b000 {
162                         pinctrl-names = "default";
163                         pinctrl-0 = <&i2c1_pins_a>;
164                         status = "okay";
165
166                         at24@50 {
167                                 compatible = "at,24c16";
168                                 pagesize = <16>;
169                                 reg = <0x50>;
170                                 read-only;
171                         };
172                 };
173
174                 i2c2: i2c@01c2b400 {
175                         pinctrl-names = "default";
176                         pinctrl-0 = <&i2c2_pins_a>;
177                         status = "okay";
178                 };
179         };
180
181         leds {
182                 compatible = "gpio-leds";
183                 pinctrl-names = "default";
184                 pinctrl-0 = <&led_pins_olinuxino>;
185
186                 green {
187                         label = "a10s-olinuxino-micro:green:usr";
188                         gpios = <&pio 4 3 0>;
189                         default-state = "on";
190                 };
191         };
192
193         reg_usb1_vbus: usb1-vbus {
194                 pinctrl-0 = <&usb1_vbus_pin_olinuxino_m>;
195                 gpio = <&pio 1 10 0>;
196                 status = "okay";
197         };
198 };