Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / sh73a0-kzm9g-reference.dts
1 /*
2  * Device Tree Source for the KZM-A9-GT board
3  *
4  * Copyright (C) 2012 Horms Solutions Ltd.
5  *
6  * Based on sh73a0-kzm9g.dts
7  * Copyright (C) 2012 Renesas Solutions Corp.
8  *
9  * This file is licensed under the terms of the GNU General Public License
10  * version 2.  This program is licensed "as is" without any warranty of any
11  * kind, whether express or implied.
12  */
13
14 /dts-v1/;
15 #include "sh73a0.dtsi"
16 #include <dt-bindings/gpio/gpio.h>
17 #include <dt-bindings/input/input.h>
18 #include <dt-bindings/interrupt-controller/irq.h>
19
20 / {
21         model = "KZM-A9-GT";
22         compatible = "renesas,kzm9g-reference", "renesas,sh73a0";
23
24         aliases {
25                 serial4 = &scifa4;
26         };
27
28         cpus {
29                 cpu@0 {
30                         cpu0-supply = <&vdd_dvfs>;
31                         operating-points = <
32                                 /* kHz  uV */
33                                 1196000 1315000
34                                  598000 1175000
35                                  398667 1065000
36                         >;
37                         voltage-tolerance = <1>; /* 1% */
38                 };
39         };
40
41         chosen {
42                 bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel rw";
43         };
44
45         memory {
46                 device_type = "memory";
47                 reg = <0x41000000 0x1e800000>;
48         };
49
50         reg_1p8v: regulator@0 {
51                 compatible = "regulator-fixed";
52                 regulator-name = "fixed-1.8V";
53                 regulator-min-microvolt = <1800000>;
54                 regulator-max-microvolt = <1800000>;
55                 regulator-always-on;
56                 regulator-boot-on;
57         };
58
59         reg_3p3v: regulator@1 {
60                 compatible = "regulator-fixed";
61                 regulator-name = "fixed-3.3V";
62                 regulator-min-microvolt = <3300000>;
63                 regulator-max-microvolt = <3300000>;
64                 regulator-always-on;
65                 regulator-boot-on;
66         };
67
68         vmmc_sdhi0: regulator@2 {
69                 compatible = "regulator-fixed";
70                 regulator-name = "SDHI0 Vcc";
71                 regulator-min-microvolt = <3300000>;
72                 regulator-max-microvolt = <3300000>;
73                 gpio = <&pfc 15 GPIO_ACTIVE_HIGH>;
74                 enable-active-high;
75         };
76
77         vmmc_sdhi2: regulator@3 {
78                 compatible = "regulator-fixed";
79                 regulator-name = "SDHI2 Vcc";
80                 regulator-min-microvolt = <3300000>;
81                 regulator-max-microvolt = <3300000>;
82                 gpio = <&pfc 14 GPIO_ACTIVE_HIGH>;
83                 enable-active-high;
84         };
85
86         lan9220@10000000 {
87                 compatible = "smsc,lan9220", "smsc,lan9115";
88                 reg = <0x10000000 0x100>;
89                 phy-mode = "mii";
90                 interrupt-parent = <&irqpin0>;
91                 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
92                 reg-io-width = <4>;
93                 smsc,irq-push-pull;
94                 smsc,save-mac-address;
95                 vddvario-supply = <&reg_1p8v>;
96                 vdd33a-supply = <&reg_3p3v>;
97         };
98
99         leds {
100                 compatible = "gpio-leds";
101                 led1 {
102                         gpios = <&pfc 20 GPIO_ACTIVE_LOW>;
103                 };
104                 led2 {
105                         gpios = <&pfc 21 GPIO_ACTIVE_LOW>;
106                 };
107                 led3 {
108                         gpios = <&pfc 22 GPIO_ACTIVE_LOW>;
109                 };
110                 led4 {
111                         gpios = <&pfc 23 GPIO_ACTIVE_LOW>;
112                 };
113         };
114
115         gpio-keys {
116                 compatible = "gpio-keys";
117
118                 back-key {
119                         gpios = <&pcf8575 8 GPIO_ACTIVE_LOW>;
120                         linux,code = <KEY_BACK>;
121                         label = "SW3";
122                 };
123
124                 right-key {
125                         gpios = <&pcf8575 9 GPIO_ACTIVE_LOW>;
126                         linux,code = <KEY_RIGHT>;
127                         label = "SW2-R";
128                 };
129
130                 left-key {
131                         gpios = <&pcf8575 10 GPIO_ACTIVE_LOW>;
132                         linux,code = <KEY_LEFT>;
133                         label = "SW2-L";
134                 };
135
136                 enter-key {
137                         gpios = <&pcf8575 11 GPIO_ACTIVE_LOW>;
138                         linux,code = <KEY_ENTER>;
139                         label = "SW2-P";
140                 };
141
142                 up-key {
143                         gpios = <&pcf8575 12 GPIO_ACTIVE_LOW>;
144                         linux,code = <KEY_UP>;
145                         label = "SW2-U";
146                 };
147
148                 down-key {
149                         gpios = <&pcf8575 13 GPIO_ACTIVE_LOW>;
150                         linux,code = <KEY_DOWN>;
151                         label = "SW2-D";
152                 };
153
154                 home-key {
155                         gpios = <&pcf8575 14 GPIO_ACTIVE_LOW>;
156                         linux,code = <KEY_HOME>;
157                         label = "SW1";
158                 };
159         };
160
161         sound {
162                 compatible = "simple-audio-card";
163                 simple-audio-card,format = "left_j";
164                 simple-audio-card,cpu {
165                         sound-dai = <&sh_fsi2 0>;
166                 };
167                 simple-audio-card,codec {
168                         sound-dai = <&ak4648>;
169                         bitclock-master;
170                         frame-master;
171                         system-clock-frequency = <11289600>;
172                 };
173         };
174 };
175
176 &cmt1 {
177         status = "ok";
178 };
179
180 &i2c0 {
181         status = "okay";
182         as3711@40 {
183                 compatible = "ams,as3711";
184                 reg = <0x40>;
185
186                 regulators {
187                         vdd_dvfs: sd1 {
188                                 regulator-name = "1.315V CPU";
189                                 regulator-min-microvolt = <1050000>;
190                                 regulator-max-microvolt = <1350000>;
191                                 regulator-always-on;
192                                 regulator-boot-on;
193                         };
194                         sd2 {
195                                 regulator-name = "1.8V";
196                                 regulator-min-microvolt = <1800000>;
197                                 regulator-max-microvolt = <1800000>;
198                                 regulator-always-on;
199                                 regulator-boot-on;
200                         };
201                         sd4 {
202                                 regulator-name = "1.215V";
203                                 regulator-min-microvolt = <1215000>;
204                                 regulator-max-microvolt = <1235000>;
205                                 regulator-always-on;
206                                 regulator-boot-on;
207                         };
208                         ldo2 {
209                                 regulator-name = "2.8V CPU";
210                                 regulator-min-microvolt = <2800000>;
211                                 regulator-max-microvolt = <2800000>;
212                                 regulator-always-on;
213                                 regulator-boot-on;
214                         };
215                         ldo3 {
216                                 regulator-name = "3.0V CPU";
217                                 regulator-min-microvolt = <3000000>;
218                                 regulator-max-microvolt = <3000000>;
219                                 regulator-always-on;
220                                 regulator-boot-on;
221                         };
222                         ldo4 {
223                                 regulator-name = "2.8V";
224                                 regulator-min-microvolt = <2800000>;
225                                 regulator-max-microvolt = <2800000>;
226                                 regulator-always-on;
227                                 regulator-boot-on;
228                         };
229                         ldo5 {
230                                 regulator-name = "2.8V #2";
231                                 regulator-min-microvolt = <2800000>;
232                                 regulator-max-microvolt = <2800000>;
233                                 regulator-always-on;
234                                 regulator-boot-on;
235                         };
236                         ldo7 {
237                                 regulator-name = "1.15V CPU";
238                                 regulator-min-microvolt = <1150000>;
239                                 regulator-max-microvolt = <1150000>;
240                                 regulator-always-on;
241                                 regulator-boot-on;
242                         };
243                         ldo8 {
244                                 regulator-name = "1.15V CPU #2";
245                                 regulator-min-microvolt = <1150000>;
246                                 regulator-max-microvolt = <1150000>;
247                                 regulator-always-on;
248                                 regulator-boot-on;
249                         };
250                 };
251         };
252
253         ak4648: ak4648@0x12 {
254                 #sound-dai-cells = <0>;
255                 compatible = "asahi-kasei,ak4648";
256                 reg = <0x12>;
257         };
258 };
259
260 &i2c3 {
261         pinctrl-0 = <&i2c3_pins>;
262         pinctrl-names = "default";
263         status = "okay";
264
265         pcf8575: gpio@20 {
266                 compatible = "nxp,pcf8575";
267                 reg = <0x20>;
268                 interrupt-parent = <&irqpin2>;
269                 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
270                 gpio-controller;
271                 #gpio-cells = <2>;
272                 interrupt-controller;
273                 #interrupt-cells = <2>;
274         };
275 };
276
277 &mmcif {
278         pinctrl-0 = <&mmcif_pins>;
279         pinctrl-names = "default";
280
281         bus-width = <8>;
282         vmmc-supply = <&reg_1p8v>;
283         status = "okay";
284 };
285
286 &pfc {
287         i2c3_pins: i2c3 {
288                 renesas,groups = "i2c3_1";
289                 renesas,function = "i2c3";
290         };
291
292         mmcif_pins: mmc {
293                 mux {
294                         renesas,groups = "mmc0_data8_0", "mmc0_ctrl_0";
295                         renesas,function = "mmc0";
296                 };
297                 cfg {
298                         renesas,groups = "mmc0_data8_0";
299                         renesas,pins = "PORT279";
300                         bias-pull-up;
301                 };
302         };
303
304         scifa4_pins: serial4 {
305                 renesas,groups = "scifa4_data", "scifa4_ctrl";
306                 renesas,function = "scifa4";
307         };
308
309         sdhi0_pins: sd0 {
310                 renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd", "sdhi0_wp";
311                 renesas,function = "sdhi0";
312         };
313
314         sdhi2_pins: sd2 {
315                 renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
316                 renesas,function = "sdhi2";
317         };
318
319         fsia_pins: sounda {
320                 renesas,groups = "fsia_mclk_in", "fsia_sclk_in",
321                                  "fsia_data_in", "fsia_data_out";
322                 renesas,function = "fsia";
323         };
324 };
325
326 &scifa4 {
327         pinctrl-0 = <&scifa4_pins>;
328         pinctrl-names = "default";
329
330         status = "okay";
331 };
332
333 &sdhi0 {
334         pinctrl-0 = <&sdhi0_pins>;
335         pinctrl-names = "default";
336
337         vmmc-supply = <&vmmc_sdhi0>;
338         bus-width = <4>;
339         status = "okay";
340 };
341
342 &sdhi2 {
343         pinctrl-0 = <&sdhi2_pins>;
344         pinctrl-names = "default";
345
346         vmmc-supply = <&vmmc_sdhi2>;
347         bus-width = <4>;
348         broken-cd;
349         status = "okay";
350 };
351
352 &sh_fsi2 {
353         pinctrl-0 = <&fsia_pins>;
354         pinctrl-names = "default";
355
356         status = "okay";
357 };