blob: ea340f9de44802124829153b7065691a83b3bc12 [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>
Thierry Reding5b605d42014-06-26 21:22:46 +02003#include <dt-bindings/memory/tegra124-mc.h>
Laxman Dewangan4b20bcb2013-12-09 16:03:51 +05304#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Joseph Load03b1a2013-10-08 12:50:05 +08005#include <dt-bindings/interrupt-controller/arm-gic.h>
Tuomas Tynkkynenbf9d0262015-05-13 17:58:44 +03006#include <dt-bindings/reset/tegra124-car.h>
Mikko Perttunen26b76f82014-09-26 12:43:11 +03007#include <dt-bindings/thermal/tegra124-soctherm.h>
Joseph Load03b1a2013-10-08 12:50:05 +08008
9#include "skeleton.dtsi"
10
11/ {
12 compatible = "nvidia,tegra124";
Marc Zyngier870c81a2015-03-11 15:43:01 +000013 interrupt-parent = <&lic>;
Stephen Warrene30cb232014-03-03 14:51:15 -070014 #address-cells = <2>;
15 #size-cells = <2>;
Joseph Load03b1a2013-10-08 12:50:05 +080016
Marcel Ziswilerb5896f62016-06-30 00:21:37 +020017 pcie-controller@01003000 {
Thierry Redingee588e22014-09-17 10:02:44 -060018 compatible = "nvidia,tegra124-pcie";
19 device_type = "pci";
20 reg = <0x0 0x01003000 0x0 0x00000800 /* PADS registers */
21 0x0 0x01003800 0x0 0x00000800 /* AFI registers */
22 0x0 0x02000000 0x0 0x10000000>; /* configuration space */
23 reg-names = "pads", "afi", "cs";
24 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
25 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
26 interrupt-names = "intr", "msi";
27
28 #interrupt-cells = <1>;
29 interrupt-map-mask = <0 0 0 0>;
30 interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
31
32 bus-range = <0x00 0xff>;
33 #address-cells = <3>;
34 #size-cells = <2>;
35
36 ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000 /* port 0 configuration space */
37 0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000 /* port 1 configuration space */
38 0x81000000 0 0x0 0x0 0x12000000 0 0x00010000 /* downstream I/O (64 KiB) */
39 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */
40 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
41
42 clocks = <&tegra_car TEGRA124_CLK_PCIE>,
43 <&tegra_car TEGRA124_CLK_AFI>,
44 <&tegra_car TEGRA124_CLK_PLL_E>,
45 <&tegra_car TEGRA124_CLK_CML0>;
46 clock-names = "pex", "afi", "pll_e", "cml";
47 resets = <&tegra_car 70>,
48 <&tegra_car 72>,
49 <&tegra_car 74>;
50 reset-names = "pex", "afi", "pcie_x";
51 status = "disabled";
52
Thierry Redingee588e22014-09-17 10:02:44 -060053 pci@1,0 {
54 device_type = "pci";
55 assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
56 reg = <0x000800 0 0 0 0>;
57 status = "disabled";
58
59 #address-cells = <3>;
60 #size-cells = <2>;
61 ranges;
62
63 nvidia,num-lanes = <2>;
64 };
65
66 pci@2,0 {
67 device_type = "pci";
68 assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
69 reg = <0x001000 0 0 0 0>;
70 status = "disabled";
71
72 #address-cells = <3>;
73 #size-cells = <2>;
74 ranges;
75
76 nvidia,num-lanes = <1>;
77 };
78 };
79
Marcel Ziswilerb5896f62016-06-30 00:21:37 +020080 host1x@50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010081 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070082 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010083 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
84 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
85 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
86 resets = <&tegra_car 28>;
87 reset-names = "host1x";
88
Stephen Warrene30cb232014-03-03 14:51:15 -070089 #address-cells = <2>;
90 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010091
Stephen Warrene30cb232014-03-03 14:51:15 -070092 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010093
Marcel Ziswilerb5896f62016-06-30 00:21:37 +020094 dc@54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010095 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070096 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010097 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
98 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
99 <&tegra_car TEGRA124_CLK_PLL_P>;
100 clock-names = "dc", "parent";
101 resets = <&tegra_car 27>;
102 reset-names = "dc";
103
Thierry Reding5b605d42014-06-26 21:22:46 +0200104 iommus = <&mc TEGRA_SWGROUP_DC>;
105
Thierry Redingad6be7d2014-02-28 17:40:22 +0100106 nvidia,head = <0>;
107 };
108
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200109 dc@54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +0100110 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700111 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +0100112 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
113 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
114 <&tegra_car TEGRA124_CLK_PLL_P>;
115 clock-names = "dc", "parent";
116 resets = <&tegra_car 26>;
117 reset-names = "dc";
118
Thierry Reding5b605d42014-06-26 21:22:46 +0200119 iommus = <&mc TEGRA_SWGROUP_DCB>;
120
Thierry Redingad6be7d2014-02-28 17:40:22 +0100121 nvidia,head = <1>;
122 };
Thierry Redingd72be032014-02-28 17:40:23 +0100123
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200124 hdmi@54280000 {
Thierry Reding9dd604d2014-04-25 17:44:45 +0200125 compatible = "nvidia,tegra124-hdmi";
126 reg = <0x0 0x54280000 0x0 0x00040000>;
127 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
128 clocks = <&tegra_car TEGRA124_CLK_HDMI>,
129 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
130 clock-names = "hdmi", "parent";
131 resets = <&tegra_car 51>;
132 reset-names = "hdmi";
133 status = "disabled";
134 };
135
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200136 sor@54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100137 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -0700138 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100139 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
140 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
141 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
142 <&tegra_car TEGRA124_CLK_PLL_DP>,
143 <&tegra_car TEGRA124_CLK_CLK_M>;
144 clock-names = "sor", "parent", "dp", "safe";
145 resets = <&tegra_car 182>;
146 reset-names = "sor";
147 status = "disabled";
148 };
149
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200150 dpaux: dpaux@545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100151 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700152 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100153 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
154 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
155 <&tegra_car TEGRA124_CLK_PLL_DP>;
156 clock-names = "dpaux", "parent";
157 resets = <&tegra_car 181>;
158 reset-names = "dpaux";
159 status = "disabled";
160 };
Thierry Redingad6be7d2014-02-28 17:40:22 +0100161 };
162
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200163 gic: interrupt-controller@50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800164 compatible = "arm,cortex-a15-gic";
165 #interrupt-cells = <3>;
166 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -0700167 reg = <0x0 0x50041000 0x0 0x1000>,
168 <0x0 0x50042000 0x0 0x1000>,
169 <0x0 0x50044000 0x0 0x2000>,
170 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +0800171 interrupts = <GIC_PPI 9
172 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier870c81a2015-03-11 15:43:01 +0000173 interrupt-parent = <&gic>;
Joseph Load03b1a2013-10-08 12:50:05 +0800174 };
175
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200176 /*
177 * Please keep the following 0, notation in place as a former mainline
178 * U-Boot version was looking for that particular notation in order to
179 * perform required fix-ups on that GPU node.
180 */
Thierry Redingd86b1e82014-06-26 14:33:34 +0900181 gpu@0,57000000 {
182 compatible = "nvidia,gk20a";
183 reg = <0x0 0x57000000 0x0 0x01000000>,
184 <0x0 0x58000000 0x0 0x01000000>;
185 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
186 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
187 interrupt-names = "stall", "nonstall";
188 clocks = <&tegra_car TEGRA124_CLK_GPU>,
189 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
190 clock-names = "gpu", "pwr";
191 resets = <&tegra_car 184>;
192 reset-names = "gpu";
Alexandre Courbotc96cd172015-07-01 18:13:45 +0900193
194 iommus = <&mc TEGRA_SWGROUP_GPU>;
195
Thierry Redingd86b1e82014-06-26 14:33:34 +0900196 status = "disabled";
197 };
198
Marc Zyngier870c81a2015-03-11 15:43:01 +0000199 lic: interrupt-controller@60004000 {
200 compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr";
201 reg = <0x0 0x60004000 0x0 0x100>,
202 <0x0 0x60004100 0x0 0x100>,
203 <0x0 0x60004200 0x0 0x100>,
204 <0x0 0x60004300 0x0 0x100>,
205 <0x0 0x60004400 0x0 0x100>;
206 interrupt-controller;
207 #interrupt-cells = <3>;
208 interrupt-parent = <&gic>;
209 };
210
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200211 timer@60005000 {
Maarten Lankhorstb6641292015-11-17 11:15:45 +0100212 compatible = "nvidia,tegra124-timer", "nvidia,tegra30-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -0700213 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +0800214 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
215 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
217 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
218 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
219 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800220 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
221 };
222
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200223 tegra_car: clock@60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800224 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700225 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800226 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700227 #reset-cells = <1>;
Mikko Perttunenb273c882015-03-12 15:48:00 +0100228 nvidia,external-memory-controller = <&emc>;
Joseph Load03b1a2013-10-08 12:50:05 +0800229 };
230
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200231 flow-controller@60007000 {
Thierry Redingb1023132014-08-26 08:14:03 +0200232 compatible = "nvidia,tegra124-flowctrl";
233 reg = <0x0 0x60007000 0x0 0x1000>;
234 };
235
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200236 actmon@6000c800 {
Tomeu Vizosoc5f8e8c2015-03-17 10:36:18 +0100237 compatible = "nvidia,tegra124-actmon";
238 reg = <0x0 0x6000c800 0x0 0x400>;
239 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
240 clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
241 <&tegra_car TEGRA124_CLK_EMC>;
242 clock-names = "actmon", "emc";
243 resets = <&tegra_car 119>;
244 reset-names = "actmon";
245 };
246
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200247 gpio: gpio@6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700248 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700249 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700250 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
258 #gpio-cells = <2>;
259 gpio-controller;
260 #interrupt-cells = <2>;
261 interrupt-controller;
Thierry Reding4f1d8412015-10-09 17:51:47 +0200262 /*
Tomeu Vizoso17cdddf2015-07-14 10:29:56 +0200263 gpio-ranges = <&pinmux 0 0 251>;
Thierry Reding4f1d8412015-10-09 17:51:47 +0200264 */
Stephen Warren0a9375d2013-08-05 16:10:02 -0700265 };
266
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200267 apbdma: dma@60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700268 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700269 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700270 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
271 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
272 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
273 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
274 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
275 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
276 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
277 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
278 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
279 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
280 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
281 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
282 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
283 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
284 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
285 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
286 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
287 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
288 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
289 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
290 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
291 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
292 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
293 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
294 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
295 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
296 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
297 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
298 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
299 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
300 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
301 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
302 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
303 resets = <&tegra_car 34>;
304 reset-names = "dma";
305 #dma-cells = <1>;
306 };
307
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200308 apbmisc@70000800 {
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300309 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
310 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
Thierry Reding5431b0f2015-04-29 13:53:21 +0200311 <0x0 0x7000e864 0x0 0x04>; /* Strapping options */
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300312 };
313
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200314 pinmux: pinmux@70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600315 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700316 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
Sean Paul49727d32014-09-09 15:58:46 -0400317 <0x0 0x70003000 0x0 0x434>, /* Mux registers */
318 <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
Stephen Warrencaefe632013-11-01 14:03:59 -0600319 };
320
Joseph Load03b1a2013-10-08 12:50:05 +0800321 /*
322 * There are two serial driver i.e. 8250 based simple serial
323 * driver and APB DMA based serial driver for higher baudrate
324 * and performace. To enable the 8250 based driver, the compatible
325 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
Ralf Ramsauere1098242016-01-26 17:59:17 +0100326 * the APB DMA based serial driver, the compatible is
Joseph Load03b1a2013-10-08 12:50:05 +0800327 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
328 */
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200329 uarta: serial@70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800330 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700331 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800332 reg-shift = <2>;
333 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800334 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700335 resets = <&tegra_car 6>;
336 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700337 dmas = <&apbdma 8>, <&apbdma 8>;
338 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800339 status = "disabled";
340 };
341
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200342 uartb: serial@70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800343 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700344 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800345 reg-shift = <2>;
346 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800347 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700348 resets = <&tegra_car 7>;
349 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700350 dmas = <&apbdma 9>, <&apbdma 9>;
351 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800352 status = "disabled";
353 };
354
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200355 uartc: serial@70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800356 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700357 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800358 reg-shift = <2>;
359 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800360 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700361 resets = <&tegra_car 55>;
362 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700363 dmas = <&apbdma 10>, <&apbdma 10>;
364 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800365 status = "disabled";
366 };
367
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200368 uartd: serial@70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800369 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700370 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800371 reg-shift = <2>;
372 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800373 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700374 resets = <&tegra_car 65>;
375 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700376 dmas = <&apbdma 19>, <&apbdma 19>;
377 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800378 status = "disabled";
379 };
380
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200381 pwm: pwm@7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100382 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700383 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100384 #pwm-cells = <2>;
385 clocks = <&tegra_car TEGRA124_CLK_PWM>;
386 resets = <&tegra_car 17>;
387 reset-names = "pwm";
388 status = "disabled";
389 };
390
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200391 i2c@7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700392 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700393 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700394 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
395 #address-cells = <1>;
396 #size-cells = <0>;
397 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
398 clock-names = "div-clk";
399 resets = <&tegra_car 12>;
400 reset-names = "i2c";
401 dmas = <&apbdma 21>, <&apbdma 21>;
402 dma-names = "rx", "tx";
403 status = "disabled";
404 };
405
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200406 i2c@7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700407 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700408 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700409 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
410 #address-cells = <1>;
411 #size-cells = <0>;
412 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
413 clock-names = "div-clk";
414 resets = <&tegra_car 54>;
415 reset-names = "i2c";
416 dmas = <&apbdma 22>, <&apbdma 22>;
417 dma-names = "rx", "tx";
418 status = "disabled";
419 };
420
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200421 i2c@7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700422 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700423 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700424 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
425 #address-cells = <1>;
426 #size-cells = <0>;
427 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
428 clock-names = "div-clk";
429 resets = <&tegra_car 67>;
430 reset-names = "i2c";
431 dmas = <&apbdma 23>, <&apbdma 23>;
432 dma-names = "rx", "tx";
433 status = "disabled";
434 };
435
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200436 i2c@7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700437 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700438 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700439 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
440 #address-cells = <1>;
441 #size-cells = <0>;
442 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
443 clock-names = "div-clk";
444 resets = <&tegra_car 103>;
445 reset-names = "i2c";
446 dmas = <&apbdma 26>, <&apbdma 26>;
447 dma-names = "rx", "tx";
448 status = "disabled";
449 };
450
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200451 i2c@7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700452 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700453 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700454 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
455 #address-cells = <1>;
456 #size-cells = <0>;
457 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
458 clock-names = "div-clk";
459 resets = <&tegra_car 47>;
460 reset-names = "i2c";
461 dmas = <&apbdma 24>, <&apbdma 24>;
462 dma-names = "rx", "tx";
463 status = "disabled";
464 };
465
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200466 i2c@7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700467 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700468 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700469 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
470 #address-cells = <1>;
471 #size-cells = <0>;
472 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
473 clock-names = "div-clk";
474 resets = <&tegra_car 166>;
475 reset-names = "i2c";
476 dmas = <&apbdma 30>, <&apbdma 30>;
477 dma-names = "rx", "tx";
478 status = "disabled";
479 };
480
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200481 spi@7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100482 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700483 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100484 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
485 #address-cells = <1>;
486 #size-cells = <0>;
487 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
488 clock-names = "spi";
489 resets = <&tegra_car 41>;
490 reset-names = "spi";
491 dmas = <&apbdma 15>, <&apbdma 15>;
492 dma-names = "rx", "tx";
493 status = "disabled";
494 };
495
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200496 spi@7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100497 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700498 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100499 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
500 #address-cells = <1>;
501 #size-cells = <0>;
502 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
503 clock-names = "spi";
504 resets = <&tegra_car 44>;
505 reset-names = "spi";
506 dmas = <&apbdma 16>, <&apbdma 16>;
507 dma-names = "rx", "tx";
508 status = "disabled";
509 };
510
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200511 spi@7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100512 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700513 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100514 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
515 #address-cells = <1>;
516 #size-cells = <0>;
517 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
518 clock-names = "spi";
519 resets = <&tegra_car 46>;
520 reset-names = "spi";
521 dmas = <&apbdma 17>, <&apbdma 17>;
522 dma-names = "rx", "tx";
523 status = "disabled";
524 };
525
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200526 spi@7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100527 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700528 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100529 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
530 #address-cells = <1>;
531 #size-cells = <0>;
532 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
533 clock-names = "spi";
534 resets = <&tegra_car 68>;
535 reset-names = "spi";
536 dmas = <&apbdma 18>, <&apbdma 18>;
537 dma-names = "rx", "tx";
538 status = "disabled";
539 };
540
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200541 spi@7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100542 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700543 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100544 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
545 #address-cells = <1>;
546 #size-cells = <0>;
547 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
548 clock-names = "spi";
549 resets = <&tegra_car 104>;
550 reset-names = "spi";
551 dmas = <&apbdma 27>, <&apbdma 27>;
552 dma-names = "rx", "tx";
553 status = "disabled";
554 };
555
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200556 spi@7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100557 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700558 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100559 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
560 #address-cells = <1>;
561 #size-cells = <0>;
562 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
563 clock-names = "spi";
564 resets = <&tegra_car 105>;
565 reset-names = "spi";
566 dmas = <&apbdma 28>, <&apbdma 28>;
567 dma-names = "rx", "tx";
568 status = "disabled";
569 };
570
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200571 rtc@7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800572 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700573 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800574 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800575 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800576 };
577
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200578 pmc@7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800579 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700580 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800581 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
582 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800583 };
584
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200585 fuse@7000f800 {
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300586 compatible = "nvidia,tegra124-efuse";
587 reg = <0x0 0x7000f800 0x0 0x400>;
588 clocks = <&tegra_car TEGRA124_CLK_FUSE>;
589 clock-names = "fuse";
590 resets = <&tegra_car 39>;
591 reset-names = "fuse";
592 };
593
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200594 mc: memory-controller@70019000 {
Thierry Redingb26ea062014-04-16 09:09:34 +0200595 compatible = "nvidia,tegra124-mc";
596 reg = <0x0 0x70019000 0x0 0x1000>;
597 clocks = <&tegra_car TEGRA124_CLK_MC>;
598 clock-names = "mc";
599
600 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
601
602 #iommu-cells = <1>;
603 };
604
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200605 emc: emc@7001b000 {
Mikko Perttunenb273c882015-03-12 15:48:00 +0100606 compatible = "nvidia,tegra124-emc";
607 reg = <0x0 0x7001b000 0x0 0x1000>;
608
609 nvidia,memory-controller = <&mc>;
610 };
611
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200612 sata@70020000 {
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300613 compatible = "nvidia,tegra124-ahci";
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300614 reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
Thierry Reding481b4f12015-09-24 10:00:05 +0200615 <0x0 0x70020000 0x0 0x7000>; /* SATA */
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300616 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300617 clocks = <&tegra_car TEGRA124_CLK_SATA>,
Thierry Reding481b4f12015-09-24 10:00:05 +0200618 <&tegra_car TEGRA124_CLK_SATA_OOB>,
619 <&tegra_car TEGRA124_CLK_CML1>,
620 <&tegra_car TEGRA124_CLK_PLL_E>;
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300621 clock-names = "sata", "sata-oob", "cml1", "pll_e";
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300622 resets = <&tegra_car 124>,
Thierry Reding481b4f12015-09-24 10:00:05 +0200623 <&tegra_car 123>,
624 <&tegra_car 129>;
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300625 reset-names = "sata", "sata-oob", "sata-cold";
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300626 status = "disabled";
627 };
628
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200629 hda@70030000 {
Dylan Reid6389cb32014-05-19 19:35:45 -0700630 compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda";
631 reg = <0x0 0x70030000 0x0 0x10000>;
632 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
633 clocks = <&tegra_car TEGRA124_CLK_HDA>,
Marcel Ziswilerd8b316b2015-08-27 11:44:48 +0200634 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
Dylan Reid6389cb32014-05-19 19:35:45 -0700635 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
Marcel Ziswiler869bd182015-04-10 23:36:00 +0200636 clock-names = "hda", "hda2hdmi", "hda2codec_2x";
Dylan Reid6389cb32014-05-19 19:35:45 -0700637 resets = <&tegra_car 125>, /* hda */
638 <&tegra_car 128>, /* hda2hdmi */
639 <&tegra_car 111>; /* hda2codec_2x */
Marcel Ziswiler869bd182015-04-10 23:36:00 +0200640 reset-names = "hda", "hda2hdmi", "hda2codec_2x";
Dylan Reid6389cb32014-05-19 19:35:45 -0700641 status = "disabled";
642 };
643
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200644 usb@70090000 {
Thierry Reding2d8a9c92016-02-11 18:12:22 +0100645 compatible = "nvidia,tegra124-xusb";
646 reg = <0x0 0x70090000 0x0 0x8000>,
647 <0x0 0x70098000 0x0 0x1000>,
648 <0x0 0x70099000 0x0 0x1000>;
649 reg-names = "hcd", "fpci", "ipfs";
650
651 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
652 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
653
654 clocks = <&tegra_car TEGRA124_CLK_XUSB_HOST>,
655 <&tegra_car TEGRA124_CLK_XUSB_HOST_SRC>,
656 <&tegra_car TEGRA124_CLK_XUSB_FALCON_SRC>,
657 <&tegra_car TEGRA124_CLK_XUSB_SS>,
658 <&tegra_car TEGRA124_CLK_XUSB_SS_DIV2>,
659 <&tegra_car TEGRA124_CLK_XUSB_SS_SRC>,
660 <&tegra_car TEGRA124_CLK_XUSB_HS_SRC>,
661 <&tegra_car TEGRA124_CLK_XUSB_FS_SRC>,
662 <&tegra_car TEGRA124_CLK_PLL_U_480M>,
663 <&tegra_car TEGRA124_CLK_CLK_M>,
664 <&tegra_car TEGRA124_CLK_PLL_E>;
665 clock-names = "xusb_host", "xusb_host_src",
666 "xusb_falcon_src", "xusb_ss",
667 "xusb_ss_div2", "xusb_ss_src",
668 "xusb_hs_src", "xusb_fs_src",
669 "pll_u_480m", "clk_m", "pll_e";
670 resets = <&tegra_car 89>, <&tegra_car 156>,
671 <&tegra_car 143>;
672 reset-names = "xusb_host", "xusb_ss", "xusb_src";
673
674 nvidia,xusb-padctl = <&padctl>;
675
676 status = "disabled";
677 };
678
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200679 padctl: padctl@7009f000 {
Thierry Redingce90d322014-06-19 13:37:09 +0200680 compatible = "nvidia,tegra124-xusb-padctl";
681 reg = <0x0 0x7009f000 0x0 0x1000>;
682 resets = <&tegra_car 142>;
683 reset-names = "padctl";
684
Thierry Reding50623c52015-11-11 18:22:55 +0100685 pads {
686 usb2 {
687 status = "disabled";
688
689 lanes {
690 usb2-0 {
691 status = "disabled";
692 #phy-cells = <0>;
693 };
694
695 usb2-1 {
696 status = "disabled";
697 #phy-cells = <0>;
698 };
699
700 usb2-2 {
701 status = "disabled";
702 #phy-cells = <0>;
703 };
704 };
705 };
706
707 ulpi {
708 status = "disabled";
709
710 lanes {
711 ulpi-0 {
712 status = "disabled";
713 #phy-cells = <0>;
714 };
715 };
716 };
717
718 hsic {
719 status = "disabled";
720
721 lanes {
722 hsic-0 {
723 status = "disabled";
724 #phy-cells = <0>;
725 };
726
727 hsic-1 {
728 status = "disabled";
729 #phy-cells = <0>;
730 };
731 };
732 };
733
734 pcie {
735 status = "disabled";
736
737 lanes {
738 pcie-0 {
739 status = "disabled";
740 #phy-cells = <0>;
741 };
742
743 pcie-1 {
744 status = "disabled";
745 #phy-cells = <0>;
746 };
747
748 pcie-2 {
749 status = "disabled";
750 #phy-cells = <0>;
751 };
752
753 pcie-3 {
754 status = "disabled";
755 #phy-cells = <0>;
756 };
757
758 pcie-4 {
759 status = "disabled";
760 #phy-cells = <0>;
761 };
762 };
763 };
764
765 sata {
766 status = "disabled";
767
768 lanes {
769 sata-0 {
770 status = "disabled";
771 #phy-cells = <0>;
772 };
773 };
774 };
775 };
776
777 ports {
778 usb2-0 {
779 status = "disabled";
780 };
781
782 usb2-1 {
783 status = "disabled";
784 };
785
786 usb2-2 {
787 status = "disabled";
788 };
789
790 ulpi-0 {
791 status = "disabled";
792 };
793
794 hsic-0 {
795 status = "disabled";
796 };
797
798 hsic-1 {
799 status = "disabled";
800 };
801
802 usb3-0 {
803 status = "disabled";
804 };
805
806 usb3-1 {
807 status = "disabled";
808 };
809 };
Thierry Redingce90d322014-06-19 13:37:09 +0200810 };
811
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200812 sdhci@700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600813 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700814 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600815 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
816 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
817 resets = <&tegra_car 14>;
818 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100819 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600820 };
821
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200822 sdhci@700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600823 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700824 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600825 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
826 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
827 resets = <&tegra_car 9>;
828 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100829 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600830 };
831
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200832 sdhci@700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600833 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700834 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600835 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
836 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
837 resets = <&tegra_car 69>;
838 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100839 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600840 };
841
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200842 sdhci@700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600843 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700844 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600845 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
846 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
847 resets = <&tegra_car 15>;
848 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100849 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600850 };
851
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200852 soctherm: thermal-sensor@700e2000 {
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300853 compatible = "nvidia,tegra124-soctherm";
854 reg = <0x0 0x700e2000 0x0 0x1000>;
855 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
856 clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
857 <&tegra_car TEGRA124_CLK_SOC_THERM>;
858 clock-names = "tsensor", "soctherm";
859 resets = <&tegra_car 78>;
860 reset-names = "soctherm";
861 #thermal-sensor-cells = <1>;
862 };
863
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200864 dfll: clock@70110000 {
Tuomas Tynkkynenbf9d0262015-05-13 17:58:44 +0300865 compatible = "nvidia,tegra124-dfll";
866 reg = <0 0x70110000 0 0x100>, /* DFLL control */
867 <0 0x70110000 0 0x100>, /* I2C output control */
868 <0 0x70110100 0 0x100>, /* Integrated I2C controller */
869 <0 0x70110200 0 0x100>; /* Look-up table RAM */
870 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
871 clocks = <&tegra_car TEGRA124_CLK_DFLL_SOC>,
872 <&tegra_car TEGRA124_CLK_DFLL_REF>,
873 <&tegra_car TEGRA124_CLK_I2C5>;
874 clock-names = "soc", "ref", "i2c";
875 resets = <&tegra_car TEGRA124_RST_DFLL_DVCO>;
876 reset-names = "dvco";
877 #clock-cells = <0>;
878 clock-output-names = "dfllCPU_out";
879 nvidia,sample-rate = <12500>;
880 nvidia,droop-ctrl = <0x00000f00>;
881 nvidia,force-mode = <1>;
882 nvidia,cf = <10>;
883 nvidia,ci = <0>;
884 nvidia,cg = <2>;
885 status = "disabled";
886 };
887
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200888 ahub@70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700889 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700890 reg = <0x0 0x70300000 0x0 0x200>,
891 <0x0 0x70300800 0x0 0x800>,
892 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700893 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
894 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
895 <&tegra_car TEGRA124_CLK_APBIF>;
896 clock-names = "d_audio", "apbif";
897 resets = <&tegra_car 106>, /* d_audio */
898 <&tegra_car 107>, /* apbif */
899 <&tegra_car 30>, /* i2s0 */
900 <&tegra_car 11>, /* i2s1 */
901 <&tegra_car 18>, /* i2s2 */
902 <&tegra_car 101>, /* i2s3 */
903 <&tegra_car 102>, /* i2s4 */
904 <&tegra_car 108>, /* dam0 */
905 <&tegra_car 109>, /* dam1 */
906 <&tegra_car 110>, /* dam2 */
907 <&tegra_car 10>, /* spdif */
908 <&tegra_car 153>, /* amx */
909 <&tegra_car 185>, /* amx1 */
910 <&tegra_car 154>, /* adx */
911 <&tegra_car 180>, /* adx1 */
912 <&tegra_car 186>, /* afc0 */
913 <&tegra_car 187>, /* afc1 */
914 <&tegra_car 188>, /* afc2 */
915 <&tegra_car 189>, /* afc3 */
916 <&tegra_car 190>, /* afc4 */
917 <&tegra_car 191>; /* afc5 */
918 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
919 "i2s3", "i2s4", "dam0", "dam1", "dam2",
920 "spdif", "amx", "amx1", "adx", "adx1",
921 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
922 dmas = <&apbdma 1>, <&apbdma 1>,
923 <&apbdma 2>, <&apbdma 2>,
924 <&apbdma 3>, <&apbdma 3>,
925 <&apbdma 4>, <&apbdma 4>,
926 <&apbdma 6>, <&apbdma 6>,
927 <&apbdma 7>, <&apbdma 7>,
928 <&apbdma 12>, <&apbdma 12>,
929 <&apbdma 13>, <&apbdma 13>,
930 <&apbdma 14>, <&apbdma 14>,
931 <&apbdma 29>, <&apbdma 29>;
932 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
933 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
934 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
935 "rx9", "tx9";
936 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700937 #address-cells = <2>;
938 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700939
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200940 tegra_i2s0: i2s@70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700941 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700942 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700943 nvidia,ahub-cif-ids = <4 4>;
944 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
945 resets = <&tegra_car 30>;
946 reset-names = "i2s";
947 status = "disabled";
948 };
949
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200950 tegra_i2s1: i2s@70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700951 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700952 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700953 nvidia,ahub-cif-ids = <5 5>;
954 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
955 resets = <&tegra_car 11>;
956 reset-names = "i2s";
957 status = "disabled";
958 };
959
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200960 tegra_i2s2: i2s@70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700961 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700962 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700963 nvidia,ahub-cif-ids = <6 6>;
964 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
965 resets = <&tegra_car 18>;
966 reset-names = "i2s";
967 status = "disabled";
968 };
969
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200970 tegra_i2s3: i2s@70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700971 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700972 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700973 nvidia,ahub-cif-ids = <7 7>;
974 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
975 resets = <&tegra_car 101>;
976 reset-names = "i2s";
977 status = "disabled";
978 };
979
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200980 tegra_i2s4: i2s@70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700981 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700982 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700983 nvidia,ahub-cif-ids = <8 8>;
984 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
985 resets = <&tegra_car 102>;
986 reset-names = "i2s";
987 status = "disabled";
988 };
989 };
990
Marcel Ziswilerb5896f62016-06-30 00:21:37 +0200991 usb@7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100992 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700993 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100994 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
995 phy_type = "utmi";
996 clocks = <&tegra_car TEGRA124_CLK_USBD>;
997 resets = <&tegra_car 22>;
998 reset-names = "usb";
999 nvidia,phy = <&phy1>;
1000 status = "disabled";
1001 };
1002
Marcel Ziswilerb5896f62016-06-30 00:21:37 +02001003 phy1: usb-phy@7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +01001004 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -07001005 reg = <0x0 0x7d000000 0x0 0x4000>,
1006 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +01001007 phy_type = "utmi";
1008 clocks = <&tegra_car TEGRA124_CLK_USBD>,
1009 <&tegra_car TEGRA124_CLK_PLL_U>,
1010 <&tegra_car TEGRA124_CLK_USBD>;
1011 clock-names = "reg", "pll_u", "utmi-pads";
Tomeu Vizosoa4b69162015-04-03 09:21:11 +02001012 resets = <&tegra_car 22>, <&tegra_car 22>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +03001013 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +01001014 nvidia,hssync-start-delay = <0>;
1015 nvidia,idle-wait-delay = <17>;
1016 nvidia,elastic-limit = <16>;
1017 nvidia,term-range-adj = <6>;
1018 nvidia,xcvr-setup = <9>;
1019 nvidia,xcvr-lsfslew = <0>;
1020 nvidia,xcvr-lsrslew = <3>;
1021 nvidia,hssquelch-level = <2>;
1022 nvidia,hsdiscon-level = <5>;
1023 nvidia,xcvr-hsslew = <12>;
Tomeu Vizosoa4b69162015-04-03 09:21:11 +02001024 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +01001025 status = "disabled";
1026 };
1027
Marcel Ziswilerb5896f62016-06-30 00:21:37 +02001028 usb@7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +01001029 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -07001030 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +01001031 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1032 phy_type = "utmi";
1033 clocks = <&tegra_car TEGRA124_CLK_USB2>;
1034 resets = <&tegra_car 58>;
1035 reset-names = "usb";
1036 nvidia,phy = <&phy2>;
1037 status = "disabled";
1038 };
1039
Marcel Ziswilerb5896f62016-06-30 00:21:37 +02001040 phy2: usb-phy@7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +01001041 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -07001042 reg = <0x0 0x7d004000 0x0 0x4000>,
1043 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +01001044 phy_type = "utmi";
1045 clocks = <&tegra_car TEGRA124_CLK_USB2>,
1046 <&tegra_car TEGRA124_CLK_PLL_U>,
1047 <&tegra_car TEGRA124_CLK_USBD>;
1048 clock-names = "reg", "pll_u", "utmi-pads";
Tomeu Vizosoa4b69162015-04-03 09:21:11 +02001049 resets = <&tegra_car 58>, <&tegra_car 22>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +03001050 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +01001051 nvidia,hssync-start-delay = <0>;
1052 nvidia,idle-wait-delay = <17>;
1053 nvidia,elastic-limit = <16>;
1054 nvidia,term-range-adj = <6>;
1055 nvidia,xcvr-setup = <9>;
1056 nvidia,xcvr-lsfslew = <0>;
1057 nvidia,xcvr-lsrslew = <3>;
1058 nvidia,hssquelch-level = <2>;
1059 nvidia,hsdiscon-level = <5>;
1060 nvidia,xcvr-hsslew = <12>;
1061 status = "disabled";
1062 };
1063
Marcel Ziswilerb5896f62016-06-30 00:21:37 +02001064 usb@7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +01001065 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -07001066 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +01001067 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
1068 phy_type = "utmi";
1069 clocks = <&tegra_car TEGRA124_CLK_USB3>;
1070 resets = <&tegra_car 59>;
1071 reset-names = "usb";
1072 nvidia,phy = <&phy3>;
1073 status = "disabled";
1074 };
1075
Marcel Ziswilerb5896f62016-06-30 00:21:37 +02001076 phy3: usb-phy@7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +01001077 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -07001078 reg = <0x0 0x7d008000 0x0 0x4000>,
1079 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +01001080 phy_type = "utmi";
1081 clocks = <&tegra_car TEGRA124_CLK_USB3>,
1082 <&tegra_car TEGRA124_CLK_PLL_U>,
1083 <&tegra_car TEGRA124_CLK_USBD>;
1084 clock-names = "reg", "pll_u", "utmi-pads";
Tomeu Vizosoa4b69162015-04-03 09:21:11 +02001085 resets = <&tegra_car 59>, <&tegra_car 22>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +03001086 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +01001087 nvidia,hssync-start-delay = <0>;
1088 nvidia,idle-wait-delay = <17>;
1089 nvidia,elastic-limit = <16>;
1090 nvidia,term-range-adj = <6>;
1091 nvidia,xcvr-setup = <9>;
1092 nvidia,xcvr-lsfslew = <0>;
1093 nvidia,xcvr-lsrslew = <3>;
1094 nvidia,hssquelch-level = <2>;
1095 nvidia,hsdiscon-level = <5>;
1096 nvidia,xcvr-hsslew = <12>;
1097 status = "disabled";
1098 };
1099
Joseph Load03b1a2013-10-08 12:50:05 +08001100 cpus {
1101 #address-cells = <1>;
1102 #size-cells = <0>;
1103
1104 cpu@0 {
1105 device_type = "cpu";
1106 compatible = "arm,cortex-a15";
1107 reg = <0>;
Tuomas Tynkkynen0de088c2015-05-13 17:58:49 +03001108
1109 clocks = <&tegra_car TEGRA124_CLK_CCLK_G>,
1110 <&tegra_car TEGRA124_CLK_CCLK_LP>,
1111 <&tegra_car TEGRA124_CLK_PLL_X>,
1112 <&tegra_car TEGRA124_CLK_PLL_P>,
1113 <&dfll>;
1114 clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
1115 /* FIXME: what's the actual transition time? */
1116 clock-latency = <300000>;
Joseph Load03b1a2013-10-08 12:50:05 +08001117 };
1118
1119 cpu@1 {
1120 device_type = "cpu";
1121 compatible = "arm,cortex-a15";
1122 reg = <1>;
1123 };
1124
1125 cpu@2 {
1126 device_type = "cpu";
1127 compatible = "arm,cortex-a15";
1128 reg = <2>;
1129 };
1130
1131 cpu@3 {
1132 device_type = "cpu";
1133 compatible = "arm,cortex-a15";
1134 reg = <3>;
1135 };
1136 };
1137
Kyle Huey82fe42f2015-07-13 10:35:45 -07001138 pmu {
1139 compatible = "arm,cortex-a15-pmu";
1140 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
1141 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
1142 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
1143 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
1144 interrupt-affinity = <&{/cpus/cpu@0}>,
1145 <&{/cpus/cpu@1}>,
1146 <&{/cpus/cpu@2}>,
1147 <&{/cpus/cpu@3}>;
1148 };
1149
Mikko Perttunen26b76f82014-09-26 12:43:11 +03001150 thermal-zones {
1151 cpu {
1152 polling-delay-passive = <1000>;
1153 polling-delay = <1000>;
1154
1155 thermal-sensors =
1156 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
1157 };
1158
1159 mem {
1160 polling-delay-passive = <1000>;
1161 polling-delay = <1000>;
1162
1163 thermal-sensors =
1164 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
1165 };
1166
1167 gpu {
1168 polling-delay-passive = <1000>;
1169 polling-delay = <1000>;
1170
1171 thermal-sensors =
1172 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
1173 };
1174
1175 pllx {
1176 polling-delay-passive = <1000>;
1177 polling-delay = <1000>;
1178
1179 thermal-sensors =
1180 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
1181 };
1182 };
1183
Joseph Load03b1a2013-10-08 12:50:05 +08001184 timer {
1185 compatible = "arm,armv7-timer";
1186 interrupts = <GIC_PPI 13
1187 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1188 <GIC_PPI 14
1189 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1190 <GIC_PPI 11
1191 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1192 <GIC_PPI 10
1193 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier870c81a2015-03-11 15:43:01 +00001194 interrupt-parent = <&gic>;
Joseph Load03b1a2013-10-08 12:50:05 +08001195 };
1196};