xref: /freebsd/sys/contrib/device-tree/src/arm64/arm/fvp-base-revc.dts (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot/*
3c66ec88fSEmmanuel Vadot * ARM Ltd. Fast Models
4c66ec88fSEmmanuel Vadot *
5c66ec88fSEmmanuel Vadot * Architecture Envelope Model (AEM) ARMv8-A
6c66ec88fSEmmanuel Vadot * ARMAEMv8AMPCT
7c66ec88fSEmmanuel Vadot *
8c66ec88fSEmmanuel Vadot * FVP Base RevC
9c66ec88fSEmmanuel Vadot */
10c66ec88fSEmmanuel Vadot
11c66ec88fSEmmanuel Vadot/dts-v1/;
12c66ec88fSEmmanuel Vadot
13c66ec88fSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h>
14c66ec88fSEmmanuel Vadot
15c66ec88fSEmmanuel Vadot/memreserve/ 0x80000000 0x00010000;
16c66ec88fSEmmanuel Vadot
17c66ec88fSEmmanuel Vadot#include "rtsm_ve-motherboard.dtsi"
18c66ec88fSEmmanuel Vadot#include "rtsm_ve-motherboard-rs2.dtsi"
19c66ec88fSEmmanuel Vadot
20c66ec88fSEmmanuel Vadot/ {
21c66ec88fSEmmanuel Vadot	model = "FVP Base RevC";
22c66ec88fSEmmanuel Vadot	compatible = "arm,fvp-base-revc", "arm,vexpress";
23c66ec88fSEmmanuel Vadot	interrupt-parent = <&gic>;
24c66ec88fSEmmanuel Vadot	#address-cells = <2>;
25c66ec88fSEmmanuel Vadot	#size-cells = <2>;
26c66ec88fSEmmanuel Vadot
27*b2d2a78aSEmmanuel Vadot	chosen {
28*b2d2a78aSEmmanuel Vadot		stdout-path = "serial0:115200n8";
29*b2d2a78aSEmmanuel Vadot	};
30c66ec88fSEmmanuel Vadot
31c66ec88fSEmmanuel Vadot	aliases {
32c66ec88fSEmmanuel Vadot		serial0 = &v2m_serial0;
33c66ec88fSEmmanuel Vadot		serial1 = &v2m_serial1;
34c66ec88fSEmmanuel Vadot		serial2 = &v2m_serial2;
35c66ec88fSEmmanuel Vadot		serial3 = &v2m_serial3;
36c66ec88fSEmmanuel Vadot	};
37c66ec88fSEmmanuel Vadot
38c66ec88fSEmmanuel Vadot	psci {
39c66ec88fSEmmanuel Vadot		compatible = "arm,psci-0.2";
40c66ec88fSEmmanuel Vadot		method = "smc";
41c66ec88fSEmmanuel Vadot	};
42c66ec88fSEmmanuel Vadot
43c66ec88fSEmmanuel Vadot	cpus {
44c66ec88fSEmmanuel Vadot		#address-cells = <2>;
45c66ec88fSEmmanuel Vadot		#size-cells = <0>;
46c66ec88fSEmmanuel Vadot
47c66ec88fSEmmanuel Vadot		cpu0: cpu@0 {
48c66ec88fSEmmanuel Vadot			device_type = "cpu";
49c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
50c66ec88fSEmmanuel Vadot			reg = <0x0 0x000>;
51c66ec88fSEmmanuel Vadot			enable-method = "psci";
528bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
538bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
548bab661aSEmmanuel Vadot			i-cache-sets = <256>;
558bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
568bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
578bab661aSEmmanuel Vadot			d-cache-sets = <256>;
588bab661aSEmmanuel Vadot			next-level-cache = <&C0_L2>;
59c66ec88fSEmmanuel Vadot		};
60c66ec88fSEmmanuel Vadot		cpu1: cpu@100 {
61c66ec88fSEmmanuel Vadot			device_type = "cpu";
62c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
63c66ec88fSEmmanuel Vadot			reg = <0x0 0x100>;
64c66ec88fSEmmanuel Vadot			enable-method = "psci";
658bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
668bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
678bab661aSEmmanuel Vadot			i-cache-sets = <256>;
688bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
698bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
708bab661aSEmmanuel Vadot			d-cache-sets = <256>;
718bab661aSEmmanuel Vadot			next-level-cache = <&C0_L2>;
72c66ec88fSEmmanuel Vadot		};
73c66ec88fSEmmanuel Vadot		cpu2: cpu@200 {
74c66ec88fSEmmanuel Vadot			device_type = "cpu";
75c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
76c66ec88fSEmmanuel Vadot			reg = <0x0 0x200>;
77c66ec88fSEmmanuel Vadot			enable-method = "psci";
788bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
798bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
808bab661aSEmmanuel Vadot			i-cache-sets = <256>;
818bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
828bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
838bab661aSEmmanuel Vadot			d-cache-sets = <256>;
848bab661aSEmmanuel Vadot			next-level-cache = <&C0_L2>;
85c66ec88fSEmmanuel Vadot		};
86c66ec88fSEmmanuel Vadot		cpu3: cpu@300 {
87c66ec88fSEmmanuel Vadot			device_type = "cpu";
88c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
89c66ec88fSEmmanuel Vadot			reg = <0x0 0x300>;
90c66ec88fSEmmanuel Vadot			enable-method = "psci";
918bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
928bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
938bab661aSEmmanuel Vadot			i-cache-sets = <256>;
948bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
958bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
968bab661aSEmmanuel Vadot			d-cache-sets = <256>;
978bab661aSEmmanuel Vadot			next-level-cache = <&C0_L2>;
98c66ec88fSEmmanuel Vadot		};
99c66ec88fSEmmanuel Vadot		cpu4: cpu@10000 {
100c66ec88fSEmmanuel Vadot			device_type = "cpu";
101c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
102c66ec88fSEmmanuel Vadot			reg = <0x0 0x10000>;
103c66ec88fSEmmanuel Vadot			enable-method = "psci";
1048bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
1058bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
1068bab661aSEmmanuel Vadot			i-cache-sets = <256>;
1078bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
1088bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
1098bab661aSEmmanuel Vadot			d-cache-sets = <256>;
1108bab661aSEmmanuel Vadot			next-level-cache = <&C1_L2>;
111c66ec88fSEmmanuel Vadot		};
112c66ec88fSEmmanuel Vadot		cpu5: cpu@10100 {
113c66ec88fSEmmanuel Vadot			device_type = "cpu";
114c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
115c66ec88fSEmmanuel Vadot			reg = <0x0 0x10100>;
116c66ec88fSEmmanuel Vadot			enable-method = "psci";
1178bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
1188bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
1198bab661aSEmmanuel Vadot			i-cache-sets = <256>;
1208bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
1218bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
1228bab661aSEmmanuel Vadot			d-cache-sets = <256>;
1238bab661aSEmmanuel Vadot			next-level-cache = <&C1_L2>;
124c66ec88fSEmmanuel Vadot		};
125c66ec88fSEmmanuel Vadot		cpu6: cpu@10200 {
126c66ec88fSEmmanuel Vadot			device_type = "cpu";
127c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
128c66ec88fSEmmanuel Vadot			reg = <0x0 0x10200>;
129c66ec88fSEmmanuel Vadot			enable-method = "psci";
1308bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
1318bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
1328bab661aSEmmanuel Vadot			i-cache-sets = <256>;
1338bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
1348bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
1358bab661aSEmmanuel Vadot			d-cache-sets = <256>;
1368bab661aSEmmanuel Vadot			next-level-cache = <&C1_L2>;
137c66ec88fSEmmanuel Vadot		};
138c66ec88fSEmmanuel Vadot		cpu7: cpu@10300 {
139c66ec88fSEmmanuel Vadot			device_type = "cpu";
140c66ec88fSEmmanuel Vadot			compatible = "arm,armv8";
141c66ec88fSEmmanuel Vadot			reg = <0x0 0x10300>;
142c66ec88fSEmmanuel Vadot			enable-method = "psci";
1438bab661aSEmmanuel Vadot			i-cache-size = <0x8000>;
1448bab661aSEmmanuel Vadot			i-cache-line-size = <64>;
1458bab661aSEmmanuel Vadot			i-cache-sets = <256>;
1468bab661aSEmmanuel Vadot			d-cache-size = <0x8000>;
1478bab661aSEmmanuel Vadot			d-cache-line-size = <64>;
1488bab661aSEmmanuel Vadot			d-cache-sets = <256>;
1498bab661aSEmmanuel Vadot			next-level-cache = <&C1_L2>;
1508bab661aSEmmanuel Vadot		};
1518bab661aSEmmanuel Vadot		C0_L2: l2-cache0 {
1528bab661aSEmmanuel Vadot			compatible = "cache";
1538bab661aSEmmanuel Vadot			cache-size = <0x80000>;
1548bab661aSEmmanuel Vadot			cache-line-size = <64>;
1558bab661aSEmmanuel Vadot			cache-sets = <512>;
1568bab661aSEmmanuel Vadot			cache-level = <2>;
1578bab661aSEmmanuel Vadot			cache-unified;
1588bab661aSEmmanuel Vadot		};
1598bab661aSEmmanuel Vadot
1608bab661aSEmmanuel Vadot		C1_L2: l2-cache1 {
1618bab661aSEmmanuel Vadot			compatible = "cache";
1628bab661aSEmmanuel Vadot			cache-size = <0x80000>;
1638bab661aSEmmanuel Vadot			cache-line-size = <64>;
1648bab661aSEmmanuel Vadot			cache-sets = <512>;
1658bab661aSEmmanuel Vadot			cache-level = <2>;
1668bab661aSEmmanuel Vadot			cache-unified;
167c66ec88fSEmmanuel Vadot		};
168c66ec88fSEmmanuel Vadot	};
169c66ec88fSEmmanuel Vadot
170c66ec88fSEmmanuel Vadot	memory@80000000 {
171c66ec88fSEmmanuel Vadot		device_type = "memory";
172c66ec88fSEmmanuel Vadot		reg = <0x00000000 0x80000000 0 0x80000000>,
173c66ec88fSEmmanuel Vadot		      <0x00000008 0x80000000 0 0x80000000>;
174c66ec88fSEmmanuel Vadot	};
175c66ec88fSEmmanuel Vadot
176c66ec88fSEmmanuel Vadot	reserved-memory {
177c66ec88fSEmmanuel Vadot		#address-cells = <2>;
178c66ec88fSEmmanuel Vadot		#size-cells = <2>;
179c66ec88fSEmmanuel Vadot		ranges;
180c66ec88fSEmmanuel Vadot
181c66ec88fSEmmanuel Vadot		/* Chipselect 2,00000000 is physically at 0x18000000 */
182c66ec88fSEmmanuel Vadot		vram: vram@18000000 {
183c66ec88fSEmmanuel Vadot			/* 8 MB of designated video RAM */
184c66ec88fSEmmanuel Vadot			compatible = "shared-dma-pool";
185c66ec88fSEmmanuel Vadot			reg = <0x00000000 0x18000000 0 0x00800000>;
186c66ec88fSEmmanuel Vadot			no-map;
187c66ec88fSEmmanuel Vadot		};
188c66ec88fSEmmanuel Vadot	};
189c66ec88fSEmmanuel Vadot
190c66ec88fSEmmanuel Vadot	gic: interrupt-controller@2f000000 {
191c66ec88fSEmmanuel Vadot		compatible = "arm,gic-v3";
192c66ec88fSEmmanuel Vadot		#interrupt-cells = <3>;
193c66ec88fSEmmanuel Vadot		#address-cells = <2>;
194c66ec88fSEmmanuel Vadot		#size-cells = <2>;
195c66ec88fSEmmanuel Vadot		ranges;
196c66ec88fSEmmanuel Vadot		interrupt-controller;
197c66ec88fSEmmanuel Vadot		reg = <0x0 0x2f000000 0 0x10000>,	// GICD
198c66ec88fSEmmanuel Vadot		      <0x0 0x2f100000 0 0x200000>,	// GICR
199c66ec88fSEmmanuel Vadot		      <0x0 0x2c000000 0 0x2000>,	// GICC
200c66ec88fSEmmanuel Vadot		      <0x0 0x2c010000 0 0x2000>,	// GICH
201c66ec88fSEmmanuel Vadot		      <0x0 0x2c02f000 0 0x2000>;	// GICV
202c66ec88fSEmmanuel Vadot		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
203c66ec88fSEmmanuel Vadot
204c66ec88fSEmmanuel Vadot		its: msi-controller@2f020000 {
205c66ec88fSEmmanuel Vadot			#msi-cells = <1>;
206c66ec88fSEmmanuel Vadot			compatible = "arm,gic-v3-its";
207c66ec88fSEmmanuel Vadot			reg = <0x0 0x2f020000 0x0 0x20000>; // GITS
208c66ec88fSEmmanuel Vadot			msi-controller;
209c66ec88fSEmmanuel Vadot		};
210c66ec88fSEmmanuel Vadot	};
211c66ec88fSEmmanuel Vadot
212c66ec88fSEmmanuel Vadot	timer {
213c66ec88fSEmmanuel Vadot		compatible = "arm,armv8-timer";
214c66ec88fSEmmanuel Vadot		interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
215c66ec88fSEmmanuel Vadot			     <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
216c66ec88fSEmmanuel Vadot			     <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
217c66ec88fSEmmanuel Vadot			     <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
218c66ec88fSEmmanuel Vadot	};
219c66ec88fSEmmanuel Vadot
220c66ec88fSEmmanuel Vadot	pmu {
221c66ec88fSEmmanuel Vadot		compatible = "arm,armv8-pmuv3";
222c66ec88fSEmmanuel Vadot		interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
223c66ec88fSEmmanuel Vadot	};
224c66ec88fSEmmanuel Vadot
225c66ec88fSEmmanuel Vadot	spe-pmu {
226c66ec88fSEmmanuel Vadot		compatible = "arm,statistical-profiling-extension-v1";
227c66ec88fSEmmanuel Vadot		interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH>;
228c66ec88fSEmmanuel Vadot	};
229c66ec88fSEmmanuel Vadot
230c66ec88fSEmmanuel Vadot	pci: pci@40000000 {
231c66ec88fSEmmanuel Vadot		#address-cells = <0x3>;
232c66ec88fSEmmanuel Vadot		#size-cells = <0x2>;
233c66ec88fSEmmanuel Vadot		#interrupt-cells = <0x1>;
234c66ec88fSEmmanuel Vadot		compatible = "pci-host-ecam-generic";
235c66ec88fSEmmanuel Vadot		device_type = "pci";
236c66ec88fSEmmanuel Vadot		bus-range = <0x0 0x1>;
237c66ec88fSEmmanuel Vadot		reg = <0x0 0x40000000 0x0 0x10000000>;
238c66ec88fSEmmanuel Vadot		ranges = <0x2000000 0x0 0x50000000 0x0 0x50000000 0x0 0x10000000>;
239c66ec88fSEmmanuel Vadot		interrupt-map = <0 0 0 1 &gic 0 0 GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
240c66ec88fSEmmanuel Vadot				<0 0 0 2 &gic 0 0 GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>,
241c66ec88fSEmmanuel Vadot				<0 0 0 3 &gic 0 0 GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
242c66ec88fSEmmanuel Vadot				<0 0 0 4 &gic 0 0 GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>;
243c66ec88fSEmmanuel Vadot		interrupt-map-mask = <0x0 0x0 0x0 0x7>;
244c66ec88fSEmmanuel Vadot		msi-map = <0x0 &its 0x0 0x10000>;
245c66ec88fSEmmanuel Vadot		iommu-map = <0x0 &smmu 0x0 0x10000>;
246c66ec88fSEmmanuel Vadot
247c66ec88fSEmmanuel Vadot		dma-coherent;
2480e8011faSEmmanuel Vadot		ats-supported;
249c66ec88fSEmmanuel Vadot	};
250c66ec88fSEmmanuel Vadot
251c66ec88fSEmmanuel Vadot	smmu: iommu@2b400000 {
252c66ec88fSEmmanuel Vadot		compatible = "arm,smmu-v3";
253c66ec88fSEmmanuel Vadot		reg = <0x0 0x2b400000 0x0 0x100000>;
254c66ec88fSEmmanuel Vadot		interrupts = <GIC_SPI 74 IRQ_TYPE_EDGE_RISING>,
255c66ec88fSEmmanuel Vadot			     <GIC_SPI 79 IRQ_TYPE_EDGE_RISING>,
256c66ec88fSEmmanuel Vadot			     <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>,
257c66ec88fSEmmanuel Vadot			     <GIC_SPI 77 IRQ_TYPE_EDGE_RISING>;
258c66ec88fSEmmanuel Vadot		interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
259c66ec88fSEmmanuel Vadot		dma-coherent;
260c66ec88fSEmmanuel Vadot		#iommu-cells = <1>;
261c66ec88fSEmmanuel Vadot		msi-parent = <&its 0x10000>;
262c66ec88fSEmmanuel Vadot	};
263c66ec88fSEmmanuel Vadot
264c66ec88fSEmmanuel Vadot	panel {
265b97ee269SEmmanuel Vadot		compatible = "arm,rtsm-display";
266c66ec88fSEmmanuel Vadot		port {
267c66ec88fSEmmanuel Vadot			panel_in: endpoint {
268c66ec88fSEmmanuel Vadot				remote-endpoint = <&clcd_pads>;
269c66ec88fSEmmanuel Vadot			};
270c66ec88fSEmmanuel Vadot		};
271c66ec88fSEmmanuel Vadot	};
272c66ec88fSEmmanuel Vadot
273c66ec88fSEmmanuel Vadot	bus@8000000 {
274c66ec88fSEmmanuel Vadot		#interrupt-cells = <1>;
275c66ec88fSEmmanuel Vadot		interrupt-map-mask = <0 0 63>;
276c66ec88fSEmmanuel Vadot		interrupt-map = <0 0  0 &gic 0 0 GIC_SPI  0 IRQ_TYPE_LEVEL_HIGH>,
277c66ec88fSEmmanuel Vadot				<0 0  1 &gic 0 0 GIC_SPI  1 IRQ_TYPE_LEVEL_HIGH>,
278c66ec88fSEmmanuel Vadot				<0 0  2 &gic 0 0 GIC_SPI  2 IRQ_TYPE_LEVEL_HIGH>,
279c66ec88fSEmmanuel Vadot				<0 0  3 &gic 0 0 GIC_SPI  3 IRQ_TYPE_LEVEL_HIGH>,
280c66ec88fSEmmanuel Vadot				<0 0  4 &gic 0 0 GIC_SPI  4 IRQ_TYPE_LEVEL_HIGH>,
281c66ec88fSEmmanuel Vadot				<0 0  5 &gic 0 0 GIC_SPI  5 IRQ_TYPE_LEVEL_HIGH>,
282c66ec88fSEmmanuel Vadot				<0 0  6 &gic 0 0 GIC_SPI  6 IRQ_TYPE_LEVEL_HIGH>,
283c66ec88fSEmmanuel Vadot				<0 0  7 &gic 0 0 GIC_SPI  7 IRQ_TYPE_LEVEL_HIGH>,
284c66ec88fSEmmanuel Vadot				<0 0  8 &gic 0 0 GIC_SPI  8 IRQ_TYPE_LEVEL_HIGH>,
285c66ec88fSEmmanuel Vadot				<0 0  9 &gic 0 0 GIC_SPI  9 IRQ_TYPE_LEVEL_HIGH>,
286c66ec88fSEmmanuel Vadot				<0 0 10 &gic 0 0 GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
287c66ec88fSEmmanuel Vadot				<0 0 11 &gic 0 0 GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
288c66ec88fSEmmanuel Vadot				<0 0 12 &gic 0 0 GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
289c66ec88fSEmmanuel Vadot				<0 0 13 &gic 0 0 GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
290c66ec88fSEmmanuel Vadot				<0 0 14 &gic 0 0 GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
291c66ec88fSEmmanuel Vadot				<0 0 15 &gic 0 0 GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
292c66ec88fSEmmanuel Vadot				<0 0 16 &gic 0 0 GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
293c66ec88fSEmmanuel Vadot				<0 0 17 &gic 0 0 GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
294c66ec88fSEmmanuel Vadot				<0 0 18 &gic 0 0 GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
295c66ec88fSEmmanuel Vadot				<0 0 19 &gic 0 0 GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
296c66ec88fSEmmanuel Vadot				<0 0 20 &gic 0 0 GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
297c66ec88fSEmmanuel Vadot				<0 0 21 &gic 0 0 GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
298c66ec88fSEmmanuel Vadot				<0 0 22 &gic 0 0 GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>,
299c66ec88fSEmmanuel Vadot				<0 0 23 &gic 0 0 GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>,
300c66ec88fSEmmanuel Vadot				<0 0 24 &gic 0 0 GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
301c66ec88fSEmmanuel Vadot				<0 0 25 &gic 0 0 GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
302c66ec88fSEmmanuel Vadot				<0 0 26 &gic 0 0 GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
303c66ec88fSEmmanuel Vadot				<0 0 27 &gic 0 0 GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>,
304c66ec88fSEmmanuel Vadot				<0 0 28 &gic 0 0 GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>,
305c66ec88fSEmmanuel Vadot				<0 0 29 &gic 0 0 GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>,
306c66ec88fSEmmanuel Vadot				<0 0 30 &gic 0 0 GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
307c66ec88fSEmmanuel Vadot				<0 0 31 &gic 0 0 GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
308c66ec88fSEmmanuel Vadot				<0 0 32 &gic 0 0 GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
309c66ec88fSEmmanuel Vadot				<0 0 33 &gic 0 0 GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
310c66ec88fSEmmanuel Vadot				<0 0 34 &gic 0 0 GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
311c66ec88fSEmmanuel Vadot				<0 0 35 &gic 0 0 GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
312c66ec88fSEmmanuel Vadot				<0 0 36 &gic 0 0 GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
313c66ec88fSEmmanuel Vadot				<0 0 37 &gic 0 0 GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
314c66ec88fSEmmanuel Vadot				<0 0 38 &gic 0 0 GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
315c66ec88fSEmmanuel Vadot				<0 0 39 &gic 0 0 GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
316c66ec88fSEmmanuel Vadot				<0 0 40 &gic 0 0 GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
317c66ec88fSEmmanuel Vadot				<0 0 41 &gic 0 0 GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
318c66ec88fSEmmanuel Vadot				<0 0 42 &gic 0 0 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
319c66ec88fSEmmanuel Vadot				<0 0 43 &gic 0 0 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
320d5b0e70fSEmmanuel Vadot				<0 0 44 &gic 0 0 GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
321d5b0e70fSEmmanuel Vadot				<0 0 46 &gic 0 0 GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
322c66ec88fSEmmanuel Vadot	};
323c66ec88fSEmmanuel Vadot};
324