blob: 4296b5398bf53ed7580208bc4165c569945c65f2 [file] [log] [blame]
Hiroshi Doyua1c85862013-05-22 19:45:36 +03001#include <dt-bindings/clock/tegra114-car.h>
Stephen Warren3325f1b2013-02-12 17:25:15 -07002#include <dt-bindings/gpio/tegra-gpio.h>
Thierry Reding32215e72014-09-24 15:41:41 +02003#include <dt-bindings/memory/tegra114-mc.h>
Laxman Dewangan5fc6b0d2013-12-05 16:14:07 +05304#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Stephen Warren6cecf912013-02-13 12:51:51 -07005#include <dt-bindings/interrupt-controller/arm-gic.h>
Stephen Warren3325f1b2013-02-12 17:25:15 -07006
Stephen Warren1bd0bd42012-10-17 16:38:21 -06007#include "skeleton.dtsi"
Hiroshi Doyu18a4df72013-01-24 01:10:23 +00008
9/ {
10 compatible = "nvidia,tegra114";
11 interrupt-parent = <&gic>;
12
Mikko Perttunen65344b92013-12-19 16:59:28 +010013 host1x@50000000 {
14 compatible = "nvidia,tegra114-host1x", "simple-bus";
15 reg = <0x50000000 0x00028000>;
16 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
17 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
18 clocks = <&tegra_car TEGRA114_CLK_HOST1X>;
19 resets = <&tegra_car 28>;
20 reset-names = "host1x";
21
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 ranges = <0x54000000 0x54000000 0x01000000>;
26
Thierry Reding5648b262013-12-19 16:59:30 +010027 gr2d@54140000 {
28 compatible = "nvidia,tegra114-gr2d", "nvidia,tegra20-gr2d";
29 reg = <0x54140000 0x00040000>;
30 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
31 clocks = <&tegra_car TEGRA114_CLK_GR2D>;
32 resets = <&tegra_car 21>;
33 reset-names = "2d";
34 };
35
Thierry Reding032f11f2013-12-19 16:59:31 +010036 gr3d@54180000 {
37 compatible = "nvidia,tegra114-gr3d", "nvidia,tegra20-gr3d";
38 reg = <0x54180000 0x00040000>;
39 clocks = <&tegra_car TEGRA114_CLK_GR3D>;
40 resets = <&tegra_car 24>;
41 reset-names = "3d";
42 };
43
Mikko Perttunen65344b92013-12-19 16:59:28 +010044 dc@54200000 {
45 compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc";
46 reg = <0x54200000 0x00040000>;
47 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
48 clocks = <&tegra_car TEGRA114_CLK_DISP1>,
49 <&tegra_car TEGRA114_CLK_PLL_P>;
50 clock-names = "dc", "parent";
51 resets = <&tegra_car 27>;
52 reset-names = "dc";
53
Thierry Reding32215e72014-09-24 15:41:41 +020054 iommus = <&mc TEGRA_SWGROUP_DC>;
55
Thierry Reding688b56b2014-02-18 23:03:31 +010056 nvidia,head = <0>;
57
Mikko Perttunen65344b92013-12-19 16:59:28 +010058 rgb {
59 status = "disabled";
60 };
61 };
62
63 dc@54240000 {
64 compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc";
65 reg = <0x54240000 0x00040000>;
66 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
67 clocks = <&tegra_car TEGRA114_CLK_DISP2>,
68 <&tegra_car TEGRA114_CLK_PLL_P>;
69 clock-names = "dc", "parent";
70 resets = <&tegra_car 26>;
71 reset-names = "dc";
72
Thierry Reding32215e72014-09-24 15:41:41 +020073 iommus = <&mc TEGRA_SWGROUP_DCB>;
74
Thierry Reding688b56b2014-02-18 23:03:31 +010075 nvidia,head = <1>;
76
Mikko Perttunen65344b92013-12-19 16:59:28 +010077 rgb {
78 status = "disabled";
79 };
80 };
81
82 hdmi@54280000 {
83 compatible = "nvidia,tegra114-hdmi";
84 reg = <0x54280000 0x00040000>;
85 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
86 clocks = <&tegra_car TEGRA114_CLK_HDMI>,
87 <&tegra_car TEGRA114_CLK_PLL_D2_OUT0>;
88 clock-names = "hdmi", "parent";
89 resets = <&tegra_car 51>;
90 reset-names = "hdmi";
91 status = "disabled";
92 };
Thierry Reding7e4ba902013-12-19 16:59:29 +010093
94 dsi@54300000 {
95 compatible = "nvidia,tegra114-dsi";
96 reg = <0x54300000 0x00040000>;
97 clocks = <&tegra_car TEGRA114_CLK_DSIA>,
98 <&tegra_car TEGRA114_CLK_DSIALP>,
99 <&tegra_car TEGRA114_CLK_PLL_D_OUT0>;
100 clock-names = "dsi", "lp", "parent";
101 resets = <&tegra_car 48>;
102 reset-names = "dsi";
103 nvidia,mipi-calibrate = <&mipi 0x060>; /* DSIA & DSIB pads */
104 status = "disabled";
105
106 #address-cells = <1>;
107 #size-cells = <0>;
108 };
109
110 dsi@54400000 {
111 compatible = "nvidia,tegra114-dsi";
112 reg = <0x54400000 0x00040000>;
113 clocks = <&tegra_car TEGRA114_CLK_DSIB>,
114 <&tegra_car TEGRA114_CLK_DSIBLP>,
115 <&tegra_car TEGRA114_CLK_PLL_D2_OUT0>;
116 clock-names = "dsi", "lp", "parent";
117 resets = <&tegra_car 82>;
118 reset-names = "dsi";
119 nvidia,mipi-calibrate = <&mipi 0x180>; /* DSIC & DSID pads */
120 status = "disabled";
121
122 #address-cells = <1>;
123 #size-cells = <0>;
124 };
Mikko Perttunen65344b92013-12-19 16:59:28 +0100125 };
126
Stephen Warren58ecb232013-11-25 17:53:16 -0700127 gic: interrupt-controller@50041000 {
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000128 compatible = "arm,cortex-a15-gic";
129 #interrupt-cells = <3>;
130 interrupt-controller;
131 reg = <0x50041000 0x1000>,
132 <0x50042000 0x1000>,
133 <0x50044000 0x2000>,
134 <0x50046000 0x2000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700135 interrupts = <GIC_PPI 9
136 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000137 };
138
139 timer@60005000 {
140 compatible = "nvidia,tegra114-timer", "nvidia,tegra20-timer";
141 reg = <0x60005000 0x400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700142 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
143 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
144 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
145 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
146 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
147 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300148 clocks = <&tegra_car TEGRA114_CLK_TIMER>;
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000149 };
150
Stephen Warren58ecb232013-11-25 17:53:16 -0700151 tegra_car: clock@60006000 {
Peter De Schrijver672d8892013-04-03 17:40:48 +0300152 compatible = "nvidia,tegra114-car";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000153 reg = <0x60006000 0x1000>;
154 #clock-cells = <1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700155 #reset-cells = <1>;
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000156 };
157
Thierry Redingb1023132014-08-26 08:14:03 +0200158 flow-controller@60007000 {
159 compatible = "nvidia,tegra114-flowctrl";
160 reg = <0x60007000 0x1000>;
161 };
162
Stephen Warren58ecb232013-11-25 17:53:16 -0700163 apbdma: dma@6000a000 {
Laxman Dewanganc5d9da42013-03-14 01:19:50 +0530164 compatible = "nvidia,tegra114-apbdma";
165 reg = <0x6000a000 0x1400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700166 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
167 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
168 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
169 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
170 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
171 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
172 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
173 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
174 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
176 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
178 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
179 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
180 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
181 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
182 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
183 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
184 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
185 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
186 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
187 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
188 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
189 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
190 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
191 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
192 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
193 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
194 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
195 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
196 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
197 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300198 clocks = <&tegra_car TEGRA114_CLK_APBDMA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700199 resets = <&tegra_car 34>;
200 reset-names = "dma";
Stephen Warren034d0232013-11-11 13:05:59 -0700201 #dma-cells = <1>;
Laxman Dewanganc5d9da42013-03-14 01:19:50 +0530202 };
203
Stephen Warren58ecb232013-11-25 17:53:16 -0700204 ahb: ahb@6000c004 {
Hiroshi Doyu0dfe42e2013-01-15 10:17:27 +0200205 compatible = "nvidia,tegra114-ahb", "nvidia,tegra30-ahb";
206 reg = <0x6000c004 0x14c>;
207 };
208
Stephen Warren58ecb232013-11-25 17:53:16 -0700209 gpio: gpio@6000d000 {
Laxman Dewanganb16f9182013-01-29 18:26:18 +0530210 compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
211 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700212 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
213 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
214 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
215 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
217 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
218 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
219 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb16f9182013-01-29 18:26:18 +0530220 #gpio-cells = <2>;
221 gpio-controller;
222 #interrupt-cells = <2>;
223 interrupt-controller;
224 };
225
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300226 apbmisc@70000800 {
227 compatible = "nvidia,tegra114-apbmisc", "nvidia,tegra20-apbmisc";
228 reg = <0x70000800 0x64 /* Chip revision */
229 0x70000008 0x04>; /* Strapping options */
230 };
231
Stephen Warren58ecb232013-11-25 17:53:16 -0700232 pinmux: pinmux@70000868 {
Laxman Dewangan031b77a2013-01-29 18:26:20 +0530233 compatible = "nvidia,tegra114-pinmux";
234 reg = <0x70000868 0x148 /* Pad control registers */
235 0x70003000 0x40c>; /* Mux registers */
236 };
237
Laxman Dewangan0fb22092013-03-14 01:19:52 +0530238 /*
239 * There are two serial driver i.e. 8250 based simple serial
240 * driver and APB DMA based serial driver for higher baudrate
241 * and performace. To enable the 8250 based driver, the compatible
242 * is "nvidia,tegra114-uart", "nvidia,tegra20-uart" and to enable
243 * the APB DMA based serial driver, the comptible is
244 * "nvidia,tegra114-hsuart", "nvidia,tegra30-hsuart".
245 */
246 uarta: serial@70006000 {
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000247 compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
248 reg = <0x70006000 0x40>;
249 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700250 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300251 clocks = <&tegra_car TEGRA114_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700252 resets = <&tegra_car 6>;
253 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700254 dmas = <&apbdma 8>, <&apbdma 8>;
255 dma-names = "rx", "tx";
Stephen Warren3393d422013-11-06 14:01:16 -0700256 status = "disabled";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000257 };
258
Laxman Dewangan0fb22092013-03-14 01:19:52 +0530259 uartb: serial@70006040 {
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000260 compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
261 reg = <0x70006040 0x40>;
262 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700263 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300264 clocks = <&tegra_car TEGRA114_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700265 resets = <&tegra_car 7>;
266 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700267 dmas = <&apbdma 9>, <&apbdma 9>;
268 dma-names = "rx", "tx";
Stephen Warren3393d422013-11-06 14:01:16 -0700269 status = "disabled";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000270 };
271
Laxman Dewangan0fb22092013-03-14 01:19:52 +0530272 uartc: serial@70006200 {
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000273 compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
274 reg = <0x70006200 0x100>;
275 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700276 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300277 clocks = <&tegra_car TEGRA114_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700278 resets = <&tegra_car 55>;
279 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700280 dmas = <&apbdma 10>, <&apbdma 10>;
281 dma-names = "rx", "tx";
Stephen Warren3393d422013-11-06 14:01:16 -0700282 status = "disabled";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000283 };
284
Laxman Dewangan0fb22092013-03-14 01:19:52 +0530285 uartd: serial@70006300 {
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000286 compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
287 reg = <0x70006300 0x100>;
288 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700289 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300290 clocks = <&tegra_car TEGRA114_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700291 resets = <&tegra_car 65>;
292 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700293 dmas = <&apbdma 19>, <&apbdma 19>;
294 dma-names = "rx", "tx";
Stephen Warren3393d422013-11-06 14:01:16 -0700295 status = "disabled";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000296 };
297
Stephen Warren58ecb232013-11-25 17:53:16 -0700298 pwm: pwm@7000a000 {
Andrew Chew6c716db2013-03-12 16:40:50 -0700299 compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm";
300 reg = <0x7000a000 0x100>;
301 #pwm-cells = <2>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300302 clocks = <&tegra_car TEGRA114_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700303 resets = <&tegra_car 17>;
304 reset-names = "pwm";
Andrew Chew6c716db2013-03-12 16:40:50 -0700305 status = "disabled";
306 };
307
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530308 i2c@7000c000 {
309 compatible = "nvidia,tegra114-i2c";
310 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700311 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530312 #address-cells = <1>;
313 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300314 clocks = <&tegra_car TEGRA114_CLK_I2C1>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530315 clock-names = "div-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700316 resets = <&tegra_car 12>;
317 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700318 dmas = <&apbdma 21>, <&apbdma 21>;
319 dma-names = "rx", "tx";
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530320 status = "disabled";
321 };
322
323 i2c@7000c400 {
324 compatible = "nvidia,tegra114-i2c";
325 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700326 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530327 #address-cells = <1>;
328 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300329 clocks = <&tegra_car TEGRA114_CLK_I2C2>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530330 clock-names = "div-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700331 resets = <&tegra_car 54>;
332 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700333 dmas = <&apbdma 22>, <&apbdma 22>;
334 dma-names = "rx", "tx";
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530335 status = "disabled";
336 };
337
338 i2c@7000c500 {
339 compatible = "nvidia,tegra114-i2c";
340 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700341 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530342 #address-cells = <1>;
343 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300344 clocks = <&tegra_car TEGRA114_CLK_I2C3>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530345 clock-names = "div-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700346 resets = <&tegra_car 67>;
347 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700348 dmas = <&apbdma 23>, <&apbdma 23>;
349 dma-names = "rx", "tx";
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530350 status = "disabled";
351 };
352
353 i2c@7000c700 {
354 compatible = "nvidia,tegra114-i2c";
355 reg = <0x7000c700 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700356 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530357 #address-cells = <1>;
358 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300359 clocks = <&tegra_car TEGRA114_CLK_I2C4>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530360 clock-names = "div-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700361 resets = <&tegra_car 103>;
362 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700363 dmas = <&apbdma 26>, <&apbdma 26>;
364 dma-names = "rx", "tx";
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530365 status = "disabled";
366 };
367
368 i2c@7000d000 {
369 compatible = "nvidia,tegra114-i2c";
370 reg = <0x7000d000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700371 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530372 #address-cells = <1>;
373 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300374 clocks = <&tegra_car TEGRA114_CLK_I2C5>;
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530375 clock-names = "div-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700376 resets = <&tegra_car 47>;
377 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700378 dmas = <&apbdma 24>, <&apbdma 24>;
379 dma-names = "rx", "tx";
Laxman Dewangan3fc2f942013-03-14 01:19:51 +0530380 status = "disabled";
381 };
382
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600383 spi@7000d400 {
384 compatible = "nvidia,tegra114-spi";
385 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700386 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600387 #address-cells = <1>;
388 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300389 clocks = <&tegra_car TEGRA114_CLK_SBC1>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600390 clock-names = "spi";
Stephen Warren3393d422013-11-06 14:01:16 -0700391 resets = <&tegra_car 41>;
392 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700393 dmas = <&apbdma 15>, <&apbdma 15>;
394 dma-names = "rx", "tx";
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600395 status = "disabled";
396 };
397
398 spi@7000d600 {
399 compatible = "nvidia,tegra114-spi";
400 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700401 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600402 #address-cells = <1>;
403 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300404 clocks = <&tegra_car TEGRA114_CLK_SBC2>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600405 clock-names = "spi";
Stephen Warren3393d422013-11-06 14:01:16 -0700406 resets = <&tegra_car 44>;
407 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700408 dmas = <&apbdma 16>, <&apbdma 16>;
409 dma-names = "rx", "tx";
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600410 status = "disabled";
411 };
412
413 spi@7000d800 {
414 compatible = "nvidia,tegra114-spi";
415 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700416 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600417 #address-cells = <1>;
418 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300419 clocks = <&tegra_car TEGRA114_CLK_SBC3>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600420 clock-names = "spi";
Stephen Warren3393d422013-11-06 14:01:16 -0700421 resets = <&tegra_car 46>;
422 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700423 dmas = <&apbdma 17>, <&apbdma 17>;
424 dma-names = "rx", "tx";
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600425 status = "disabled";
426 };
427
428 spi@7000da00 {
429 compatible = "nvidia,tegra114-spi";
430 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700431 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600432 #address-cells = <1>;
433 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300434 clocks = <&tegra_car TEGRA114_CLK_SBC4>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600435 clock-names = "spi";
Stephen Warren3393d422013-11-06 14:01:16 -0700436 resets = <&tegra_car 68>;
437 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700438 dmas = <&apbdma 18>, <&apbdma 18>;
439 dma-names = "rx", "tx";
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600440 status = "disabled";
441 };
442
443 spi@7000dc00 {
444 compatible = "nvidia,tegra114-spi";
445 reg = <0x7000dc00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700446 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600447 #address-cells = <1>;
448 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300449 clocks = <&tegra_car TEGRA114_CLK_SBC5>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600450 clock-names = "spi";
Stephen Warren3393d422013-11-06 14:01:16 -0700451 resets = <&tegra_car 104>;
452 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700453 dmas = <&apbdma 27>, <&apbdma 27>;
454 dma-names = "rx", "tx";
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600455 status = "disabled";
456 };
457
458 spi@7000de00 {
459 compatible = "nvidia,tegra114-spi";
460 reg = <0x7000de00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700461 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600462 #address-cells = <1>;
463 #size-cells = <0>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300464 clocks = <&tegra_car TEGRA114_CLK_SBC6>;
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600465 clock-names = "spi";
Stephen Warren3393d422013-11-06 14:01:16 -0700466 resets = <&tegra_car 105>;
467 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700468 dmas = <&apbdma 28>, <&apbdma 28>;
469 dma-names = "rx", "tx";
Laxman Dewangan6ea02972013-03-15 12:37:25 -0600470 status = "disabled";
471 };
472
Stephen Warren58ecb232013-11-25 17:53:16 -0700473 rtc@7000e000 {
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000474 compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
475 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700476 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300477 clocks = <&tegra_car TEGRA114_CLK_RTC>;
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000478 };
479
Stephen Warren58ecb232013-11-25 17:53:16 -0700480 kbc@7000e200 {
Laxman Dewangancd467b72013-03-14 01:19:53 +0530481 compatible = "nvidia,tegra114-kbc";
482 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700483 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300484 clocks = <&tegra_car TEGRA114_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700485 resets = <&tegra_car 36>;
486 reset-names = "kbc";
Laxman Dewangancd467b72013-03-14 01:19:53 +0530487 status = "disabled";
488 };
489
Stephen Warren58ecb232013-11-25 17:53:16 -0700490 pmc@7000e400 {
Joseph Lo2b84e532013-02-26 16:27:43 +0000491 compatible = "nvidia,tegra114-pmc";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000492 reg = <0x7000e400 0x400>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300493 clocks = <&tegra_car TEGRA114_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800494 clock-names = "pclk", "clk32k_in";
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000495 };
496
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300497 fuse@7000f800 {
498 compatible = "nvidia,tegra114-efuse";
499 reg = <0x7000f800 0x400>;
500 clocks = <&tegra_car TEGRA114_CLK_FUSE>;
501 clock-names = "fuse";
502 resets = <&tegra_car 39>;
503 reset-names = "fuse";
504 };
505
Thierry Redingc6f70a42014-07-18 12:11:03 +0200506 mc: memory-controller@70019000 {
507 compatible = "nvidia,tegra114-mc";
508 reg = <0x70019000 0x1000>;
509 clocks = <&tegra_car TEGRA114_CLK_MC>;
510 clock-names = "mc";
511
512 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
513
514 #iommu-cells = <1>;
Hiroshi Doyu2da13962013-01-15 10:17:28 +0200515 };
516
Stephen Warren58ecb232013-11-25 17:53:16 -0700517 ahub@70080000 {
Stephen Warren15e5c642013-03-12 17:03:30 -0600518 compatible = "nvidia,tegra114-ahub";
519 reg = <0x70080000 0x200>,
520 <0x70080200 0x100>,
521 <0x70081000 0x200>;
522 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren15e5c642013-03-12 17:03:30 -0600523 clocks = <&tegra_car TEGRA114_CLK_D_AUDIO>,
Stephen Warren2bd541f2013-11-07 10:59:42 -0700524 <&tegra_car TEGRA114_CLK_APBIF>;
525 clock-names = "d_audio", "apbif";
Stephen Warren3393d422013-11-06 14:01:16 -0700526 resets = <&tegra_car 106>, /* d_audio */
527 <&tegra_car 107>, /* apbif */
528 <&tegra_car 30>, /* i2s0 */
529 <&tegra_car 11>, /* i2s1 */
530 <&tegra_car 18>, /* i2s2 */
531 <&tegra_car 101>, /* i2s3 */
532 <&tegra_car 102>, /* i2s4 */
533 <&tegra_car 108>, /* dam0 */
534 <&tegra_car 109>, /* dam1 */
535 <&tegra_car 110>, /* dam2 */
536 <&tegra_car 10>, /* spdif */
537 <&tegra_car 153>, /* amx */
538 <&tegra_car 154>; /* adx */
539 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
540 "i2s3", "i2s4", "dam0", "dam1", "dam2",
541 "spdif", "amx", "adx";
Stephen Warren034d0232013-11-11 13:05:59 -0700542 dmas = <&apbdma 1>, <&apbdma 1>,
543 <&apbdma 2>, <&apbdma 2>,
544 <&apbdma 3>, <&apbdma 3>,
545 <&apbdma 4>, <&apbdma 4>,
546 <&apbdma 6>, <&apbdma 6>,
547 <&apbdma 7>, <&apbdma 7>,
548 <&apbdma 12>, <&apbdma 12>,
549 <&apbdma 13>, <&apbdma 13>,
550 <&apbdma 14>, <&apbdma 14>,
551 <&apbdma 29>, <&apbdma 29>;
552 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
553 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
554 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
555 "rx9", "tx9";
Stephen Warren15e5c642013-03-12 17:03:30 -0600556 ranges;
557 #address-cells = <1>;
558 #size-cells = <1>;
559
560 tegra_i2s0: i2s@70080300 {
561 compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s";
562 reg = <0x70080300 0x100>;
563 nvidia,ahub-cif-ids = <4 4>;
564 clocks = <&tegra_car TEGRA114_CLK_I2S0>;
Stephen Warren3393d422013-11-06 14:01:16 -0700565 resets = <&tegra_car 30>;
566 reset-names = "i2s";
Stephen Warren15e5c642013-03-12 17:03:30 -0600567 status = "disabled";
568 };
569
570 tegra_i2s1: i2s@70080400 {
571 compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s";
572 reg = <0x70080400 0x100>;
573 nvidia,ahub-cif-ids = <5 5>;
574 clocks = <&tegra_car TEGRA114_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700575 resets = <&tegra_car 11>;
576 reset-names = "i2s";
Stephen Warren15e5c642013-03-12 17:03:30 -0600577 status = "disabled";
578 };
579
580 tegra_i2s2: i2s@70080500 {
581 compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s";
582 reg = <0x70080500 0x100>;
583 nvidia,ahub-cif-ids = <6 6>;
584 clocks = <&tegra_car TEGRA114_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700585 resets = <&tegra_car 18>;
586 reset-names = "i2s";
Stephen Warren15e5c642013-03-12 17:03:30 -0600587 status = "disabled";
588 };
589
590 tegra_i2s3: i2s@70080600 {
591 compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s";
592 reg = <0x70080600 0x100>;
593 nvidia,ahub-cif-ids = <7 7>;
594 clocks = <&tegra_car TEGRA114_CLK_I2S3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700595 resets = <&tegra_car 101>;
596 reset-names = "i2s";
Stephen Warren15e5c642013-03-12 17:03:30 -0600597 status = "disabled";
598 };
599
600 tegra_i2s4: i2s@70080700 {
601 compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s";
602 reg = <0x70080700 0x100>;
603 nvidia,ahub-cif-ids = <8 8>;
604 clocks = <&tegra_car TEGRA114_CLK_I2S4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700605 resets = <&tegra_car 102>;
606 reset-names = "i2s";
Stephen Warren15e5c642013-03-12 17:03:30 -0600607 status = "disabled";
608 };
609 };
610
Thierry Redinge3d04d12013-12-19 16:59:27 +0100611 mipi: mipi@700e3000 {
612 compatible = "nvidia,tegra114-mipi";
613 reg = <0x700e3000 0x100>;
614 clocks = <&tegra_car TEGRA114_CLK_MIPI_CAL>;
615 #nvidia,mipi-calibrate-cells = <1>;
616 };
617
Pritesh Raithatha933d87a2013-02-20 13:35:14 -0500618 sdhci@78000000 {
619 compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
620 reg = <0x78000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700621 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300622 clocks = <&tegra_car TEGRA114_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700623 resets = <&tegra_car 14>;
624 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100625 status = "disabled";
Pritesh Raithatha933d87a2013-02-20 13:35:14 -0500626 };
627
628 sdhci@78000200 {
629 compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
630 reg = <0x78000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700631 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300632 clocks = <&tegra_car TEGRA114_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700633 resets = <&tegra_car 9>;
634 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100635 status = "disabled";
Pritesh Raithatha933d87a2013-02-20 13:35:14 -0500636 };
637
638 sdhci@78000400 {
639 compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
640 reg = <0x78000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700641 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300642 clocks = <&tegra_car TEGRA114_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700643 resets = <&tegra_car 69>;
644 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100645 status = "disabled";
Pritesh Raithatha933d87a2013-02-20 13:35:14 -0500646 };
647
648 sdhci@78000600 {
649 compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
650 reg = <0x78000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700651 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyua1c85862013-05-22 19:45:36 +0300652 clocks = <&tegra_car TEGRA114_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700653 resets = <&tegra_car 15>;
654 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100655 status = "disabled";
Pritesh Raithatha933d87a2013-02-20 13:35:14 -0500656 };
657
Mikko Perttunen328dc0e2013-08-01 18:00:18 +0300658 usb@7d000000 {
659 compatible = "nvidia,tegra30-ehci", "usb-ehci";
660 reg = <0x7d000000 0x4000>;
661 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
662 phy_type = "utmi";
663 clocks = <&tegra_car TEGRA114_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700664 resets = <&tegra_car 22>;
665 reset-names = "usb";
Mikko Perttunen328dc0e2013-08-01 18:00:18 +0300666 nvidia,phy = <&phy1>;
667 status = "disabled";
668 };
669
670 phy1: usb-phy@7d000000 {
671 compatible = "nvidia,tegra30-usb-phy";
672 reg = <0x7d000000 0x4000 0x7d000000 0x4000>;
673 phy_type = "utmi";
674 clocks = <&tegra_car TEGRA114_CLK_USBD>,
675 <&tegra_car TEGRA114_CLK_PLL_U>,
676 <&tegra_car TEGRA114_CLK_USBD>;
677 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300678 resets = <&tegra_car 22>, <&tegra_car 22>;
679 reset-names = "usb", "utmi-pads";
Mikko Perttunen328dc0e2013-08-01 18:00:18 +0300680 nvidia,hssync-start-delay = <0>;
681 nvidia,idle-wait-delay = <17>;
682 nvidia,elastic-limit = <16>;
683 nvidia,term-range-adj = <6>;
684 nvidia,xcvr-setup = <9>;
685 nvidia,xcvr-lsfslew = <0>;
686 nvidia,xcvr-lsrslew = <3>;
687 nvidia,hssquelch-level = <2>;
688 nvidia,hsdiscon-level = <5>;
689 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300690 nvidia,has-utmi-pad-registers;
Mikko Perttunen328dc0e2013-08-01 18:00:18 +0300691 status = "disabled";
692 };
693
694 usb@7d008000 {
695 compatible = "nvidia,tegra30-ehci", "usb-ehci";
696 reg = <0x7d008000 0x4000>;
697 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
698 phy_type = "utmi";
699 clocks = <&tegra_car TEGRA114_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700700 resets = <&tegra_car 59>;
701 reset-names = "usb";
Mikko Perttunen328dc0e2013-08-01 18:00:18 +0300702 nvidia,phy = <&phy3>;
703 status = "disabled";
704 };
705
706 phy3: usb-phy@7d008000 {
707 compatible = "nvidia,tegra30-usb-phy";
708 reg = <0x7d008000 0x4000 0x7d000000 0x4000>;
709 phy_type = "utmi";
710 clocks = <&tegra_car TEGRA114_CLK_USB3>,
711 <&tegra_car TEGRA114_CLK_PLL_U>,
712 <&tegra_car TEGRA114_CLK_USBD>;
713 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300714 resets = <&tegra_car 59>, <&tegra_car 22>;
715 reset-names = "usb", "utmi-pads";
Mikko Perttunen328dc0e2013-08-01 18:00:18 +0300716 nvidia,hssync-start-delay = <0>;
717 nvidia,idle-wait-delay = <17>;
718 nvidia,elastic-limit = <16>;
719 nvidia,term-range-adj = <6>;
720 nvidia,xcvr-setup = <9>;
721 nvidia,xcvr-lsfslew = <0>;
722 nvidia,xcvr-lsrslew = <3>;
723 nvidia,hssquelch-level = <2>;
724 nvidia,hsdiscon-level = <5>;
725 nvidia,xcvr-hsslew = <12>;
726 status = "disabled";
727 };
728
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000729 cpus {
730 #address-cells = <1>;
731 #size-cells = <0>;
732
733 cpu@0 {
734 device_type = "cpu";
735 compatible = "arm,cortex-a15";
736 reg = <0>;
737 };
738
739 cpu@1 {
740 device_type = "cpu";
741 compatible = "arm,cortex-a15";
742 reg = <1>;
743 };
744
745 cpu@2 {
746 device_type = "cpu";
747 compatible = "arm,cortex-a15";
748 reg = <2>;
749 };
750
751 cpu@3 {
752 device_type = "cpu";
753 compatible = "arm,cortex-a15";
754 reg = <3>;
755 };
756 };
757
758 timer {
759 compatible = "arm,armv7-timer";
Stephen Warren6cecf912013-02-13 12:51:51 -0700760 interrupts =
761 <GIC_PPI 13
762 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
763 <GIC_PPI 14
764 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
765 <GIC_PPI 11
766 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
767 <GIC_PPI 10
768 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
Hiroshi Doyu18a4df72013-01-24 01:10:23 +0000769 };
770};