blob: 6d540a02514886d37e095a7e47909457db9ef0e5 [file] [log] [blame]
Joseph Lo3b86baf2013-10-08 15:47:40 +08001#include <dt-bindings/clock/tegra124-car.h>
Stephen Warren0a9375d2013-08-05 16:10:02 -07002#include <dt-bindings/gpio/tegra-gpio.h>
Laxman Dewangan4b20bcb2013-12-09 16:03:51 +05303#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Joseph Load03b1a2013-10-08 12:50:05 +08004#include <dt-bindings/interrupt-controller/arm-gic.h>
5
6#include "skeleton.dtsi"
7
8/ {
9 compatible = "nvidia,tegra124";
10 interrupt-parent = <&gic>;
Stephen Warrene30cb232014-03-03 14:51:15 -070011 #address-cells = <2>;
12 #size-cells = <2>;
Joseph Load03b1a2013-10-08 12:50:05 +080013
Stephen Warrene30cb232014-03-03 14:51:15 -070014 host1x@0,50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010015 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070016 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010017 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
18 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
19 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
20 resets = <&tegra_car 28>;
21 reset-names = "host1x";
22
Stephen Warrene30cb232014-03-03 14:51:15 -070023 #address-cells = <2>;
24 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010025
Stephen Warrene30cb232014-03-03 14:51:15 -070026 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010027
Stephen Warrene30cb232014-03-03 14:51:15 -070028 dc@0,54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010029 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070030 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010031 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
32 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
33 <&tegra_car TEGRA124_CLK_PLL_P>;
34 clock-names = "dc", "parent";
35 resets = <&tegra_car 27>;
36 reset-names = "dc";
37
38 nvidia,head = <0>;
39 };
40
Stephen Warrene30cb232014-03-03 14:51:15 -070041 dc@0,54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010042 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070043 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010044 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
45 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
46 <&tegra_car TEGRA124_CLK_PLL_P>;
47 clock-names = "dc", "parent";
48 resets = <&tegra_car 26>;
49 reset-names = "dc";
50
51 nvidia,head = <1>;
52 };
Thierry Redingd72be032014-02-28 17:40:23 +010053
Stephen Warrene30cb232014-03-03 14:51:15 -070054 sor@0,54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +010055 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -070056 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +010057 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
58 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
59 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
60 <&tegra_car TEGRA124_CLK_PLL_DP>,
61 <&tegra_car TEGRA124_CLK_CLK_M>;
62 clock-names = "sor", "parent", "dp", "safe";
63 resets = <&tegra_car 182>;
64 reset-names = "sor";
65 status = "disabled";
66 };
67
Stephen Warrene30cb232014-03-03 14:51:15 -070068 dpaux@0,545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +010069 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -070070 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +010071 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
72 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
73 <&tegra_car TEGRA124_CLK_PLL_DP>;
74 clock-names = "dpaux", "parent";
75 resets = <&tegra_car 181>;
76 reset-names = "dpaux";
77 status = "disabled";
78 };
Thierry Redingad6be7d2014-02-28 17:40:22 +010079 };
80
Stephen Warrene30cb232014-03-03 14:51:15 -070081 gic: interrupt-controller@0,50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +080082 compatible = "arm,cortex-a15-gic";
83 #interrupt-cells = <3>;
84 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -070085 reg = <0x0 0x50041000 0x0 0x1000>,
86 <0x0 0x50042000 0x0 0x1000>,
87 <0x0 0x50044000 0x0 0x2000>,
88 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +080089 interrupts = <GIC_PPI 9
90 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
91 };
92
Stephen Warrene30cb232014-03-03 14:51:15 -070093 timer@0,60005000 {
Joseph Load03b1a2013-10-08 12:50:05 +080094 compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -070095 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +080096 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
97 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
98 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
99 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
100 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
101 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800102 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
103 };
104
Stephen Warrene30cb232014-03-03 14:51:15 -0700105 tegra_car: clock@0,60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800106 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700107 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800108 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700109 #reset-cells = <1>;
Joseph Load03b1a2013-10-08 12:50:05 +0800110 };
111
Stephen Warrene30cb232014-03-03 14:51:15 -0700112 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700113 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700114 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700115 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
116 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
117 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
118 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
119 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
120 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
121 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
122 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
123 #gpio-cells = <2>;
124 gpio-controller;
125 #interrupt-cells = <2>;
126 interrupt-controller;
127 };
128
Stephen Warrene30cb232014-03-03 14:51:15 -0700129 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700130 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700131 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700132 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
133 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
134 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
135 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
136 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
137 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
138 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
139 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
140 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
141 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
142 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
143 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
144 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
145 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
146 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
147 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
148 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
149 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
150 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
151 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
152 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
153 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
154 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
155 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
156 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
157 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
158 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
159 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
160 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
161 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
162 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
163 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
164 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
165 resets = <&tegra_car 34>;
166 reset-names = "dma";
167 #dma-cells = <1>;
168 };
169
Stephen Warrene30cb232014-03-03 14:51:15 -0700170 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600171 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700172 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
173 <0x0 0x70003000 0x0 0x434>; /* Mux registers */
Stephen Warrencaefe632013-11-01 14:03:59 -0600174 };
175
Joseph Load03b1a2013-10-08 12:50:05 +0800176 /*
177 * There are two serial driver i.e. 8250 based simple serial
178 * driver and APB DMA based serial driver for higher baudrate
179 * and performace. To enable the 8250 based driver, the compatible
180 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
181 * the APB DMA based serial driver, the comptible is
182 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
183 */
Stephen Warrene30cb232014-03-03 14:51:15 -0700184 serial@0,70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800185 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700186 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800187 reg-shift = <2>;
188 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800189 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700190 resets = <&tegra_car 6>;
191 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700192 dmas = <&apbdma 8>, <&apbdma 8>;
193 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800194 status = "disabled";
195 };
196
Stephen Warrene30cb232014-03-03 14:51:15 -0700197 serial@0,70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800198 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700199 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800200 reg-shift = <2>;
201 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800202 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700203 resets = <&tegra_car 7>;
204 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700205 dmas = <&apbdma 9>, <&apbdma 9>;
206 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800207 status = "disabled";
208 };
209
Stephen Warrene30cb232014-03-03 14:51:15 -0700210 serial@0,70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800211 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700212 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800213 reg-shift = <2>;
214 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800215 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700216 resets = <&tegra_car 55>;
217 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700218 dmas = <&apbdma 10>, <&apbdma 10>;
219 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800220 status = "disabled";
221 };
222
Stephen Warrene30cb232014-03-03 14:51:15 -0700223 serial@0,70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800224 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700225 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800226 reg-shift = <2>;
227 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800228 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700229 resets = <&tegra_car 65>;
230 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700231 dmas = <&apbdma 19>, <&apbdma 19>;
232 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800233 status = "disabled";
234 };
235
Stephen Warrene30cb232014-03-03 14:51:15 -0700236 pwm@0,7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100237 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700238 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100239 #pwm-cells = <2>;
240 clocks = <&tegra_car TEGRA124_CLK_PWM>;
241 resets = <&tegra_car 17>;
242 reset-names = "pwm";
243 status = "disabled";
244 };
245
Stephen Warrene30cb232014-03-03 14:51:15 -0700246 i2c@0,7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700247 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700248 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700249 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
250 #address-cells = <1>;
251 #size-cells = <0>;
252 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
253 clock-names = "div-clk";
254 resets = <&tegra_car 12>;
255 reset-names = "i2c";
256 dmas = <&apbdma 21>, <&apbdma 21>;
257 dma-names = "rx", "tx";
258 status = "disabled";
259 };
260
Stephen Warrene30cb232014-03-03 14:51:15 -0700261 i2c@0,7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700262 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700263 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700264 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
265 #address-cells = <1>;
266 #size-cells = <0>;
267 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
268 clock-names = "div-clk";
269 resets = <&tegra_car 54>;
270 reset-names = "i2c";
271 dmas = <&apbdma 22>, <&apbdma 22>;
272 dma-names = "rx", "tx";
273 status = "disabled";
274 };
275
Stephen Warrene30cb232014-03-03 14:51:15 -0700276 i2c@0,7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700277 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700278 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700279 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
280 #address-cells = <1>;
281 #size-cells = <0>;
282 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
283 clock-names = "div-clk";
284 resets = <&tegra_car 67>;
285 reset-names = "i2c";
286 dmas = <&apbdma 23>, <&apbdma 23>;
287 dma-names = "rx", "tx";
288 status = "disabled";
289 };
290
Stephen Warrene30cb232014-03-03 14:51:15 -0700291 i2c@0,7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700292 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700293 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700294 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
295 #address-cells = <1>;
296 #size-cells = <0>;
297 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
298 clock-names = "div-clk";
299 resets = <&tegra_car 103>;
300 reset-names = "i2c";
301 dmas = <&apbdma 26>, <&apbdma 26>;
302 dma-names = "rx", "tx";
303 status = "disabled";
304 };
305
Stephen Warrene30cb232014-03-03 14:51:15 -0700306 i2c@0,7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700307 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700308 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700309 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
310 #address-cells = <1>;
311 #size-cells = <0>;
312 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
313 clock-names = "div-clk";
314 resets = <&tegra_car 47>;
315 reset-names = "i2c";
316 dmas = <&apbdma 24>, <&apbdma 24>;
317 dma-names = "rx", "tx";
318 status = "disabled";
319 };
320
Stephen Warrene30cb232014-03-03 14:51:15 -0700321 i2c@0,7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700322 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700323 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700324 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
325 #address-cells = <1>;
326 #size-cells = <0>;
327 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
328 clock-names = "div-clk";
329 resets = <&tegra_car 166>;
330 reset-names = "i2c";
331 dmas = <&apbdma 30>, <&apbdma 30>;
332 dma-names = "rx", "tx";
333 status = "disabled";
334 };
335
Stephen Warrene30cb232014-03-03 14:51:15 -0700336 spi@0,7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100337 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700338 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100339 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
340 #address-cells = <1>;
341 #size-cells = <0>;
342 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
343 clock-names = "spi";
344 resets = <&tegra_car 41>;
345 reset-names = "spi";
346 dmas = <&apbdma 15>, <&apbdma 15>;
347 dma-names = "rx", "tx";
348 status = "disabled";
349 };
350
Stephen Warrene30cb232014-03-03 14:51:15 -0700351 spi@0,7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100352 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700353 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100354 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
355 #address-cells = <1>;
356 #size-cells = <0>;
357 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
358 clock-names = "spi";
359 resets = <&tegra_car 44>;
360 reset-names = "spi";
361 dmas = <&apbdma 16>, <&apbdma 16>;
362 dma-names = "rx", "tx";
363 status = "disabled";
364 };
365
Stephen Warrene30cb232014-03-03 14:51:15 -0700366 spi@0,7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100367 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700368 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100369 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
370 #address-cells = <1>;
371 #size-cells = <0>;
372 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
373 clock-names = "spi";
374 resets = <&tegra_car 46>;
375 reset-names = "spi";
376 dmas = <&apbdma 17>, <&apbdma 17>;
377 dma-names = "rx", "tx";
378 status = "disabled";
379 };
380
Stephen Warrene30cb232014-03-03 14:51:15 -0700381 spi@0,7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100382 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700383 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100384 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
385 #address-cells = <1>;
386 #size-cells = <0>;
387 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
388 clock-names = "spi";
389 resets = <&tegra_car 68>;
390 reset-names = "spi";
391 dmas = <&apbdma 18>, <&apbdma 18>;
392 dma-names = "rx", "tx";
393 status = "disabled";
394 };
395
Stephen Warrene30cb232014-03-03 14:51:15 -0700396 spi@0,7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100397 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700398 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100399 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
400 #address-cells = <1>;
401 #size-cells = <0>;
402 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
403 clock-names = "spi";
404 resets = <&tegra_car 104>;
405 reset-names = "spi";
406 dmas = <&apbdma 27>, <&apbdma 27>;
407 dma-names = "rx", "tx";
408 status = "disabled";
409 };
410
Stephen Warrene30cb232014-03-03 14:51:15 -0700411 spi@0,7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100412 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700413 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100414 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
415 #address-cells = <1>;
416 #size-cells = <0>;
417 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
418 clock-names = "spi";
419 resets = <&tegra_car 105>;
420 reset-names = "spi";
421 dmas = <&apbdma 28>, <&apbdma 28>;
422 dma-names = "rx", "tx";
423 status = "disabled";
424 };
425
Stephen Warrene30cb232014-03-03 14:51:15 -0700426 rtc@0,7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800427 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700428 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800429 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800430 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800431 };
432
Stephen Warrene30cb232014-03-03 14:51:15 -0700433 pmc@0,7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800434 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700435 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800436 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
437 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800438 };
439
Stephen Warrene30cb232014-03-03 14:51:15 -0700440 sdhci@0,700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600441 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700442 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600443 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
444 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
445 resets = <&tegra_car 14>;
446 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100447 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600448 };
449
Stephen Warrene30cb232014-03-03 14:51:15 -0700450 sdhci@0,700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600451 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700452 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600453 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
454 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
455 resets = <&tegra_car 9>;
456 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100457 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600458 };
459
Stephen Warrene30cb232014-03-03 14:51:15 -0700460 sdhci@0,700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600461 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700462 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600463 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
464 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
465 resets = <&tegra_car 69>;
466 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100467 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600468 };
469
Stephen Warrene30cb232014-03-03 14:51:15 -0700470 sdhci@0,700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600471 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700472 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600473 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
474 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
475 resets = <&tegra_car 15>;
476 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100477 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600478 };
479
Stephen Warrene30cb232014-03-03 14:51:15 -0700480 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700481 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700482 reg = <0x0 0x70300000 0x0 0x200>,
483 <0x0 0x70300800 0x0 0x800>,
484 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700485 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
486 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
487 <&tegra_car TEGRA124_CLK_APBIF>;
488 clock-names = "d_audio", "apbif";
489 resets = <&tegra_car 106>, /* d_audio */
490 <&tegra_car 107>, /* apbif */
491 <&tegra_car 30>, /* i2s0 */
492 <&tegra_car 11>, /* i2s1 */
493 <&tegra_car 18>, /* i2s2 */
494 <&tegra_car 101>, /* i2s3 */
495 <&tegra_car 102>, /* i2s4 */
496 <&tegra_car 108>, /* dam0 */
497 <&tegra_car 109>, /* dam1 */
498 <&tegra_car 110>, /* dam2 */
499 <&tegra_car 10>, /* spdif */
500 <&tegra_car 153>, /* amx */
501 <&tegra_car 185>, /* amx1 */
502 <&tegra_car 154>, /* adx */
503 <&tegra_car 180>, /* adx1 */
504 <&tegra_car 186>, /* afc0 */
505 <&tegra_car 187>, /* afc1 */
506 <&tegra_car 188>, /* afc2 */
507 <&tegra_car 189>, /* afc3 */
508 <&tegra_car 190>, /* afc4 */
509 <&tegra_car 191>; /* afc5 */
510 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
511 "i2s3", "i2s4", "dam0", "dam1", "dam2",
512 "spdif", "amx", "amx1", "adx", "adx1",
513 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
514 dmas = <&apbdma 1>, <&apbdma 1>,
515 <&apbdma 2>, <&apbdma 2>,
516 <&apbdma 3>, <&apbdma 3>,
517 <&apbdma 4>, <&apbdma 4>,
518 <&apbdma 6>, <&apbdma 6>,
519 <&apbdma 7>, <&apbdma 7>,
520 <&apbdma 12>, <&apbdma 12>,
521 <&apbdma 13>, <&apbdma 13>,
522 <&apbdma 14>, <&apbdma 14>,
523 <&apbdma 29>, <&apbdma 29>;
524 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
525 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
526 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
527 "rx9", "tx9";
528 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700529 #address-cells = <2>;
530 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700531
Stephen Warrene30cb232014-03-03 14:51:15 -0700532 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700533 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700534 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700535 nvidia,ahub-cif-ids = <4 4>;
536 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
537 resets = <&tegra_car 30>;
538 reset-names = "i2s";
539 status = "disabled";
540 };
541
Stephen Warrene30cb232014-03-03 14:51:15 -0700542 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700543 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700544 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700545 nvidia,ahub-cif-ids = <5 5>;
546 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
547 resets = <&tegra_car 11>;
548 reset-names = "i2s";
549 status = "disabled";
550 };
551
Stephen Warrene30cb232014-03-03 14:51:15 -0700552 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700553 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700554 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700555 nvidia,ahub-cif-ids = <6 6>;
556 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
557 resets = <&tegra_car 18>;
558 reset-names = "i2s";
559 status = "disabled";
560 };
561
Stephen Warrene30cb232014-03-03 14:51:15 -0700562 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700563 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700564 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700565 nvidia,ahub-cif-ids = <7 7>;
566 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
567 resets = <&tegra_car 101>;
568 reset-names = "i2s";
569 status = "disabled";
570 };
571
Stephen Warrene30cb232014-03-03 14:51:15 -0700572 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700573 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700574 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700575 nvidia,ahub-cif-ids = <8 8>;
576 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
577 resets = <&tegra_car 102>;
578 reset-names = "i2s";
579 status = "disabled";
580 };
581 };
582
Stephen Warrene30cb232014-03-03 14:51:15 -0700583 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100584 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700585 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100586 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
587 phy_type = "utmi";
588 clocks = <&tegra_car TEGRA124_CLK_USBD>;
589 resets = <&tegra_car 22>;
590 reset-names = "usb";
591 nvidia,phy = <&phy1>;
592 status = "disabled";
593 };
594
Stephen Warrene30cb232014-03-03 14:51:15 -0700595 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100596 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700597 reg = <0x0 0x7d000000 0x0 0x4000>,
598 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100599 phy_type = "utmi";
600 clocks = <&tegra_car TEGRA124_CLK_USBD>,
601 <&tegra_car TEGRA124_CLK_PLL_U>,
602 <&tegra_car TEGRA124_CLK_USBD>;
603 clock-names = "reg", "pll_u", "utmi-pads";
604 nvidia,hssync-start-delay = <0>;
605 nvidia,idle-wait-delay = <17>;
606 nvidia,elastic-limit = <16>;
607 nvidia,term-range-adj = <6>;
608 nvidia,xcvr-setup = <9>;
609 nvidia,xcvr-lsfslew = <0>;
610 nvidia,xcvr-lsrslew = <3>;
611 nvidia,hssquelch-level = <2>;
612 nvidia,hsdiscon-level = <5>;
613 nvidia,xcvr-hsslew = <12>;
614 status = "disabled";
615 };
616
Stephen Warrene30cb232014-03-03 14:51:15 -0700617 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100618 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700619 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100620 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
621 phy_type = "utmi";
622 clocks = <&tegra_car TEGRA124_CLK_USB2>;
623 resets = <&tegra_car 58>;
624 reset-names = "usb";
625 nvidia,phy = <&phy2>;
626 status = "disabled";
627 };
628
Stephen Warrene30cb232014-03-03 14:51:15 -0700629 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100630 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700631 reg = <0x0 0x7d004000 0x0 0x4000>,
632 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100633 phy_type = "utmi";
634 clocks = <&tegra_car TEGRA124_CLK_USB2>,
635 <&tegra_car TEGRA124_CLK_PLL_U>,
636 <&tegra_car TEGRA124_CLK_USBD>;
637 clock-names = "reg", "pll_u", "utmi-pads";
638 nvidia,hssync-start-delay = <0>;
639 nvidia,idle-wait-delay = <17>;
640 nvidia,elastic-limit = <16>;
641 nvidia,term-range-adj = <6>;
642 nvidia,xcvr-setup = <9>;
643 nvidia,xcvr-lsfslew = <0>;
644 nvidia,xcvr-lsrslew = <3>;
645 nvidia,hssquelch-level = <2>;
646 nvidia,hsdiscon-level = <5>;
647 nvidia,xcvr-hsslew = <12>;
648 status = "disabled";
649 };
650
Stephen Warrene30cb232014-03-03 14:51:15 -0700651 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100652 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700653 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100654 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
655 phy_type = "utmi";
656 clocks = <&tegra_car TEGRA124_CLK_USB3>;
657 resets = <&tegra_car 59>;
658 reset-names = "usb";
659 nvidia,phy = <&phy3>;
660 status = "disabled";
661 };
662
Stephen Warrene30cb232014-03-03 14:51:15 -0700663 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100664 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700665 reg = <0x0 0x7d008000 0x0 0x4000>,
666 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100667 phy_type = "utmi";
668 clocks = <&tegra_car TEGRA124_CLK_USB3>,
669 <&tegra_car TEGRA124_CLK_PLL_U>,
670 <&tegra_car TEGRA124_CLK_USBD>;
671 clock-names = "reg", "pll_u", "utmi-pads";
672 nvidia,hssync-start-delay = <0>;
673 nvidia,idle-wait-delay = <17>;
674 nvidia,elastic-limit = <16>;
675 nvidia,term-range-adj = <6>;
676 nvidia,xcvr-setup = <9>;
677 nvidia,xcvr-lsfslew = <0>;
678 nvidia,xcvr-lsrslew = <3>;
679 nvidia,hssquelch-level = <2>;
680 nvidia,hsdiscon-level = <5>;
681 nvidia,xcvr-hsslew = <12>;
682 status = "disabled";
683 };
684
Joseph Load03b1a2013-10-08 12:50:05 +0800685 cpus {
686 #address-cells = <1>;
687 #size-cells = <0>;
688
689 cpu@0 {
690 device_type = "cpu";
691 compatible = "arm,cortex-a15";
692 reg = <0>;
693 };
694
695 cpu@1 {
696 device_type = "cpu";
697 compatible = "arm,cortex-a15";
698 reg = <1>;
699 };
700
701 cpu@2 {
702 device_type = "cpu";
703 compatible = "arm,cortex-a15";
704 reg = <2>;
705 };
706
707 cpu@3 {
708 device_type = "cpu";
709 compatible = "arm,cortex-a15";
710 reg = <3>;
711 };
712 };
713
714 timer {
715 compatible = "arm,armv7-timer";
716 interrupts = <GIC_PPI 13
717 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
718 <GIC_PPI 14
719 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
720 <GIC_PPI 11
721 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
722 <GIC_PPI 10
723 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
724 };
725};