1/*
2 * Copyright 2016 Linaro Ltd
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * of this software and associated documentation files (the "Software"), to deal
6 * in the Software without restriction, including without limitation the rights
7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 * copies of the Software, and to permit persons to whom the Software is
9 * furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20 * THE SOFTWARE.
21 */
22
23#include <dt-bindings/interrupt-controller/irq.h>
24#include <dt-bindings/gpio/gpio.h>
25
26/ {
27	#address-cells = <1>;
28	#size-cells = <1>;
29	compatible = "arm,realview-pbx";
30
31	chosen { };
32
33	aliases {
34		serial0 = &serial0;
35		serial1 = &serial1;
36		serial2 = &serial2;
37		serial3 = &serial3;
38		i2c0 = &i2c0;
39		i2c1 = &i2c1;
40	};
41
42	memory {
43		device_type = "memory";
44		/* 128 MiB memory @ 0x0 */
45		reg = <0x00000000 0x08000000>;
46	};
47
48	/* The voltage to the MMC card is hardwired at 3.3V */
49	vmmc: regulator-vmmc {
50		compatible = "regulator-fixed";
51		regulator-name = "vmmc";
52		regulator-min-microvolt = <3300000>;
53		regulator-max-microvolt = <3300000>;
54		regulator-boot-on;
55        };
56
57	veth: regulator-veth {
58		compatible = "regulator-fixed";
59		regulator-name = "veth";
60		regulator-min-microvolt = <3300000>;
61		regulator-max-microvolt = <3300000>;
62		regulator-boot-on;
63	};
64
65	xtal24mhz: xtal24mhz@24M {
66		#clock-cells = <0>;
67		compatible = "fixed-clock";
68		clock-frequency = <24000000>;
69	};
70
71	refclk32khz: refclk32khz {
72		#clock-cells = <0>;
73		compatible = "fixed-clock";
74		clock-frequency = <32768>;
75	};
76
77	timclk: timclk@1M {
78		#clock-cells = <0>;
79		compatible = "fixed-factor-clock";
80		clock-div = <24>;
81		clock-mult = <1>;
82		clocks = <&xtal24mhz>;
83	};
84
85	mclk: mclk@24M {
86		#clock-cells = <0>;
87		compatible = "fixed-factor-clock";
88		clock-div = <1>;
89		clock-mult = <1>;
90		clocks = <&xtal24mhz>;
91	};
92
93	kmiclk: kmiclk@24M {
94		#clock-cells = <0>;
95		compatible = "fixed-factor-clock";
96		clock-div = <1>;
97		clock-mult = <1>;
98		clocks = <&xtal24mhz>;
99	};
100
101	sspclk: sspclk@24M {
102		#clock-cells = <0>;
103		compatible = "fixed-factor-clock";
104		clock-div = <1>;
105		clock-mult = <1>;
106		clocks = <&xtal24mhz>;
107	};
108
109	uartclk: uartclk@24M {
110		#clock-cells = <0>;
111		compatible = "fixed-factor-clock";
112		clock-div = <1>;
113		clock-mult = <1>;
114		clocks = <&xtal24mhz>;
115	};
116
117	wdogclk: wdogclk@24M {
118		#clock-cells = <0>;
119		compatible = "fixed-factor-clock";
120		clock-div = <1>;
121		clock-mult = <1>;
122		clocks = <&xtal24mhz>;
123	};
124
125	/* FIXME: this actually hangs off the PLL clocks */
126	pclk: pclk@0 {
127		#clock-cells = <0>;
128		compatible = "fixed-clock";
129		clock-frequency = <0>;
130	};
131
132	flash0@40000000 {
133		/* 2 * 32MiB NOR Flash memory */
134		compatible = "arm,versatile-flash", "cfi-flash";
135		reg = <0x40000000 0x04000000>;
136		bank-width = <4>;
137		partitions {
138			compatible = "arm,arm-firmware-suite";
139		};
140	};
141
142	flash1@44000000 {
143		/* 2 * 32MiB NOR Flash memory */
144		compatible = "arm,versatile-flash", "cfi-flash";
145		reg = <0x44000000 0x04000000>;
146		bank-width = <4>;
147		partitions {
148			compatible = "arm,arm-firmware-suite";
149		};
150	};
151
152	/* SMSC 9118 ethernet with PHY and EEPROM */
153	ethernet: ethernet@4e000000 {
154		compatible = "smsc,lan9118", "smsc,lan9115";
155		reg = <0x4e000000 0x10000>;
156		phy-mode = "mii";
157		reg-io-width = <4>;
158		smsc,irq-active-high;
159		smsc,irq-push-pull;
160		vdd33a-supply = <&veth>;
161		vddvario-supply = <&veth>;
162	};
163
164	usb: usb@4f000000 {
165		compatible = "nxp,usb-isp1761";
166		reg = <0x4f000000 0x20000>;
167		port1-otg;
168	};
169
170	bridge {
171		compatible = "ti,ths8134a", "ti,ths8134";
172		#address-cells = <1>;
173		#size-cells = <0>;
174
175		ports {
176			#address-cells = <1>;
177			#size-cells = <0>;
178
179			port@0 {
180				reg = <0>;
181
182				vga_bridge_in: endpoint {
183					remote-endpoint = <&clcd_pads>;
184				};
185			};
186
187			port@1 {
188				reg = <1>;
189
190				vga_bridge_out: endpoint {
191					remote-endpoint = <&vga_con_in>;
192				};
193			};
194		};
195	};
196
197	vga {
198		/*
199		 * This DDC I2C is connected directly to the DVI portions
200		 * of the connector, so it's not really working when the
201		 * monitor is connected to the VGA connector.
202		 */
203		compatible = "vga-connector";
204		ddc-i2c-bus = <&i2c1>;
205
206		port {
207			vga_con_in: endpoint {
208				remote-endpoint = <&vga_bridge_out>;
209			};
210		};
211	};
212
213	soc: soc {
214		compatible = "arm,realview-pbx-soc", "simple-bus";
215		#address-cells = <1>;
216		#size-cells = <1>;
217		regmap = <&syscon>;
218		ranges;
219
220		syscon: syscon@10000000 {
221			compatible = "arm,realview-pbx-syscon", "syscon", "simple-mfd";
222			reg = <0x10000000 0x1000>;
223
224			led@08.0 {
225				compatible = "register-bit-led";
226				offset = <0x08>;
227				mask = <0x01>;
228				label = "versatile:0";
229				linux,default-trigger = "heartbeat";
230				default-state = "on";
231			};
232			led@08.1 {
233				compatible = "register-bit-led";
234				offset = <0x08>;
235				mask = <0x02>;
236				label = "versatile:1";
237				linux,default-trigger = "mmc0";
238				default-state = "off";
239			};
240			led@08.2 {
241				compatible = "register-bit-led";
242				offset = <0x08>;
243				mask = <0x04>;
244				label = "versatile:2";
245				linux,default-trigger = "cpu0";
246				default-state = "off";
247			};
248			led@08.3 {
249				compatible = "register-bit-led";
250				offset = <0x08>;
251				mask = <0x08>;
252				label = "versatile:3";
253				default-state = "off";
254			};
255			led@08.4 {
256				compatible = "register-bit-led";
257				offset = <0x08>;
258				mask = <0x10>;
259				label = "versatile:4";
260				default-state = "off";
261			};
262			led@08.5 {
263				compatible = "register-bit-led";
264				offset = <0x08>;
265				mask = <0x20>;
266				label = "versatile:5";
267				default-state = "off";
268			};
269			led@08.6 {
270				compatible = "register-bit-led";
271				offset = <0x08>;
272				mask = <0x40>;
273				label = "versatile:6";
274				default-state = "off";
275			};
276			led@08.7 {
277				compatible = "register-bit-led";
278				offset = <0x08>;
279				mask = <0x80>;
280				label = "versatile:7";
281				default-state = "off";
282			};
283			oscclk0: osc0@0c {
284				compatible = "arm,syscon-icst307";
285				#clock-cells = <0>;
286				lock-offset = <0x20>;
287				vco-offset = <0x0C>;
288				clocks = <&xtal24mhz>;
289			};
290			oscclk1: osc1@10 {
291				compatible = "arm,syscon-icst307";
292				#clock-cells = <0>;
293				lock-offset = <0x20>;
294				vco-offset = <0x10>;
295				clocks = <&xtal24mhz>;
296			};
297			oscclk2: osc2@14 {
298				compatible = "arm,syscon-icst307";
299				#clock-cells = <0>;
300				lock-offset = <0x20>;
301				vco-offset = <0x14>;
302				clocks = <&xtal24mhz>;
303			};
304			oscclk3: osc3@18 {
305				compatible = "arm,syscon-icst307";
306				#clock-cells = <0>;
307				lock-offset = <0x20>;
308				vco-offset = <0x18>;
309				clocks = <&xtal24mhz>;
310			};
311			oscclk4: osc4@1c {
312				compatible = "arm,syscon-icst307";
313				#clock-cells = <0>;
314				lock-offset = <0x20>;
315				vco-offset = <0x1c>;
316				clocks = <&xtal24mhz>;
317			};
318		};
319
320		sp810_syscon0: sysctl@10001000 {
321			compatible = "arm,sp810", "arm,primecell";
322			reg = <0x10001000 0x1000>;
323			clocks = <&refclk32khz>, <&timclk>, <&xtal24mhz>;
324			clock-names = "refclk", "timclk", "apb_pclk";
325			#clock-cells = <1>;
326			clock-output-names = "timerclk0",
327					     "timerclk1",
328					     "timerclk2",
329					     "timerclk3";
330			assigned-clocks = <&sp810_syscon0 0>,
331					  <&sp810_syscon0 1>,
332					  <&sp810_syscon0 2>,
333					  <&sp810_syscon0 3>;
334			assigned-clock-parents = <&timclk>,
335					       <&timclk>,
336					       <&timclk>,
337					       <&timclk>;
338		};
339
340		i2c0: i2c@10002000 {
341			#address-cells = <1>;
342			#size-cells = <0>;
343			compatible = "arm,versatile-i2c";
344			reg = <0x10002000 0x1000>;
345
346			rtc@68 {
347				compatible = "dallas,ds1338";
348				reg = <0x68>;
349			};
350		};
351
352		serial0: serial@10009000 {
353			compatible = "arm,pl011", "arm,primecell";
354			reg = <0x10009000 0x1000>;
355			clocks = <&uartclk>, <&pclk>;
356			clock-names = "uartclk", "apb_pclk";
357		};
358
359		serial1: serial@1000a000 {
360			compatible = "arm,pl011", "arm,primecell";
361			reg = <0x1000a000 0x1000>;
362			clocks = <&uartclk>, <&pclk>;
363			clock-names = "uartclk", "apb_pclk";
364		};
365
366		serial2: serial@1000b000 {
367			compatible = "arm,pl011", "arm,primecell";
368			reg = <0x1000b000 0x1000>;
369			clocks = <&uartclk>, <&pclk>;
370			clock-names = "uartclk", "apb_pclk";
371		};
372
373		ssp: spi@1000d000 {
374			compatible = "arm,pl022", "arm,primecell";
375			reg = <0x1000d000 0x1000>;
376			clocks = <&sspclk>, <&pclk>;
377			clock-names = "SSPCLK", "apb_pclk";
378		};
379
380		wdog0: watchdog@1000f000 {
381			compatible = "arm,sp805", "arm,primecell";
382			reg = <0x1000f000 0x1000>;
383			clocks = <&wdogclk>, <&pclk>;
384			clock-names = "wdog_clk", "apb_pclk";
385			status = "disabled";
386		};
387
388		wdog1: watchdog@10010000 {
389			compatible = "arm,sp805", "arm,primecell";
390			reg = <0x10010000 0x1000>;
391			clocks = <&wdogclk>, <&pclk>;
392			clock-names = "wdog_clk", "apb_pclk";
393			status = "disabled";
394		};
395
396		timer01: timer@10011000 {
397			compatible = "arm,sp804", "arm,primecell";
398			reg = <0x10011000 0x1000>;
399			clocks = <&sp810_syscon0 0>,
400			         <&sp810_syscon0 1>,
401				 <&pclk>;
402			clock-names = "timerclk0",
403				    "timerclk1",
404				    "apb_pclk";
405		};
406
407		timer23: timer@10012000 {
408			compatible = "arm,sp804", "arm,primecell";
409			reg = <0x10012000 0x1000>;
410			clocks = <&sp810_syscon0 2>,
411			         <&sp810_syscon0 3>,
412				 <&pclk>;
413			clock-names = "timerclk2",
414				    "timerclk3",
415				    "apb_pclk";
416		};
417
418		gpio0: gpio@10013000 {
419			compatible = "arm,pl061", "arm,primecell";
420			reg = <0x10013000 0x1000>;
421			gpio-controller;
422			#gpio-cells = <2>;
423			interrupt-controller;
424			#interrupt-cells = <2>;
425			clocks = <&pclk>;
426			clock-names = "apb_pclk";
427		};
428
429		gpio1: gpio@10014000 {
430			compatible = "arm,pl061", "arm,primecell";
431			reg = <0x10014000 0x1000>;
432			gpio-controller;
433			#gpio-cells = <2>;
434			interrupt-controller;
435			#interrupt-cells = <2>;
436			clocks = <&pclk>;
437			clock-names = "apb_pclk";
438		};
439
440		gpio2: gpio@10015000 {
441			compatible = "arm,pl061", "arm,primecell";
442			reg = <0x10015000 0x1000>;
443			gpio-controller;
444			#gpio-cells = <2>;
445			interrupt-controller;
446			#interrupt-cells = <2>;
447			clocks = <&pclk>;
448			clock-names = "apb_pclk";
449		};
450
451		i2c1: i2c@10016000 {
452			#address-cells = <1>;
453			#size-cells = <0>;
454			compatible = "arm,versatile-i2c";
455			reg = <0x10016000 0x1000>;
456		};
457
458		rtc: rtc@10017000 {
459			compatible = "arm,pl031", "arm,primecell";
460			reg = <0x10017000 0x1000>;
461			clocks = <&pclk>;
462			clock-names = "apb_pclk";
463		};
464
465		timer45: timer@10018000 {
466			compatible = "arm,sp804", "arm,primecell";
467			reg = <0x10018000 0x1000>;
468			clocks = <&timclk>, <&timclk>, <&pclk>;
469			clock-names = "timerclk4", "timerclk5", "apb_pclk";
470		};
471
472		timer67: timer@10019000 {
473			compatible = "arm,sp804", "arm,primecell";
474			reg = <0x10019000 0x1000>;
475			clocks = <&timclk>, <&timclk>, <&pclk>;
476			clock-names = "timerclk6", "timerclk7", "apb_pclk";
477		};
478
479		sp810_syscon1: sysctl@1001a000 {
480			compatible = "arm,sp810", "arm,primecell";
481			reg = <0x1001a000 0x1000>;
482			clocks = <&refclk32khz>, <&timclk>, <&xtal24mhz>;
483			clock-names = "refclk", "timclk", "apb_pclk";
484			#clock-cells = <1>;
485			clock-output-names = "timerclk4",
486					     "timerclk5",
487					     "timerclk6",
488					     "timerclk7";
489			assigned-clocks = <&sp810_syscon1 0>,
490					  <&sp810_syscon1 1>,
491					  <&sp810_syscon1 2>,
492					  <&sp810_syscon1 3>;
493			assigned-clock-parents = <&timclk>,
494					       <&timclk>,
495					       <&timclk>,
496					       <&timclk>;
497		};
498	};
499
500
501	/* These peripherals are inside the FPGA */
502	fpga {
503		#address-cells = <1>;
504		#size-cells = <1>;
505		compatible = "simple-bus";
506		ranges;
507
508		aaci: aaci@10004000 {
509			compatible = "arm,pl041", "arm,primecell";
510			reg = <0x10004000 0x1000>;
511			clocks = <&pclk>;
512			clock-names = "apb_pclk";
513		};
514
515		mmc: mmcsd@10005000 {
516			compatible = "arm,pl18x", "arm,primecell";
517			reg = <0x10005000 0x1000>;
518
519			/* Due to frequent FIFO overruns, use just 500 kHz */
520			max-frequency = <500000>;
521			bus-width = <4>;
522			cap-sd-highspeed;
523			cap-mmc-highspeed;
524			clocks = <&mclk>, <&pclk>;
525			clock-names = "mclk", "apb_pclk";
526			vmmc-supply = <&vmmc>;
527			cd-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
528			wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
529		};
530
531		kmi0: kmi@10006000 {
532			compatible = "arm,pl050", "arm,primecell";
533			reg = <0x10006000 0x1000>;
534			clocks = <&kmiclk>, <&pclk>;
535			clock-names = "KMIREFCLK", "apb_pclk";
536		};
537
538		kmi1: kmi@10007000 {
539			compatible = "arm,pl050", "arm,primecell";
540			reg = <0x10007000 0x1000>;
541			clocks = <&kmiclk>, <&pclk>;
542			clock-names = "KMIREFCLK", "apb_pclk";
543		};
544
545		serial3: serial@1000c000 {
546			compatible = "arm,pl011", "arm,primecell";
547			reg = <0x1000c000 0x1000>;
548			clocks = <&uartclk>, <&pclk>;
549			clock-names = "uartclk", "apb_pclk";
550		};
551	};
552
553	/* These peripherals are inside the NEC ISSP */
554	issp {
555		#address-cells = <1>;
556		#size-cells = <1>;
557		compatible = "simple-bus";
558		ranges;
559
560		clcd: clcd@10020000 {
561			compatible = "arm,pl111", "arm,primecell";
562			reg = <0x10020000 0x1000>;
563			interrupt-names = "combined";
564			clocks = <&oscclk4>, <&pclk>;
565			clock-names = "clcdclk", "apb_pclk";
566			/* 1024x768 16bpp @65MHz works fine */
567			max-memory-bandwidth = <95000000>;
568
569			port {
570				clcd_pads: endpoint {
571					remote-endpoint = <&vga_bridge_in>;
572					arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
573				};
574			};
575		};
576	};
577};
578