blob: af2eace5eb63dbcad62c29c877abce0cbc7a83ab [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>
6
7#include "skeleton.dtsi"
8
9/ {
10 compatible = "nvidia,tegra124";
11 interrupt-parent = <&gic>;
Stephen Warrene30cb232014-03-03 14:51:15 -070012 #address-cells = <2>;
13 #size-cells = <2>;
Joseph Load03b1a2013-10-08 12:50:05 +080014
Thierry Redingee588e22014-09-17 10:02:44 -060015 pcie-controller@0,01003000 {
16 compatible = "nvidia,tegra124-pcie";
17 device_type = "pci";
18 reg = <0x0 0x01003000 0x0 0x00000800 /* PADS registers */
19 0x0 0x01003800 0x0 0x00000800 /* AFI registers */
20 0x0 0x02000000 0x0 0x10000000>; /* configuration space */
21 reg-names = "pads", "afi", "cs";
22 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
23 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
24 interrupt-names = "intr", "msi";
25
26 #interrupt-cells = <1>;
27 interrupt-map-mask = <0 0 0 0>;
28 interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
29
30 bus-range = <0x00 0xff>;
31 #address-cells = <3>;
32 #size-cells = <2>;
33
34 ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000 /* port 0 configuration space */
35 0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000 /* port 1 configuration space */
36 0x81000000 0 0x0 0x0 0x12000000 0 0x00010000 /* downstream I/O (64 KiB) */
37 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */
38 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
39
40 clocks = <&tegra_car TEGRA124_CLK_PCIE>,
41 <&tegra_car TEGRA124_CLK_AFI>,
42 <&tegra_car TEGRA124_CLK_PLL_E>,
43 <&tegra_car TEGRA124_CLK_CML0>;
44 clock-names = "pex", "afi", "pll_e", "cml";
45 resets = <&tegra_car 70>,
46 <&tegra_car 72>,
47 <&tegra_car 74>;
48 reset-names = "pex", "afi", "pcie_x";
49 status = "disabled";
50
51 phys = <&padctl TEGRA_XUSB_PADCTL_PCIE>;
52 phy-names = "pcie";
53
54 pci@1,0 {
55 device_type = "pci";
56 assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
57 reg = <0x000800 0 0 0 0>;
58 status = "disabled";
59
60 #address-cells = <3>;
61 #size-cells = <2>;
62 ranges;
63
64 nvidia,num-lanes = <2>;
65 };
66
67 pci@2,0 {
68 device_type = "pci";
69 assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
70 reg = <0x001000 0 0 0 0>;
71 status = "disabled";
72
73 #address-cells = <3>;
74 #size-cells = <2>;
75 ranges;
76
77 nvidia,num-lanes = <1>;
78 };
79 };
80
Stephen Warrene30cb232014-03-03 14:51:15 -070081 host1x@0,50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010082 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070083 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010084 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
85 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
86 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
87 resets = <&tegra_car 28>;
88 reset-names = "host1x";
89
Stephen Warrene30cb232014-03-03 14:51:15 -070090 #address-cells = <2>;
91 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010092
Stephen Warrene30cb232014-03-03 14:51:15 -070093 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010094
Stephen Warrene30cb232014-03-03 14:51:15 -070095 dc@0,54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010096 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070097 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010098 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
99 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
100 <&tegra_car TEGRA124_CLK_PLL_P>;
101 clock-names = "dc", "parent";
102 resets = <&tegra_car 27>;
103 reset-names = "dc";
104
105 nvidia,head = <0>;
106 };
107
Stephen Warrene30cb232014-03-03 14:51:15 -0700108 dc@0,54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +0100109 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700110 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +0100111 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
112 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
113 <&tegra_car TEGRA124_CLK_PLL_P>;
114 clock-names = "dc", "parent";
115 resets = <&tegra_car 26>;
116 reset-names = "dc";
117
118 nvidia,head = <1>;
119 };
Thierry Redingd72be032014-02-28 17:40:23 +0100120
Thierry Reding9dd604d2014-04-25 17:44:45 +0200121 hdmi@0,54280000 {
122 compatible = "nvidia,tegra124-hdmi";
123 reg = <0x0 0x54280000 0x0 0x00040000>;
124 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
125 clocks = <&tegra_car TEGRA124_CLK_HDMI>,
126 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
127 clock-names = "hdmi", "parent";
128 resets = <&tegra_car 51>;
129 reset-names = "hdmi";
130 status = "disabled";
131 };
132
Stephen Warrene30cb232014-03-03 14:51:15 -0700133 sor@0,54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100134 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -0700135 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100136 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
137 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
138 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
139 <&tegra_car TEGRA124_CLK_PLL_DP>,
140 <&tegra_car TEGRA124_CLK_CLK_M>;
141 clock-names = "sor", "parent", "dp", "safe";
142 resets = <&tegra_car 182>;
143 reset-names = "sor";
144 status = "disabled";
145 };
146
Dylan Reidedfbad02014-09-04 15:20:34 -0700147 dpaux: dpaux@0,545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100148 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700149 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100150 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
151 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
152 <&tegra_car TEGRA124_CLK_PLL_DP>;
153 clock-names = "dpaux", "parent";
154 resets = <&tegra_car 181>;
155 reset-names = "dpaux";
156 status = "disabled";
157 };
Thierry Redingad6be7d2014-02-28 17:40:22 +0100158 };
159
Stephen Warrene30cb232014-03-03 14:51:15 -0700160 gic: interrupt-controller@0,50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800161 compatible = "arm,cortex-a15-gic";
162 #interrupt-cells = <3>;
163 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -0700164 reg = <0x0 0x50041000 0x0 0x1000>,
165 <0x0 0x50042000 0x0 0x1000>,
166 <0x0 0x50044000 0x0 0x2000>,
167 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +0800168 interrupts = <GIC_PPI 9
169 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
170 };
171
Thierry Redingd86b1e82014-06-26 14:33:34 +0900172 gpu@0,57000000 {
173 compatible = "nvidia,gk20a";
174 reg = <0x0 0x57000000 0x0 0x01000000>,
175 <0x0 0x58000000 0x0 0x01000000>;
176 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
178 interrupt-names = "stall", "nonstall";
179 clocks = <&tegra_car TEGRA124_CLK_GPU>,
180 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
181 clock-names = "gpu", "pwr";
182 resets = <&tegra_car 184>;
183 reset-names = "gpu";
184 status = "disabled";
185 };
186
Stephen Warrene30cb232014-03-03 14:51:15 -0700187 timer@0,60005000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800188 compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -0700189 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +0800190 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
191 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
192 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
193 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
194 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
195 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800196 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
197 };
198
Stephen Warrene30cb232014-03-03 14:51:15 -0700199 tegra_car: clock@0,60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800200 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700201 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800202 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700203 #reset-cells = <1>;
Joseph Load03b1a2013-10-08 12:50:05 +0800204 };
205
Thierry Redingb1023132014-08-26 08:14:03 +0200206 flow-controller@0,60007000 {
207 compatible = "nvidia,tegra124-flowctrl";
208 reg = <0x0 0x60007000 0x0 0x1000>;
209 };
210
Stephen Warrene30cb232014-03-03 14:51:15 -0700211 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700212 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700213 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700214 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
215 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
217 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
218 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
219 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
220 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
221 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
222 #gpio-cells = <2>;
223 gpio-controller;
224 #interrupt-cells = <2>;
225 interrupt-controller;
226 };
227
Stephen Warrene30cb232014-03-03 14:51:15 -0700228 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700229 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700230 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700231 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
232 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
233 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
234 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
238 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
239 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
240 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
241 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
242 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
243 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
244 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
245 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
246 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
247 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
248 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
249 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
250 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
258 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
259 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
260 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
261 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
262 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
263 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
264 resets = <&tegra_car 34>;
265 reset-names = "dma";
266 #dma-cells = <1>;
267 };
268
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300269 apbmisc@0,70000800 {
270 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
271 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
272 <0x0 0x7000E864 0x0 0x04>; /* Strapping options */
273 };
274
Stephen Warrene30cb232014-03-03 14:51:15 -0700275 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600276 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700277 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
Sean Paul49727d32014-09-09 15:58:46 -0400278 <0x0 0x70003000 0x0 0x434>, /* Mux registers */
279 <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
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
Stephen Warrene30cb232014-03-03 14:51:15 -0700644 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700645 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700646 reg = <0x0 0x70300000 0x0 0x200>,
647 <0x0 0x70300800 0x0 0x800>,
648 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700649 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
650 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
651 <&tegra_car TEGRA124_CLK_APBIF>;
652 clock-names = "d_audio", "apbif";
653 resets = <&tegra_car 106>, /* d_audio */
654 <&tegra_car 107>, /* apbif */
655 <&tegra_car 30>, /* i2s0 */
656 <&tegra_car 11>, /* i2s1 */
657 <&tegra_car 18>, /* i2s2 */
658 <&tegra_car 101>, /* i2s3 */
659 <&tegra_car 102>, /* i2s4 */
660 <&tegra_car 108>, /* dam0 */
661 <&tegra_car 109>, /* dam1 */
662 <&tegra_car 110>, /* dam2 */
663 <&tegra_car 10>, /* spdif */
664 <&tegra_car 153>, /* amx */
665 <&tegra_car 185>, /* amx1 */
666 <&tegra_car 154>, /* adx */
667 <&tegra_car 180>, /* adx1 */
668 <&tegra_car 186>, /* afc0 */
669 <&tegra_car 187>, /* afc1 */
670 <&tegra_car 188>, /* afc2 */
671 <&tegra_car 189>, /* afc3 */
672 <&tegra_car 190>, /* afc4 */
673 <&tegra_car 191>; /* afc5 */
674 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
675 "i2s3", "i2s4", "dam0", "dam1", "dam2",
676 "spdif", "amx", "amx1", "adx", "adx1",
677 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
678 dmas = <&apbdma 1>, <&apbdma 1>,
679 <&apbdma 2>, <&apbdma 2>,
680 <&apbdma 3>, <&apbdma 3>,
681 <&apbdma 4>, <&apbdma 4>,
682 <&apbdma 6>, <&apbdma 6>,
683 <&apbdma 7>, <&apbdma 7>,
684 <&apbdma 12>, <&apbdma 12>,
685 <&apbdma 13>, <&apbdma 13>,
686 <&apbdma 14>, <&apbdma 14>,
687 <&apbdma 29>, <&apbdma 29>;
688 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
689 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
690 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
691 "rx9", "tx9";
692 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700693 #address-cells = <2>;
694 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700695
Stephen Warrene30cb232014-03-03 14:51:15 -0700696 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700697 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700698 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700699 nvidia,ahub-cif-ids = <4 4>;
700 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
701 resets = <&tegra_car 30>;
702 reset-names = "i2s";
703 status = "disabled";
704 };
705
Stephen Warrene30cb232014-03-03 14:51:15 -0700706 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700707 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700708 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700709 nvidia,ahub-cif-ids = <5 5>;
710 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
711 resets = <&tegra_car 11>;
712 reset-names = "i2s";
713 status = "disabled";
714 };
715
Stephen Warrene30cb232014-03-03 14:51:15 -0700716 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700717 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700718 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700719 nvidia,ahub-cif-ids = <6 6>;
720 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
721 resets = <&tegra_car 18>;
722 reset-names = "i2s";
723 status = "disabled";
724 };
725
Stephen Warrene30cb232014-03-03 14:51:15 -0700726 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700727 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700728 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700729 nvidia,ahub-cif-ids = <7 7>;
730 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
731 resets = <&tegra_car 101>;
732 reset-names = "i2s";
733 status = "disabled";
734 };
735
Stephen Warrene30cb232014-03-03 14:51:15 -0700736 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700737 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700738 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700739 nvidia,ahub-cif-ids = <8 8>;
740 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
741 resets = <&tegra_car 102>;
742 reset-names = "i2s";
743 status = "disabled";
744 };
745 };
746
Stephen Warrene30cb232014-03-03 14:51:15 -0700747 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100748 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700749 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100750 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
751 phy_type = "utmi";
752 clocks = <&tegra_car TEGRA124_CLK_USBD>;
753 resets = <&tegra_car 22>;
754 reset-names = "usb";
755 nvidia,phy = <&phy1>;
756 status = "disabled";
757 };
758
Stephen Warrene30cb232014-03-03 14:51:15 -0700759 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100760 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700761 reg = <0x0 0x7d000000 0x0 0x4000>,
762 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100763 phy_type = "utmi";
764 clocks = <&tegra_car TEGRA124_CLK_USBD>,
765 <&tegra_car TEGRA124_CLK_PLL_U>,
766 <&tegra_car TEGRA124_CLK_USBD>;
767 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300768 resets = <&tegra_car 59>, <&tegra_car 22>;
769 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100770 nvidia,hssync-start-delay = <0>;
771 nvidia,idle-wait-delay = <17>;
772 nvidia,elastic-limit = <16>;
773 nvidia,term-range-adj = <6>;
774 nvidia,xcvr-setup = <9>;
775 nvidia,xcvr-lsfslew = <0>;
776 nvidia,xcvr-lsrslew = <3>;
777 nvidia,hssquelch-level = <2>;
778 nvidia,hsdiscon-level = <5>;
779 nvidia,xcvr-hsslew = <12>;
780 status = "disabled";
781 };
782
Stephen Warrene30cb232014-03-03 14:51:15 -0700783 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100784 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700785 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100786 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
787 phy_type = "utmi";
788 clocks = <&tegra_car TEGRA124_CLK_USB2>;
789 resets = <&tegra_car 58>;
790 reset-names = "usb";
791 nvidia,phy = <&phy2>;
792 status = "disabled";
793 };
794
Stephen Warrene30cb232014-03-03 14:51:15 -0700795 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100796 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700797 reg = <0x0 0x7d004000 0x0 0x4000>,
798 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100799 phy_type = "utmi";
800 clocks = <&tegra_car TEGRA124_CLK_USB2>,
801 <&tegra_car TEGRA124_CLK_PLL_U>,
802 <&tegra_car TEGRA124_CLK_USBD>;
803 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300804 resets = <&tegra_car 22>, <&tegra_car 22>;
805 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100806 nvidia,hssync-start-delay = <0>;
807 nvidia,idle-wait-delay = <17>;
808 nvidia,elastic-limit = <16>;
809 nvidia,term-range-adj = <6>;
810 nvidia,xcvr-setup = <9>;
811 nvidia,xcvr-lsfslew = <0>;
812 nvidia,xcvr-lsrslew = <3>;
813 nvidia,hssquelch-level = <2>;
814 nvidia,hsdiscon-level = <5>;
815 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300816 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +0100817 status = "disabled";
818 };
819
Stephen Warrene30cb232014-03-03 14:51:15 -0700820 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100821 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700822 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100823 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
824 phy_type = "utmi";
825 clocks = <&tegra_car TEGRA124_CLK_USB3>;
826 resets = <&tegra_car 59>;
827 reset-names = "usb";
828 nvidia,phy = <&phy3>;
829 status = "disabled";
830 };
831
Stephen Warrene30cb232014-03-03 14:51:15 -0700832 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100833 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700834 reg = <0x0 0x7d008000 0x0 0x4000>,
835 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100836 phy_type = "utmi";
837 clocks = <&tegra_car TEGRA124_CLK_USB3>,
838 <&tegra_car TEGRA124_CLK_PLL_U>,
839 <&tegra_car TEGRA124_CLK_USBD>;
840 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300841 resets = <&tegra_car 58>, <&tegra_car 22>;
842 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100843 nvidia,hssync-start-delay = <0>;
844 nvidia,idle-wait-delay = <17>;
845 nvidia,elastic-limit = <16>;
846 nvidia,term-range-adj = <6>;
847 nvidia,xcvr-setup = <9>;
848 nvidia,xcvr-lsfslew = <0>;
849 nvidia,xcvr-lsrslew = <3>;
850 nvidia,hssquelch-level = <2>;
851 nvidia,hsdiscon-level = <5>;
852 nvidia,xcvr-hsslew = <12>;
853 status = "disabled";
854 };
855
Joseph Load03b1a2013-10-08 12:50:05 +0800856 cpus {
857 #address-cells = <1>;
858 #size-cells = <0>;
859
860 cpu@0 {
861 device_type = "cpu";
862 compatible = "arm,cortex-a15";
863 reg = <0>;
864 };
865
866 cpu@1 {
867 device_type = "cpu";
868 compatible = "arm,cortex-a15";
869 reg = <1>;
870 };
871
872 cpu@2 {
873 device_type = "cpu";
874 compatible = "arm,cortex-a15";
875 reg = <2>;
876 };
877
878 cpu@3 {
879 device_type = "cpu";
880 compatible = "arm,cortex-a15";
881 reg = <3>;
882 };
883 };
884
885 timer {
886 compatible = "arm,armv7-timer";
887 interrupts = <GIC_PPI 13
888 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
889 <GIC_PPI 14
890 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
891 <GIC_PPI 11
892 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
893 <GIC_PPI 10
894 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
895 };
896};