4 * ARMv8 Foundation model DTS
9 /memreserve/ 0x80000000 0x00010000;
12 model = "Foundation-v8A";
13 compatible = "arm,foundation-aarch64", "arm,vexpress";
14 interrupt-parent = <&gic>;
21 serial0 = &v2m_serial0;
22 serial1 = &v2m_serial1;
23 serial2 = &v2m_serial2;
24 serial3 = &v2m_serial3;
33 compatible = "arm,armv8";
35 enable-method = "spin-table";
36 cpu-release-addr = <0x0 0x8000fff8>;
37 next-level-cache = <&L2_0>;
41 compatible = "arm,armv8";
43 enable-method = "spin-table";
44 cpu-release-addr = <0x0 0x8000fff8>;
45 next-level-cache = <&L2_0>;
49 compatible = "arm,armv8";
51 enable-method = "spin-table";
52 cpu-release-addr = <0x0 0x8000fff8>;
53 next-level-cache = <&L2_0>;
57 compatible = "arm,armv8";
59 enable-method = "spin-table";
60 cpu-release-addr = <0x0 0x8000fff8>;
61 next-level-cache = <&L2_0>;
70 device_type = "memory";
71 reg = <0x00000000 0x80000000 0 0x80000000>,
72 <0x00000008 0x80000000 0 0x80000000>;
75 gic: interrupt-controller@2c001000 {
76 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
77 #interrupt-cells = <3>;
80 reg = <0x0 0x2c001000 0 0x1000>,
81 <0x0 0x2c002000 0 0x1000>,
82 <0x0 0x2c004000 0 0x2000>,
83 <0x0 0x2c006000 0 0x2000>;
84 interrupts = <1 9 0xf04>;
88 compatible = "arm,armv8-timer";
89 interrupts = <1 13 0xf08>,
93 clock-frequency = <100000000>;
97 compatible = "arm,armv8-pmuv3";
98 interrupts = <0 60 4>,
105 compatible = "arm,vexpress,v2m-p1", "simple-bus";
106 arm,v2m-memory-map = "rs1";
107 #address-cells = <2>; /* SMB chipselect number and offset */
110 ranges = <0 0 0 0x08000000 0x04000000>,
111 <1 0 0 0x14000000 0x04000000>,
112 <2 0 0 0x18000000 0x04000000>,
113 <3 0 0 0x1c000000 0x04000000>,
114 <4 0 0 0x0c000000 0x04000000>,
115 <5 0 0 0x10000000 0x04000000>;
117 #interrupt-cells = <1>;
118 interrupt-map-mask = <0 0 63>;
119 interrupt-map = <0 0 0 &gic 0 0 4>,
129 <0 0 10 &gic 0 10 4>,
130 <0 0 11 &gic 0 11 4>,
131 <0 0 12 &gic 0 12 4>,
132 <0 0 13 &gic 0 13 4>,
133 <0 0 14 &gic 0 14 4>,
134 <0 0 15 &gic 0 15 4>,
135 <0 0 16 &gic 0 16 4>,
136 <0 0 17 &gic 0 17 4>,
137 <0 0 18 &gic 0 18 4>,
138 <0 0 19 &gic 0 19 4>,
139 <0 0 20 &gic 0 20 4>,
140 <0 0 21 &gic 0 21 4>,
141 <0 0 22 &gic 0 22 4>,
142 <0 0 23 &gic 0 23 4>,
143 <0 0 24 &gic 0 24 4>,
144 <0 0 25 &gic 0 25 4>,
145 <0 0 26 &gic 0 26 4>,
146 <0 0 27 &gic 0 27 4>,
147 <0 0 28 &gic 0 28 4>,
148 <0 0 29 &gic 0 29 4>,
149 <0 0 30 &gic 0 30 4>,
150 <0 0 31 &gic 0 31 4>,
151 <0 0 32 &gic 0 32 4>,
152 <0 0 33 &gic 0 33 4>,
153 <0 0 34 &gic 0 34 4>,
154 <0 0 35 &gic 0 35 4>,
155 <0 0 36 &gic 0 36 4>,
156 <0 0 37 &gic 0 37 4>,
157 <0 0 38 &gic 0 38 4>,
158 <0 0 39 &gic 0 39 4>,
159 <0 0 40 &gic 0 40 4>,
160 <0 0 41 &gic 0 41 4>,
161 <0 0 42 &gic 0 42 4>;
163 ethernet@2,02000000 {
164 compatible = "smsc,lan91c111";
165 reg = <2 0x02000000 0x10000>;
169 v2m_clk24mhz: clk24mhz {
170 compatible = "fixed-clock";
172 clock-frequency = <24000000>;
173 clock-output-names = "v2m:clk24mhz";
176 v2m_refclk1mhz: refclk1mhz {
177 compatible = "fixed-clock";
179 clock-frequency = <1000000>;
180 clock-output-names = "v2m:refclk1mhz";
183 v2m_refclk32khz: refclk32khz {
184 compatible = "fixed-clock";
186 clock-frequency = <32768>;
187 clock-output-names = "v2m:refclk32khz";
191 compatible = "arm,amba-bus", "simple-bus";
192 #address-cells = <1>;
194 ranges = <0 3 0 0x200000>;
196 v2m_sysreg: sysreg@010000 {
197 compatible = "arm,vexpress-sysreg";
198 reg = <0x010000 0x1000>;
201 v2m_serial0: uart@090000 {
202 compatible = "arm,pl011", "arm,primecell";
203 reg = <0x090000 0x1000>;
205 clocks = <&v2m_clk24mhz>, <&v2m_clk24mhz>;
206 clock-names = "uartclk", "apb_pclk";
209 v2m_serial1: uart@0a0000 {
210 compatible = "arm,pl011", "arm,primecell";
211 reg = <0x0a0000 0x1000>;
213 clocks = <&v2m_clk24mhz>, <&v2m_clk24mhz>;
214 clock-names = "uartclk", "apb_pclk";
217 v2m_serial2: uart@0b0000 {
218 compatible = "arm,pl011", "arm,primecell";
219 reg = <0x0b0000 0x1000>;
221 clocks = <&v2m_clk24mhz>, <&v2m_clk24mhz>;
222 clock-names = "uartclk", "apb_pclk";
225 v2m_serial3: uart@0c0000 {
226 compatible = "arm,pl011", "arm,primecell";
227 reg = <0x0c0000 0x1000>;
229 clocks = <&v2m_clk24mhz>, <&v2m_clk24mhz>;
230 clock-names = "uartclk", "apb_pclk";
233 virtio_block@0130000 {
234 compatible = "virtio,mmio";
235 reg = <0x130000 0x200>;