2 * Copyright 2012 Stefan Roese <sr@denx.de>
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
12 /include/ "skeleton.dtsi"
15 compatible = "st,spear600";
19 compatible = "arm,arm926ejs";
24 device_type = "memory";
31 compatible = "simple-bus";
32 ranges = <0xd0000000 0xd0000000 0x30000000>;
34 vic0: interrupt-controller@f1100000 {
35 compatible = "arm,pl190-vic";
37 reg = <0xf1100000 0x1000>;
38 #interrupt-cells = <1>;
41 vic1: interrupt-controller@f1000000 {
42 compatible = "arm,pl190-vic";
44 reg = <0xf1000000 0x1000>;
45 #interrupt-cells = <1>;
49 compatible = "arm,pl110", "arm,primecell";
50 reg = <0xfc200000 0x1000>;
51 interrupt-parent = <&vic1>;
57 compatible = "arm,pl080", "arm,primecell";
58 reg = <0xfc400000 0x1000>;
59 interrupt-parent = <&vic1>;
64 gmac: ethernet@e0800000 {
65 compatible = "st,spear600-gmac";
66 reg = <0xe0800000 0x8000>;
67 interrupt-parent = <&vic1>;
69 interrupt-names = "macirq", "eth_wake_irq";
74 fsmc: flash@d1800000 {
75 compatible = "st,spear600-fsmc-nand";
78 reg = <0xd1800000 0x1000 /* FSMC Register */
79 0xd2000000 0x0010 /* NAND Base DATA */
80 0xd2020000 0x0010 /* NAND Base ADDR */
81 0xd2010000 0x0010>; /* NAND Base CMD */
82 reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd";
87 compatible = "st,spear600-smi";
90 reg = <0xfc000000 0x1000>;
91 interrupt-parent = <&vic1>;
97 compatible = "st,spear600-ehci", "usb-ehci";
98 reg = <0xe1800000 0x1000>;
99 interrupt-parent = <&vic1>;
105 compatible = "st,spear600-ehci", "usb-ehci";
106 reg = <0xe2000000 0x1000>;
107 interrupt-parent = <&vic1>;
113 compatible = "st,spear600-ohci", "usb-ohci";
114 reg = <0xe1900000 0x1000>;
115 interrupt-parent = <&vic1>;
121 compatible = "st,spear600-ohci", "usb-ohci";
122 reg = <0xe2100000 0x1000>;
123 interrupt-parent = <&vic1>;
129 #address-cells = <1>;
131 compatible = "simple-bus";
132 ranges = <0xd0000000 0xd0000000 0x30000000>;
135 compatible = "arm,pl011", "arm,primecell";
136 reg = <0xd0000000 0x1000>;
137 interrupt-parent = <&vic0>;
143 compatible = "arm,pl011", "arm,primecell";
144 reg = <0xd0080000 0x1000>;
145 interrupt-parent = <&vic0>;
151 gpio0: gpio@f0100000 {
153 compatible = "arm,pl061", "arm,primecell";
155 reg = <0xf0100000 0x1000>;
156 interrupt-parent = <&vic0>;
161 gpio1: gpio@fc980000 {
163 compatible = "arm,pl061", "arm,primecell";
165 reg = <0xfc980000 0x1000>;
166 interrupt-parent = <&vic1>;
171 gpio2: gpio@d8100000 {
173 compatible = "arm,pl061", "arm,primecell";
175 reg = <0xd8100000 0x1000>;
176 interrupt-parent = <&vic1>;
181 #address-cells = <1>;
183 compatible = "snps,designware-i2c";
184 reg = <0xd0200000 0x1000>;
185 interrupt-parent = <&vic0>;
191 compatible = "st,spear600-rtc";
192 reg = <0xfc900000 0x1000>;
198 compatible = "st,spear-timer";
199 reg = <0xf0000000 0x400>;
200 interrupt-parent = <&vic0>;