Linux Audio

Check our new training course

Loading...
v5.4
  1// SPDX-License-Identifier: GPL-2.0-or-later
  2/*
  3 * DTS file for SPEAr1340 Evaluation Baord
  4 *
  5 * Copyright 2012 Viresh Kumar <vireshk@kernel.org>
 
 
 
 
 
 
 
  6 */
  7
  8/dts-v1/;
  9/include/ "spear1340.dtsi"
 10
 11/ {
 12	model = "ST SPEAr1340 Evaluation Board";
 13	compatible = "st,spear1340-evb", "st,spear1340";
 14	#address-cells = <1>;
 15	#size-cells = <1>;
 16
 17	memory {
 18		reg = <0 0x40000000>;
 19	};
 20
 21	ahb {
 22		pinmux@e0700000 {
 23			pinctrl-names = "default";
 24			pinctrl-0 = <&state_default>;
 25
 26			state_default: pinmux {
 27				pads_as_gpio {
 28					st,pins = "pads_as_gpio_grp";
 29					st,function = "pads_as_gpio";
 30				};
 31				fsmc {
 32					st,pins = "fsmc_8bit_grp";
 33					st,function = "fsmc";
 34				};
 35				uart0 {
 36					st,pins = "uart0_grp";
 37					st,function = "uart0";
 38				};
 39				i2c0 {
 40					st,pins = "i2c0_grp";
 41					st,function = "i2c0";
 42				};
 43				i2c1 {
 44					st,pins = "i2c1_grp";
 45					st,function = "i2c1";
 46				};
 47				spdif-in {
 48					st,pins = "spdif_in_grp";
 49					st,function = "spdif_in";
 50				};
 51				spdif-out {
 52					st,pins = "spdif_out_grp";
 53					st,function = "spdif_out";
 54				};
 55				ssp0 {
 56					st,pins = "ssp0_grp", "ssp0_cs1_grp", "ssp0_cs2_grp", "ssp0_cs3_grp";
 57					st,function = "ssp0";
 58				};
 59				smi-pmx {
 60					st,pins = "smi_grp";
 61					st,function = "smi";
 62				};
 63				i2s {
 64					st,pins = "i2s_in_grp", "i2s_out_grp";
 65					st,function = "i2s";
 66				};
 67				gmac {
 68					st,pins = "gmii_grp", "rgmii_grp";
 69					st,function = "gmac";
 70				};
 71				cam0 {
 72					st,pins = "cam0_grp";
 73					st,function = "cam0";
 74				};
 75				cam1 {
 76					st,pins = "cam1_grp";
 77					st,function = "cam1";
 78				};
 79				cam2 {
 80					st,pins = "cam2_grp";
 81					st,function = "cam2";
 82				};
 83				cam3 {
 84					st,pins = "cam3_grp";
 85					st,function = "cam3";
 86				};
 87				cec0 {
 88					st,pins = "cec0_grp";
 89					st,function = "cec0";
 90				};
 91				cec1 {
 92					st,pins = "cec1_grp";
 93					st,function = "cec1";
 94				};
 95				sdhci {
 96					st,pins = "sdhci_grp";
 97					st,function = "sdhci";
 98				};
 99				clcd {
100					st,pins = "clcd_grp";
101					st,function = "clcd";
102				};
103				sata {
104					st,pins = "sata_grp";
105					st,function = "sata";
106				};
107				pcie {
108					st,pins = "pcie_grp";
109					st,function = "pcie";
110				};
111
112			};
113		};
114
115		ahci@b1000000 {
116			status = "okay";
117		};
118
119		miphy@eb800000 {
120			status = "okay";
121		};
122
123		dma@ea800000 {
124			status = "okay";
125		};
126
127		dma@eb000000 {
128			status = "okay";
129		};
130
131		fsmc: flash@b0000000 {
132			status = "okay";
133
134			partition@0 {
135				label = "xloader";
136				reg = <0x0 0x200000>;
137			};
138			partition@200000 {
139				label = "u-boot";
140				reg = <0x200000 0x200000>;
141			};
142			partition@400000 {
143				label = "environment";
144				reg = <0x400000 0x100000>;
145			};
146			partition@500000 {
147				label = "dtb";
148				reg = <0x500000 0x100000>;
149			};
150			partition@600000 {
151				label = "linux";
152				reg = <0x600000 0xC00000>;
153			};
154			partition@1200000 {
155				label = "rootfs";
156				reg = <0x1200000 0x0>;
157			};
158		};
159
160		gmac0: eth@e2000000 {
161			phy-mode = "rgmii";
162			status = "okay";
163		};
164
165		sdhci@b3000000 {
166			status = "okay";
167		};
168
169		smi: flash@ea000000 {
170			status = "okay";
171			clock-rate=<50000000>;
172
173			flash@e6000000 {
174				#address-cells = <1>;
175				#size-cells = <1>;
176				reg = <0xe6000000 0x800000>;
177				st,smi-fast-mode;
178
179				partition@0 {
180					label = "xloader";
181					reg = <0x0 0x10000>;
182				};
183				partition@10000 {
184					label = "u-boot";
185					reg = <0x10000 0x50000>;
186				};
187				partition@60000 {
188					label = "environment";
189					reg = <0x60000 0x10000>;
190				};
191				partition@70000 {
192					label = "dtb";
193					reg = <0x70000 0x10000>;
194				};
195				partition@80000 {
196					label = "linux";
197					reg = <0x80000 0x310000>;
198				};
199				partition@390000 {
200					label = "rootfs";
201					reg = <0x390000 0x0>;
202				};
203			};
204		};
205
206		ehci@e4800000 {
207			status = "okay";
208		};
209
210		gpio_keys {
211			compatible = "gpio-keys";
212			#address-cells = <1>;
213			#size-cells = <0>;
214
215			button@1 {
216				label = "wakeup";
217				linux,code = <0x100>;
218				gpios = <&gpio1 1 0x4>;
219				debounce-interval = <20>;
220				wakeup-source;
221			};
222		};
223
224		ehci@e5800000 {
225			status = "okay";
226		};
227
228		i2s0: i2s-play@b2400000 {
229			status = "okay";
230		};
231
232		i2s1: i2s-rec@b2000000 {
233			status = "okay";
234		};
235
236		incodec: dir-hifi {
237			compatible = "dummy,dir-hifi";
238			status = "okay";
239		};
240
241		ohci@e4000000 {
242			status = "okay";
243		};
244
245		ohci@e5000000 {
246			status = "okay";
247		};
248
249		outcodec: dit-hifi {
250			compatible = "dummy,dit-hifi";
251			status = "okay";
252		};
253
254		sound {
255			compatible = "spear,spear-evb";
256			audio-controllers = <&spdif0 &spdif1 &i2s0 &i2s1>;
257			audio-codecs = <&incodec &outcodec &sta529 &sta529>;
258			codec_dai_name = "dir-hifi", "dit-hifi", "sta529-audio", "sta529-audio";
259			stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
260			dai_name = "spdifin-pcm", "spdifout-pcm", "i2s0-pcm", "i2s1-pcm";
261			nr_controllers = <4>;
262		        status = "okay";
263		};
264
265		spdif0: spdif-in@d0100000 {
266			status = "okay";
267		};
268
269		spdif1: spdif-out@d0000000 {
270			status = "okay";
271		};
272
273		apb {
274			adc@e0080000 {
275				status = "okay";
276			};
277
278			i2s-play@b2400000 {
279				status = "okay";
280			};
281
282			i2s-rec@b2000000 {
283				status = "okay";
284			};
285
286			gpio0: gpio@e0600000 {
287			       status = "okay";
288			};
289
290			gpio1: gpio@e0680000 {
291			       status = "okay";
292			};
293
294			gpio@e2800000 {
295			       status = "okay";
296			};
297
298			i2c0: i2c@e0280000 {
299			       status = "okay";
300
301				sta529: sta529@1a {
302					compatible = "st,sta529";
303					reg = <0x1a>;
304				};
305			};
306
307			i2c1: i2c@b4000000 {
308			       status = "okay";
309
310				eeprom0@56 {
311					compatible = "st,eeprom";
312					reg = <0x56>;
313				};
314
315				stmpe801@41 {
316					compatible = "st,stmpe801";
317					#address-cells = <1>;
318					#size-cells = <0>;
319					reg = <0x41>;
320					interrupts = <4 0x4>;
321					interrupt-parent = <&gpio0>;
322					irq-trigger = <0x2>;
323
324					stmpegpio: stmpe_gpio {
325						compatible = "st,stmpe-gpio";
326						gpio-controller;
327						#gpio-cells = <2>;
328					};
329				};
330			};
331
332			kbd@e0300000 {
333				linux,keymap = < 0x00000001
334						 0x00010002
335						 0x00020003
336						 0x00030004
337						 0x00040005
338						 0x00050006
339						 0x00060007
340						 0x00070008
341						 0x00080009
342						 0x0100000a
343						 0x0101000c
344						 0x0102000d
345						 0x0103000e
346						 0x0104000f
347						 0x01050010
348						 0x01060011
349						 0x01070012
350						 0x01080013
351						 0x02000014
352						 0x02010015
353						 0x02020016
354						 0x02030017
355						 0x02040018
356						 0x02050019
357						 0x0206001a
358						 0x0207001b
359						 0x0208001c
360						 0x0300001d
361						 0x0301001e
362						 0x0302001f
363						 0x03030020
364						 0x03040021
365						 0x03050022
366						 0x03060023
367						 0x03070024
368						 0x03080025
369						 0x04000026
370						 0x04010027
371						 0x04020028
372						 0x04030029
373						 0x0404002a
374						 0x0405002b
375						 0x0406002c
376						 0x0407002d
377						 0x0408002e
378						 0x0500002f
379						 0x05010030
380						 0x05020031
381						 0x05030032
382						 0x05040033
383						 0x05050034
384						 0x05060035
385						 0x05070036
386						 0x05080037
387						 0x06000038
388						 0x06010039
389						 0x0602003a
390						 0x0603003b
391						 0x0604003c
392						 0x0605003d
393						 0x0606003e
394						 0x0607003f
395						 0x06080040
396						 0x07000041
397						 0x07010042
398						 0x07020043
399						 0x07030044
400						 0x07040045
401						 0x07050046
402						 0x07060047
403						 0x07070048
404						 0x07080049
405						 0x0800004a
406						 0x0801004b
407						 0x0802004c
408						 0x0803004d
409						 0x0804004e
410						 0x0805004f
411						 0x08060050
412						 0x08070051
413						 0x08080052 >;
414			       autorepeat;
415			       st,mode = <0>;
416			       suspended_rate = <2000000>;
417			       status = "okay";
418			};
419
420			rtc@e0580000 {
421			       status = "okay";
422			};
423
424			serial@e0000000 {
425			       status = "okay";
426				pinctrl-names = "default";
427				pinctrl-0 = <>;
428			};
429
430			serial@b4100000 {
431			       status = "okay";
432				pinctrl-names = "default";
433				pinctrl-0 = <>;
434			};
435
436			spi0: spi@e0100000 {
437				status = "okay";
438				num-cs = <3>;
439				cs-gpios = <&gpiopinctrl 80 0>, <&gpiopinctrl 24 0>,
440					   <&gpiopinctrl 85 0>;
441
442				m25p80@0 {
443					compatible = "m25p80";
444					reg = <0>;
445					spi-max-frequency = <12000000>;
446					spi-cpol;
447					spi-cpha;
448					pl022,hierarchy = <0>;
449					pl022,interface = <0>;
450					pl022,slave-tx-disable;
451					pl022,com-mode = <0x2>;
452					pl022,rx-level-trig = <0>;
453					pl022,tx-level-trig = <0>;
454					pl022,ctrl-len = <0x11>;
455					pl022,wait-state = <0>;
456					pl022,duplex = <0>;
457				};
458
459				stmpe610@1 {
460					compatible = "st,stmpe610";
461					spi-max-frequency = <1000000>;
462					spi-cpha;
463					reg = <1>;
464					pl022,hierarchy = <0>;
465					pl022,interface = <0>;
466					pl022,slave-tx-disable;
467					pl022,com-mode = <0>;
468					pl022,rx-level-trig = <0>;
469					pl022,tx-level-trig = <0>;
470					pl022,ctrl-len = <0x7>;
471					pl022,wait-state = <0>;
472					pl022,duplex = <0>;
473					interrupts = <100 0>;
474					interrupt-parent = <&gpiopinctrl>;
475					irq-trigger = <0x2>;
476					#address-cells = <1>;
477					#size-cells = <0>;
478
479					stmpe_touchscreen {
480						compatible = "st,stmpe-ts";
481						ts,sample-time = <4>;
482						ts,mod-12b = <1>;
483						ts,ref-sel = <0>;
484						ts,adc-freq = <1>;
485						ts,ave-ctrl = <1>;
486						ts,touch-det-delay = <2>;
487						ts,settling = <2>;
488						ts,fraction-z = <7>;
489						ts,i-drive = <1>;
490					};
491				};
492
493				spidev@2 {
494					compatible = "spidev";
495					reg = <2>;
496					spi-max-frequency = <25000000>;
497					spi-cpha;
498					pl022,hierarchy = <0>;
499					pl022,interface = <0>;
500					pl022,slave-tx-disable;
501					pl022,com-mode = <0x2>;
502					pl022,rx-level-trig = <0>;
503					pl022,tx-level-trig = <0>;
504					pl022,ctrl-len = <0x11>;
505					pl022,wait-state = <0>;
506					pl022,duplex = <0>;
507				};
508			};
509
510			timer@ec800600 {
511				status = "okay";
512			};
513
514			wdt@ec800620 {
515			       status = "okay";
516			};
517		};
518	};
519};
v3.15
 
  1/*
  2 * DTS file for SPEAr1340 Evaluation Baord
  3 *
  4 * Copyright 2012 Viresh Kumar <viresh.linux@gmail.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/ "spear1340.dtsi"
 16
 17/ {
 18	model = "ST SPEAr1340 Evaluation Board";
 19	compatible = "st,spear1340-evb", "st,spear1340";
 20	#address-cells = <1>;
 21	#size-cells = <1>;
 22
 23	memory {
 24		reg = <0 0x40000000>;
 25	};
 26
 27	ahb {
 28		pinmux@e0700000 {
 29			pinctrl-names = "default";
 30			pinctrl-0 = <&state_default>;
 31
 32			state_default: pinmux {
 33				pads_as_gpio {
 34					st,pins = "pads_as_gpio_grp";
 35					st,function = "pads_as_gpio";
 36				};
 37				fsmc {
 38					st,pins = "fsmc_8bit_grp";
 39					st,function = "fsmc";
 40				};
 41				uart0 {
 42					st,pins = "uart0_grp";
 43					st,function = "uart0";
 44				};
 45				i2c0 {
 46					st,pins = "i2c0_grp";
 47					st,function = "i2c0";
 48				};
 49				i2c1 {
 50					st,pins = "i2c1_grp";
 51					st,function = "i2c1";
 52				};
 53				spdif-in {
 54					st,pins = "spdif_in_grp";
 55					st,function = "spdif_in";
 56				};
 57				spdif-out {
 58					st,pins = "spdif_out_grp";
 59					st,function = "spdif_out";
 60				};
 61				ssp0 {
 62					st,pins = "ssp0_grp", "ssp0_cs1_grp", "ssp0_cs2_grp", "ssp0_cs3_grp";
 63					st,function = "ssp0";
 64				};
 65				smi-pmx {
 66					st,pins = "smi_grp";
 67					st,function = "smi";
 68				};
 69				i2s {
 70					st,pins = "i2s_in_grp", "i2s_out_grp";
 71					st,function = "i2s";
 72				};
 73				gmac {
 74					st,pins = "gmii_grp", "rgmii_grp";
 75					st,function = "gmac";
 76				};
 77				cam0 {
 78					st,pins = "cam0_grp";
 79					st,function = "cam0";
 80				};
 81				cam1 {
 82					st,pins = "cam1_grp";
 83					st,function = "cam1";
 84				};
 85				cam2 {
 86					st,pins = "cam2_grp";
 87					st,function = "cam2";
 88				};
 89				cam3 {
 90					st,pins = "cam3_grp";
 91					st,function = "cam3";
 92				};
 93				cec0 {
 94					st,pins = "cec0_grp";
 95					st,function = "cec0";
 96				};
 97				cec1 {
 98					st,pins = "cec1_grp";
 99					st,function = "cec1";
100				};
101				sdhci {
102					st,pins = "sdhci_grp";
103					st,function = "sdhci";
104				};
105				clcd {
106					st,pins = "clcd_grp";
107					st,function = "clcd";
108				};
109				sata {
110					st,pins = "sata_grp";
111					st,function = "sata";
112				};
113				pcie {
114					st,pins = "pcie_grp";
115					st,function = "pcie";
116				};
117
118			};
119		};
120
121		ahci@b1000000 {
122			status = "okay";
123		};
124
 
 
 
 
125		dma@ea800000 {
126			status = "okay";
127		};
128
129		dma@eb000000 {
130			status = "okay";
131		};
132
133		fsmc: flash@b0000000 {
134			status = "okay";
135
136			partition@0 {
137				label = "xloader";
138				reg = <0x0 0x200000>;
139			};
140			partition@200000 {
141				label = "u-boot";
142				reg = <0x200000 0x200000>;
143			};
144			partition@400000 {
145				label = "environment";
146				reg = <0x400000 0x100000>;
147			};
148			partition@500000 {
149				label = "dtb";
150				reg = <0x500000 0x100000>;
151			};
152			partition@600000 {
153				label = "linux";
154				reg = <0x600000 0xC00000>;
155			};
156			partition@1200000 {
157				label = "rootfs";
158				reg = <0x1200000 0x0>;
159			};
160		};
161
162		gmac0: eth@e2000000 {
163			phy-mode = "rgmii";
164			status = "okay";
165		};
166
167		sdhci@b3000000 {
168			status = "okay";
169		};
170
171		smi: flash@ea000000 {
172			status = "okay";
173			clock-rate=<50000000>;
174
175			flash@e6000000 {
176				#address-cells = <1>;
177				#size-cells = <1>;
178				reg = <0xe6000000 0x800000>;
179				st,smi-fast-mode;
180
181				partition@0 {
182					label = "xloader";
183					reg = <0x0 0x10000>;
184				};
185				partition@10000 {
186					label = "u-boot";
187					reg = <0x10000 0x50000>;
188				};
189				partition@60000 {
190					label = "environment";
191					reg = <0x60000 0x10000>;
192				};
193				partition@70000 {
194					label = "dtb";
195					reg = <0x70000 0x10000>;
196				};
197				partition@80000 {
198					label = "linux";
199					reg = <0x80000 0x310000>;
200				};
201				partition@390000 {
202					label = "rootfs";
203					reg = <0x390000 0x0>;
204				};
205			};
206		};
207
208		ehci@e4800000 {
209			status = "okay";
210		};
211
212		gpio_keys {
213			compatible = "gpio-keys";
214			#address-cells = <1>;
215			#size-cells = <0>;
216
217			button@1 {
218				label = "wakeup";
219				linux,code = <0x100>;
220				gpios = <&gpio1 1 0x4>;
221				debounce-interval = <20>;
222				gpio-key,wakeup = <1>;
223			};
224		};
225
226		ehci@e5800000 {
227			status = "okay";
228		};
229
230		i2s0: i2s-play@b2400000 {
231			status = "okay";
232		};
233
234		i2s1: i2s-rec@b2000000 {
235			status = "okay";
236		};
237
238		incodec: dir-hifi {
239			compatible = "dummy,dir-hifi";
240			status = "okay";
241		};
242
243		ohci@e4000000 {
244			status = "okay";
245		};
246
247		ohci@e5000000 {
248			status = "okay";
249		};
250
251		outcodec: dit-hifi {
252			compatible = "dummy,dit-hifi";
253			status = "okay";
254		};
255
256		sound {
257			compatible = "spear,spear-evb";
258			audio-controllers = <&spdif0 &spdif1 &i2s0 &i2s1>;
259			audio-codecs = <&incodec &outcodec &sta529 &sta529>;
260			codec_dai_name = "dir-hifi", "dit-hifi", "sta529-audio", "sta529-audio";
261			stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
262			dai_name = "spdifin-pcm", "spdifout-pcm", "i2s0-pcm", "i2s1-pcm";
263			nr_controllers = <4>;
264		        status = "okay";
265		};
266
267		spdif0: spdif-in@d0100000 {
268			status = "okay";
269		};
270
271		spdif1: spdif-out@d0000000 {
272			status = "okay";
273		};
274
275		apb {
276			adc@e0080000 {
277				status = "okay";
278			};
279
280			i2s-play@b2400000 {
281				status = "okay";
282			};
283
284			i2s-rec@b2000000 {
285				status = "okay";
286			};
287
288			gpio0: gpio@e0600000 {
289			       status = "okay";
290			};
291
292			gpio1: gpio@e0680000 {
293			       status = "okay";
294			};
295
296			gpio@e2800000 {
297			       status = "okay";
298			};
299
300			i2c0: i2c@e0280000 {
301			       status = "okay";
302
303				sta529: sta529@1a {
304					compatible = "st,sta529";
305					reg = <0x1a>;
306				};
307			};
308
309			i2c1: i2c@b4000000 {
310			       status = "okay";
311
312				eeprom0@56 {
313					compatible = "st,eeprom";
314					reg = <0x56>;
315				};
316
317				stmpe801@41 {
318					compatible = "st,stmpe801";
319					#address-cells = <1>;
320					#size-cells = <0>;
321					reg = <0x41>;
322					interrupts = <4 0x4>;
323					interrupt-parent = <&gpio0>;
324					irq-trigger = <0x2>;
325
326					stmpegpio: stmpe_gpio {
327						compatible = "st,stmpe-gpio";
328						gpio-controller;
329						#gpio-cells = <2>;
330					};
331				};
332			};
333
334			kbd@e0300000 {
335				linux,keymap = < 0x00000001
336						 0x00010002
337						 0x00020003
338						 0x00030004
339						 0x00040005
340						 0x00050006
341						 0x00060007
342						 0x00070008
343						 0x00080009
344						 0x0100000a
345						 0x0101000c
346						 0x0102000d
347						 0x0103000e
348						 0x0104000f
349						 0x01050010
350						 0x01060011
351						 0x01070012
352						 0x01080013
353						 0x02000014
354						 0x02010015
355						 0x02020016
356						 0x02030017
357						 0x02040018
358						 0x02050019
359						 0x0206001a
360						 0x0207001b
361						 0x0208001c
362						 0x0300001d
363						 0x0301001e
364						 0x0302001f
365						 0x03030020
366						 0x03040021
367						 0x03050022
368						 0x03060023
369						 0x03070024
370						 0x03080025
371						 0x04000026
372						 0x04010027
373						 0x04020028
374						 0x04030029
375						 0x0404002a
376						 0x0405002b
377						 0x0406002c
378						 0x0407002d
379						 0x0408002e
380						 0x0500002f
381						 0x05010030
382						 0x05020031
383						 0x05030032
384						 0x05040033
385						 0x05050034
386						 0x05060035
387						 0x05070036
388						 0x05080037
389						 0x06000038
390						 0x06010039
391						 0x0602003a
392						 0x0603003b
393						 0x0604003c
394						 0x0605003d
395						 0x0606003e
396						 0x0607003f
397						 0x06080040
398						 0x07000041
399						 0x07010042
400						 0x07020043
401						 0x07030044
402						 0x07040045
403						 0x07050046
404						 0x07060047
405						 0x07070048
406						 0x07080049
407						 0x0800004a
408						 0x0801004b
409						 0x0802004c
410						 0x0803004d
411						 0x0804004e
412						 0x0805004f
413						 0x08060050
414						 0x08070051
415						 0x08080052 >;
416			       autorepeat;
417			       st,mode = <0>;
418			       suspended_rate = <2000000>;
419			       status = "okay";
420			};
421
422			rtc@e0580000 {
423			       status = "okay";
424			};
425
426			serial@e0000000 {
427			       status = "okay";
428				pinctrl-names = "default";
429				pinctrl-0 = <>;
430			};
431
432			serial@b4100000 {
433			       status = "okay";
434				pinctrl-names = "default";
435				pinctrl-0 = <>;
436			};
437
438			spi0: spi@e0100000 {
439				status = "okay";
440				num-cs = <3>;
441				cs-gpios = <&gpiopinctrl 80 0>, <&gpiopinctrl 24 0>,
442					   <&gpiopinctrl 85 0>;
443
444				m25p80@0 {
445					compatible = "m25p80";
446					reg = <0>;
447					spi-max-frequency = <12000000>;
448					spi-cpol;
449					spi-cpha;
450					pl022,hierarchy = <0>;
451					pl022,interface = <0>;
452					pl022,slave-tx-disable;
453					pl022,com-mode = <0x2>;
454					pl022,rx-level-trig = <0>;
455					pl022,tx-level-trig = <0>;
456					pl022,ctrl-len = <0x11>;
457					pl022,wait-state = <0>;
458					pl022,duplex = <0>;
459				};
460
461				stmpe610@1 {
462					compatible = "st,stmpe610";
463					spi-max-frequency = <1000000>;
464					spi-cpha;
465					reg = <1>;
466					pl022,hierarchy = <0>;
467					pl022,interface = <0>;
468					pl022,slave-tx-disable;
469					pl022,com-mode = <0>;
470					pl022,rx-level-trig = <0>;
471					pl022,tx-level-trig = <0>;
472					pl022,ctrl-len = <0x7>;
473					pl022,wait-state = <0>;
474					pl022,duplex = <0>;
475					interrupts = <100 0>;
476					interrupt-parent = <&gpiopinctrl>;
477					irq-trigger = <0x2>;
478					#address-cells = <1>;
479					#size-cells = <0>;
480
481					stmpe_touchscreen {
482						compatible = "st,stmpe-ts";
483						ts,sample-time = <4>;
484						ts,mod-12b = <1>;
485						ts,ref-sel = <0>;
486						ts,adc-freq = <1>;
487						ts,ave-ctrl = <1>;
488						ts,touch-det-delay = <2>;
489						ts,settling = <2>;
490						ts,fraction-z = <7>;
491						ts,i-drive = <1>;
492					};
493				};
494
495				spidev@2 {
496					compatible = "spidev";
497					reg = <2>;
498					spi-max-frequency = <25000000>;
499					spi-cpha;
500					pl022,hierarchy = <0>;
501					pl022,interface = <0>;
502					pl022,slave-tx-disable;
503					pl022,com-mode = <0x2>;
504					pl022,rx-level-trig = <0>;
505					pl022,tx-level-trig = <0>;
506					pl022,ctrl-len = <0x11>;
507					pl022,wait-state = <0>;
508					pl022,duplex = <0>;
509				};
510			};
511
512			timer@ec800600 {
513				status = "okay";
514			};
515
516			wdt@ec800620 {
517			       status = "okay";
518			};
519		};
520	};
521};