xref: /freebsd/sys/contrib/device-tree/src/arm/st/spear320-hmi.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * DTS file for SPEAr320 Evaluation Baord
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright 2012 Shiraz Hashim <shiraz.linux.kernel@gmail.com>
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/dts-v1/;
9*f126890aSEmmanuel Vadot/include/ "spear320.dtsi"
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot/ {
12*f126890aSEmmanuel Vadot	model = "ST SPEAr320 HMI Board";
13*f126890aSEmmanuel Vadot	compatible = "st,spear320-hmi", "st,spear320";
14*f126890aSEmmanuel Vadot	#address-cells = <1>;
15*f126890aSEmmanuel Vadot	#size-cells = <1>;
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	memory {
18*f126890aSEmmanuel Vadot		reg = <0 0x40000000>;
19*f126890aSEmmanuel Vadot	};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot	ahb {
22*f126890aSEmmanuel Vadot		pinmux@b3000000 {
23*f126890aSEmmanuel Vadot			st,pinmux-mode = <4>;
24*f126890aSEmmanuel Vadot			pinctrl-names = "default";
25*f126890aSEmmanuel Vadot			pinctrl-0 = <&state_default>;
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot			state_default: pinmux {
28*f126890aSEmmanuel Vadot				i2c0 {
29*f126890aSEmmanuel Vadot					st,pins = "i2c0_grp";
30*f126890aSEmmanuel Vadot					st,function = "i2c0";
31*f126890aSEmmanuel Vadot				};
32*f126890aSEmmanuel Vadot				ssp0 {
33*f126890aSEmmanuel Vadot					st,pins = "ssp0_grp";
34*f126890aSEmmanuel Vadot					st,function = "ssp0";
35*f126890aSEmmanuel Vadot				};
36*f126890aSEmmanuel Vadot				uart0 {
37*f126890aSEmmanuel Vadot					st,pins = "uart0_grp";
38*f126890aSEmmanuel Vadot					st,function = "uart0";
39*f126890aSEmmanuel Vadot				};
40*f126890aSEmmanuel Vadot				clcd {
41*f126890aSEmmanuel Vadot					st,pins = "clcd_grp";
42*f126890aSEmmanuel Vadot					st,function = "clcd";
43*f126890aSEmmanuel Vadot				};
44*f126890aSEmmanuel Vadot				fsmc {
45*f126890aSEmmanuel Vadot					st,pins = "fsmc_8bit_grp";
46*f126890aSEmmanuel Vadot					st,function = "fsmc";
47*f126890aSEmmanuel Vadot				};
48*f126890aSEmmanuel Vadot				sdhci {
49*f126890aSEmmanuel Vadot					st,pins = "sdhci_cd_12_grp";
50*f126890aSEmmanuel Vadot					st,function = "sdhci";
51*f126890aSEmmanuel Vadot				};
52*f126890aSEmmanuel Vadot				i2s {
53*f126890aSEmmanuel Vadot					st,pins = "i2s_grp";
54*f126890aSEmmanuel Vadot					st,function = "i2s";
55*f126890aSEmmanuel Vadot				};
56*f126890aSEmmanuel Vadot				uart1 {
57*f126890aSEmmanuel Vadot					st,pins = "uart1_grp";
58*f126890aSEmmanuel Vadot					st,function = "uart1";
59*f126890aSEmmanuel Vadot				};
60*f126890aSEmmanuel Vadot				uart2 {
61*f126890aSEmmanuel Vadot					st,pins = "uart2_grp";
62*f126890aSEmmanuel Vadot					st,function = "uart2";
63*f126890aSEmmanuel Vadot				};
64*f126890aSEmmanuel Vadot				can0 {
65*f126890aSEmmanuel Vadot					st,pins = "can0_grp";
66*f126890aSEmmanuel Vadot					st,function = "can0";
67*f126890aSEmmanuel Vadot				};
68*f126890aSEmmanuel Vadot				can1 {
69*f126890aSEmmanuel Vadot					st,pins = "can1_grp";
70*f126890aSEmmanuel Vadot					st,function = "can1";
71*f126890aSEmmanuel Vadot				};
72*f126890aSEmmanuel Vadot				mii0_1 {
73*f126890aSEmmanuel Vadot					st,pins = "rmii0_1_grp";
74*f126890aSEmmanuel Vadot					st,function = "mii0_1";
75*f126890aSEmmanuel Vadot				};
76*f126890aSEmmanuel Vadot				pwm0_1 {
77*f126890aSEmmanuel Vadot					st,pins = "pwm0_1_pin_37_38_grp";
78*f126890aSEmmanuel Vadot					st,function = "pwm0_1";
79*f126890aSEmmanuel Vadot				};
80*f126890aSEmmanuel Vadot				pwm2 {
81*f126890aSEmmanuel Vadot					st,pins = "pwm2_pin_34_grp";
82*f126890aSEmmanuel Vadot					st,function = "pwm2";
83*f126890aSEmmanuel Vadot				};
84*f126890aSEmmanuel Vadot			};
85*f126890aSEmmanuel Vadot		};
86*f126890aSEmmanuel Vadot
87*f126890aSEmmanuel Vadot		clcd@90000000 {
88*f126890aSEmmanuel Vadot			status = "okay";
89*f126890aSEmmanuel Vadot		};
90*f126890aSEmmanuel Vadot
91*f126890aSEmmanuel Vadot		dma@fc400000 {
92*f126890aSEmmanuel Vadot			status = "okay";
93*f126890aSEmmanuel Vadot		};
94*f126890aSEmmanuel Vadot
95*f126890aSEmmanuel Vadot		ehci@e1800000 {
96*f126890aSEmmanuel Vadot			status = "okay";
97*f126890aSEmmanuel Vadot		};
98*f126890aSEmmanuel Vadot
99*f126890aSEmmanuel Vadot		fsmc: flash@4c000000 {
100*f126890aSEmmanuel Vadot			status = "okay";
101*f126890aSEmmanuel Vadot
102*f126890aSEmmanuel Vadot			partition@0 {
103*f126890aSEmmanuel Vadot				label = "xloader";
104*f126890aSEmmanuel Vadot				reg = <0x0 0x80000>;
105*f126890aSEmmanuel Vadot			};
106*f126890aSEmmanuel Vadot			partition@80000 {
107*f126890aSEmmanuel Vadot				label = "u-boot";
108*f126890aSEmmanuel Vadot				reg = <0x80000 0x140000>;
109*f126890aSEmmanuel Vadot			};
110*f126890aSEmmanuel Vadot			partition@1C0000 {
111*f126890aSEmmanuel Vadot				label = "environment";
112*f126890aSEmmanuel Vadot				reg = <0x1C0000 0x40000>;
113*f126890aSEmmanuel Vadot			};
114*f126890aSEmmanuel Vadot			partition@200000 {
115*f126890aSEmmanuel Vadot				label = "dtb";
116*f126890aSEmmanuel Vadot				reg = <0x200000 0x40000>;
117*f126890aSEmmanuel Vadot			};
118*f126890aSEmmanuel Vadot			partition@240000 {
119*f126890aSEmmanuel Vadot				label = "linux";
120*f126890aSEmmanuel Vadot				reg = <0x240000 0xC00000>;
121*f126890aSEmmanuel Vadot			};
122*f126890aSEmmanuel Vadot			partition@E40000 {
123*f126890aSEmmanuel Vadot				label = "rootfs";
124*f126890aSEmmanuel Vadot				reg = <0xE40000 0x0>;
125*f126890aSEmmanuel Vadot			};
126*f126890aSEmmanuel Vadot		};
127*f126890aSEmmanuel Vadot
128*f126890aSEmmanuel Vadot		gpio_keys {
129*f126890aSEmmanuel Vadot			compatible = "gpio-keys";
130*f126890aSEmmanuel Vadot			#address-cells = <1>;
131*f126890aSEmmanuel Vadot			#size-cells = <0>;
132*f126890aSEmmanuel Vadot
133*f126890aSEmmanuel Vadot			button@1 {
134*f126890aSEmmanuel Vadot				label = "user button 1";
135*f126890aSEmmanuel Vadot				linux,code = <0x100>;
136*f126890aSEmmanuel Vadot				gpios = <&stmpegpio 3 0x4>;
137*f126890aSEmmanuel Vadot				debounce-interval = <20>;
138*f126890aSEmmanuel Vadot				wakeup-source;
139*f126890aSEmmanuel Vadot			};
140*f126890aSEmmanuel Vadot
141*f126890aSEmmanuel Vadot			button@2 {
142*f126890aSEmmanuel Vadot				label = "user button 2";
143*f126890aSEmmanuel Vadot				linux,code = <0x200>;
144*f126890aSEmmanuel Vadot				gpios = <&stmpegpio 2 0x4>;
145*f126890aSEmmanuel Vadot				debounce-interval = <20>;
146*f126890aSEmmanuel Vadot				wakeup-source;
147*f126890aSEmmanuel Vadot			};
148*f126890aSEmmanuel Vadot		};
149*f126890aSEmmanuel Vadot
150*f126890aSEmmanuel Vadot		ohci@e1900000 {
151*f126890aSEmmanuel Vadot			status = "okay";
152*f126890aSEmmanuel Vadot		};
153*f126890aSEmmanuel Vadot
154*f126890aSEmmanuel Vadot		ohci@e2100000 {
155*f126890aSEmmanuel Vadot			status = "okay";
156*f126890aSEmmanuel Vadot		};
157*f126890aSEmmanuel Vadot
158*f126890aSEmmanuel Vadot		pwm: pwm@a8000000 {
159*f126890aSEmmanuel Vadot			status = "okay";
160*f126890aSEmmanuel Vadot		};
161*f126890aSEmmanuel Vadot
162*f126890aSEmmanuel Vadot		sdhci@70000000 {
163*f126890aSEmmanuel Vadot			power-gpio = <&gpiopinctrl 50 1>;
164*f126890aSEmmanuel Vadot			power_always_enb;
165*f126890aSEmmanuel Vadot			status = "okay";
166*f126890aSEmmanuel Vadot		};
167*f126890aSEmmanuel Vadot
168*f126890aSEmmanuel Vadot		smi: flash@fc000000 {
169*f126890aSEmmanuel Vadot			status = "okay";
170*f126890aSEmmanuel Vadot			clock-rate = <50000000>;
171*f126890aSEmmanuel Vadot
172*f126890aSEmmanuel Vadot			flash@f8000000 {
173*f126890aSEmmanuel Vadot				#address-cells = <1>;
174*f126890aSEmmanuel Vadot				#size-cells = <1>;
175*f126890aSEmmanuel Vadot				reg = <0xf8000000 0x800000>;
176*f126890aSEmmanuel Vadot				st,smi-fast-mode;
177*f126890aSEmmanuel Vadot
178*f126890aSEmmanuel Vadot				partition@0 {
179*f126890aSEmmanuel Vadot					label = "xloader";
180*f126890aSEmmanuel Vadot					reg = <0x0 0x10000>;
181*f126890aSEmmanuel Vadot				};
182*f126890aSEmmanuel Vadot				partition@10000 {
183*f126890aSEmmanuel Vadot					label = "u-boot";
184*f126890aSEmmanuel Vadot					reg = <0x10000 0x50000>;
185*f126890aSEmmanuel Vadot				};
186*f126890aSEmmanuel Vadot				partition@60000 {
187*f126890aSEmmanuel Vadot					label = "environment";
188*f126890aSEmmanuel Vadot					reg = <0x60000 0x10000>;
189*f126890aSEmmanuel Vadot				};
190*f126890aSEmmanuel Vadot				partition@70000 {
191*f126890aSEmmanuel Vadot					label = "dtb";
192*f126890aSEmmanuel Vadot					reg = <0x70000 0x10000>;
193*f126890aSEmmanuel Vadot				};
194*f126890aSEmmanuel Vadot				partition@80000 {
195*f126890aSEmmanuel Vadot					label = "linux";
196*f126890aSEmmanuel Vadot					reg = <0x80000 0x310000>;
197*f126890aSEmmanuel Vadot				};
198*f126890aSEmmanuel Vadot				partition@390000 {
199*f126890aSEmmanuel Vadot					label = "rootfs";
200*f126890aSEmmanuel Vadot					reg = <0x390000 0x0>;
201*f126890aSEmmanuel Vadot				};
202*f126890aSEmmanuel Vadot			};
203*f126890aSEmmanuel Vadot		};
204*f126890aSEmmanuel Vadot
205*f126890aSEmmanuel Vadot		spi0: spi@d0100000 {
206*f126890aSEmmanuel Vadot			status = "okay";
207*f126890aSEmmanuel Vadot		};
208*f126890aSEmmanuel Vadot
209*f126890aSEmmanuel Vadot		spi1: spi@a5000000 {
210*f126890aSEmmanuel Vadot			status = "okay";
211*f126890aSEmmanuel Vadot		};
212*f126890aSEmmanuel Vadot
213*f126890aSEmmanuel Vadot		spi2: spi@a6000000 {
214*f126890aSEmmanuel Vadot			status = "okay";
215*f126890aSEmmanuel Vadot		};
216*f126890aSEmmanuel Vadot
217*f126890aSEmmanuel Vadot		usbd@e1100000 {
218*f126890aSEmmanuel Vadot			status = "okay";
219*f126890aSEmmanuel Vadot		};
220*f126890aSEmmanuel Vadot
221*f126890aSEmmanuel Vadot		apb {
222*f126890aSEmmanuel Vadot			gpio0: gpio@fc980000 {
223*f126890aSEmmanuel Vadot			       status = "okay";
224*f126890aSEmmanuel Vadot			};
225*f126890aSEmmanuel Vadot
226*f126890aSEmmanuel Vadot			gpio@b3000000 {
227*f126890aSEmmanuel Vadot				status = "okay";
228*f126890aSEmmanuel Vadot			};
229*f126890aSEmmanuel Vadot
230*f126890aSEmmanuel Vadot			i2c0: i2c@d0180000 {
231*f126890aSEmmanuel Vadot				status = "okay";
232*f126890aSEmmanuel Vadot
233*f126890aSEmmanuel Vadot				stmpe811@41 {
234*f126890aSEmmanuel Vadot					compatible = "st,stmpe811";
235*f126890aSEmmanuel Vadot					#address-cells = <1>;
236*f126890aSEmmanuel Vadot					#size-cells = <0>;
237*f126890aSEmmanuel Vadot					reg = <0x41>;
238*f126890aSEmmanuel Vadot					irq-gpios = <&gpiopinctrl 29 0x4>;
239*f126890aSEmmanuel Vadot					id = <0>;
240*f126890aSEmmanuel Vadot					blocks = <0x5>;
241*f126890aSEmmanuel Vadot					irq-trigger = <0x1>;
242*f126890aSEmmanuel Vadot
243*f126890aSEmmanuel Vadot					stmpegpio: stmpe-gpio {
244*f126890aSEmmanuel Vadot						compatible = "st,stmpe-gpio";
245*f126890aSEmmanuel Vadot						reg = <0>;
246*f126890aSEmmanuel Vadot						gpio-controller;
247*f126890aSEmmanuel Vadot						#gpio-cells = <2>;
248*f126890aSEmmanuel Vadot						gpio,norequest-mask = <0xF3>;
249*f126890aSEmmanuel Vadot					};
250*f126890aSEmmanuel Vadot
251*f126890aSEmmanuel Vadot					stmpe610-ts {
252*f126890aSEmmanuel Vadot						compatible = "stmpe,ts";
253*f126890aSEmmanuel Vadot						reg = <0>;
254*f126890aSEmmanuel Vadot						ts,sample-time = <4>;
255*f126890aSEmmanuel Vadot						ts,mod-12b = <1>;
256*f126890aSEmmanuel Vadot						ts,ref-sel = <0>;
257*f126890aSEmmanuel Vadot						ts,adc-freq = <1>;
258*f126890aSEmmanuel Vadot						ts,ave-ctrl = <1>;
259*f126890aSEmmanuel Vadot						ts,touch-det-delay = <3>;
260*f126890aSEmmanuel Vadot						ts,settling = <4>;
261*f126890aSEmmanuel Vadot						ts,fraction-z = <7>;
262*f126890aSEmmanuel Vadot						ts,i-drive = <1>;
263*f126890aSEmmanuel Vadot					};
264*f126890aSEmmanuel Vadot				};
265*f126890aSEmmanuel Vadot			};
266*f126890aSEmmanuel Vadot
267*f126890aSEmmanuel Vadot			i2c1: i2c@a7000000 {
268*f126890aSEmmanuel Vadot			       status = "okay";
269*f126890aSEmmanuel Vadot			};
270*f126890aSEmmanuel Vadot
271*f126890aSEmmanuel Vadot			rtc@fc900000 {
272*f126890aSEmmanuel Vadot			       status = "okay";
273*f126890aSEmmanuel Vadot			};
274*f126890aSEmmanuel Vadot
275*f126890aSEmmanuel Vadot			serial@d0000000 {
276*f126890aSEmmanuel Vadot			       status = "okay";
277*f126890aSEmmanuel Vadot				pinctrl-names = "default";
278*f126890aSEmmanuel Vadot				pinctrl-0 = <>;
279*f126890aSEmmanuel Vadot			};
280*f126890aSEmmanuel Vadot
281*f126890aSEmmanuel Vadot			serial@a3000000 {
282*f126890aSEmmanuel Vadot			       status = "okay";
283*f126890aSEmmanuel Vadot				pinctrl-names = "default";
284*f126890aSEmmanuel Vadot				pinctrl-0 = <>;
285*f126890aSEmmanuel Vadot			};
286*f126890aSEmmanuel Vadot
287*f126890aSEmmanuel Vadot			serial@a4000000 {
288*f126890aSEmmanuel Vadot			       status = "okay";
289*f126890aSEmmanuel Vadot				pinctrl-names = "default";
290*f126890aSEmmanuel Vadot				pinctrl-0 = <>;
291*f126890aSEmmanuel Vadot			};
292*f126890aSEmmanuel Vadot
293*f126890aSEmmanuel Vadot			wdt@fc880000 {
294*f126890aSEmmanuel Vadot			       status = "okay";
295*f126890aSEmmanuel Vadot			};
296*f126890aSEmmanuel Vadot		};
297*f126890aSEmmanuel Vadot	};
298*f126890aSEmmanuel Vadot};
299