blob: 41f8b274529a15383775a50c9e16ba76db92a9ae [file] [log] [blame]
Joseph Lo3b86baf2013-10-08 15:47:40 +08001#include <dt-bindings/clock/tegra124-car.h>
Stephen Warren0a9375d2013-08-05 16:10:02 -07002#include <dt-bindings/gpio/tegra-gpio.h>
Laxman Dewangan4b20bcb2013-12-09 16:03:51 +05303#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Thierry Redingce90d322014-06-19 13:37:09 +02004#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
Joseph Load03b1a2013-10-08 12:50:05 +08005#include <dt-bindings/interrupt-controller/arm-gic.h>
Mikko Perttunen26b76f82014-09-26 12:43:11 +03006#include <dt-bindings/thermal/tegra124-soctherm.h>
Joseph Load03b1a2013-10-08 12:50:05 +08007
8#include "skeleton.dtsi"
9
10/ {
11 compatible = "nvidia,tegra124";
12 interrupt-parent = <&gic>;
Stephen Warrene30cb232014-03-03 14:51:15 -070013 #address-cells = <2>;
14 #size-cells = <2>;
Joseph Load03b1a2013-10-08 12:50:05 +080015
Thierry Redingee588e22014-09-17 10:02:44 -060016 pcie-controller@0,01003000 {
17 compatible = "nvidia,tegra124-pcie";
18 device_type = "pci";
19 reg = <0x0 0x01003000 0x0 0x00000800 /* PADS registers */
20 0x0 0x01003800 0x0 0x00000800 /* AFI registers */
21 0x0 0x02000000 0x0 0x10000000>; /* configuration space */
22 reg-names = "pads", "afi", "cs";
23 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
24 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
25 interrupt-names = "intr", "msi";
26
27 #interrupt-cells = <1>;
28 interrupt-map-mask = <0 0 0 0>;
29 interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
30
31 bus-range = <0x00 0xff>;
32 #address-cells = <3>;
33 #size-cells = <2>;
34
35 ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000 /* port 0 configuration space */
36 0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000 /* port 1 configuration space */
37 0x81000000 0 0x0 0x0 0x12000000 0 0x00010000 /* downstream I/O (64 KiB) */
38 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */
39 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
40
41 clocks = <&tegra_car TEGRA124_CLK_PCIE>,
42 <&tegra_car TEGRA124_CLK_AFI>,
43 <&tegra_car TEGRA124_CLK_PLL_E>,
44 <&tegra_car TEGRA124_CLK_CML0>;
45 clock-names = "pex", "afi", "pll_e", "cml";
46 resets = <&tegra_car 70>,
47 <&tegra_car 72>,
48 <&tegra_car 74>;
49 reset-names = "pex", "afi", "pcie_x";
50 status = "disabled";
51
52 phys = <&padctl TEGRA_XUSB_PADCTL_PCIE>;
53 phy-names = "pcie";
54
55 pci@1,0 {
56 device_type = "pci";
57 assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
58 reg = <0x000800 0 0 0 0>;
59 status = "disabled";
60
61 #address-cells = <3>;
62 #size-cells = <2>;
63 ranges;
64
65 nvidia,num-lanes = <2>;
66 };
67
68 pci@2,0 {
69 device_type = "pci";
70 assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
71 reg = <0x001000 0 0 0 0>;
72 status = "disabled";
73
74 #address-cells = <3>;
75 #size-cells = <2>;
76 ranges;
77
78 nvidia,num-lanes = <1>;
79 };
80 };
81
Stephen Warrene30cb232014-03-03 14:51:15 -070082 host1x@0,50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010083 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070084 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010085 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
86 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
87 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
88 resets = <&tegra_car 28>;
89 reset-names = "host1x";
90
Stephen Warrene30cb232014-03-03 14:51:15 -070091 #address-cells = <2>;
92 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010093
Stephen Warrene30cb232014-03-03 14:51:15 -070094 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010095
Stephen Warrene30cb232014-03-03 14:51:15 -070096 dc@0,54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010097 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070098 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010099 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
100 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
101 <&tegra_car TEGRA124_CLK_PLL_P>;
102 clock-names = "dc", "parent";
103 resets = <&tegra_car 27>;
104 reset-names = "dc";
105
106 nvidia,head = <0>;
107 };
108
Stephen Warrene30cb232014-03-03 14:51:15 -0700109 dc@0,54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +0100110 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700111 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +0100112 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
113 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
114 <&tegra_car TEGRA124_CLK_PLL_P>;
115 clock-names = "dc", "parent";
116 resets = <&tegra_car 26>;
117 reset-names = "dc";
118
119 nvidia,head = <1>;
120 };
Thierry Redingd72be032014-02-28 17:40:23 +0100121
Thierry Reding9dd604d2014-04-25 17:44:45 +0200122 hdmi@0,54280000 {
123 compatible = "nvidia,tegra124-hdmi";
124 reg = <0x0 0x54280000 0x0 0x00040000>;
125 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
126 clocks = <&tegra_car TEGRA124_CLK_HDMI>,
127 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
128 clock-names = "hdmi", "parent";
129 resets = <&tegra_car 51>;
130 reset-names = "hdmi";
131 status = "disabled";
132 };
133
Stephen Warrene30cb232014-03-03 14:51:15 -0700134 sor@0,54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100135 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -0700136 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100137 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
138 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
139 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
140 <&tegra_car TEGRA124_CLK_PLL_DP>,
141 <&tegra_car TEGRA124_CLK_CLK_M>;
142 clock-names = "sor", "parent", "dp", "safe";
143 resets = <&tegra_car 182>;
144 reset-names = "sor";
145 status = "disabled";
146 };
147
Dylan Reidedfbad02014-09-04 15:20:34 -0700148 dpaux: dpaux@0,545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100149 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700150 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100151 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
153 <&tegra_car TEGRA124_CLK_PLL_DP>;
154 clock-names = "dpaux", "parent";
155 resets = <&tegra_car 181>;
156 reset-names = "dpaux";
157 status = "disabled";
158 };
Thierry Redingad6be7d2014-02-28 17:40:22 +0100159 };
160
Stephen Warrene30cb232014-03-03 14:51:15 -0700161 gic: interrupt-controller@0,50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800162 compatible = "arm,cortex-a15-gic";
163 #interrupt-cells = <3>;
164 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -0700165 reg = <0x0 0x50041000 0x0 0x1000>,
166 <0x0 0x50042000 0x0 0x1000>,
167 <0x0 0x50044000 0x0 0x2000>,
168 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +0800169 interrupts = <GIC_PPI 9
170 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
171 };
172
Thierry Redingd86b1e82014-06-26 14:33:34 +0900173 gpu@0,57000000 {
174 compatible = "nvidia,gk20a";
175 reg = <0x0 0x57000000 0x0 0x01000000>,
176 <0x0 0x58000000 0x0 0x01000000>;
177 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
178 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
179 interrupt-names = "stall", "nonstall";
180 clocks = <&tegra_car TEGRA124_CLK_GPU>,
181 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
182 clock-names = "gpu", "pwr";
183 resets = <&tegra_car 184>;
184 reset-names = "gpu";
185 status = "disabled";
186 };
187
Stephen Warrene30cb232014-03-03 14:51:15 -0700188 timer@0,60005000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800189 compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -0700190 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +0800191 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
192 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
193 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
194 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
195 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
196 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800197 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
198 };
199
Stephen Warrene30cb232014-03-03 14:51:15 -0700200 tegra_car: clock@0,60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800201 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700202 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800203 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700204 #reset-cells = <1>;
Joseph Load03b1a2013-10-08 12:50:05 +0800205 };
206
Thierry Redingb1023132014-08-26 08:14:03 +0200207 flow-controller@0,60007000 {
208 compatible = "nvidia,tegra124-flowctrl";
209 reg = <0x0 0x60007000 0x0 0x1000>;
210 };
211
Stephen Warrene30cb232014-03-03 14:51:15 -0700212 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700213 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700214 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700215 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
217 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
218 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
219 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
220 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
221 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
222 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
223 #gpio-cells = <2>;
224 gpio-controller;
225 #interrupt-cells = <2>;
226 interrupt-controller;
227 };
228
Stephen Warrene30cb232014-03-03 14:51:15 -0700229 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700230 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700231 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700232 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
233 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
234 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
238 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
239 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
240 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
241 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
242 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
243 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
244 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
245 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
246 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
247 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
248 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
249 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
250 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
258 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
259 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
260 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
261 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
262 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
263 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
264 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
265 resets = <&tegra_car 34>;
266 reset-names = "dma";
267 #dma-cells = <1>;
268 };
269
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300270 apbmisc@0,70000800 {
271 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
272 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
273 <0x0 0x7000E864 0x0 0x04>; /* Strapping options */
274 };
275
Stephen Warrene30cb232014-03-03 14:51:15 -0700276 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600277 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700278 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
279 <0x0 0x70003000 0x0 0x434>; /* Mux registers */
Stephen Warrencaefe632013-11-01 14:03:59 -0600280 };
281
Joseph Load03b1a2013-10-08 12:50:05 +0800282 /*
283 * There are two serial driver i.e. 8250 based simple serial
284 * driver and APB DMA based serial driver for higher baudrate
285 * and performace. To enable the 8250 based driver, the compatible
286 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
287 * the APB DMA based serial driver, the comptible is
288 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
289 */
Stephen Warrene30cb232014-03-03 14:51:15 -0700290 serial@0,70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800291 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700292 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800293 reg-shift = <2>;
294 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800295 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700296 resets = <&tegra_car 6>;
297 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700298 dmas = <&apbdma 8>, <&apbdma 8>;
299 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800300 status = "disabled";
301 };
302
Stephen Warrene30cb232014-03-03 14:51:15 -0700303 serial@0,70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800304 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700305 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800306 reg-shift = <2>;
307 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800308 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700309 resets = <&tegra_car 7>;
310 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700311 dmas = <&apbdma 9>, <&apbdma 9>;
312 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800313 status = "disabled";
314 };
315
Stephen Warrene30cb232014-03-03 14:51:15 -0700316 serial@0,70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800317 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700318 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800319 reg-shift = <2>;
320 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800321 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700322 resets = <&tegra_car 55>;
323 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700324 dmas = <&apbdma 10>, <&apbdma 10>;
325 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800326 status = "disabled";
327 };
328
Stephen Warrene30cb232014-03-03 14:51:15 -0700329 serial@0,70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800330 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700331 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800332 reg-shift = <2>;
333 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800334 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700335 resets = <&tegra_car 65>;
336 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700337 dmas = <&apbdma 19>, <&apbdma 19>;
338 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800339 status = "disabled";
340 };
341
Dylan Reidedfbad02014-09-04 15:20:34 -0700342 pwm: pwm@0,7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100343 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700344 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100345 #pwm-cells = <2>;
346 clocks = <&tegra_car TEGRA124_CLK_PWM>;
347 resets = <&tegra_car 17>;
348 reset-names = "pwm";
349 status = "disabled";
350 };
351
Stephen Warrene30cb232014-03-03 14:51:15 -0700352 i2c@0,7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700353 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700354 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700355 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
356 #address-cells = <1>;
357 #size-cells = <0>;
358 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
359 clock-names = "div-clk";
360 resets = <&tegra_car 12>;
361 reset-names = "i2c";
362 dmas = <&apbdma 21>, <&apbdma 21>;
363 dma-names = "rx", "tx";
364 status = "disabled";
365 };
366
Stephen Warrene30cb232014-03-03 14:51:15 -0700367 i2c@0,7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700368 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700369 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700370 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
371 #address-cells = <1>;
372 #size-cells = <0>;
373 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
374 clock-names = "div-clk";
375 resets = <&tegra_car 54>;
376 reset-names = "i2c";
377 dmas = <&apbdma 22>, <&apbdma 22>;
378 dma-names = "rx", "tx";
379 status = "disabled";
380 };
381
Stephen Warrene30cb232014-03-03 14:51:15 -0700382 i2c@0,7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700383 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700384 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700385 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
386 #address-cells = <1>;
387 #size-cells = <0>;
388 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
389 clock-names = "div-clk";
390 resets = <&tegra_car 67>;
391 reset-names = "i2c";
392 dmas = <&apbdma 23>, <&apbdma 23>;
393 dma-names = "rx", "tx";
394 status = "disabled";
395 };
396
Stephen Warrene30cb232014-03-03 14:51:15 -0700397 i2c@0,7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700398 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700399 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700400 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
401 #address-cells = <1>;
402 #size-cells = <0>;
403 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
404 clock-names = "div-clk";
405 resets = <&tegra_car 103>;
406 reset-names = "i2c";
407 dmas = <&apbdma 26>, <&apbdma 26>;
408 dma-names = "rx", "tx";
409 status = "disabled";
410 };
411
Stephen Warrene30cb232014-03-03 14:51:15 -0700412 i2c@0,7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700413 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700414 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700415 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
416 #address-cells = <1>;
417 #size-cells = <0>;
418 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
419 clock-names = "div-clk";
420 resets = <&tegra_car 47>;
421 reset-names = "i2c";
422 dmas = <&apbdma 24>, <&apbdma 24>;
423 dma-names = "rx", "tx";
424 status = "disabled";
425 };
426
Stephen Warrene30cb232014-03-03 14:51:15 -0700427 i2c@0,7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700428 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700429 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700430 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
431 #address-cells = <1>;
432 #size-cells = <0>;
433 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
434 clock-names = "div-clk";
435 resets = <&tegra_car 166>;
436 reset-names = "i2c";
437 dmas = <&apbdma 30>, <&apbdma 30>;
438 dma-names = "rx", "tx";
439 status = "disabled";
440 };
441
Stephen Warrene30cb232014-03-03 14:51:15 -0700442 spi@0,7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100443 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700444 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100445 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
446 #address-cells = <1>;
447 #size-cells = <0>;
448 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
449 clock-names = "spi";
450 resets = <&tegra_car 41>;
451 reset-names = "spi";
452 dmas = <&apbdma 15>, <&apbdma 15>;
453 dma-names = "rx", "tx";
454 status = "disabled";
455 };
456
Stephen Warrene30cb232014-03-03 14:51:15 -0700457 spi@0,7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100458 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700459 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100460 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
461 #address-cells = <1>;
462 #size-cells = <0>;
463 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
464 clock-names = "spi";
465 resets = <&tegra_car 44>;
466 reset-names = "spi";
467 dmas = <&apbdma 16>, <&apbdma 16>;
468 dma-names = "rx", "tx";
469 status = "disabled";
470 };
471
Stephen Warrene30cb232014-03-03 14:51:15 -0700472 spi@0,7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100473 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700474 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100475 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
476 #address-cells = <1>;
477 #size-cells = <0>;
478 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
479 clock-names = "spi";
480 resets = <&tegra_car 46>;
481 reset-names = "spi";
482 dmas = <&apbdma 17>, <&apbdma 17>;
483 dma-names = "rx", "tx";
484 status = "disabled";
485 };
486
Stephen Warrene30cb232014-03-03 14:51:15 -0700487 spi@0,7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100488 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700489 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100490 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
491 #address-cells = <1>;
492 #size-cells = <0>;
493 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
494 clock-names = "spi";
495 resets = <&tegra_car 68>;
496 reset-names = "spi";
497 dmas = <&apbdma 18>, <&apbdma 18>;
498 dma-names = "rx", "tx";
499 status = "disabled";
500 };
501
Stephen Warrene30cb232014-03-03 14:51:15 -0700502 spi@0,7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100503 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700504 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100505 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
506 #address-cells = <1>;
507 #size-cells = <0>;
508 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
509 clock-names = "spi";
510 resets = <&tegra_car 104>;
511 reset-names = "spi";
512 dmas = <&apbdma 27>, <&apbdma 27>;
513 dma-names = "rx", "tx";
514 status = "disabled";
515 };
516
Stephen Warrene30cb232014-03-03 14:51:15 -0700517 spi@0,7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100518 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700519 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100520 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
521 #address-cells = <1>;
522 #size-cells = <0>;
523 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
524 clock-names = "spi";
525 resets = <&tegra_car 105>;
526 reset-names = "spi";
527 dmas = <&apbdma 28>, <&apbdma 28>;
528 dma-names = "rx", "tx";
529 status = "disabled";
530 };
531
Stephen Warrene30cb232014-03-03 14:51:15 -0700532 rtc@0,7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800533 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700534 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800535 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800536 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800537 };
538
Stephen Warrene30cb232014-03-03 14:51:15 -0700539 pmc@0,7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800540 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700541 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800542 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
543 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800544 };
545
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300546 fuse@0,7000f800 {
547 compatible = "nvidia,tegra124-efuse";
548 reg = <0x0 0x7000f800 0x0 0x400>;
549 clocks = <&tegra_car TEGRA124_CLK_FUSE>;
550 clock-names = "fuse";
551 resets = <&tegra_car 39>;
552 reset-names = "fuse";
553 };
554
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300555 sata@0,70020000 {
556 compatible = "nvidia,tegra124-ahci";
557
558 reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
559 <0x0 0x70020000 0x0 0x7000>; /* SATA */
560
561 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
562
563 clocks = <&tegra_car TEGRA124_CLK_SATA>,
564 <&tegra_car TEGRA124_CLK_SATA_OOB>,
565 <&tegra_car TEGRA124_CLK_CML1>,
566 <&tegra_car TEGRA124_CLK_PLL_E>;
567 clock-names = "sata", "sata-oob", "cml1", "pll_e";
568
569 resets = <&tegra_car 124>,
570 <&tegra_car 123>,
571 <&tegra_car 129>;
572 reset-names = "sata", "sata-oob", "sata-cold";
573
574 phys = <&padctl TEGRA_XUSB_PADCTL_SATA>;
575 phy-names = "sata-phy";
576
577 status = "disabled";
578 };
579
Dylan Reid6389cb32014-05-19 19:35:45 -0700580 hda@0,70030000 {
581 compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda";
582 reg = <0x0 0x70030000 0x0 0x10000>;
583 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
584 clocks = <&tegra_car TEGRA124_CLK_HDA>,
585 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
586 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
587 clock-names = "hda", "hda2hdmi", "hdacodec_2x";
588 resets = <&tegra_car 125>, /* hda */
589 <&tegra_car 128>, /* hda2hdmi */
590 <&tegra_car 111>; /* hda2codec_2x */
591 reset-names = "hda", "hda2hdmi", "hdacodec_2x";
592 status = "disabled";
593 };
594
Thierry Redingce90d322014-06-19 13:37:09 +0200595 padctl: padctl@0,7009f000 {
596 compatible = "nvidia,tegra124-xusb-padctl";
597 reg = <0x0 0x7009f000 0x0 0x1000>;
598 resets = <&tegra_car 142>;
599 reset-names = "padctl";
600
601 #phy-cells = <1>;
602 };
603
Stephen Warrene30cb232014-03-03 14:51:15 -0700604 sdhci@0,700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600605 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700606 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600607 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
608 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
609 resets = <&tegra_car 14>;
610 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100611 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600612 };
613
Stephen Warrene30cb232014-03-03 14:51:15 -0700614 sdhci@0,700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600615 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700616 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600617 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
618 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
619 resets = <&tegra_car 9>;
620 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100621 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600622 };
623
Stephen Warrene30cb232014-03-03 14:51:15 -0700624 sdhci@0,700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600625 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700626 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600627 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
628 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
629 resets = <&tegra_car 69>;
630 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100631 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600632 };
633
Stephen Warrene30cb232014-03-03 14:51:15 -0700634 sdhci@0,700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600635 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700636 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600637 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
638 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
639 resets = <&tegra_car 15>;
640 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100641 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600642 };
643
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300644 soctherm: thermal-sensor@0,700e2000 {
645 compatible = "nvidia,tegra124-soctherm";
646 reg = <0x0 0x700e2000 0x0 0x1000>;
647 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
648 clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
649 <&tegra_car TEGRA124_CLK_SOC_THERM>;
650 clock-names = "tsensor", "soctherm";
651 resets = <&tegra_car 78>;
652 reset-names = "soctherm";
653 #thermal-sensor-cells = <1>;
654 };
655
Stephen Warrene30cb232014-03-03 14:51:15 -0700656 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700657 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700658 reg = <0x0 0x70300000 0x0 0x200>,
659 <0x0 0x70300800 0x0 0x800>,
660 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700661 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
662 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
663 <&tegra_car TEGRA124_CLK_APBIF>;
664 clock-names = "d_audio", "apbif";
665 resets = <&tegra_car 106>, /* d_audio */
666 <&tegra_car 107>, /* apbif */
667 <&tegra_car 30>, /* i2s0 */
668 <&tegra_car 11>, /* i2s1 */
669 <&tegra_car 18>, /* i2s2 */
670 <&tegra_car 101>, /* i2s3 */
671 <&tegra_car 102>, /* i2s4 */
672 <&tegra_car 108>, /* dam0 */
673 <&tegra_car 109>, /* dam1 */
674 <&tegra_car 110>, /* dam2 */
675 <&tegra_car 10>, /* spdif */
676 <&tegra_car 153>, /* amx */
677 <&tegra_car 185>, /* amx1 */
678 <&tegra_car 154>, /* adx */
679 <&tegra_car 180>, /* adx1 */
680 <&tegra_car 186>, /* afc0 */
681 <&tegra_car 187>, /* afc1 */
682 <&tegra_car 188>, /* afc2 */
683 <&tegra_car 189>, /* afc3 */
684 <&tegra_car 190>, /* afc4 */
685 <&tegra_car 191>; /* afc5 */
686 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
687 "i2s3", "i2s4", "dam0", "dam1", "dam2",
688 "spdif", "amx", "amx1", "adx", "adx1",
689 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
690 dmas = <&apbdma 1>, <&apbdma 1>,
691 <&apbdma 2>, <&apbdma 2>,
692 <&apbdma 3>, <&apbdma 3>,
693 <&apbdma 4>, <&apbdma 4>,
694 <&apbdma 6>, <&apbdma 6>,
695 <&apbdma 7>, <&apbdma 7>,
696 <&apbdma 12>, <&apbdma 12>,
697 <&apbdma 13>, <&apbdma 13>,
698 <&apbdma 14>, <&apbdma 14>,
699 <&apbdma 29>, <&apbdma 29>;
700 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
701 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
702 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
703 "rx9", "tx9";
704 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700705 #address-cells = <2>;
706 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700707
Stephen Warrene30cb232014-03-03 14:51:15 -0700708 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700709 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700710 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700711 nvidia,ahub-cif-ids = <4 4>;
712 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
713 resets = <&tegra_car 30>;
714 reset-names = "i2s";
715 status = "disabled";
716 };
717
Stephen Warrene30cb232014-03-03 14:51:15 -0700718 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700719 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700720 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700721 nvidia,ahub-cif-ids = <5 5>;
722 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
723 resets = <&tegra_car 11>;
724 reset-names = "i2s";
725 status = "disabled";
726 };
727
Stephen Warrene30cb232014-03-03 14:51:15 -0700728 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700729 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700730 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700731 nvidia,ahub-cif-ids = <6 6>;
732 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
733 resets = <&tegra_car 18>;
734 reset-names = "i2s";
735 status = "disabled";
736 };
737
Stephen Warrene30cb232014-03-03 14:51:15 -0700738 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700739 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700740 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700741 nvidia,ahub-cif-ids = <7 7>;
742 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
743 resets = <&tegra_car 101>;
744 reset-names = "i2s";
745 status = "disabled";
746 };
747
Stephen Warrene30cb232014-03-03 14:51:15 -0700748 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700749 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700750 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700751 nvidia,ahub-cif-ids = <8 8>;
752 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
753 resets = <&tegra_car 102>;
754 reset-names = "i2s";
755 status = "disabled";
756 };
757 };
758
Stephen Warrene30cb232014-03-03 14:51:15 -0700759 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100760 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700761 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100762 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
763 phy_type = "utmi";
764 clocks = <&tegra_car TEGRA124_CLK_USBD>;
765 resets = <&tegra_car 22>;
766 reset-names = "usb";
767 nvidia,phy = <&phy1>;
768 status = "disabled";
769 };
770
Stephen Warrene30cb232014-03-03 14:51:15 -0700771 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100772 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700773 reg = <0x0 0x7d000000 0x0 0x4000>,
774 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100775 phy_type = "utmi";
776 clocks = <&tegra_car TEGRA124_CLK_USBD>,
777 <&tegra_car TEGRA124_CLK_PLL_U>,
778 <&tegra_car TEGRA124_CLK_USBD>;
779 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300780 resets = <&tegra_car 59>, <&tegra_car 22>;
781 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100782 nvidia,hssync-start-delay = <0>;
783 nvidia,idle-wait-delay = <17>;
784 nvidia,elastic-limit = <16>;
785 nvidia,term-range-adj = <6>;
786 nvidia,xcvr-setup = <9>;
787 nvidia,xcvr-lsfslew = <0>;
788 nvidia,xcvr-lsrslew = <3>;
789 nvidia,hssquelch-level = <2>;
790 nvidia,hsdiscon-level = <5>;
791 nvidia,xcvr-hsslew = <12>;
792 status = "disabled";
793 };
794
Stephen Warrene30cb232014-03-03 14:51:15 -0700795 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100796 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700797 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100798 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
799 phy_type = "utmi";
800 clocks = <&tegra_car TEGRA124_CLK_USB2>;
801 resets = <&tegra_car 58>;
802 reset-names = "usb";
803 nvidia,phy = <&phy2>;
804 status = "disabled";
805 };
806
Stephen Warrene30cb232014-03-03 14:51:15 -0700807 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100808 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700809 reg = <0x0 0x7d004000 0x0 0x4000>,
810 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100811 phy_type = "utmi";
812 clocks = <&tegra_car TEGRA124_CLK_USB2>,
813 <&tegra_car TEGRA124_CLK_PLL_U>,
814 <&tegra_car TEGRA124_CLK_USBD>;
815 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300816 resets = <&tegra_car 22>, <&tegra_car 22>;
817 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100818 nvidia,hssync-start-delay = <0>;
819 nvidia,idle-wait-delay = <17>;
820 nvidia,elastic-limit = <16>;
821 nvidia,term-range-adj = <6>;
822 nvidia,xcvr-setup = <9>;
823 nvidia,xcvr-lsfslew = <0>;
824 nvidia,xcvr-lsrslew = <3>;
825 nvidia,hssquelch-level = <2>;
826 nvidia,hsdiscon-level = <5>;
827 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300828 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +0100829 status = "disabled";
830 };
831
Stephen Warrene30cb232014-03-03 14:51:15 -0700832 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100833 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700834 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100835 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
836 phy_type = "utmi";
837 clocks = <&tegra_car TEGRA124_CLK_USB3>;
838 resets = <&tegra_car 59>;
839 reset-names = "usb";
840 nvidia,phy = <&phy3>;
841 status = "disabled";
842 };
843
Stephen Warrene30cb232014-03-03 14:51:15 -0700844 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100845 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700846 reg = <0x0 0x7d008000 0x0 0x4000>,
847 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100848 phy_type = "utmi";
849 clocks = <&tegra_car TEGRA124_CLK_USB3>,
850 <&tegra_car TEGRA124_CLK_PLL_U>,
851 <&tegra_car TEGRA124_CLK_USBD>;
852 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300853 resets = <&tegra_car 58>, <&tegra_car 22>;
854 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100855 nvidia,hssync-start-delay = <0>;
856 nvidia,idle-wait-delay = <17>;
857 nvidia,elastic-limit = <16>;
858 nvidia,term-range-adj = <6>;
859 nvidia,xcvr-setup = <9>;
860 nvidia,xcvr-lsfslew = <0>;
861 nvidia,xcvr-lsrslew = <3>;
862 nvidia,hssquelch-level = <2>;
863 nvidia,hsdiscon-level = <5>;
864 nvidia,xcvr-hsslew = <12>;
865 status = "disabled";
866 };
867
Joseph Load03b1a2013-10-08 12:50:05 +0800868 cpus {
869 #address-cells = <1>;
870 #size-cells = <0>;
871
872 cpu@0 {
873 device_type = "cpu";
874 compatible = "arm,cortex-a15";
875 reg = <0>;
876 };
877
878 cpu@1 {
879 device_type = "cpu";
880 compatible = "arm,cortex-a15";
881 reg = <1>;
882 };
883
884 cpu@2 {
885 device_type = "cpu";
886 compatible = "arm,cortex-a15";
887 reg = <2>;
888 };
889
890 cpu@3 {
891 device_type = "cpu";
892 compatible = "arm,cortex-a15";
893 reg = <3>;
894 };
895 };
896
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300897 thermal-zones {
898 cpu {
899 polling-delay-passive = <1000>;
900 polling-delay = <1000>;
901
902 thermal-sensors =
903 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
904 };
905
906 mem {
907 polling-delay-passive = <1000>;
908 polling-delay = <1000>;
909
910 thermal-sensors =
911 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
912 };
913
914 gpu {
915 polling-delay-passive = <1000>;
916 polling-delay = <1000>;
917
918 thermal-sensors =
919 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
920 };
921
922 pllx {
923 polling-delay-passive = <1000>;
924 polling-delay = <1000>;
925
926 thermal-sensors =
927 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
928 };
929 };
930
Joseph Load03b1a2013-10-08 12:50:05 +0800931 timer {
932 compatible = "arm,armv7-timer";
933 interrupts = <GIC_PPI 13
934 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
935 <GIC_PPI 14
936 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
937 <GIC_PPI 11
938 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
939 <GIC_PPI 10
940 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
941 };
942};