2 * Copyright 2016 Linaro Ltd
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:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
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
23 #include <dt-bindings/interrupt-controller/irq.h>
24 #include <dt-bindings/gpio/gpio.h>
25 #include "skeleton.dtsi"
28 compatible = "arm,realview-eb";
41 /* 128 MiB memory @ 0x0 */
42 reg = <0x00000000 0x08000000>;
45 /* The voltage to the MMC card is hardwired at 3.3V */
46 vmmc: fixedregulator@0 {
47 compatible = "regulator-fixed";
48 regulator-name = "vmmc";
49 regulator-min-microvolt = <3300000>;
50 regulator-max-microvolt = <3300000>;
54 xtal24mhz: xtal24mhz@24M {
56 compatible = "fixed-clock";
57 clock-frequency = <24000000>;
62 compatible = "fixed-factor-clock";
65 clocks = <&xtal24mhz>;
70 compatible = "fixed-factor-clock";
73 clocks = <&xtal24mhz>;
78 compatible = "fixed-factor-clock";
81 clocks = <&xtal24mhz>;
86 compatible = "fixed-factor-clock";
89 clocks = <&xtal24mhz>;
92 uartclk: uartclk@24M {
94 compatible = "fixed-factor-clock";
97 clocks = <&xtal24mhz>;
100 wdogclk: wdogclk@24M {
102 compatible = "fixed-factor-clock";
105 clocks = <&xtal24mhz>;
108 /* FIXME: this actually hangs off the PLL clocks */
111 compatible = "fixed-clock";
112 clock-frequency = <0>;
116 /* 2 * 32MiB NOR Flash memory */
117 compatible = "arm,versatile-flash", "cfi-flash";
118 reg = <0x40000000 0x04000000>;
123 /* 2 * 32MiB NOR Flash memory */
124 compatible = "arm,versatile-flash", "cfi-flash";
125 reg = <0x44000000 0x04000000>;
129 /* SMSC LAN91C111 ethernet with PHY and EEPROM */
130 ethernet: ethernet@4e000000 {
131 compatible = "smsc,lan91c111";
132 reg = <0x4e000000 0x10000>;
134 * This means the adapter can be accessed with 8, 16 or
135 * 32 bit reads/writes.
141 compatible = "nxp,usb-isp1761";
142 reg = <0x4f000000 0x20000>;
146 /* These peripherals are inside the FPGA */
148 #address-cells = <1>;
150 compatible = "simple-bus";
153 syscon: syscon@10000000 {
154 compatible = "arm,realview-eb-syscon", "syscon", "simple-mfd";
155 reg = <0x10000000 0x1000>;
158 compatible = "register-bit-led";
161 label = "versatile:0";
162 linux,default-trigger = "heartbeat";
163 default-state = "on";
166 compatible = "register-bit-led";
169 label = "versatile:1";
170 linux,default-trigger = "mmc0";
171 default-state = "off";
174 compatible = "register-bit-led";
177 label = "versatile:2";
178 linux,default-trigger = "cpu0";
179 default-state = "off";
182 compatible = "register-bit-led";
185 label = "versatile:3";
186 default-state = "off";
189 compatible = "register-bit-led";
192 label = "versatile:4";
193 default-state = "off";
196 compatible = "register-bit-led";
199 label = "versatile:5";
200 default-state = "off";
203 compatible = "register-bit-led";
206 label = "versatile:6";
207 default-state = "off";
210 compatible = "register-bit-led";
213 label = "versatile:7";
214 default-state = "off";
217 compatible = "arm,syscon-icst307";
219 lock-offset = <0x20>;
221 clocks = <&xtal24mhz>;
224 compatible = "arm,syscon-icst307";
226 lock-offset = <0x20>;
228 clocks = <&xtal24mhz>;
231 compatible = "arm,syscon-icst307";
233 lock-offset = <0x20>;
235 clocks = <&xtal24mhz>;
238 compatible = "arm,syscon-icst307";
240 lock-offset = <0x20>;
242 clocks = <&xtal24mhz>;
245 compatible = "arm,syscon-icst307";
247 lock-offset = <0x20>;
249 clocks = <&xtal24mhz>;
254 #address-cells = <1>;
256 compatible = "arm,versatile-i2c";
257 reg = <0x10002000 0x1000>;
260 compatible = "dallas,ds1338";
265 aaci: aaci@10004000 {
266 compatible = "arm,pl041", "arm,primecell";
267 reg = <0x10004000 0x1000>;
269 clock-names = "apb_pclk";
272 mmc: mmcsd@10005000 {
273 compatible = "arm,pl18x", "arm,primecell";
274 reg = <0x10005000 0x1000>;
276 /* Due to frequent FIFO overruns, use just 500 kHz */
277 max-frequency = <500000>;
281 clocks = <&mclk>, <&pclk>;
282 clock-names = "mclk", "apb_pclk";
283 vmmc-supply = <&vmmc>;
284 cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
285 wp-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
289 compatible = "arm,pl050", "arm,primecell";
290 reg = <0x10006000 0x1000>;
291 clocks = <&kmiclk>, <&pclk>;
292 clock-names = "KMIREFCLK", "apb_pclk";
296 compatible = "arm,pl050", "arm,primecell";
297 reg = <0x10007000 0x1000>;
298 clocks = <&kmiclk>, <&pclk>;
299 clock-names = "KMIREFCLK", "apb_pclk";
302 charlcd: fpga_charlcd: charlcd@10008000 {
303 compatible = "arm,versatile-lcd";
304 reg = <0x10008000 0x1000>;
306 clock-names = "apb_pclk";
309 serial0: serial@10009000 {
310 compatible = "arm,pl011", "arm,primecell";
311 reg = <0x10009000 0x1000>;
312 clocks = <&uartclk>, <&pclk>;
313 clock-names = "uartclk", "apb_pclk";
316 serial1: serial@1000a000 {
317 compatible = "arm,pl011", "arm,primecell";
318 reg = <0x1000a000 0x1000>;
319 clocks = <&uartclk>, <&pclk>;
320 clock-names = "uartclk", "apb_pclk";
323 serial2: serial@1000b000 {
324 compatible = "arm,pl011", "arm,primecell";
325 reg = <0x1000b000 0x1000>;
326 clocks = <&uartclk>, <&pclk>;
327 clock-names = "uartclk", "apb_pclk";
330 serial3: serial@1000c000 {
331 compatible = "arm,pl011", "arm,primecell";
332 reg = <0x1000c000 0x1000>;
333 clocks = <&uartclk>, <&pclk>;
334 clock-names = "uartclk", "apb_pclk";
338 compatible = "arm,pl022", "arm,primecell";
339 reg = <0x1000d000 0x1000>;
340 clocks = <&sspclk>, <&pclk>;
341 clock-names = "SSPCLK", "apb_pclk";
344 wdog: watchdog@10010000 {
345 compatible = "arm,sp805", "arm,primecell";
346 reg = <0x10010000 0x1000>;
347 clocks = <&wdogclk>, <&pclk>;
348 clock-names = "wdogclk", "apb_pclk";
352 timer01: timer@10011000 {
353 compatible = "arm,sp804", "arm,primecell";
354 reg = <0x10011000 0x1000>;
355 clocks = <&timclk>, <&timclk>, <&pclk>;
356 clock-names = "timer1", "timer2", "apb_pclk";
359 timer23: timer@10012000 {
360 compatible = "arm,sp804", "arm,primecell";
361 reg = <0x10012000 0x1000>;
362 clocks = <&timclk>, <&timclk>, <&pclk>;
363 clock-names = "timer1", "timer2", "apb_pclk";
366 gpio0: gpio@10013000 {
367 compatible = "arm,pl061", "arm,primecell";
368 reg = <0x10013000 0x1000>;
371 interrupt-controller;
372 #interrupt-cells = <2>;
374 clock-names = "apb_pclk";
377 gpio1: gpio@10014000 {
378 compatible = "arm,pl061", "arm,primecell";
379 reg = <0x10014000 0x1000>;
382 interrupt-controller;
383 #interrupt-cells = <2>;
385 clock-names = "apb_pclk";
388 gpio2: gpio@10015000 {
389 compatible = "arm,pl061", "arm,primecell";
390 reg = <0x10015000 0x1000>;
393 interrupt-controller;
394 #interrupt-cells = <2>;
396 clock-names = "apb_pclk";
400 compatible = "arm,pl031", "arm,primecell";
401 reg = <0x10017000 0x1000>;
403 clock-names = "apb_pclk";
406 clcd: clcd@10020000 {
407 compatible = "arm,pl111", "arm,primecell";
408 reg = <0x10020000 0x1000>;
409 interrupt-names = "combined";
410 clocks = <&oscclk0>, <&pclk>;
411 clock-names = "clcdclk", "apb_pclk";
414 clcd_pads: endpoint {
415 remote-endpoint = <&clcd_panel>;
416 arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
421 compatible = "panel-dpi";
424 clcd_panel: endpoint {
425 remote-endpoint = <&clcd_pads>;
429 /* Standard 640x480 VGA timings */
431 clock-frequency = <25175000>;