1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2012 Stefan Roese <sr@denx.de>
9 compatible = "st,spear600";
16 compatible = "arm,arm926ej-s";
22 device_type = "memory";
29 compatible = "simple-bus";
30 ranges = <0xd0000000 0xd0000000 0x30000000>;
32 vic0: interrupt-controller@f1100000 {
33 compatible = "arm,pl190-vic";
35 reg = <0xf1100000 0x1000>;
36 #interrupt-cells = <1>;
39 vic1: interrupt-controller@f1000000 {
40 compatible = "arm,pl190-vic";
42 reg = <0xf1000000 0x1000>;
43 #interrupt-cells = <1>;
47 compatible = "arm,pl110", "arm,primecell";
48 reg = <0xfc200000 0x1000>;
49 interrupt-parent = <&vic1>;
55 compatible = "arm,pl080", "arm,primecell";
56 reg = <0xfc400000 0x1000>;
57 interrupt-parent = <&vic1>;
62 gmac: ethernet@e0800000 {
63 compatible = "st,spear600-gmac";
64 reg = <0xe0800000 0x8000>;
65 interrupt-parent = <&vic1>;
67 interrupt-names = "macirq", "eth_wake_irq";
72 fsmc: flash@d1800000 {
73 compatible = "st,spear600-fsmc-nand";
76 reg = <0xd1800000 0x1000 /* FSMC Register */
77 0xd2000000 0x0010 /* NAND Base DATA */
78 0xd2020000 0x0010 /* NAND Base ADDR */
79 0xd2010000 0x0010>; /* NAND Base CMD */
80 reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd";
85 compatible = "st,spear600-smi";
88 reg = <0xfc000000 0x1000>;
89 interrupt-parent = <&vic1>;
94 ehci_usb0: ehci@e1800000 {
95 compatible = "st,spear600-ehci", "usb-ehci";
96 reg = <0xe1800000 0x1000>;
97 interrupt-parent = <&vic1>;
102 ehci_usb1: ehci@e2000000 {
103 compatible = "st,spear600-ehci", "usb-ehci";
104 reg = <0xe2000000 0x1000>;
105 interrupt-parent = <&vic1>;
110 ohci_usb0: ohci@e1900000 {
111 compatible = "st,spear600-ohci", "usb-ohci";
112 reg = <0xe1900000 0x1000>;
113 interrupt-parent = <&vic1>;
118 ohci_usb1: ohci@e2100000 {
119 compatible = "st,spear600-ohci", "usb-ohci";
120 reg = <0xe2100000 0x1000>;
121 interrupt-parent = <&vic1>;
127 #address-cells = <1>;
129 compatible = "simple-bus";
130 ranges = <0xd0000000 0xd0000000 0x30000000>;
132 uart0: serial@d0000000 {
133 compatible = "arm,pl011", "arm,primecell";
134 reg = <0xd0000000 0x1000>;
135 interrupt-parent = <&vic0>;
140 uart1: serial@d0080000 {
141 compatible = "arm,pl011", "arm,primecell";
142 reg = <0xd0080000 0x1000>;
143 interrupt-parent = <&vic0>;
149 gpio0: gpio@f0100000 {
151 compatible = "arm,pl061", "arm,primecell";
153 reg = <0xf0100000 0x1000>;
154 interrupt-parent = <&vic0>;
159 gpio1: gpio@fc980000 {
161 compatible = "arm,pl061", "arm,primecell";
163 reg = <0xfc980000 0x1000>;
164 interrupt-parent = <&vic1>;
169 gpio2: gpio@d8100000 {
171 compatible = "arm,pl061", "arm,primecell";
173 reg = <0xd8100000 0x1000>;
174 interrupt-parent = <&vic1>;
179 #address-cells = <1>;
181 compatible = "snps,designware-i2c";
182 reg = <0xd0200000 0x1000>;
183 interrupt-parent = <&vic0>;
189 compatible = "st,spear600-rtc";
190 reg = <0xfc900000 0x1000>;
191 interrupt-parent = <&vic0>;
197 compatible = "st,spear-timer";
198 reg = <0xf0000000 0x400>;
199 interrupt-parent = <&vic0>;
204 compatible = "st,spear600-adc";
205 reg = <0xd820b000 0x1000>;
206 interrupt-parent = <&vic1>;