1742af7e7SThierry Reding#include <dt-bindings/clock/tegra210-car.h>
2742af7e7SThierry Reding#include <dt-bindings/gpio/tegra-gpio.h>
3742af7e7SThierry Reding#include <dt-bindings/memory/tegra210-mc.h>
4742af7e7SThierry Reding#include <dt-bindings/pinctrl/pinctrl-tegra.h>
5742af7e7SThierry Reding#include <dt-bindings/interrupt-controller/arm-gic.h>
6742af7e7SThierry Reding
7742af7e7SThierry Reding/ {
8742af7e7SThierry Reding	compatible = "nvidia,tegra210";
9742af7e7SThierry Reding	interrupt-parent = <&lic>;
10742af7e7SThierry Reding	#address-cells = <2>;
11742af7e7SThierry Reding	#size-cells = <2>;
12742af7e7SThierry Reding
13742af7e7SThierry Reding	host1x@0,50000000 {
14742af7e7SThierry Reding		compatible = "nvidia,tegra210-host1x", "simple-bus";
15742af7e7SThierry Reding		reg = <0x0 0x50000000 0x0 0x00034000>;
16742af7e7SThierry Reding		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
17742af7e7SThierry Reding			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
18742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_HOST1X>;
19742af7e7SThierry Reding		clock-names = "host1x";
20742af7e7SThierry Reding		resets = <&tegra_car 28>;
21742af7e7SThierry Reding		reset-names = "host1x";
22742af7e7SThierry Reding
23742af7e7SThierry Reding		#address-cells = <2>;
24742af7e7SThierry Reding		#size-cells = <2>;
25742af7e7SThierry Reding
26742af7e7SThierry Reding		ranges = <0x0 0x54000000 0x0 0x54000000 0x0 0x01000000>;
27742af7e7SThierry Reding
28742af7e7SThierry Reding		dpaux1: dpaux@0,54040000 {
29742af7e7SThierry Reding			compatible = "nvidia,tegra210-dpaux";
30742af7e7SThierry Reding			reg = <0x0 0x54040000 0x0 0x00040000>;
31742af7e7SThierry Reding			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
32742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_DPAUX1>,
33742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_DP>;
34742af7e7SThierry Reding			clock-names = "dpaux", "parent";
35742af7e7SThierry Reding			resets = <&tegra_car 207>;
36742af7e7SThierry Reding			reset-names = "dpaux";
37742af7e7SThierry Reding			status = "disabled";
38742af7e7SThierry Reding		};
39742af7e7SThierry Reding
40742af7e7SThierry Reding		vi@0,54080000 {
41742af7e7SThierry Reding			compatible = "nvidia,tegra210-vi";
42742af7e7SThierry Reding			reg = <0x0 0x54080000 0x0 0x00040000>;
43742af7e7SThierry Reding			interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
44742af7e7SThierry Reding			status = "disabled";
45742af7e7SThierry Reding		};
46742af7e7SThierry Reding
47742af7e7SThierry Reding		tsec@0,54100000 {
48742af7e7SThierry Reding			compatible = "nvidia,tegra210-tsec";
49742af7e7SThierry Reding			reg = <0x0 0x54100000 0x0 0x00040000>;
50742af7e7SThierry Reding		};
51742af7e7SThierry Reding
52742af7e7SThierry Reding		dc@0,54200000 {
53742af7e7SThierry Reding			compatible = "nvidia,tegra210-dc";
54742af7e7SThierry Reding			reg = <0x0 0x54200000 0x0 0x00040000>;
55742af7e7SThierry Reding			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
56742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_DISP1>,
57742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_P>;
58742af7e7SThierry Reding			clock-names = "dc", "parent";
59742af7e7SThierry Reding			resets = <&tegra_car 27>;
60742af7e7SThierry Reding			reset-names = "dc";
61742af7e7SThierry Reding
62742af7e7SThierry Reding			iommus = <&mc TEGRA_SWGROUP_DC>;
63742af7e7SThierry Reding
64742af7e7SThierry Reding			nvidia,head = <0>;
65742af7e7SThierry Reding		};
66742af7e7SThierry Reding
67742af7e7SThierry Reding		dc@0,54240000 {
68742af7e7SThierry Reding			compatible = "nvidia,tegra210-dc";
69742af7e7SThierry Reding			reg = <0x0 0x54240000 0x0 0x00040000>;
70742af7e7SThierry Reding			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
71742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_DISP2>,
72742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_P>;
73742af7e7SThierry Reding			clock-names = "dc", "parent";
74742af7e7SThierry Reding			resets = <&tegra_car 26>;
75742af7e7SThierry Reding			reset-names = "dc";
76742af7e7SThierry Reding
77742af7e7SThierry Reding			iommus = <&mc TEGRA_SWGROUP_DCB>;
78742af7e7SThierry Reding
79742af7e7SThierry Reding			nvidia,head = <1>;
80742af7e7SThierry Reding		};
81742af7e7SThierry Reding
82742af7e7SThierry Reding		dsi@0,54300000 {
83742af7e7SThierry Reding			compatible = "nvidia,tegra210-dsi";
84742af7e7SThierry Reding			reg = <0x0 0x54300000 0x0 0x00040000>;
85742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_DSIA>,
86742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_DSIALP>,
87742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_D_OUT0>;
88742af7e7SThierry Reding			clock-names = "dsi", "lp", "parent";
89742af7e7SThierry Reding			resets = <&tegra_car 48>;
90742af7e7SThierry Reding			reset-names = "dsi";
91742af7e7SThierry Reding			nvidia,mipi-calibrate = <&mipi 0x0c0>; /* DSIA & DSIB pads */
92742af7e7SThierry Reding
93742af7e7SThierry Reding			status = "disabled";
94742af7e7SThierry Reding
95742af7e7SThierry Reding			#address-cells = <1>;
96742af7e7SThierry Reding			#size-cells = <0>;
97742af7e7SThierry Reding		};
98742af7e7SThierry Reding
99742af7e7SThierry Reding		vic@0,54340000 {
100742af7e7SThierry Reding			compatible = "nvidia,tegra210-vic";
101742af7e7SThierry Reding			reg = <0x0 0x54340000 0x0 0x00040000>;
102742af7e7SThierry Reding			status = "disabled";
103742af7e7SThierry Reding		};
104742af7e7SThierry Reding
105742af7e7SThierry Reding		nvjpg@0,54380000 {
106742af7e7SThierry Reding			compatible = "nvidia,tegra210-nvjpg";
107742af7e7SThierry Reding			reg = <0x0 0x54380000 0x0 0x00040000>;
108742af7e7SThierry Reding			status = "disabled";
109742af7e7SThierry Reding		};
110742af7e7SThierry Reding
111742af7e7SThierry Reding		dsi@0,54400000 {
112742af7e7SThierry Reding			compatible = "nvidia,tegra210-dsi";
113742af7e7SThierry Reding			reg = <0x0 0x54400000 0x0 0x00040000>;
114742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_DSIB>,
115742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_DSIBLP>,
116742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_D_OUT0>;
117742af7e7SThierry Reding			clock-names = "dsi", "lp", "parent";
118742af7e7SThierry Reding			resets = <&tegra_car 82>;
119742af7e7SThierry Reding			reset-names = "dsi";
120742af7e7SThierry Reding			nvidia,mipi-calibrate = <&mipi 0x300>; /* DSIC & DSID pads */
121742af7e7SThierry Reding
122742af7e7SThierry Reding			status = "disabled";
123742af7e7SThierry Reding
124742af7e7SThierry Reding			#address-cells = <1>;
125742af7e7SThierry Reding			#size-cells = <0>;
126742af7e7SThierry Reding		};
127742af7e7SThierry Reding
128742af7e7SThierry Reding		nvdec@0,54480000 {
129742af7e7SThierry Reding			compatible = "nvidia,tegra210-nvdec";
130742af7e7SThierry Reding			reg = <0x0 0x54480000 0x0 0x00040000>;
131742af7e7SThierry Reding			status = "disabled";
132742af7e7SThierry Reding		};
133742af7e7SThierry Reding
134742af7e7SThierry Reding		nvenc@0,544c0000 {
135742af7e7SThierry Reding			compatible = "nvidia,tegra210-nvenc";
136742af7e7SThierry Reding			reg = <0x0 0x544c0000 0x0 0x00040000>;
137742af7e7SThierry Reding			status = "disabled";
138742af7e7SThierry Reding		};
139742af7e7SThierry Reding
140742af7e7SThierry Reding		tsec@0,54500000 {
141742af7e7SThierry Reding			compatible = "nvidia,tegra210-tsec";
142742af7e7SThierry Reding			reg = <0x0 0x54500000 0x0 0x00040000>;
143742af7e7SThierry Reding			status = "disabled";
144742af7e7SThierry Reding		};
145742af7e7SThierry Reding
146742af7e7SThierry Reding		sor@0,54540000 {
147742af7e7SThierry Reding			compatible = "nvidia,tegra210-sor";
148742af7e7SThierry Reding			reg = <0x0 0x54540000 0x0 0x00040000>;
149742af7e7SThierry Reding			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
150742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_SOR0>,
151742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_D_OUT0>,
152742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_DP>,
153742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_SOR_SAFE>;
154742af7e7SThierry Reding			clock-names = "sor", "parent", "dp", "safe";
155742af7e7SThierry Reding			resets = <&tegra_car 182>;
156742af7e7SThierry Reding			reset-names = "sor";
157742af7e7SThierry Reding			status = "disabled";
158742af7e7SThierry Reding		};
159742af7e7SThierry Reding
160742af7e7SThierry Reding		sor@0,54580000 {
161742af7e7SThierry Reding			compatible = "nvidia,tegra210-sor1";
162742af7e7SThierry Reding			reg = <0x0 0x54580000 0x0 0x00040000>;
163742af7e7SThierry Reding			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
164742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_SOR1>,
165742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_D2_OUT0>,
166742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_DP>,
167742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_SOR_SAFE>;
168742af7e7SThierry Reding			clock-names = "sor", "parent", "dp", "safe";
169742af7e7SThierry Reding			resets = <&tegra_car 183>;
170742af7e7SThierry Reding			reset-names = "sor";
171742af7e7SThierry Reding			status = "disabled";
172742af7e7SThierry Reding		};
173742af7e7SThierry Reding
174742af7e7SThierry Reding		dpaux: dpaux@0,545c0000 {
175742af7e7SThierry Reding			compatible = "nvidia,tegra124-dpaux";
176742af7e7SThierry Reding			reg = <0x0 0x545c0000 0x0 0x00040000>;
177742af7e7SThierry Reding			interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
178742af7e7SThierry Reding			clocks = <&tegra_car TEGRA210_CLK_DPAUX>,
179742af7e7SThierry Reding				 <&tegra_car TEGRA210_CLK_PLL_DP>;
180742af7e7SThierry Reding			clock-names = "dpaux", "parent";
181742af7e7SThierry Reding			resets = <&tegra_car 181>;
182742af7e7SThierry Reding			reset-names = "dpaux";
183742af7e7SThierry Reding			status = "disabled";
184742af7e7SThierry Reding		};
185742af7e7SThierry Reding
186742af7e7SThierry Reding		isp@0,54600000 {
187742af7e7SThierry Reding			compatible = "nvidia,tegra210-isp";
188742af7e7SThierry Reding			reg = <0x0 0x54600000 0x0 0x00040000>;
189742af7e7SThierry Reding			interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
190742af7e7SThierry Reding			status = "disabled";
191742af7e7SThierry Reding		};
192742af7e7SThierry Reding
193742af7e7SThierry Reding		isp@0,54680000 {
194742af7e7SThierry Reding			compatible = "nvidia,tegra210-isp";
195742af7e7SThierry Reding			reg = <0x0 0x54680000 0x0 0x00040000>;
196742af7e7SThierry Reding			interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
197742af7e7SThierry Reding			status = "disabled";
198742af7e7SThierry Reding		};
199742af7e7SThierry Reding
200742af7e7SThierry Reding		i2c@0,546c0000 {
201742af7e7SThierry Reding			compatible = "nvidia,tegra210-i2c-vi";
202742af7e7SThierry Reding			reg = <0x0 0x546c0000 0x0 0x00040000>;
203742af7e7SThierry Reding			interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
204742af7e7SThierry Reding			status = "disabled";
205742af7e7SThierry Reding		};
206742af7e7SThierry Reding	};
207742af7e7SThierry Reding
208742af7e7SThierry Reding	gic: interrupt-controller@0,50041000 {
209742af7e7SThierry Reding		compatible = "arm,gic-400";
210742af7e7SThierry Reding		#interrupt-cells = <3>;
211742af7e7SThierry Reding		interrupt-controller;
212742af7e7SThierry Reding		reg = <0x0 0x50041000 0x0 0x1000>,
213742af7e7SThierry Reding		      <0x0 0x50042000 0x0 0x2000>,
214742af7e7SThierry Reding		      <0x0 0x50044000 0x0 0x2000>,
215742af7e7SThierry Reding		      <0x0 0x50046000 0x0 0x2000>;
216742af7e7SThierry Reding		interrupts = <GIC_PPI 9
217742af7e7SThierry Reding			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
218742af7e7SThierry Reding		interrupt-parent = <&gic>;
219742af7e7SThierry Reding	};
220742af7e7SThierry Reding
221742af7e7SThierry Reding	gpu@0,57000000 {
222742af7e7SThierry Reding		compatible = "nvidia,gm20b";
223742af7e7SThierry Reding		reg = <0x0 0x57000000 0x0 0x01000000>,
224742af7e7SThierry Reding		      <0x0 0x58000000 0x0 0x01000000>;
225742af7e7SThierry Reding		interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
226742af7e7SThierry Reding			     <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
227742af7e7SThierry Reding		interrupt-names = "stall", "nonstall";
228742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_GPU>,
2294a0778e9SAlexandre Courbot			 <&tegra_car TEGRA210_CLK_PLL_P_OUT5>,
2304a0778e9SAlexandre Courbot			 <&tegra_car TEGRA210_CLK_PLL_G_REF>;
2314a0778e9SAlexandre Courbot		clock-names = "gpu", "pwr", "ref";
232742af7e7SThierry Reding		resets = <&tegra_car 184>;
233742af7e7SThierry Reding		reset-names = "gpu";
234742af7e7SThierry Reding		status = "disabled";
235742af7e7SThierry Reding	};
236742af7e7SThierry Reding
237742af7e7SThierry Reding	lic: interrupt-controller@0,60004000 {
238742af7e7SThierry Reding		compatible = "nvidia,tegra210-ictlr";
239742af7e7SThierry Reding		reg = <0x0 0x60004000 0x0 0x40>, /* primary controller */
240742af7e7SThierry Reding		      <0x0 0x60004100 0x0 0x40>, /* secondary controller */
241742af7e7SThierry Reding		      <0x0 0x60004200 0x0 0x40>, /* tertiary controller */
242742af7e7SThierry Reding		      <0x0 0x60004300 0x0 0x40>, /* quaternary controller */
243742af7e7SThierry Reding		      <0x0 0x60004400 0x0 0x40>, /* quinary controller */
244742af7e7SThierry Reding		      <0x0 0x60004500 0x0 0x40>; /* senary controller */
245742af7e7SThierry Reding		interrupt-controller;
246742af7e7SThierry Reding		#interrupt-cells = <3>;
247742af7e7SThierry Reding		interrupt-parent = <&gic>;
248742af7e7SThierry Reding	};
249742af7e7SThierry Reding
250742af7e7SThierry Reding	timer@0,60005000 {
251742af7e7SThierry Reding		compatible = "nvidia,tegra210-timer", "nvidia,tegra20-timer";
252742af7e7SThierry Reding		reg = <0x0 0x60005000 0x0 0x400>;
253742af7e7SThierry Reding		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
254742af7e7SThierry Reding			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
255742af7e7SThierry Reding			     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
256742af7e7SThierry Reding			     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
257742af7e7SThierry Reding			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
258742af7e7SThierry Reding			     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
259742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_TIMER>;
260742af7e7SThierry Reding		clock-names = "timer";
261742af7e7SThierry Reding	};
262742af7e7SThierry Reding
263742af7e7SThierry Reding	tegra_car: clock@0,60006000 {
264742af7e7SThierry Reding		compatible = "nvidia,tegra210-car";
265742af7e7SThierry Reding		reg = <0x0 0x60006000 0x0 0x1000>;
266742af7e7SThierry Reding		#clock-cells = <1>;
267742af7e7SThierry Reding		#reset-cells = <1>;
268742af7e7SThierry Reding	};
269742af7e7SThierry Reding
270742af7e7SThierry Reding	flow-controller@0,60007000 {
271742af7e7SThierry Reding		compatible = "nvidia,tegra210-flowctrl";
272742af7e7SThierry Reding		reg = <0x0 0x60007000 0x0 0x1000>;
273742af7e7SThierry Reding	};
274742af7e7SThierry Reding
275742af7e7SThierry Reding	gpio: gpio@0,6000d000 {
276742af7e7SThierry Reding		compatible = "nvidia,tegra210-gpio", "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
277742af7e7SThierry Reding		reg = <0x0 0x6000d000 0x0 0x1000>;
278742af7e7SThierry Reding		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
279742af7e7SThierry Reding			     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
280742af7e7SThierry Reding			     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
281742af7e7SThierry Reding			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
282742af7e7SThierry Reding			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
283742af7e7SThierry Reding			     <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
284742af7e7SThierry Reding			     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
285742af7e7SThierry Reding			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
286742af7e7SThierry Reding		#gpio-cells = <2>;
287742af7e7SThierry Reding		gpio-controller;
288742af7e7SThierry Reding		#interrupt-cells = <2>;
289742af7e7SThierry Reding		interrupt-controller;
290742af7e7SThierry Reding	};
291742af7e7SThierry Reding
292742af7e7SThierry Reding	apbdma: dma@0,60020000 {
293742af7e7SThierry Reding		compatible = "nvidia,tegra210-apbdma", "nvidia,tegra148-apbdma";
294742af7e7SThierry Reding		reg = <0x0 0x60020000 0x0 0x1400>;
295742af7e7SThierry Reding		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
296742af7e7SThierry Reding			     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
297742af7e7SThierry Reding			     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
298742af7e7SThierry Reding			     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
299742af7e7SThierry Reding			     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
300742af7e7SThierry Reding			     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
301742af7e7SThierry Reding			     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
302742af7e7SThierry Reding			     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
303742af7e7SThierry Reding			     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
304742af7e7SThierry Reding			     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
305742af7e7SThierry Reding			     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
306742af7e7SThierry Reding			     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
307742af7e7SThierry Reding			     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
308742af7e7SThierry Reding			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
309742af7e7SThierry Reding			     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
310742af7e7SThierry Reding			     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
311742af7e7SThierry Reding			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
312742af7e7SThierry Reding			     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
313742af7e7SThierry Reding			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
314742af7e7SThierry Reding			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
315742af7e7SThierry Reding			     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
316742af7e7SThierry Reding			     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
317742af7e7SThierry Reding			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
318742af7e7SThierry Reding			     <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
319742af7e7SThierry Reding			     <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
320742af7e7SThierry Reding			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
321742af7e7SThierry Reding			     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
322742af7e7SThierry Reding			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
323742af7e7SThierry Reding			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
324742af7e7SThierry Reding			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
325742af7e7SThierry Reding			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
326742af7e7SThierry Reding			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
327742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_APBDMA>;
328742af7e7SThierry Reding		clock-names = "dma";
329742af7e7SThierry Reding		resets = <&tegra_car 34>;
330742af7e7SThierry Reding		reset-names = "dma";
331742af7e7SThierry Reding		#dma-cells = <1>;
332742af7e7SThierry Reding	};
333742af7e7SThierry Reding
334742af7e7SThierry Reding	apbmisc@0,70000800 {
335742af7e7SThierry Reding		compatible = "nvidia,tegra210-apbmisc", "nvidia,tegra20-apbmisc";
336742af7e7SThierry Reding		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
337742af7e7SThierry Reding		      <0x0 0x7000e864 0x0 0x04>;   /* Strapping options */
338742af7e7SThierry Reding	};
339742af7e7SThierry Reding
340742af7e7SThierry Reding	pinmux: pinmux@0,700008d4 {
341742af7e7SThierry Reding		compatible = "nvidia,tegra210-pinmux";
342742af7e7SThierry Reding		reg = <0x0 0x700008d4 0x0 0x29c>, /* Pad control registers */
343742af7e7SThierry Reding		      <0x0 0x70003000 0x0 0x294>; /* Mux registers */
344742af7e7SThierry Reding	};
345742af7e7SThierry Reding
346742af7e7SThierry Reding	/*
347742af7e7SThierry Reding	 * There are two serial driver i.e. 8250 based simple serial
348742af7e7SThierry Reding	 * driver and APB DMA based serial driver for higher baudrate
349ef769e32SAdam Buchbinder	 * and performance. To enable the 8250 based driver, the compatible
350742af7e7SThierry Reding	 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
351742af7e7SThierry Reding	 * the APB DMA based serial driver, the comptible is
352742af7e7SThierry Reding	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
353742af7e7SThierry Reding	 */
354742af7e7SThierry Reding	uarta: serial@0,70006000 {
355742af7e7SThierry Reding		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
356742af7e7SThierry Reding		reg = <0x0 0x70006000 0x0 0x40>;
357742af7e7SThierry Reding		reg-shift = <2>;
358742af7e7SThierry Reding		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
359742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_UARTA>;
360742af7e7SThierry Reding		clock-names = "serial";
361742af7e7SThierry Reding		resets = <&tegra_car 6>;
362742af7e7SThierry Reding		reset-names = "serial";
363742af7e7SThierry Reding		dmas = <&apbdma 8>, <&apbdma 8>;
364742af7e7SThierry Reding		dma-names = "rx", "tx";
365742af7e7SThierry Reding		status = "disabled";
366742af7e7SThierry Reding	};
367742af7e7SThierry Reding
368742af7e7SThierry Reding	uartb: serial@0,70006040 {
369742af7e7SThierry Reding		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
370742af7e7SThierry Reding		reg = <0x0 0x70006040 0x0 0x40>;
371742af7e7SThierry Reding		reg-shift = <2>;
372742af7e7SThierry Reding		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
373742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_UARTB>;
374742af7e7SThierry Reding		clock-names = "serial";
375742af7e7SThierry Reding		resets = <&tegra_car 7>;
376742af7e7SThierry Reding		reset-names = "serial";
377742af7e7SThierry Reding		dmas = <&apbdma 9>, <&apbdma 9>;
378742af7e7SThierry Reding		dma-names = "rx", "tx";
379742af7e7SThierry Reding		status = "disabled";
380742af7e7SThierry Reding	};
381742af7e7SThierry Reding
382742af7e7SThierry Reding	uartc: serial@0,70006200 {
383742af7e7SThierry Reding		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
384742af7e7SThierry Reding		reg = <0x0 0x70006200 0x0 0x40>;
385742af7e7SThierry Reding		reg-shift = <2>;
386742af7e7SThierry Reding		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
387742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_UARTC>;
388742af7e7SThierry Reding		clock-names = "serial";
389742af7e7SThierry Reding		resets = <&tegra_car 55>;
390742af7e7SThierry Reding		reset-names = "serial";
391742af7e7SThierry Reding		dmas = <&apbdma 10>, <&apbdma 10>;
392742af7e7SThierry Reding		dma-names = "rx", "tx";
393742af7e7SThierry Reding		status = "disabled";
394742af7e7SThierry Reding	};
395742af7e7SThierry Reding
396742af7e7SThierry Reding	uartd: serial@0,70006300 {
397742af7e7SThierry Reding		compatible = "nvidia,tegra210-uart", "nvidia,tegra20-uart";
398742af7e7SThierry Reding		reg = <0x0 0x70006300 0x0 0x40>;
399742af7e7SThierry Reding		reg-shift = <2>;
400742af7e7SThierry Reding		interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
401742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_UARTD>;
402742af7e7SThierry Reding		clock-names = "serial";
403742af7e7SThierry Reding		resets = <&tegra_car 65>;
404742af7e7SThierry Reding		reset-names = "serial";
405742af7e7SThierry Reding		dmas = <&apbdma 19>, <&apbdma 19>;
406742af7e7SThierry Reding		dma-names = "rx", "tx";
407742af7e7SThierry Reding		status = "disabled";
408742af7e7SThierry Reding	};
409742af7e7SThierry Reding
410742af7e7SThierry Reding	pwm: pwm@0,7000a000 {
411742af7e7SThierry Reding		compatible = "nvidia,tegra210-pwm", "nvidia,tegra20-pwm";
412742af7e7SThierry Reding		reg = <0x0 0x7000a000 0x0 0x100>;
413742af7e7SThierry Reding		#pwm-cells = <2>;
414742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_PWM>;
415742af7e7SThierry Reding		clock-names = "pwm";
416742af7e7SThierry Reding		resets = <&tegra_car 17>;
417742af7e7SThierry Reding		reset-names = "pwm";
418742af7e7SThierry Reding		status = "disabled";
419742af7e7SThierry Reding	};
420742af7e7SThierry Reding
421742af7e7SThierry Reding	i2c@0,7000c000 {
422742af7e7SThierry Reding		compatible = "nvidia,tegra210-i2c", "nvidia,tegra114-i2c";
423742af7e7SThierry Reding		reg = <0x0 0x7000c000 0x0 0x100>;
424742af7e7SThierry Reding		interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
425742af7e7SThierry Reding		#address-cells = <1>;
426742af7e7SThierry Reding		#size-cells = <0>;
427742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_I2C1>;
428742af7e7SThierry Reding		clock-names = "div-clk";
429742af7e7SThierry Reding		resets = <&tegra_car 12>;
430742af7e7SThierry Reding		reset-names = "i2c";
431742af7e7SThierry Reding		dmas = <&apbdma 21>, <&apbdma 21>;
432742af7e7SThierry Reding		dma-names = "rx", "tx";
433742af7e7SThierry Reding		status = "disabled";
434742af7e7SThierry Reding	};
435742af7e7SThierry Reding
436742af7e7SThierry Reding	i2c@0,7000c400 {
437742af7e7SThierry Reding		compatible = "nvidia,tegra210-i2c", "nvidia,tegra114-i2c";
438742af7e7SThierry Reding		reg = <0x0 0x7000c400 0x0 0x100>;
439742af7e7SThierry Reding		interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
440742af7e7SThierry Reding		#address-cells = <1>;
441742af7e7SThierry Reding		#size-cells = <0>;
442742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_I2C2>;
443742af7e7SThierry Reding		clock-names = "div-clk";
444742af7e7SThierry Reding		resets = <&tegra_car 54>;
445742af7e7SThierry Reding		reset-names = "i2c";
446742af7e7SThierry Reding		dmas = <&apbdma 22>, <&apbdma 22>;
447742af7e7SThierry Reding		dma-names = "rx", "tx";
448742af7e7SThierry Reding		status = "disabled";
449742af7e7SThierry Reding	};
450742af7e7SThierry Reding
451742af7e7SThierry Reding	i2c@0,7000c500 {
452742af7e7SThierry Reding		compatible = "nvidia,tegra210-i2c", "nvidia,tegra114-i2c";
453742af7e7SThierry Reding		reg = <0x0 0x7000c500 0x0 0x100>;
454742af7e7SThierry Reding		interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
455742af7e7SThierry Reding		#address-cells = <1>;
456742af7e7SThierry Reding		#size-cells = <0>;
457742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_I2C3>;
458742af7e7SThierry Reding		clock-names = "div-clk";
459742af7e7SThierry Reding		resets = <&tegra_car 67>;
460742af7e7SThierry Reding		reset-names = "i2c";
461742af7e7SThierry Reding		dmas = <&apbdma 23>, <&apbdma 23>;
462742af7e7SThierry Reding		dma-names = "rx", "tx";
463742af7e7SThierry Reding		status = "disabled";
464742af7e7SThierry Reding	};
465742af7e7SThierry Reding
466742af7e7SThierry Reding	i2c@0,7000c700 {
467742af7e7SThierry Reding		compatible = "nvidia,tegra210-i2c", "nvidia,tegra114-i2c";
468742af7e7SThierry Reding		reg = <0x0 0x7000c700 0x0 0x100>;
469742af7e7SThierry Reding		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
470742af7e7SThierry Reding		#address-cells = <1>;
471742af7e7SThierry Reding		#size-cells = <0>;
472742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_I2C4>;
473742af7e7SThierry Reding		clock-names = "div-clk";
474742af7e7SThierry Reding		resets = <&tegra_car 103>;
475742af7e7SThierry Reding		reset-names = "i2c";
476742af7e7SThierry Reding		dmas = <&apbdma 26>, <&apbdma 26>;
477742af7e7SThierry Reding		dma-names = "rx", "tx";
478742af7e7SThierry Reding		status = "disabled";
479742af7e7SThierry Reding	};
480742af7e7SThierry Reding
481742af7e7SThierry Reding	i2c@0,7000d000 {
482742af7e7SThierry Reding		compatible = "nvidia,tegra210-i2c", "nvidia,tegra114-i2c";
483742af7e7SThierry Reding		reg = <0x0 0x7000d000 0x0 0x100>;
484742af7e7SThierry Reding		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
485742af7e7SThierry Reding		#address-cells = <1>;
486742af7e7SThierry Reding		#size-cells = <0>;
487742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_I2C5>;
488742af7e7SThierry Reding		clock-names = "div-clk";
489742af7e7SThierry Reding		resets = <&tegra_car 47>;
490742af7e7SThierry Reding		reset-names = "i2c";
491742af7e7SThierry Reding		dmas = <&apbdma 24>, <&apbdma 24>;
492742af7e7SThierry Reding		dma-names = "rx", "tx";
493742af7e7SThierry Reding		status = "disabled";
494742af7e7SThierry Reding	};
495742af7e7SThierry Reding
496742af7e7SThierry Reding	i2c@0,7000d100 {
497742af7e7SThierry Reding		compatible = "nvidia,tegra210-i2c", "nvidia,tegra114-i2c";
498742af7e7SThierry Reding		reg = <0x0 0x7000d100 0x0 0x100>;
499742af7e7SThierry Reding		interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
500742af7e7SThierry Reding		#address-cells = <1>;
501742af7e7SThierry Reding		#size-cells = <0>;
502742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_I2C6>;
503742af7e7SThierry Reding		clock-names = "div-clk";
504742af7e7SThierry Reding		resets = <&tegra_car 166>;
505742af7e7SThierry Reding		reset-names = "i2c";
506742af7e7SThierry Reding		dmas = <&apbdma 30>, <&apbdma 30>;
507742af7e7SThierry Reding		dma-names = "rx", "tx";
508742af7e7SThierry Reding		status = "disabled";
509742af7e7SThierry Reding	};
510742af7e7SThierry Reding
511742af7e7SThierry Reding	spi@0,7000d400 {
512742af7e7SThierry Reding		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
513742af7e7SThierry Reding		reg = <0x0 0x7000d400 0x0 0x200>;
514742af7e7SThierry Reding		interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
515742af7e7SThierry Reding		#address-cells = <1>;
516742af7e7SThierry Reding		#size-cells = <0>;
517742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SBC1>;
518742af7e7SThierry Reding		clock-names = "spi";
519742af7e7SThierry Reding		resets = <&tegra_car 41>;
520742af7e7SThierry Reding		reset-names = "spi";
521742af7e7SThierry Reding		dmas = <&apbdma 15>, <&apbdma 15>;
522742af7e7SThierry Reding		dma-names = "rx", "tx";
523742af7e7SThierry Reding		status = "disabled";
524742af7e7SThierry Reding	};
525742af7e7SThierry Reding
526742af7e7SThierry Reding	spi@0,7000d600 {
527742af7e7SThierry Reding		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
528742af7e7SThierry Reding		reg = <0x0 0x7000d600 0x0 0x200>;
529742af7e7SThierry Reding		interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
530742af7e7SThierry Reding		#address-cells = <1>;
531742af7e7SThierry Reding		#size-cells = <0>;
532742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SBC2>;
533742af7e7SThierry Reding		clock-names = "spi";
534742af7e7SThierry Reding		resets = <&tegra_car 44>;
535742af7e7SThierry Reding		reset-names = "spi";
536742af7e7SThierry Reding		dmas = <&apbdma 16>, <&apbdma 16>;
537742af7e7SThierry Reding		dma-names = "rx", "tx";
538742af7e7SThierry Reding		status = "disabled";
539742af7e7SThierry Reding	};
540742af7e7SThierry Reding
541742af7e7SThierry Reding	spi@0,7000d800 {
542742af7e7SThierry Reding		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
543742af7e7SThierry Reding		reg = <0x0 0x7000d800 0x0 0x200>;
544742af7e7SThierry Reding		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
545742af7e7SThierry Reding		#address-cells = <1>;
546742af7e7SThierry Reding		#size-cells = <0>;
547742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SBC3>;
548742af7e7SThierry Reding		clock-names = "spi";
549742af7e7SThierry Reding		resets = <&tegra_car 46>;
550742af7e7SThierry Reding		reset-names = "spi";
551742af7e7SThierry Reding		dmas = <&apbdma 17>, <&apbdma 17>;
552742af7e7SThierry Reding		dma-names = "rx", "tx";
553742af7e7SThierry Reding		status = "disabled";
554742af7e7SThierry Reding	};
555742af7e7SThierry Reding
556742af7e7SThierry Reding	spi@0,7000da00 {
557742af7e7SThierry Reding		compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
558742af7e7SThierry Reding		reg = <0x0 0x7000da00 0x0 0x200>;
559742af7e7SThierry Reding		interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
560742af7e7SThierry Reding		#address-cells = <1>;
561742af7e7SThierry Reding		#size-cells = <0>;
562742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SBC4>;
563742af7e7SThierry Reding		clock-names = "spi";
564742af7e7SThierry Reding		resets = <&tegra_car 68>;
565742af7e7SThierry Reding		reset-names = "spi";
566742af7e7SThierry Reding		dmas = <&apbdma 18>, <&apbdma 18>;
567742af7e7SThierry Reding		dma-names = "rx", "tx";
568742af7e7SThierry Reding		status = "disabled";
569742af7e7SThierry Reding	};
570742af7e7SThierry Reding
571742af7e7SThierry Reding	rtc@0,7000e000 {
572742af7e7SThierry Reding		compatible = "nvidia,tegra210-rtc", "nvidia,tegra20-rtc";
573742af7e7SThierry Reding		reg = <0x0 0x7000e000 0x0 0x100>;
574742af7e7SThierry Reding		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
575742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_RTC>;
576742af7e7SThierry Reding		clock-names = "rtc";
577742af7e7SThierry Reding	};
578742af7e7SThierry Reding
579742af7e7SThierry Reding	pmc: pmc@0,7000e400 {
580742af7e7SThierry Reding		compatible = "nvidia,tegra210-pmc";
581742af7e7SThierry Reding		reg = <0x0 0x7000e400 0x0 0x400>;
582742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_PCLK>, <&clk32k_in>;
583742af7e7SThierry Reding		clock-names = "pclk", "clk32k_in";
584742af7e7SThierry Reding
585742af7e7SThierry Reding		#power-domain-cells = <1>;
586742af7e7SThierry Reding	};
587742af7e7SThierry Reding
588742af7e7SThierry Reding	fuse@0,7000f800 {
589742af7e7SThierry Reding		compatible = "nvidia,tegra210-efuse";
590742af7e7SThierry Reding		reg = <0x0 0x7000f800 0x0 0x400>;
591742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_FUSE>;
592742af7e7SThierry Reding		clock-names = "fuse";
593742af7e7SThierry Reding		resets = <&tegra_car 39>;
594742af7e7SThierry Reding		reset-names = "fuse";
595742af7e7SThierry Reding	};
596742af7e7SThierry Reding
597742af7e7SThierry Reding	mc: memory-controller@0,70019000 {
598742af7e7SThierry Reding		compatible = "nvidia,tegra210-mc";
599742af7e7SThierry Reding		reg = <0x0 0x70019000 0x0 0x1000>;
600742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_MC>;
601742af7e7SThierry Reding		clock-names = "mc";
602742af7e7SThierry Reding
603742af7e7SThierry Reding		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
604742af7e7SThierry Reding
605742af7e7SThierry Reding		#iommu-cells = <1>;
606742af7e7SThierry Reding	};
607742af7e7SThierry Reding
608742af7e7SThierry Reding	hda@0,70030000 {
609742af7e7SThierry Reding		compatible = "nvidia,tegra210-hda", "nvidia,tegra30-hda";
610742af7e7SThierry Reding		reg = <0x0 0x70030000 0x0 0x10000>;
611742af7e7SThierry Reding		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
612742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_HDA>,
613742af7e7SThierry Reding		         <&tegra_car TEGRA210_CLK_HDA2HDMI>,
614742af7e7SThierry Reding			 <&tegra_car TEGRA210_CLK_HDA2CODEC_2X>;
615742af7e7SThierry Reding		clock-names = "hda", "hda2hdmi", "hda2codec_2x";
616742af7e7SThierry Reding		resets = <&tegra_car 125>, /* hda */
617742af7e7SThierry Reding			 <&tegra_car 128>, /* hda2hdmi */
618742af7e7SThierry Reding			 <&tegra_car 111>; /* hda2codec_2x */
619742af7e7SThierry Reding		reset-names = "hda", "hda2hdmi", "hda2codec_2x";
620742af7e7SThierry Reding		status = "disabled";
621742af7e7SThierry Reding	};
622742af7e7SThierry Reding
623742af7e7SThierry Reding	sdhci@0,700b0000 {
624742af7e7SThierry Reding		compatible = "nvidia,tegra210-sdhci", "nvidia,tegra124-sdhci";
625742af7e7SThierry Reding		reg = <0x0 0x700b0000 0x0 0x200>;
626742af7e7SThierry Reding		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
627742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SDMMC1>;
628742af7e7SThierry Reding		clock-names = "sdhci";
629742af7e7SThierry Reding		resets = <&tegra_car 14>;
630742af7e7SThierry Reding		reset-names = "sdhci";
631742af7e7SThierry Reding		status = "disabled";
632742af7e7SThierry Reding	};
633742af7e7SThierry Reding
634742af7e7SThierry Reding	sdhci@0,700b0200 {
635742af7e7SThierry Reding		compatible = "nvidia,tegra210-sdhci", "nvidia,tegra124-sdhci";
636742af7e7SThierry Reding		reg = <0x0 0x700b0200 0x0 0x200>;
637742af7e7SThierry Reding		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
638742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SDMMC2>;
639742af7e7SThierry Reding		clock-names = "sdhci";
640742af7e7SThierry Reding		resets = <&tegra_car 9>;
641742af7e7SThierry Reding		reset-names = "sdhci";
642742af7e7SThierry Reding		status = "disabled";
643742af7e7SThierry Reding	};
644742af7e7SThierry Reding
645742af7e7SThierry Reding	sdhci@0,700b0400 {
646742af7e7SThierry Reding		compatible = "nvidia,tegra210-sdhci", "nvidia,tegra124-sdhci";
647742af7e7SThierry Reding		reg = <0x0 0x700b0400 0x0 0x200>;
648742af7e7SThierry Reding		interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
649742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SDMMC3>;
650742af7e7SThierry Reding		clock-names = "sdhci";
651742af7e7SThierry Reding		resets = <&tegra_car 69>;
652742af7e7SThierry Reding		reset-names = "sdhci";
653742af7e7SThierry Reding		status = "disabled";
654742af7e7SThierry Reding	};
655742af7e7SThierry Reding
656742af7e7SThierry Reding	sdhci@0,700b0600 {
657742af7e7SThierry Reding		compatible = "nvidia,tegra210-sdhci", "nvidia,tegra124-sdhci";
658742af7e7SThierry Reding		reg = <0x0 0x700b0600 0x0 0x200>;
659742af7e7SThierry Reding		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
660742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_SDMMC4>;
661742af7e7SThierry Reding		clock-names = "sdhci";
662742af7e7SThierry Reding		resets = <&tegra_car 15>;
663742af7e7SThierry Reding		reset-names = "sdhci";
664742af7e7SThierry Reding		status = "disabled";
665742af7e7SThierry Reding	};
666742af7e7SThierry Reding
667742af7e7SThierry Reding	mipi: mipi@0,700e3000 {
668742af7e7SThierry Reding		compatible = "nvidia,tegra210-mipi";
669742af7e7SThierry Reding		reg = <0x0 0x700e3000 0x0 0x100>;
670742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_MIPI_CAL>;
671742af7e7SThierry Reding		clock-names = "mipi-cal";
672742af7e7SThierry Reding		#nvidia,mipi-calibrate-cells = <1>;
673742af7e7SThierry Reding	};
674742af7e7SThierry Reding
675742af7e7SThierry Reding	spi@0,70410000 {
676742af7e7SThierry Reding		compatible = "nvidia,tegra210-qspi";
677742af7e7SThierry Reding		reg = <0x0 0x70410000 0x0 0x1000>;
678742af7e7SThierry Reding		interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
679742af7e7SThierry Reding		#address-cells = <1>;
680742af7e7SThierry Reding		#size-cells = <0>;
681742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_QSPI>;
682742af7e7SThierry Reding		clock-names = "qspi";
683742af7e7SThierry Reding		resets = <&tegra_car 211>;
684742af7e7SThierry Reding		reset-names = "qspi";
685742af7e7SThierry Reding		dmas = <&apbdma 5>, <&apbdma 5>;
686742af7e7SThierry Reding		dma-names = "rx", "tx";
687742af7e7SThierry Reding		status = "disabled";
688742af7e7SThierry Reding	};
689742af7e7SThierry Reding
690742af7e7SThierry Reding	usb@0,7d000000 {
691742af7e7SThierry Reding		compatible = "nvidia,tegra210-ehci", "nvidia,tegra30-ehci", "usb-ehci";
692742af7e7SThierry Reding		reg = <0x0 0x7d000000 0x0 0x4000>;
693742af7e7SThierry Reding		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
694742af7e7SThierry Reding		phy_type = "utmi";
695742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_USBD>;
696742af7e7SThierry Reding		clock-names = "usb";
697742af7e7SThierry Reding		resets = <&tegra_car 22>;
698742af7e7SThierry Reding		reset-names = "usb";
699742af7e7SThierry Reding		nvidia,phy = <&phy1>;
700742af7e7SThierry Reding		status = "disabled";
701742af7e7SThierry Reding	};
702742af7e7SThierry Reding
703742af7e7SThierry Reding	phy1: usb-phy@0,7d000000 {
704742af7e7SThierry Reding		compatible = "nvidia,tegra210-usb-phy", "nvidia,tegra30-usb-phy";
705742af7e7SThierry Reding		reg = <0x0 0x7d000000 0x0 0x4000>,
706742af7e7SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
707742af7e7SThierry Reding		phy_type = "utmi";
708742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_USBD>,
709742af7e7SThierry Reding			 <&tegra_car TEGRA210_CLK_PLL_U>,
710742af7e7SThierry Reding			 <&tegra_car TEGRA210_CLK_USBD>;
711742af7e7SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
712742af7e7SThierry Reding		resets = <&tegra_car 22>, <&tegra_car 22>;
713742af7e7SThierry Reding		reset-names = "usb", "utmi-pads";
714742af7e7SThierry Reding		nvidia,hssync-start-delay = <0>;
715742af7e7SThierry Reding		nvidia,idle-wait-delay = <17>;
716742af7e7SThierry Reding		nvidia,elastic-limit = <16>;
717742af7e7SThierry Reding		nvidia,term-range-adj = <6>;
718742af7e7SThierry Reding		nvidia,xcvr-setup = <9>;
719742af7e7SThierry Reding		nvidia,xcvr-lsfslew = <0>;
720742af7e7SThierry Reding		nvidia,xcvr-lsrslew = <3>;
721742af7e7SThierry Reding		nvidia,hssquelch-level = <2>;
722742af7e7SThierry Reding		nvidia,hsdiscon-level = <5>;
723742af7e7SThierry Reding		nvidia,xcvr-hsslew = <12>;
724742af7e7SThierry Reding		nvidia,has-utmi-pad-registers;
725742af7e7SThierry Reding		status = "disabled";
726742af7e7SThierry Reding	};
727742af7e7SThierry Reding
728742af7e7SThierry Reding	usb@0,7d004000 {
729742af7e7SThierry Reding		compatible = "nvidia,tegra210-ehci", "nvidia,tegra30-ehci", "usb-ehci";
730742af7e7SThierry Reding		reg = <0x0 0x7d004000 0x0 0x4000>;
731742af7e7SThierry Reding		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
732742af7e7SThierry Reding		phy_type = "utmi";
733742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_USB2>;
734742af7e7SThierry Reding		clock-names = "usb";
735742af7e7SThierry Reding		resets = <&tegra_car 58>;
736742af7e7SThierry Reding		reset-names = "usb";
737742af7e7SThierry Reding		nvidia,phy = <&phy2>;
738742af7e7SThierry Reding		status = "disabled";
739742af7e7SThierry Reding	};
740742af7e7SThierry Reding
741742af7e7SThierry Reding	phy2: usb-phy@0,7d004000 {
742742af7e7SThierry Reding		compatible = "nvidia,tegra210-usb-phy", "nvidia,tegra30-usb-phy";
743742af7e7SThierry Reding		reg = <0x0 0x7d004000 0x0 0x4000>,
744742af7e7SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
745742af7e7SThierry Reding		phy_type = "utmi";
746742af7e7SThierry Reding		clocks = <&tegra_car TEGRA210_CLK_USB2>,
747742af7e7SThierry Reding			 <&tegra_car TEGRA210_CLK_PLL_U>,
748742af7e7SThierry Reding			 <&tegra_car TEGRA210_CLK_USBD>;
749742af7e7SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
750742af7e7SThierry Reding		resets = <&tegra_car 58>, <&tegra_car 22>;
751742af7e7SThierry Reding		reset-names = "usb", "utmi-pads";
752742af7e7SThierry Reding		nvidia,hssync-start-delay = <0>;
753742af7e7SThierry Reding		nvidia,idle-wait-delay = <17>;
754742af7e7SThierry Reding		nvidia,elastic-limit = <16>;
755742af7e7SThierry Reding		nvidia,term-range-adj = <6>;
756742af7e7SThierry Reding		nvidia,xcvr-setup = <9>;
757742af7e7SThierry Reding		nvidia,xcvr-lsfslew = <0>;
758742af7e7SThierry Reding		nvidia,xcvr-lsrslew = <3>;
759742af7e7SThierry Reding		nvidia,hssquelch-level = <2>;
760742af7e7SThierry Reding		nvidia,hsdiscon-level = <5>;
761742af7e7SThierry Reding		nvidia,xcvr-hsslew = <12>;
762742af7e7SThierry Reding		status = "disabled";
763742af7e7SThierry Reding	};
764742af7e7SThierry Reding
765742af7e7SThierry Reding	cpus {
766742af7e7SThierry Reding		#address-cells = <1>;
767742af7e7SThierry Reding		#size-cells = <0>;
768742af7e7SThierry Reding
769742af7e7SThierry Reding		cpu@0 {
770742af7e7SThierry Reding			device_type = "cpu";
771742af7e7SThierry Reding			compatible = "arm,cortex-a57";
772742af7e7SThierry Reding			reg = <0>;
773742af7e7SThierry Reding		};
774742af7e7SThierry Reding
775742af7e7SThierry Reding		cpu@1 {
776742af7e7SThierry Reding			device_type = "cpu";
777742af7e7SThierry Reding			compatible = "arm,cortex-a57";
778742af7e7SThierry Reding			reg = <1>;
779742af7e7SThierry Reding		};
780742af7e7SThierry Reding
781742af7e7SThierry Reding		cpu@2 {
782742af7e7SThierry Reding			device_type = "cpu";
783742af7e7SThierry Reding			compatible = "arm,cortex-a57";
784742af7e7SThierry Reding			reg = <2>;
785742af7e7SThierry Reding		};
786742af7e7SThierry Reding
787742af7e7SThierry Reding		cpu@3 {
788742af7e7SThierry Reding			device_type = "cpu";
789742af7e7SThierry Reding			compatible = "arm,cortex-a57";
790742af7e7SThierry Reding			reg = <3>;
791742af7e7SThierry Reding		};
792742af7e7SThierry Reding	};
793742af7e7SThierry Reding
794742af7e7SThierry Reding	timer {
795742af7e7SThierry Reding		compatible = "arm,armv8-timer";
796742af7e7SThierry Reding		interrupts = <GIC_PPI 13
797742af7e7SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
798742af7e7SThierry Reding			     <GIC_PPI 14
799742af7e7SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
800742af7e7SThierry Reding			     <GIC_PPI 11
801742af7e7SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
802742af7e7SThierry Reding			     <GIC_PPI 10
803742af7e7SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
804742af7e7SThierry Reding		interrupt-parent = <&gic>;
805742af7e7SThierry Reding	};
806742af7e7SThierry Reding};
807