1// SPDX-License-Identifier: GPL-2.0
2#include <dt-bindings/clock/tegra210-car.h>
3#include <dt-bindings/gpio/tegra-gpio.h>
4#include <dt-bindings/memory/tegra210-mc.h>
5#include <dt-bindings/pinctrl/pinctrl-tegra.h>
6#include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h>
7#include <dt-bindings/reset/tegra210-car.h>
8#include <dt-bindings/interrupt-controller/arm-gic.h>
9#include <dt-bindings/thermal/tegra124-soctherm.h>
10#include <dt-bindings/soc/tegra-pmc.h>
11
12/ {
13	compatible = "nvidia,tegra210";
14	interrupt-parent = <&lic>;
15	#address-cells = <2>;
16	#size-cells = <2>;
17
18	pcie@1003000 {
19		compatible = "nvidia,tegra210-pcie";
20		device_type = "pci";
21		reg = <0x0 0x01003000 0x0 0x00000800>, /* PADS registers */
22		      <0x0 0x01003800 0x0 0x00000800>, /* AFI registers */
23		      <0x0 0x02000000 0x0 0x10000000>; /* configuration space */
24		reg-names = "pads", "afi", "cs";
25		interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
26			     <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
27		interrupt-names = "intr", "msi";
28
29		#interrupt-cells = <1>;
30		interrupt-map-mask = <0 0 0 0>;
31		interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
32
33		bus-range = <0x00 0xff>;
34		#address-cells = <3>;
35		#size-cells = <2>;
36
37		ranges = <0x02000000 0 0x01000000 0x0 0x01000000 0 0x00001000>, /* port 0 configuration space */
38			 <0x02000000 0 0x01001000 0x0 0x01001000 0 0x00001000>, /* port 1 configuration space */
39			 <0x01000000 0 0x0        0x0 0x12000000 0 0x00010000>, /* downstream I/O (64 KiB) */
40			 <0x02000000 0 0x13000000 0x0 0x13000000 0 0x0d000000>, /* non-prefetchable memory (208 MiB) */
41			 <0x42000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
42
43		clocks = <&tegra_car TEGRA210_CLK_PCIE>,
44			 <&tegra_car TEGRA210_CLK_AFI>,
45			 <&tegra_car TEGRA210_CLK_PLL_E>,
46			 <&tegra_car TEGRA210_CLK_CML0>;
47		clock-names = "pex", "afi", "pll_e", "cml";
48		resets = <&tegra_car 70>,
49			 <&tegra_car 72>,
50			 <&tegra_car 74>;
51		reset-names = "pex", "afi", "pcie_x";
52
53		pinctrl-names = "default", "idle";
54		pinctrl-0 = <&pex_dpd_disable>;
55		pinctrl-1 = <&pex_dpd_enable>;
56
57		status = "disabled";
58
59		pci@1,0 {
60			device_type = "pci";
61			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
62			reg = <0x000800 0 0 0 0>;
63			bus-range = <0x00 0xff>;
64			status = "disabled";
65
66			#address-cells = <3>;
67			#size-cells = <2>;
68			ranges;
69
70			nvidia,num-lanes = <4>;
71		};
72
73		pci@2,0 {
74			device_type = "pci";
75			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
76			reg = <0x001000 0 0 0 0>;
77			bus-range = <0x00 0xff>;
78			status = "disabled";
79
80			#address-cells = <3>;
81			#size-cells = <2>;
82			ranges;
83
84			nvidia,num-lanes = <1>;
85		};
86	};
87
88	host1x@50000000 {
89		compatible = "nvidia,tegra210-host1x";
90		reg = <0x0 0x50000000 0x0 0x00034000>;
91		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
92			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
93		interrupt-names = "syncpt", "host1x";
94		clocks = <&tegra_car TEGRA210_CLK_HOST1X>;
95		clock-names = "host1x";
96		resets = <&tegra_car 28>;
97		reset-names = "host1x";
98
99		#address-cells = <2>;
100		#size-cells = <2>;
101
102		ranges = <0x0 0x54000000 0x0 0x54000000 0x0 0x01000000>;
103
104		iommus = <&mc TEGRA_SWGROUP_HC>;
105
106		dpaux1: dpaux@54040000 {
107			compatible = "nvidia,tegra210-dpaux";
108			reg = <0x0 0x54040000 0x0 0x00040000>;
109			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
110			clocks = <&tegra_car TEGRA210_CLK_DPAUX1>,
111				 <&tegra_car TEGRA210_CLK_PLL_DP>;
112			clock-names = "dpaux", "parent";
113			resets = <&tegra_car 207>;
114			reset-names = "dpaux";
115			power-domains = <&pd_sor>;
116			status = "disabled";
117
118			state_dpaux1_aux: pinmux-aux {
119				groups = "dpaux-io";
120				function = "aux";
121			};
122
123			state_dpaux1_i2c: pinmux-i2c {
124				groups = "dpaux-io";
125				function = "i2c";
126			};
127
128			state_dpaux1_off: pinmux-off {
129				groups = "dpaux-io";
130				function = "off";
131			};
132
133			i2c-bus {
134				#address-cells = <1>;
135				#size-cells = <0>;
136			};
137		};
138
139		vi@54080000 {
140			compatible = "nvidia,tegra210-vi";
141			reg = <0x0 0x54080000 0x0 0x700>;
142			interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
143			status = "disabled";
144			assigned-clocks = <&tegra_car TEGRA210_CLK_VI>;
145			assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_C4_OUT0>;
146
147			clocks = <&tegra_car TEGRA210_CLK_VI>;
148			power-domains = <&pd_venc>;
149
150			#address-cells = <1>;
151			#size-cells = <1>;
152
153			ranges = <0x0 0x0 0x54080000 0x2000>;
154
155			csi@838 {
156				compatible = "nvidia,tegra210-csi";
157				reg = <0x838 0x1300>;
158				status = "disabled";
159				assigned-clocks = <&tegra_car TEGRA210_CLK_CILAB>,
160						  <&tegra_car TEGRA210_CLK_CILCD>,
161						  <&tegra_car TEGRA210_CLK_CILE>,
162						  <&tegra_car TEGRA210_CLK_CSI_TPG>;
163				assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_P>,
164							 <&tegra_car TEGRA210_CLK_PLL_P>,
165							 <&tegra_car TEGRA210_CLK_PLL_P>;
166				assigned-clock-rates = <102000000>,
167						       <102000000>,
168						       <102000000>,
169						       <972000000>;
170
171				clocks = <&tegra_car TEGRA210_CLK_CSI>,
172					 <&tegra_car TEGRA210_CLK_CILAB>,
173					 <&tegra_car TEGRA210_CLK_CILCD>,
174					 <&tegra_car TEGRA210_CLK_CILE>,
175					 <&tegra_car TEGRA210_CLK_CSI_TPG>;
176				clock-names = "csi", "cilab", "cilcd", "cile", "csi_tpg";
177				power-domains = <&pd_sor>;
178			};
179		};
180
181		tsec@54100000 {
182			compatible = "nvidia,tegra210-tsec";
183			reg = <0x0 0x54100000 0x0 0x00040000>;
184		};
185
186		dc@54200000 {
187			compatible = "nvidia,tegra210-dc";
188			reg = <0x0 0x54200000 0x0 0x00040000>;
189			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
190			clocks = <&tegra_car TEGRA210_CLK_DISP1>;
191			clock-names = "dc";
192			resets = <&tegra_car 27>;
193			reset-names = "dc";
194
195			iommus = <&mc TEGRA_SWGROUP_DC>;
196
197			nvidia,outputs = <&dsia &dsib &sor0 &sor1>;
198			nvidia,head = <0>;
199		};
200
201		dc@54240000 {
202			compatible = "nvidia,tegra210-dc";
203			reg = <0x0 0x54240000 0x0 0x00040000>;
204			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
205			clocks = <&tegra_car TEGRA210_CLK_DISP2>;
206			clock-names = "dc";
207			resets = <&tegra_car 26>;
208			reset-names = "dc";
209
210			iommus = <&mc TEGRA_SWGROUP_DCB>;
211
212			nvidia,outputs = <&dsia &dsib &sor0 &sor1>;
213			nvidia,head = <1>;
214		};
215
216		dsia: dsi@54300000 {
217			compatible = "nvidia,tegra210-dsi";
218			reg = <0x0 0x54300000 0x0 0x00040000>;
219			clocks = <&tegra_car TEGRA210_CLK_DSIA>,
220				 <&tegra_car TEGRA210_CLK_DSIALP>,
221				 <&tegra_car TEGRA210_CLK_PLL_D_OUT0>;
222			clock-names = "dsi", "lp", "parent";
223			resets = <&tegra_car 48>;
224			reset-names = "dsi";
225			power-domains = <&pd_sor>;
226			nvidia,mipi-calibrate = <&mipi 0x0c0>; /* DSIA & DSIB pads */
227
228			status = "disabled";
229
230			#address-cells = <1>;
231			#size-cells = <0>;
232		};
233
234		vic@54340000 {
235			compatible = "nvidia,tegra210-vic";
236			reg = <0x0 0x54340000 0x0 0x00040000>;
237			interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
238			clocks = <&tegra_car TEGRA210_CLK_VIC03>;
239			clock-names = "vic";
240			resets = <&tegra_car 178>;
241			reset-names = "vic";
242
243			iommus = <&mc TEGRA_SWGROUP_VIC>;
244			power-domains = <&pd_vic>;
245		};
246
247		nvjpg@54380000 {
248			compatible = "nvidia,tegra210-nvjpg";
249			reg = <0x0 0x54380000 0x0 0x00040000>;
250			status = "disabled";
251		};
252
253		dsib: dsi@54400000 {
254			compatible = "nvidia,tegra210-dsi";
255			reg = <0x0 0x54400000 0x0 0x00040000>;
256			clocks = <&tegra_car TEGRA210_CLK_DSIB>,
257				 <&tegra_car TEGRA210_CLK_DSIBLP>,
258				 <&tegra_car TEGRA210_CLK_PLL_D_OUT0>;
259			clock-names = "dsi", "lp", "parent";
260			resets = <&tegra_car 82>;
261			reset-names = "dsi";
262			power-domains = <&pd_sor>;
263			nvidia,mipi-calibrate = <&mipi 0x300>; /* DSIC & DSID pads */
264
265			status = "disabled";
266
267			#address-cells = <1>;
268			#size-cells = <0>;
269		};
270
271		nvdec@54480000 {
272			compatible = "nvidia,tegra210-nvdec";
273			reg = <0x0 0x54480000 0x0 0x00040000>;
274			status = "disabled";
275		};
276
277		nvenc@544c0000 {
278			compatible = "nvidia,tegra210-nvenc";
279			reg = <0x0 0x544c0000 0x0 0x00040000>;
280			status = "disabled";
281		};
282
283		tsec@54500000 {
284			compatible = "nvidia,tegra210-tsec";
285			reg = <0x0 0x54500000 0x0 0x00040000>;
286			status = "disabled";
287		};
288
289		sor0: sor@54540000 {
290			compatible = "nvidia,tegra210-sor";
291			reg = <0x0 0x54540000 0x0 0x00040000>;
292			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
293			clocks = <&tegra_car TEGRA210_CLK_SOR0>,
294				 <&tegra_car TEGRA210_CLK_SOR0_OUT>,
295				 <&tegra_car TEGRA210_CLK_PLL_D_OUT0>,
296				 <&tegra_car TEGRA210_CLK_PLL_DP>,
297				 <&tegra_car TEGRA210_CLK_SOR_SAFE>;
298			clock-names = "sor", "out", "parent", "dp", "safe";
299			resets = <&tegra_car 182>;
300			reset-names = "sor";
301			pinctrl-0 = <&state_dpaux_aux>;
302			pinctrl-1 = <&state_dpaux_i2c>;
303			pinctrl-2 = <&state_dpaux_off>;
304			pinctrl-names = "aux", "i2c", "off";
305			power-domains = <&pd_sor>;
306			status = "disabled";
307		};
308
309		sor1: sor@54580000 {
310			compatible = "nvidia,tegra210-sor1";
311			reg = <0x0 0x54580000 0x0 0x00040000>;
312			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
313			clocks = <&tegra_car TEGRA210_CLK_SOR1>,
314				 <&tegra_car TEGRA210_CLK_SOR1_OUT>,
315				 <&tegra_car TEGRA210_CLK_PLL_D2_OUT0>,
316				 <&tegra_car TEGRA210_CLK_PLL_DP>,
317				 <&tegra_car TEGRA210_CLK_SOR_SAFE>;
318			clock-names = "sor", "out", "parent", "dp", "safe";
319			resets = <&tegra_car 183>;
320			reset-names = "sor";
321			pinctrl-0 = <&state_dpaux1_aux>;
322			pinctrl-1 = <&state_dpaux1_i2c>;
323			pinctrl-2 = <&state_dpaux1_off>;
324			pinctrl-names = "aux", "i2c", "off";
325			power-domains = <&pd_sor>;
326			status = "disabled";
327		};
328
329		dpaux: dpaux@545c0000 {
330			compatible = "nvidia,tegra210-dpaux";
331			reg = <0x0 0x545c0000 0x0 0x00040000>;
332			interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
333			clocks = <&tegra_car TEGRA210_CLK_DPAUX>,
334				 <&tegra_car TEGRA210_CLK_PLL_DP>;
335			clock-names = "dpaux", "parent";
336			resets = <&tegra_car 181>;
337			reset-names = "dpaux";
338			power-domains = <&pd_sor>;
339			status = "disabled";
340
341			state_dpaux_aux: pinmux-aux {
342				groups = "dpaux-io";
343				function = "aux";
344			};
345
346			state_dpaux_i2c: pinmux-i2c {
347				groups = "dpaux-io";
348				function = "i2c";
349			};
350
351			state_dpaux_off: pinmux-off {
352				groups = "dpaux-io";
353				function = "off";
354			};
355
356			i2c-bus {
357				#address-cells = <1>;
358				#size-cells = <0>;
359			};
360		};
361
362		isp@54600000 {
363			compatible = "nvidia,tegra210-isp";
364			reg = <0x0 0x54600000 0x0 0x00040000>;
365			interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
366			clocks = <&tegra_car TEGRA210_CLK_ISPA>;
367			resets = <&tegra_car 23>;
368			reset-names = "isp";
369			status = "disabled";
370		};
371
372		isp@54680000 {
373			compatible = "nvidia,tegra210-isp";
374			reg = <0x0 0x54680000 0x0 0x00040000>;
375			interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
376			clocks = <&tegra_car TEGRA210_CLK_ISPB>;
377			resets = <&tegra_car 3>;
378			reset-names = "isp";
379			status = "disabled";
380		};
381
382		i2c@546c0000 {
383			compatible = "nvidia,tegra210-i2c-vi";
384			reg = <0x0 0x546c0000 0x0 0x00040000>;
385			interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
386			clocks = <&tegra_car TEGRA210_CLK_VI_I2C>,
387				 <&tegra_car TEGRA210_CLK_I2CSLOW>;
388			clock-names = "div-clk", "slow";
389			resets = <&tegra_car 208>;
390			reset-names = "i2c";
391			power-domains = <&pd_venc>;
392			status = "disabled";
393
394			#address-cells = <1>;
395			#size-cells = <0>;
396		};
397	};
398
399	gic: interrupt-controller@50041000 {
400		compatible = "arm,gic-400";
401		#interrupt-cells = <3>;
402		interrupt-controller;
403		reg = <0x0 0x50041000 0x0 0x1000>,
404		      <0x0 0x50042000 0x0 0x2000>,
405		      <0x0 0x50044000 0x0 0x2000>,
406		      <0x0 0x50046000 0x0 0x2000>;
407		interrupts = <GIC_PPI 9
408			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
409		interrupt-parent = <&gic>;
410	};
411
412	gpu@57000000 {
413		compatible = "nvidia,gm20b";
414		reg = <0x0 0x57000000 0x0 0x01000000>,
415		      <0x0 0x58000000 0x0 0x01000000>;
416		interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
417			     <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
418		interrupt-names = "stall", "nonstall";
419		clocks = <&tegra_car TEGRA210_CLK_GPU>,
420			 <&tegra_car TEGRA210_CLK_PLL_P_OUT5>,
421			 <&tegra_car TEGRA210_CLK_PLL_G_REF>;
422		clock-names = "gpu", "pwr", "ref";
423		resets = <&tegra_car 184>;
424		reset-names = "gpu";
425
426		iommus = <&mc TEGRA_SWGROUP_GPU>;
427
428		status = "disabled";
429	};
430
431	lic: interrupt-controller@60004000 {
432		compatible = "nvidia,tegra210-ictlr";
433		reg = <0x0 0x60004000 0x0 0x40>, /* primary controller */
434		      <0x0 0x60004100 0x0 0x40>, /* secondary controller */
435		      <0x0 0x60004200 0x0 0x40>, /* tertiary controller */
436		      <0x0 0x60004300 0x0 0x40>, /* quaternary controller */
437		      <0x0 0x60004400 0x0 0x40>, /* quinary controller */
438		      <0x0 0x60004500 0x0 0x40>; /* senary controller */
439		interrupt-controller;
440		#interrupt-cells = <3>;
441		interrupt-parent = <&gic>;
442	};
443
444	timer@60005000 {
445		compatible = "nvidia,tegra210-timer";
446		reg = <0x0 0x60005000 0x0 0x400>;
447		interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>,
448			     <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
449			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
450			     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
451			     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
452			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
453			     <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
454			     <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
455			     <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>,
456			     <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
457			     <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
458			     <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>,
459			     <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>,
460			     <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
461		clocks = <&tegra_car TEGRA210_CLK_TIMER>;
462		clock-names = "timer";
463	};
464
465	tegra_car: clock@60006000 {
466		compatible = "nvidia,tegra210-car";
467		reg = <0x0 0x60006000 0x0 0x1000>;
468		#clock-cells = <1>;
469		#reset-cells = <1>;
470	};
471
472	flow-controller@60007000 {
473		compatible = "nvidia,tegra210-flowctrl";
474		reg = <0x0 0x60007000 0x0 0x1000>;
475	};
476
477	gpio: gpio@6000d000 {
478		compatible = "nvidia,tegra210-gpio", "nvidia,tegra30-gpio";
479		reg = <0x0 0x6000d000 0x0 0x1000>;
480		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
481			     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
482			     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
483			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
484			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
485			     <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
486			     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
487			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
488		#gpio-cells = <2>;
489		gpio-controller;
490		#interrupt-cells = <2>;
491		interrupt-controller;
492	};
493
494	apbdma: dma@60020000 {
495		compatible = "nvidia,tegra210-apbdma", "nvidia,tegra148-apbdma";
496		reg = <0x0 0x60020000 0x0 0x1400>;
497		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
498			     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
499			     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
500			     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
501			     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
502			     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
503			     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
504			     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
505			     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
506			     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
507			     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
508			     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
509			     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
510			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
511			     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
512			     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
513			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
514			     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
515			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
516			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
517			     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
518			     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
519			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
520			     <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
521			     <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
522			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
523			     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
524			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
525			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
526			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
527			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
528			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
529		clocks = <&tegra_car TEGRA210_CLK_APBDMA>;
530		clock-names = "dma";
531		resets = <&tegra_car 34>;
532		reset-names = "dma";
533		#dma-cells = <1>;
534	};
535
536	apbmisc@70000800 {
537		compatible = "nvidia,tegra210-apbmisc", "nvidia,tegra20-apbmisc";
538		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
539		      <0x0 0x70000008 0x0 0x04>;   /* Strapping options */
540	};
541
542	pinmux: pinmux@700008d4 {
543		compatible = "nvidia,tegra210-pinmux";
544		reg = <0x0 0x700008d4 0x0 0x29c>, /* Pad control registers */
545		      <0x0 0x70003000 0x0 0x294>; /* Mux registers */
546		sdmmc1_3v3_drv: sdmmc1-3v3-drv {
547			sdmmc1 {
548				nvidia,pins = "drive_sdmmc1";
549				nvidia,pull-down-strength = <0x8>;
550				nvidia,pull-up-strength = <0x8>;
551			};
552		};
553		sdmmc1_1v8_drv: sdmmc1-1v8-drv {
554			sdmmc1 {
555				nvidia,pins = "drive_sdmmc1";
556				nvidia,pull-down-strength = <0x4>;
557				nvidia,pull-up-strength = <0x3>;
558			};
559		};
560		sdmmc2_1v8_drv: sdmmc2-1v8-drv {
561			sdmmc2 {
562				nvidia,pins = "drive_sdmmc2";
563				nvidia,pull-down-strength = <0x10>;
564				nvidia,pull-up-strength = <0x10>;
565			};
566		};
567		sdmmc3_3v3_drv: sdmmc3-3v3-drv {
568			sdmmc3 {
569				nvidia,pins = "drive_sdmmc3";
570				nvidia,pull-down-strength = <0x8>;
571				nvidia,pull-up-strength = <0x8>;
572			};
573		};
574		sdmmc3_1v8_drv: sdmmc3-1v8-drv {
575			sdmmc3 {
576				nvidia,pins = "drive_sdmmc3";
577				nvidia,pull-down-strength = <0x4>;
578				nvidia,pull-up-strength = <0x3>;
579			};
580		};
581		sdmmc4_1v8_drv: sdmmc4-1v8-drv {
582			sdmmc4 {
583				nvidia,pins = "drive_sdmmc4";
584				nvidia,pull-down-strength = <0x10>;
585				nvidia,pull-up-strength = <0x10>;
586			};
587		};
588	};
589
590	/*
591	 * There are two serial driver i.e. 8250 based simple serial
592	 * driver and APB DMA based serial driver for higher baudrate
593	 * and performance. To enable the 8250 based driver, the compatible
594	 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
595	 * the APB DMA based serial driver, the compatible is
596	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
597	 */
598	uarta: serial@70006000 {
599		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
600		reg = <0x0 0x70006000 0x0 0x40>;
601		reg-shift = <2>;
602		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
603		clocks = <&tegra_car TEGRA210_CLK_UARTA>;
604		clock-names = "serial";
605		resets = <&tegra_car 6>;
606		reset-names = "serial";
607		dmas = <&apbdma 8>, <&apbdma 8>;
608		dma-names = "rx", "tx";
609		status = "disabled";
610	};
611
612	uartb: serial@70006040 {
613		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
614		reg = <0x0 0x70006040 0x0 0x40>;
615		reg-shift = <2>;
616		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
617		clocks = <&tegra_car TEGRA210_CLK_UARTB>;
618		clock-names = "serial";
619		resets = <&tegra_car 7>;
620		reset-names = "serial";
621		dmas = <&apbdma 9>, <&apbdma 9>;
622		dma-names = "rx", "tx";
623		status = "disabled";
624	};
625
626	uartc: serial@70006200 {
627		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
628		reg = <0x0 0x70006200 0x0 0x40>;
629		reg-shift = <2>;
630		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
631		clocks = <&tegra_car TEGRA210_CLK_UARTC>;
632		clock-names = "serial";
633		resets = <&tegra_car 55>;
634		reset-names = "serial";
635		dmas = <&apbdma 10>, <&apbdma 10>;
636		dma-names = "rx", "tx";
637		status = "disabled";
638	};
639
640	uartd: serial@70006300 {
641		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
642		reg = <0x0 0x70006300 0x0 0x40>;
643		reg-shift = <2>;
644		interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
645		clocks = <&tegra_car TEGRA210_CLK_UARTD>;
646		clock-names = "serial";
647		resets = <&tegra_car 65>;
648		reset-names = "serial";
649		dmas = <&apbdma 19>, <&apbdma 19>;
650		dma-names = "rx", "tx";
651		status = "disabled";
652	};
653
654	pwm: pwm@7000a000 {
655		compatible = "nvidia,tegra210-pwm", "nvidia,tegra20-pwm";
656		reg = <0x0 0x7000a000 0x0 0x100>;
657		#pwm-cells = <2>;
658		clocks = <&tegra_car TEGRA210_CLK_PWM>;
659		clock-names = "pwm";
660		resets = <&tegra_car 17>;
661		reset-names = "pwm";
662		status = "disabled";
663	};
664
665	i2c@7000c000 {
666		compatible = "nvidia,tegra210-i2c", "nvidia,tegra124-i2c";
667		reg = <0x0 0x7000c000 0x0 0x100>;
668		interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
669		#address-cells = <1>;
670		#size-cells = <0>;
671		clocks = <&tegra_car TEGRA210_CLK_I2C1>;
672		clock-names = "div-clk";
673		resets = <&tegra_car 12>;
674		reset-names = "i2c";
675		dmas = <&apbdma 21>, <&apbdma 21>;
676		dma-names = "rx", "tx";
677		status = "disabled";
678	};
679
680	i2c@7000c400 {
681		compatible = "nvidia,tegra210-i2c", "nvidia,tegra124-i2c";
682		reg = <0x0 0x7000c400 0x0 0x100>;
683		interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
684		#address-cells = <1>;
685		#size-cells = <0>;
686		clocks = <&tegra_car TEGRA210_CLK_I2C2>;
687		clock-names = "div-clk";
688		resets = <&tegra_car 54>;
689		reset-names = "i2c";
690		dmas = <&apbdma 22>, <&apbdma 22>;
691		dma-names = "rx", "tx";
692		status = "disabled";
693	};
694
695	i2c@7000c500 {
696		compatible = "nvidia,tegra210-i2c", "nvidia,tegra124-i2c";
697		reg = <0x0 0x7000c500 0x0 0x100>;
698		interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
699		#address-cells = <1>;
700		#size-cells = <0>;
701		clocks = <&tegra_car TEGRA210_CLK_I2C3>;
702		clock-names = "div-clk";
703		resets = <&tegra_car 67>;
704		reset-names = "i2c";
705		dmas = <&apbdma 23>, <&apbdma 23>;
706		dma-names = "rx", "tx";
707		status = "disabled";
708	};
709
710	i2c@7000c700 {
711		compatible = "nvidia,tegra210-i2c", "nvidia,tegra124-i2c";
712		reg = <0x0 0x7000c700 0x0 0x100>;
713		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
714		#address-cells = <1>;
715		#size-cells = <0>;
716		clocks = <&tegra_car TEGRA210_CLK_I2C4>;
717		clock-names = "div-clk";
718		resets = <&tegra_car 103>;
719		reset-names = "i2c";
720		dmas = <&apbdma 26>, <&apbdma 26>;
721		dma-names = "rx", "tx";
722		pinctrl-0 = <&state_dpaux1_i2c>;
723		pinctrl-1 = <&state_dpaux1_off>;
724		pinctrl-names = "default", "idle";
725		status = "disabled";
726	};
727
728	i2c@7000d000 {
729		compatible = "nvidia,tegra210-i2c", "nvidia,tegra124-i2c";
730		reg = <0x0 0x7000d000 0x0 0x100>;
731		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
732		#address-cells = <1>;
733		#size-cells = <0>;
734		clocks = <&tegra_car TEGRA210_CLK_I2C5>;
735		clock-names = "div-clk";
736		resets = <&tegra_car 47>;
737		reset-names = "i2c";
738		dmas = <&apbdma 24>, <&apbdma 24>;
739		dma-names = "rx", "tx";
740		status = "disabled";
741	};
742
743	i2c@7000d100 {
744		compatible = "nvidia,tegra210-i2c", "nvidia,tegra124-i2c";
745		reg = <0x0 0x7000d100 0x0 0x100>;
746		interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
747		#address-cells = <1>;
748		#size-cells = <0>;
749		clocks = <&tegra_car TEGRA210_CLK_I2C6>;
750		clock-names = "div-clk";
751		resets = <&tegra_car 166>;
752		reset-names = "i2c";
753		dmas = <&apbdma 30>, <&apbdma 30>;
754		dma-names = "rx", "tx";
755		pinctrl-0 = <&state_dpaux_i2c>;
756		pinctrl-1 = <&state_dpaux_off>;
757		pinctrl-names = "default", "idle";
758		status = "disabled";
759	};
760
761	spi@7000d400 {
762		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
763		reg = <0x0 0x7000d400 0x0 0x200>;
764		interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
765		#address-cells = <1>;
766		#size-cells = <0>;
767		clocks = <&tegra_car TEGRA210_CLK_SBC1>;
768		clock-names = "spi";
769		resets = <&tegra_car 41>;
770		reset-names = "spi";
771		dmas = <&apbdma 15>, <&apbdma 15>;
772		dma-names = "rx", "tx";
773		status = "disabled";
774	};
775
776	spi@7000d600 {
777		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
778		reg = <0x0 0x7000d600 0x0 0x200>;
779		interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
780		#address-cells = <1>;
781		#size-cells = <0>;
782		clocks = <&tegra_car TEGRA210_CLK_SBC2>;
783		clock-names = "spi";
784		resets = <&tegra_car 44>;
785		reset-names = "spi";
786		dmas = <&apbdma 16>, <&apbdma 16>;
787		dma-names = "rx", "tx";
788		status = "disabled";
789	};
790
791	spi@7000d800 {
792		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
793		reg = <0x0 0x7000d800 0x0 0x200>;
794		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
795		#address-cells = <1>;
796		#size-cells = <0>;
797		clocks = <&tegra_car TEGRA210_CLK_SBC3>;
798		clock-names = "spi";
799		resets = <&tegra_car 46>;
800		reset-names = "spi";
801		dmas = <&apbdma 17>, <&apbdma 17>;
802		dma-names = "rx", "tx";
803		status = "disabled";
804	};
805
806	spi@7000da00 {
807		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
808		reg = <0x0 0x7000da00 0x0 0x200>;
809		interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
810		#address-cells = <1>;
811		#size-cells = <0>;
812		clocks = <&tegra_car TEGRA210_CLK_SBC4>;
813		clock-names = "spi";
814		resets = <&tegra_car 68>;
815		reset-names = "spi";
816		dmas = <&apbdma 18>, <&apbdma 18>;
817		dma-names = "rx", "tx";
818		status = "disabled";
819	};
820
821	rtc@7000e000 {
822		compatible = "nvidia,tegra210-rtc", "nvidia,tegra20-rtc";
823		reg = <0x0 0x7000e000 0x0 0x100>;
824		interrupts = <16 IRQ_TYPE_LEVEL_HIGH>;
825		interrupt-parent = <&tegra_pmc>;
826		clocks = <&tegra_car TEGRA210_CLK_RTC>;
827		clock-names = "rtc";
828	};
829
830	tegra_pmc: pmc@7000e400 {
831		compatible = "nvidia,tegra210-pmc";
832		reg = <0x0 0x7000e400 0x0 0x400>;
833		clocks = <&tegra_car TEGRA210_CLK_PCLK>, <&clk32k_in>;
834		clock-names = "pclk", "clk32k_in";
835		#clock-cells = <1>;
836		#interrupt-cells = <2>;
837		interrupt-controller;
838
839		powergates {
840			pd_audio: aud {
841				clocks = <&tegra_car TEGRA210_CLK_APE>,
842					 <&tegra_car TEGRA210_CLK_APB2APE>;
843				resets = <&tegra_car 198>;
844				#power-domain-cells = <0>;
845			};
846
847			pd_sor: sor {
848				clocks = <&tegra_car TEGRA210_CLK_SOR0>,
849					 <&tegra_car TEGRA210_CLK_SOR1>,
850					 <&tegra_car TEGRA210_CLK_CILAB>,
851					 <&tegra_car TEGRA210_CLK_CILCD>,
852					 <&tegra_car TEGRA210_CLK_CILE>,
853					 <&tegra_car TEGRA210_CLK_DSIA>,
854					 <&tegra_car TEGRA210_CLK_DSIB>,
855					 <&tegra_car TEGRA210_CLK_DPAUX>,
856					 <&tegra_car TEGRA210_CLK_DPAUX1>,
857					 <&tegra_car TEGRA210_CLK_MIPI_CAL>;
858				resets = <&tegra_car TEGRA210_CLK_SOR0>,
859					 <&tegra_car TEGRA210_CLK_SOR1>,
860					 <&tegra_car TEGRA210_CLK_DSIA>,
861					 <&tegra_car TEGRA210_CLK_DSIB>,
862					 <&tegra_car TEGRA210_CLK_DPAUX>,
863					 <&tegra_car TEGRA210_CLK_DPAUX1>,
864					 <&tegra_car TEGRA210_CLK_MIPI_CAL>;
865				#power-domain-cells = <0>;
866			};
867
868			pd_xusbss: xusba {
869				clocks = <&tegra_car TEGRA210_CLK_XUSB_SS>;
870				resets = <&tegra_car TEGRA210_CLK_XUSB_SS>;
871				#power-domain-cells = <0>;
872			};
873
874			pd_xusbdev: xusbb {
875				clocks = <&tegra_car TEGRA210_CLK_XUSB_DEV>;
876				resets = <&tegra_car 95>;
877				#power-domain-cells = <0>;
878			};
879
880			pd_xusbhost: xusbc {
881				clocks = <&tegra_car TEGRA210_CLK_XUSB_HOST>;
882				resets = <&tegra_car TEGRA210_CLK_XUSB_HOST>;
883				#power-domain-cells = <0>;
884			};
885
886			pd_vic: vic {
887				clocks = <&tegra_car TEGRA210_CLK_VIC03>;
888				clock-names = "vic";
889				resets = <&tegra_car 178>;
890				reset-names = "vic";
891				#power-domain-cells = <0>;
892			};
893
894			pd_venc: venc {
895				clocks = <&tegra_car TEGRA210_CLK_VI>,
896					 <&tegra_car TEGRA210_CLK_CSI>;
897				resets = <&mc TEGRA210_MC_RESET_VI>,
898					 <&tegra_car 20>,
899					 <&tegra_car 52>;
900				#power-domain-cells = <0>;
901			};
902		};
903
904		sdmmc1_3v3: sdmmc1-3v3 {
905			pins = "sdmmc1";
906			power-source = <TEGRA_IO_PAD_VOLTAGE_3V3>;
907		};
908
909		sdmmc1_1v8: sdmmc1-1v8 {
910			pins = "sdmmc1";
911			power-source = <TEGRA_IO_PAD_VOLTAGE_1V8>;
912		};
913
914		sdmmc3_3v3: sdmmc3-3v3 {
915			pins = "sdmmc3";
916			power-source = <TEGRA_IO_PAD_VOLTAGE_3V3>;
917		};
918
919		sdmmc3_1v8: sdmmc3-1v8 {
920			pins = "sdmmc3";
921			power-source = <TEGRA_IO_PAD_VOLTAGE_1V8>;
922		};
923
924		pex_dpd_disable: pex_en {
925			pex-dpd-disable {
926				pins = "pex-bias", "pex-clk1", "pex-clk2";
927				low-power-disable;
928			};
929		};
930
931		pex_dpd_enable: pex_dis {
932			pex-dpd-enable {
933				pins = "pex-bias", "pex-clk1", "pex-clk2";
934				low-power-enable;
935			};
936		};
937	};
938
939	fuse@7000f800 {
940		compatible = "nvidia,tegra210-efuse";
941		reg = <0x0 0x7000f800 0x0 0x400>;
942		clocks = <&tegra_car TEGRA210_CLK_FUSE>;
943		clock-names = "fuse";
944		resets = <&tegra_car 39>;
945		reset-names = "fuse";
946	};
947
948	mc: memory-controller@70019000 {
949		compatible = "nvidia,tegra210-mc";
950		reg = <0x0 0x70019000 0x0 0x1000>;
951		clocks = <&tegra_car TEGRA210_CLK_MC>;
952		clock-names = "mc";
953
954		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
955
956		#iommu-cells = <1>;
957		#reset-cells = <1>;
958	};
959
960	emc: external-memory-controller@7001b000 {
961		compatible = "nvidia,tegra210-emc";
962		reg = <0x0 0x7001b000 0x0 0x1000>,
963		      <0x0 0x7001e000 0x0 0x1000>,
964		      <0x0 0x7001f000 0x0 0x1000>;
965		clocks = <&tegra_car TEGRA210_CLK_EMC>;
966		clock-names = "emc";
967		interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
968		nvidia,memory-controller = <&mc>;
969		#cooling-cells = <2>;
970	};
971
972	sata@70020000 {
973		compatible = "nvidia,tegra210-ahci";
974		reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
975		      <0x0 0x70020000 0x0 0x7000>, /* SATA */
976		      <0x0 0x70001100 0x0 0x1000>; /* SATA AUX */
977		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
978		clocks = <&tegra_car TEGRA210_CLK_SATA>,
979			 <&tegra_car TEGRA210_CLK_SATA_OOB>;
980		clock-names = "sata", "sata-oob";
981		resets = <&tegra_car 124>,
982			 <&tegra_car 123>,
983			 <&tegra_car 129>;
984		reset-names = "sata", "sata-oob", "sata-cold";
985		status = "disabled";
986	};
987
988	hda@70030000 {
989		compatible = "nvidia,tegra210-hda", "nvidia,tegra30-hda";
990		reg = <0x0 0x70030000 0x0 0x10000>;
991		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
992		clocks = <&tegra_car TEGRA210_CLK_HDA>,
993		         <&tegra_car TEGRA210_CLK_HDA2HDMI>,
994			 <&tegra_car TEGRA210_CLK_HDA2CODEC_2X>;
995		clock-names = "hda", "hda2hdmi", "hda2codec_2x";
996		resets = <&tegra_car 125>, /* hda */
997			 <&tegra_car 128>, /* hda2hdmi */
998			 <&tegra_car 111>; /* hda2codec_2x */
999		reset-names = "hda", "hda2hdmi", "hda2codec_2x";
1000		status = "disabled";
1001	};
1002
1003	usb@70090000 {
1004		compatible = "nvidia,tegra210-xusb";
1005		reg = <0x0 0x70090000 0x0 0x8000>,
1006		      <0x0 0x70098000 0x0 0x1000>,
1007		      <0x0 0x70099000 0x0 0x1000>;
1008		reg-names = "hcd", "fpci", "ipfs";
1009
1010		interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
1011			     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
1012
1013		clocks = <&tegra_car TEGRA210_CLK_XUSB_HOST>,
1014			 <&tegra_car TEGRA210_CLK_XUSB_HOST_SRC>,
1015			 <&tegra_car TEGRA210_CLK_XUSB_FALCON_SRC>,
1016			 <&tegra_car TEGRA210_CLK_XUSB_SS>,
1017			 <&tegra_car TEGRA210_CLK_XUSB_SS_SRC>,
1018			 <&tegra_car TEGRA210_CLK_XUSB_SS_DIV2>,
1019			 <&tegra_car TEGRA210_CLK_XUSB_HS_SRC>,
1020			 <&tegra_car TEGRA210_CLK_XUSB_FS_SRC>,
1021			 <&tegra_car TEGRA210_CLK_PLL_U_480M>,
1022			 <&tegra_car TEGRA210_CLK_CLK_M>,
1023			 <&tegra_car TEGRA210_CLK_PLL_E>;
1024		clock-names = "xusb_host", "xusb_host_src",
1025			      "xusb_falcon_src", "xusb_ss",
1026			      "xusb_ss_src", "xusb_ss_div2",
1027			      "xusb_hs_src", "xusb_fs_src",
1028			      "pll_u_480m", "clk_m", "pll_e";
1029		resets = <&tegra_car 89>, <&tegra_car 156>,
1030			 <&tegra_car 143>;
1031		reset-names = "xusb_host", "xusb_ss", "xusb_src";
1032		power-domains = <&pd_xusbhost>, <&pd_xusbss>;
1033		power-domain-names = "xusb_host", "xusb_ss";
1034
1035		nvidia,xusb-padctl = <&padctl>;
1036
1037		status = "disabled";
1038	};
1039
1040	padctl: padctl@7009f000 {
1041		compatible = "nvidia,tegra210-xusb-padctl";
1042		reg = <0x0 0x7009f000 0x0 0x1000>;
1043		resets = <&tegra_car 142>;
1044		reset-names = "padctl";
1045
1046		status = "disabled";
1047
1048		pads {
1049			usb2 {
1050				clocks = <&tegra_car TEGRA210_CLK_USB2_TRK>;
1051				clock-names = "trk";
1052				status = "disabled";
1053
1054				lanes {
1055					usb2-0 {
1056						status = "disabled";
1057						#phy-cells = <0>;
1058					};
1059
1060					usb2-1 {
1061						status = "disabled";
1062						#phy-cells = <0>;
1063					};
1064
1065					usb2-2 {
1066						status = "disabled";
1067						#phy-cells = <0>;
1068					};
1069
1070					usb2-3 {
1071						status = "disabled";
1072						#phy-cells = <0>;
1073					};
1074				};
1075			};
1076
1077			hsic {
1078				clocks = <&tegra_car TEGRA210_CLK_HSIC_TRK>;
1079				clock-names = "trk";
1080				status = "disabled";
1081
1082				lanes {
1083					hsic-0 {
1084						status = "disabled";
1085						#phy-cells = <0>;
1086					};
1087
1088					hsic-1 {
1089						status = "disabled";
1090						#phy-cells = <0>;
1091					};
1092				};
1093			};
1094
1095			pcie {
1096				clocks = <&tegra_car TEGRA210_CLK_PLL_E>;
1097				clock-names = "pll";
1098				resets = <&tegra_car 205>;
1099				reset-names = "phy";
1100				status = "disabled";
1101
1102				lanes {
1103					pcie-0 {
1104						status = "disabled";
1105						#phy-cells = <0>;
1106					};
1107
1108					pcie-1 {
1109						status = "disabled";
1110						#phy-cells = <0>;
1111					};
1112
1113					pcie-2 {
1114						status = "disabled";
1115						#phy-cells = <0>;
1116					};
1117
1118					pcie-3 {
1119						status = "disabled";
1120						#phy-cells = <0>;
1121					};
1122
1123					pcie-4 {
1124						status = "disabled";
1125						#phy-cells = <0>;
1126					};
1127
1128					pcie-5 {
1129						status = "disabled";
1130						#phy-cells = <0>;
1131					};
1132
1133					pcie-6 {
1134						status = "disabled";
1135						#phy-cells = <0>;
1136					};
1137				};
1138			};
1139
1140			sata {
1141				clocks = <&tegra_car TEGRA210_CLK_PLL_E>;
1142				clock-names = "pll";
1143				resets = <&tegra_car 204>;
1144				reset-names = "phy";
1145				status = "disabled";
1146
1147				lanes {
1148					sata-0 {
1149						status = "disabled";
1150						#phy-cells = <0>;
1151					};
1152				};
1153			};
1154		};
1155
1156		ports {
1157			usb2-0 {
1158				status = "disabled";
1159			};
1160
1161			usb2-1 {
1162				status = "disabled";
1163			};
1164
1165			usb2-2 {
1166				status = "disabled";
1167			};
1168
1169			usb2-3 {
1170				status = "disabled";
1171			};
1172
1173			hsic-0 {
1174				status = "disabled";
1175			};
1176
1177			usb3-0 {
1178				status = "disabled";
1179			};
1180
1181			usb3-1 {
1182				status = "disabled";
1183			};
1184
1185			usb3-2 {
1186				status = "disabled";
1187			};
1188
1189			usb3-3 {
1190				status = "disabled";
1191			};
1192		};
1193	};
1194
1195	mmc@700b0000 {
1196		compatible = "nvidia,tegra210-sdhci";
1197		reg = <0x0 0x700b0000 0x0 0x200>;
1198		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1199		clocks = <&tegra_car TEGRA210_CLK_SDMMC1>;
1200		clock-names = "sdhci";
1201		resets = <&tegra_car 14>;
1202		reset-names = "sdhci";
1203		pinctrl-names = "sdmmc-3v3", "sdmmc-1v8",
1204				"sdmmc-3v3-drv", "sdmmc-1v8-drv";
1205		pinctrl-0 = <&sdmmc1_3v3>;
1206		pinctrl-1 = <&sdmmc1_1v8>;
1207		pinctrl-2 = <&sdmmc1_3v3_drv>;
1208		pinctrl-3 = <&sdmmc1_1v8_drv>;
1209		nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>;
1210		nvidia,pad-autocal-pull-down-offset-3v3 = <0x7d>;
1211		nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>;
1212		nvidia,pad-autocal-pull-down-offset-1v8 = <0x7b>;
1213		nvidia,default-tap = <0x2>;
1214		nvidia,default-trim = <0x4>;
1215		assigned-clocks = <&tegra_car TEGRA210_CLK_SDMMC4>,
1216				  <&tegra_car TEGRA210_CLK_PLL_C4_OUT0>,
1217				  <&tegra_car TEGRA210_CLK_PLL_C4>;
1218		assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_C4_OUT0>;
1219		assigned-clock-rates = <200000000>, <1000000000>, <1000000000>;
1220		status = "disabled";
1221	};
1222
1223	mmc@700b0200 {
1224		compatible = "nvidia,tegra210-sdhci";
1225		reg = <0x0 0x700b0200 0x0 0x200>;
1226		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1227		clocks = <&tegra_car TEGRA210_CLK_SDMMC2>;
1228		clock-names = "sdhci";
1229		resets = <&tegra_car 9>;
1230		reset-names = "sdhci";
1231		pinctrl-names = "sdmmc-1v8-drv";
1232		pinctrl-0 = <&sdmmc2_1v8_drv>;
1233		nvidia,pad-autocal-pull-up-offset-1v8 = <0x05>;
1234		nvidia,pad-autocal-pull-down-offset-1v8 = <0x05>;
1235		nvidia,default-tap = <0x8>;
1236		nvidia,default-trim = <0x0>;
1237		status = "disabled";
1238	};
1239
1240	mmc@700b0400 {
1241		compatible = "nvidia,tegra210-sdhci";
1242		reg = <0x0 0x700b0400 0x0 0x200>;
1243		interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
1244		clocks = <&tegra_car TEGRA210_CLK_SDMMC3>;
1245		clock-names = "sdhci";
1246		resets = <&tegra_car 69>;
1247		reset-names = "sdhci";
1248		pinctrl-names = "sdmmc-3v3", "sdmmc-1v8",
1249				"sdmmc-3v3-drv", "sdmmc-1v8-drv";
1250		pinctrl-0 = <&sdmmc3_3v3>;
1251		pinctrl-1 = <&sdmmc3_1v8>;
1252		pinctrl-2 = <&sdmmc3_3v3_drv>;
1253		pinctrl-3 = <&sdmmc3_1v8_drv>;
1254		nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>;
1255		nvidia,pad-autocal-pull-down-offset-3v3 = <0x7d>;
1256		nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>;
1257		nvidia,pad-autocal-pull-down-offset-1v8 = <0x7b>;
1258		nvidia,default-tap = <0x3>;
1259		nvidia,default-trim = <0x3>;
1260		status = "disabled";
1261	};
1262
1263	mmc@700b0600 {
1264		compatible = "nvidia,tegra210-sdhci";
1265		reg = <0x0 0x700b0600 0x0 0x200>;
1266		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
1267		clocks = <&tegra_car TEGRA210_CLK_SDMMC4>;
1268		clock-names = "sdhci";
1269		resets = <&tegra_car 15>;
1270		reset-names = "sdhci";
1271		pinctrl-names = "sdmmc-3v3-drv", "sdmmc-1v8-drv";
1272		pinctrl-0 = <&sdmmc4_1v8_drv>;
1273		pinctrl-1 = <&sdmmc4_1v8_drv>;
1274		nvidia,pad-autocal-pull-up-offset-1v8 = <0x05>;
1275		nvidia,pad-autocal-pull-down-offset-1v8 = <0x05>;
1276		nvidia,default-tap = <0x8>;
1277		nvidia,default-trim = <0x0>;
1278		assigned-clocks = <&tegra_car TEGRA210_CLK_SDMMC4>,
1279				  <&tegra_car TEGRA210_CLK_PLL_C4_OUT0>;
1280		assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_C4_OUT0>;
1281		nvidia,dqs-trim = <40>;
1282		mmc-hs400-1_8v;
1283		status = "disabled";
1284	};
1285
1286	usb@700d0000 {
1287		compatible = "nvidia,tegra210-xudc";
1288		reg = <0x0 0x700d0000 0x0 0x8000>,
1289		      <0x0 0x700d8000 0x0 0x1000>,
1290		      <0x0 0x700d9000 0x0 0x1000>;
1291		reg-names = "base", "fpci", "ipfs";
1292		interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
1293		clocks = <&tegra_car TEGRA210_CLK_XUSB_DEV>,
1294			 <&tegra_car TEGRA210_CLK_XUSB_SS>,
1295			 <&tegra_car TEGRA210_CLK_XUSB_SSP_SRC>,
1296			 <&tegra_car TEGRA210_CLK_XUSB_FS_SRC>,
1297			 <&tegra_car TEGRA210_CLK_XUSB_HS_SRC>;
1298		clock-names = "dev", "ss", "ss_src", "fs_src", "hs_src";
1299		power-domains = <&pd_xusbdev>, <&pd_xusbss>;
1300		power-domain-names = "dev", "ss";
1301		nvidia,xusb-padctl = <&padctl>;
1302		status = "disabled";
1303	};
1304
1305	mipi: mipi@700e3000 {
1306		compatible = "nvidia,tegra210-mipi";
1307		reg = <0x0 0x700e3000 0x0 0x100>;
1308		clocks = <&tegra_car TEGRA210_CLK_MIPI_CAL>;
1309		clock-names = "mipi-cal";
1310		power-domains = <&pd_sor>;
1311		#nvidia,mipi-calibrate-cells = <1>;
1312	};
1313
1314	dfll: clock@70110000 {
1315		compatible = "nvidia,tegra210-dfll";
1316		reg = <0 0x70110000 0 0x100>, /* DFLL control */
1317		      <0 0x70110000 0 0x100>, /* I2C output control */
1318		      <0 0x70110100 0 0x100>, /* Integrated I2C controller */
1319		      <0 0x70110200 0 0x100>; /* Look-up table RAM */
1320		interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
1321		clocks = <&tegra_car TEGRA210_CLK_DFLL_SOC>,
1322			 <&tegra_car TEGRA210_CLK_DFLL_REF>,
1323			 <&tegra_car TEGRA210_CLK_I2C5>;
1324		clock-names = "soc", "ref", "i2c";
1325		resets = <&tegra_car TEGRA210_RST_DFLL_DVCO>;
1326		reset-names = "dvco";
1327		#clock-cells = <0>;
1328		clock-output-names = "dfllCPU_out";
1329		status = "disabled";
1330	};
1331
1332	aconnect@702c0000 {
1333		compatible = "nvidia,tegra210-aconnect";
1334		clocks = <&tegra_car TEGRA210_CLK_APE>,
1335			 <&tegra_car TEGRA210_CLK_APB2APE>;
1336		clock-names = "ape", "apb2ape";
1337		power-domains = <&pd_audio>;
1338		#address-cells = <1>;
1339		#size-cells = <1>;
1340		ranges = <0x702c0000 0x0 0x702c0000 0x00040000>;
1341		status = "disabled";
1342
1343		adma: dma@702e2000 {
1344			compatible = "nvidia,tegra210-adma";
1345			reg = <0x702e2000 0x2000>;
1346			interrupt-parent = <&agic>;
1347			interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
1348				     <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
1349				     <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
1350				     <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>,
1351				     <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>,
1352				     <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>,
1353				     <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
1354				     <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
1355				     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
1356				     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
1357				     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
1358				     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
1359				     <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
1360				     <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
1361				     <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
1362				     <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
1363				     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
1364				     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
1365				     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
1366				     <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
1367				     <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
1368				     <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
1369			#dma-cells = <1>;
1370			clocks = <&tegra_car TEGRA210_CLK_D_AUDIO>;
1371			clock-names = "d_audio";
1372			status = "disabled";
1373		};
1374
1375		agic: interrupt-controller@702f9000 {
1376			compatible = "nvidia,tegra210-agic";
1377			#interrupt-cells = <3>;
1378			interrupt-controller;
1379			reg = <0x702f9000 0x1000>,
1380			      <0x702fa000 0x2000>;
1381			interrupts = <GIC_SPI 102 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
1382			clocks = <&tegra_car TEGRA210_CLK_APE>;
1383			clock-names = "clk";
1384			status = "disabled";
1385		};
1386	};
1387
1388	spi@70410000 {
1389		compatible = "nvidia,tegra210-qspi";
1390		reg = <0x0 0x70410000 0x0 0x1000>;
1391		interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
1392		#address-cells = <1>;
1393		#size-cells = <0>;
1394		clocks = <&tegra_car TEGRA210_CLK_QSPI>;
1395		clock-names = "qspi";
1396		resets = <&tegra_car 211>;
1397		reset-names = "qspi";
1398		dmas = <&apbdma 5>, <&apbdma 5>;
1399		dma-names = "rx", "tx";
1400		status = "disabled";
1401	};
1402
1403	usb@7d000000 {
1404		compatible = "nvidia,tegra210-ehci", "nvidia,tegra30-ehci", "usb-ehci";
1405		reg = <0x0 0x7d000000 0x0 0x4000>;
1406		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1407		phy_type = "utmi";
1408		clocks = <&tegra_car TEGRA210_CLK_USBD>;
1409		clock-names = "usb";
1410		resets = <&tegra_car 22>;
1411		reset-names = "usb";
1412		nvidia,phy = <&phy1>;
1413		status = "disabled";
1414	};
1415
1416	phy1: usb-phy@7d000000 {
1417		compatible = "nvidia,tegra210-usb-phy", "nvidia,tegra30-usb-phy";
1418		reg = <0x0 0x7d000000 0x0 0x4000>,
1419		      <0x0 0x7d000000 0x0 0x4000>;
1420		phy_type = "utmi";
1421		clocks = <&tegra_car TEGRA210_CLK_USBD>,
1422			 <&tegra_car TEGRA210_CLK_PLL_U>,
1423			 <&tegra_car TEGRA210_CLK_USBD>;
1424		clock-names = "reg", "pll_u", "utmi-pads";
1425		resets = <&tegra_car 22>, <&tegra_car 22>;
1426		reset-names = "usb", "utmi-pads";
1427		nvidia,hssync-start-delay = <0>;
1428		nvidia,idle-wait-delay = <17>;
1429		nvidia,elastic-limit = <16>;
1430		nvidia,term-range-adj = <6>;
1431		nvidia,xcvr-setup = <9>;
1432		nvidia,xcvr-lsfslew = <0>;
1433		nvidia,xcvr-lsrslew = <3>;
1434		nvidia,hssquelch-level = <2>;
1435		nvidia,hsdiscon-level = <5>;
1436		nvidia,xcvr-hsslew = <12>;
1437		nvidia,has-utmi-pad-registers;
1438		status = "disabled";
1439	};
1440
1441	usb@7d004000 {
1442		compatible = "nvidia,tegra210-ehci", "nvidia,tegra30-ehci", "usb-ehci";
1443		reg = <0x0 0x7d004000 0x0 0x4000>;
1444		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1445		phy_type = "utmi";
1446		clocks = <&tegra_car TEGRA210_CLK_USB2>;
1447		clock-names = "usb";
1448		resets = <&tegra_car 58>;
1449		reset-names = "usb";
1450		nvidia,phy = <&phy2>;
1451		status = "disabled";
1452	};
1453
1454	phy2: usb-phy@7d004000 {
1455		compatible = "nvidia,tegra210-usb-phy", "nvidia,tegra30-usb-phy";
1456		reg = <0x0 0x7d004000 0x0 0x4000>,
1457		      <0x0 0x7d000000 0x0 0x4000>;
1458		phy_type = "utmi";
1459		clocks = <&tegra_car TEGRA210_CLK_USB2>,
1460			 <&tegra_car TEGRA210_CLK_PLL_U>,
1461			 <&tegra_car TEGRA210_CLK_USBD>;
1462		clock-names = "reg", "pll_u", "utmi-pads";
1463		resets = <&tegra_car 58>, <&tegra_car 22>;
1464		reset-names = "usb", "utmi-pads";
1465		nvidia,hssync-start-delay = <0>;
1466		nvidia,idle-wait-delay = <17>;
1467		nvidia,elastic-limit = <16>;
1468		nvidia,term-range-adj = <6>;
1469		nvidia,xcvr-setup = <9>;
1470		nvidia,xcvr-lsfslew = <0>;
1471		nvidia,xcvr-lsrslew = <3>;
1472		nvidia,hssquelch-level = <2>;
1473		nvidia,hsdiscon-level = <5>;
1474		nvidia,xcvr-hsslew = <12>;
1475		status = "disabled";
1476	};
1477
1478	cpus {
1479		#address-cells = <1>;
1480		#size-cells = <0>;
1481
1482		cpu@0 {
1483			device_type = "cpu";
1484			compatible = "arm,cortex-a57";
1485			reg = <0>;
1486			clocks = <&tegra_car TEGRA210_CLK_CCLK_G>,
1487				 <&tegra_car TEGRA210_CLK_PLL_X>,
1488				 <&tegra_car TEGRA210_CLK_PLL_P_OUT4>,
1489				 <&dfll>;
1490			clock-names = "cpu_g", "pll_x", "pll_p", "dfll";
1491			clock-latency = <300000>;
1492			cpu-idle-states = <&CPU_SLEEP>;
1493			next-level-cache = <&L2>;
1494		};
1495
1496		cpu@1 {
1497			device_type = "cpu";
1498			compatible = "arm,cortex-a57";
1499			reg = <1>;
1500			cpu-idle-states = <&CPU_SLEEP>;
1501			next-level-cache = <&L2>;
1502		};
1503
1504		cpu@2 {
1505			device_type = "cpu";
1506			compatible = "arm,cortex-a57";
1507			reg = <2>;
1508			cpu-idle-states = <&CPU_SLEEP>;
1509			next-level-cache = <&L2>;
1510		};
1511
1512		cpu@3 {
1513			device_type = "cpu";
1514			compatible = "arm,cortex-a57";
1515			reg = <3>;
1516			cpu-idle-states = <&CPU_SLEEP>;
1517			next-level-cache = <&L2>;
1518		};
1519
1520		idle-states {
1521			entry-method = "psci";
1522
1523			CPU_SLEEP: cpu-sleep {
1524				compatible = "arm,idle-state";
1525				arm,psci-suspend-param = <0x40000007>;
1526				entry-latency-us = <100>;
1527				exit-latency-us = <30>;
1528				min-residency-us = <1000>;
1529				wakeup-latency-us = <130>;
1530				idle-state-name = "cpu-sleep";
1531				status = "disabled";
1532			};
1533		};
1534
1535		L2: l2-cache {
1536			compatible = "cache";
1537		};
1538	};
1539
1540	pmu {
1541		compatible = "arm,armv8-pmuv3";
1542		interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
1543			     <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
1544			     <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
1545			     <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
1546		interrupt-affinity = <&{/cpus/cpu@0} &{/cpus/cpu@1}
1547				      &{/cpus/cpu@2} &{/cpus/cpu@3}>;
1548	};
1549
1550	timer {
1551		compatible = "arm,armv8-timer";
1552		interrupts = <GIC_PPI 13
1553				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1554			     <GIC_PPI 14
1555				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1556			     <GIC_PPI 11
1557				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1558			     <GIC_PPI 10
1559				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
1560		interrupt-parent = <&gic>;
1561		arm,no-tick-in-suspend;
1562	};
1563
1564	soctherm: thermal-sensor@700e2000 {
1565		compatible = "nvidia,tegra210-soctherm";
1566		reg = <0x0 0x700e2000 0x0 0x600>, /* SOC_THERM reg_base */
1567		      <0x0 0x60006000 0x0 0x400>; /* CAR reg_base */
1568		reg-names = "soctherm-reg", "car-reg";
1569		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
1570			     <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
1571		interrupt-names = "thermal", "edp";
1572		clocks = <&tegra_car TEGRA210_CLK_TSENSOR>,
1573			<&tegra_car TEGRA210_CLK_SOC_THERM>;
1574		clock-names = "tsensor", "soctherm";
1575		resets = <&tegra_car 78>;
1576		reset-names = "soctherm";
1577		#thermal-sensor-cells = <1>;
1578
1579		throttle-cfgs {
1580			throttle_heavy: heavy {
1581				nvidia,priority = <100>;
1582				nvidia,cpu-throt-percent = <85>;
1583
1584				#cooling-cells = <2>;
1585			};
1586		};
1587	};
1588
1589	thermal-zones {
1590		cpu {
1591			polling-delay-passive = <1000>;
1592			polling-delay = <0>;
1593
1594			thermal-sensors =
1595				<&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
1596
1597			trips {
1598				cpu-shutdown-trip {
1599					temperature = <102500>;
1600					hysteresis = <0>;
1601					type = "critical";
1602				};
1603
1604				cpu_throttle_trip: throttle-trip {
1605					temperature = <98500>;
1606					hysteresis = <1000>;
1607					type = "hot";
1608				};
1609			};
1610
1611			cooling-maps {
1612				map0 {
1613					trip = <&cpu_throttle_trip>;
1614					cooling-device = <&throttle_heavy 1 1>;
1615				};
1616			};
1617		};
1618
1619		mem {
1620			polling-delay-passive = <0>;
1621			polling-delay = <0>;
1622
1623			thermal-sensors =
1624				<&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
1625
1626			trips {
1627				dram_nominal: mem-nominal-trip {
1628					temperature = <50000>;
1629					hysteresis = <1000>;
1630					type = "passive";
1631				};
1632
1633				dram_throttle: mem-throttle-trip {
1634					temperature = <70000>;
1635					hysteresis = <1000>;
1636					type = "active";
1637				};
1638
1639				mem-shutdown-trip {
1640					temperature = <103000>;
1641					hysteresis = <0>;
1642					type = "critical";
1643				};
1644			};
1645
1646			cooling-maps {
1647				dram-passive {
1648					cooling-device = <&emc 0 0>;
1649					trip = <&dram_nominal>;
1650				};
1651
1652				dram-active {
1653					cooling-device = <&emc 1 1>;
1654					trip = <&dram_throttle>;
1655				};
1656			};
1657		};
1658
1659		gpu {
1660			polling-delay-passive = <1000>;
1661			polling-delay = <0>;
1662
1663			thermal-sensors =
1664				<&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
1665
1666			trips {
1667				gpu-shutdown-trip {
1668					temperature = <103000>;
1669					hysteresis = <0>;
1670					type = "critical";
1671				};
1672
1673				gpu_throttle_trip: throttle-trip {
1674					temperature = <100000>;
1675					hysteresis = <1000>;
1676					type = "hot";
1677				};
1678			};
1679
1680			cooling-maps {
1681				map0 {
1682					trip = <&gpu_throttle_trip>;
1683					cooling-device = <&throttle_heavy 1 1>;
1684				};
1685			};
1686		};
1687
1688		pllx {
1689			polling-delay-passive = <0>;
1690			polling-delay = <0>;
1691
1692			thermal-sensors =
1693				<&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
1694
1695			trips {
1696				pllx-shutdown-trip {
1697					temperature = <103000>;
1698					hysteresis = <0>;
1699					type = "critical";
1700				};
1701			};
1702
1703			cooling-maps {
1704				/*
1705				 * There are currently no cooling maps,
1706				 * because there are no cooling devices.
1707				 */
1708			};
1709		};
1710	};
1711};
1712