blob: 03916efd6fa98748f6d183cfda94280cf6ceeedb [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
Stephen Warrene30cb232014-03-03 14:51:15 -070015 host1x@0,50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010016 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070017 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010018 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
19 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
20 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
21 resets = <&tegra_car 28>;
22 reset-names = "host1x";
23
Stephen Warrene30cb232014-03-03 14:51:15 -070024 #address-cells = <2>;
25 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010026
Stephen Warrene30cb232014-03-03 14:51:15 -070027 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010028
Stephen Warrene30cb232014-03-03 14:51:15 -070029 dc@0,54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010030 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070031 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010032 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
33 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
34 <&tegra_car TEGRA124_CLK_PLL_P>;
35 clock-names = "dc", "parent";
36 resets = <&tegra_car 27>;
37 reset-names = "dc";
38
39 nvidia,head = <0>;
40 };
41
Stephen Warrene30cb232014-03-03 14:51:15 -070042 dc@0,54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010043 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070044 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010045 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
46 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
47 <&tegra_car TEGRA124_CLK_PLL_P>;
48 clock-names = "dc", "parent";
49 resets = <&tegra_car 26>;
50 reset-names = "dc";
51
52 nvidia,head = <1>;
53 };
Thierry Redingd72be032014-02-28 17:40:23 +010054
Thierry Reding9dd604d2014-04-25 17:44:45 +020055 hdmi@0,54280000 {
56 compatible = "nvidia,tegra124-hdmi";
57 reg = <0x0 0x54280000 0x0 0x00040000>;
58 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
59 clocks = <&tegra_car TEGRA124_CLK_HDMI>,
60 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
61 clock-names = "hdmi", "parent";
62 resets = <&tegra_car 51>;
63 reset-names = "hdmi";
64 status = "disabled";
65 };
66
Stephen Warrene30cb232014-03-03 14:51:15 -070067 sor@0,54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +010068 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -070069 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +010070 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
71 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
72 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
73 <&tegra_car TEGRA124_CLK_PLL_DP>,
74 <&tegra_car TEGRA124_CLK_CLK_M>;
75 clock-names = "sor", "parent", "dp", "safe";
76 resets = <&tegra_car 182>;
77 reset-names = "sor";
78 status = "disabled";
79 };
80
Stephen Warrene30cb232014-03-03 14:51:15 -070081 dpaux@0,545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +010082 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -070083 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +010084 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
85 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
86 <&tegra_car TEGRA124_CLK_PLL_DP>;
87 clock-names = "dpaux", "parent";
88 resets = <&tegra_car 181>;
89 reset-names = "dpaux";
90 status = "disabled";
91 };
Thierry Redingad6be7d2014-02-28 17:40:22 +010092 };
93
Stephen Warrene30cb232014-03-03 14:51:15 -070094 gic: interrupt-controller@0,50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +080095 compatible = "arm,cortex-a15-gic";
96 #interrupt-cells = <3>;
97 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -070098 reg = <0x0 0x50041000 0x0 0x1000>,
99 <0x0 0x50042000 0x0 0x1000>,
100 <0x0 0x50044000 0x0 0x2000>,
101 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +0800102 interrupts = <GIC_PPI 9
103 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
104 };
105
Thierry Redingd86b1e82014-06-26 14:33:34 +0900106 gpu@0,57000000 {
107 compatible = "nvidia,gk20a";
108 reg = <0x0 0x57000000 0x0 0x01000000>,
109 <0x0 0x58000000 0x0 0x01000000>;
110 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
111 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
112 interrupt-names = "stall", "nonstall";
113 clocks = <&tegra_car TEGRA124_CLK_GPU>,
114 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
115 clock-names = "gpu", "pwr";
116 resets = <&tegra_car 184>;
117 reset-names = "gpu";
118 status = "disabled";
119 };
120
Stephen Warrene30cb232014-03-03 14:51:15 -0700121 timer@0,60005000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800122 compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -0700123 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +0800124 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
125 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
126 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
127 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
128 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
129 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800130 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
131 };
132
Stephen Warrene30cb232014-03-03 14:51:15 -0700133 tegra_car: clock@0,60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800134 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700135 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800136 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700137 #reset-cells = <1>;
Joseph Load03b1a2013-10-08 12:50:05 +0800138 };
139
Stephen Warrene30cb232014-03-03 14:51:15 -0700140 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700141 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700142 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700143 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
144 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
145 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
146 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
147 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
148 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
149 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
150 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
151 #gpio-cells = <2>;
152 gpio-controller;
153 #interrupt-cells = <2>;
154 interrupt-controller;
155 };
156
Stephen Warrene30cb232014-03-03 14:51:15 -0700157 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700158 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700159 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700160 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
161 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
162 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
163 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
164 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
165 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
166 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
167 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
168 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
169 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
170 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
171 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
172 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
173 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
174 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
176 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
178 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
179 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
180 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
181 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
182 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
183 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
184 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
185 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
186 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
187 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
188 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
189 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
190 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
191 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
192 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
193 resets = <&tegra_car 34>;
194 reset-names = "dma";
195 #dma-cells = <1>;
196 };
197
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300198 apbmisc@0,70000800 {
199 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
200 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
201 <0x0 0x7000E864 0x0 0x04>; /* Strapping options */
202 };
203
Stephen Warrene30cb232014-03-03 14:51:15 -0700204 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600205 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700206 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
207 <0x0 0x70003000 0x0 0x434>; /* Mux registers */
Stephen Warrencaefe632013-11-01 14:03:59 -0600208 };
209
Joseph Load03b1a2013-10-08 12:50:05 +0800210 /*
211 * There are two serial driver i.e. 8250 based simple serial
212 * driver and APB DMA based serial driver for higher baudrate
213 * and performace. To enable the 8250 based driver, the compatible
214 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
215 * the APB DMA based serial driver, the comptible is
216 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
217 */
Stephen Warrene30cb232014-03-03 14:51:15 -0700218 serial@0,70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800219 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700220 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800221 reg-shift = <2>;
222 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800223 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700224 resets = <&tegra_car 6>;
225 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700226 dmas = <&apbdma 8>, <&apbdma 8>;
227 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800228 status = "disabled";
229 };
230
Stephen Warrene30cb232014-03-03 14:51:15 -0700231 serial@0,70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800232 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700233 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800234 reg-shift = <2>;
235 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800236 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700237 resets = <&tegra_car 7>;
238 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700239 dmas = <&apbdma 9>, <&apbdma 9>;
240 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800241 status = "disabled";
242 };
243
Stephen Warrene30cb232014-03-03 14:51:15 -0700244 serial@0,70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800245 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700246 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800247 reg-shift = <2>;
248 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800249 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700250 resets = <&tegra_car 55>;
251 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700252 dmas = <&apbdma 10>, <&apbdma 10>;
253 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800254 status = "disabled";
255 };
256
Stephen Warrene30cb232014-03-03 14:51:15 -0700257 serial@0,70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800258 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700259 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800260 reg-shift = <2>;
261 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800262 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700263 resets = <&tegra_car 65>;
264 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700265 dmas = <&apbdma 19>, <&apbdma 19>;
266 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800267 status = "disabled";
268 };
269
Stephen Warrene30cb232014-03-03 14:51:15 -0700270 pwm@0,7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100271 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700272 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100273 #pwm-cells = <2>;
274 clocks = <&tegra_car TEGRA124_CLK_PWM>;
275 resets = <&tegra_car 17>;
276 reset-names = "pwm";
277 status = "disabled";
278 };
279
Stephen Warrene30cb232014-03-03 14:51:15 -0700280 i2c@0,7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700281 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700282 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700283 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
284 #address-cells = <1>;
285 #size-cells = <0>;
286 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
287 clock-names = "div-clk";
288 resets = <&tegra_car 12>;
289 reset-names = "i2c";
290 dmas = <&apbdma 21>, <&apbdma 21>;
291 dma-names = "rx", "tx";
292 status = "disabled";
293 };
294
Stephen Warrene30cb232014-03-03 14:51:15 -0700295 i2c@0,7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700296 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700297 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700298 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
299 #address-cells = <1>;
300 #size-cells = <0>;
301 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
302 clock-names = "div-clk";
303 resets = <&tegra_car 54>;
304 reset-names = "i2c";
305 dmas = <&apbdma 22>, <&apbdma 22>;
306 dma-names = "rx", "tx";
307 status = "disabled";
308 };
309
Stephen Warrene30cb232014-03-03 14:51:15 -0700310 i2c@0,7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700311 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700312 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700313 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
314 #address-cells = <1>;
315 #size-cells = <0>;
316 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
317 clock-names = "div-clk";
318 resets = <&tegra_car 67>;
319 reset-names = "i2c";
320 dmas = <&apbdma 23>, <&apbdma 23>;
321 dma-names = "rx", "tx";
322 status = "disabled";
323 };
324
Stephen Warrene30cb232014-03-03 14:51:15 -0700325 i2c@0,7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700326 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700327 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700328 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
329 #address-cells = <1>;
330 #size-cells = <0>;
331 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
332 clock-names = "div-clk";
333 resets = <&tegra_car 103>;
334 reset-names = "i2c";
335 dmas = <&apbdma 26>, <&apbdma 26>;
336 dma-names = "rx", "tx";
337 status = "disabled";
338 };
339
Stephen Warrene30cb232014-03-03 14:51:15 -0700340 i2c@0,7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700341 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700342 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700343 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
344 #address-cells = <1>;
345 #size-cells = <0>;
346 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
347 clock-names = "div-clk";
348 resets = <&tegra_car 47>;
349 reset-names = "i2c";
350 dmas = <&apbdma 24>, <&apbdma 24>;
351 dma-names = "rx", "tx";
352 status = "disabled";
353 };
354
Stephen Warrene30cb232014-03-03 14:51:15 -0700355 i2c@0,7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700356 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700357 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700358 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
359 #address-cells = <1>;
360 #size-cells = <0>;
361 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
362 clock-names = "div-clk";
363 resets = <&tegra_car 166>;
364 reset-names = "i2c";
365 dmas = <&apbdma 30>, <&apbdma 30>;
366 dma-names = "rx", "tx";
367 status = "disabled";
368 };
369
Stephen Warrene30cb232014-03-03 14:51:15 -0700370 spi@0,7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100371 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700372 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100373 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
374 #address-cells = <1>;
375 #size-cells = <0>;
376 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
377 clock-names = "spi";
378 resets = <&tegra_car 41>;
379 reset-names = "spi";
380 dmas = <&apbdma 15>, <&apbdma 15>;
381 dma-names = "rx", "tx";
382 status = "disabled";
383 };
384
Stephen Warrene30cb232014-03-03 14:51:15 -0700385 spi@0,7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100386 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700387 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100388 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
389 #address-cells = <1>;
390 #size-cells = <0>;
391 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
392 clock-names = "spi";
393 resets = <&tegra_car 44>;
394 reset-names = "spi";
395 dmas = <&apbdma 16>, <&apbdma 16>;
396 dma-names = "rx", "tx";
397 status = "disabled";
398 };
399
Stephen Warrene30cb232014-03-03 14:51:15 -0700400 spi@0,7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100401 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700402 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100403 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
404 #address-cells = <1>;
405 #size-cells = <0>;
406 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
407 clock-names = "spi";
408 resets = <&tegra_car 46>;
409 reset-names = "spi";
410 dmas = <&apbdma 17>, <&apbdma 17>;
411 dma-names = "rx", "tx";
412 status = "disabled";
413 };
414
Stephen Warrene30cb232014-03-03 14:51:15 -0700415 spi@0,7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100416 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700417 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100418 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
419 #address-cells = <1>;
420 #size-cells = <0>;
421 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
422 clock-names = "spi";
423 resets = <&tegra_car 68>;
424 reset-names = "spi";
425 dmas = <&apbdma 18>, <&apbdma 18>;
426 dma-names = "rx", "tx";
427 status = "disabled";
428 };
429
Stephen Warrene30cb232014-03-03 14:51:15 -0700430 spi@0,7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100431 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700432 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100433 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
434 #address-cells = <1>;
435 #size-cells = <0>;
436 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
437 clock-names = "spi";
438 resets = <&tegra_car 104>;
439 reset-names = "spi";
440 dmas = <&apbdma 27>, <&apbdma 27>;
441 dma-names = "rx", "tx";
442 status = "disabled";
443 };
444
Stephen Warrene30cb232014-03-03 14:51:15 -0700445 spi@0,7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100446 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700447 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100448 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
449 #address-cells = <1>;
450 #size-cells = <0>;
451 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
452 clock-names = "spi";
453 resets = <&tegra_car 105>;
454 reset-names = "spi";
455 dmas = <&apbdma 28>, <&apbdma 28>;
456 dma-names = "rx", "tx";
457 status = "disabled";
458 };
459
Stephen Warrene30cb232014-03-03 14:51:15 -0700460 rtc@0,7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800461 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700462 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800463 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800464 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800465 };
466
Stephen Warrene30cb232014-03-03 14:51:15 -0700467 pmc@0,7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800468 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700469 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800470 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
471 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800472 };
473
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300474 fuse@0,7000f800 {
475 compatible = "nvidia,tegra124-efuse";
476 reg = <0x0 0x7000f800 0x0 0x400>;
477 clocks = <&tegra_car TEGRA124_CLK_FUSE>;
478 clock-names = "fuse";
479 resets = <&tegra_car 39>;
480 reset-names = "fuse";
481 };
482
Dylan Reid6389cb32014-05-19 19:35:45 -0700483 hda@0,70030000 {
484 compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda";
485 reg = <0x0 0x70030000 0x0 0x10000>;
486 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
487 clocks = <&tegra_car TEGRA124_CLK_HDA>,
488 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
489 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
490 clock-names = "hda", "hda2hdmi", "hdacodec_2x";
491 resets = <&tegra_car 125>, /* hda */
492 <&tegra_car 128>, /* hda2hdmi */
493 <&tegra_car 111>; /* hda2codec_2x */
494 reset-names = "hda", "hda2hdmi", "hdacodec_2x";
495 status = "disabled";
496 };
497
Thierry Redingce90d322014-06-19 13:37:09 +0200498 padctl: padctl@0,7009f000 {
499 compatible = "nvidia,tegra124-xusb-padctl";
500 reg = <0x0 0x7009f000 0x0 0x1000>;
501 resets = <&tegra_car 142>;
502 reset-names = "padctl";
503
504 #phy-cells = <1>;
505 };
506
Stephen Warrene30cb232014-03-03 14:51:15 -0700507 sdhci@0,700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600508 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700509 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600510 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
511 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
512 resets = <&tegra_car 14>;
513 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100514 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600515 };
516
Stephen Warrene30cb232014-03-03 14:51:15 -0700517 sdhci@0,700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600518 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700519 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600520 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
521 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
522 resets = <&tegra_car 9>;
523 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100524 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600525 };
526
Stephen Warrene30cb232014-03-03 14:51:15 -0700527 sdhci@0,700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600528 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700529 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600530 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
531 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
532 resets = <&tegra_car 69>;
533 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100534 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600535 };
536
Stephen Warrene30cb232014-03-03 14:51:15 -0700537 sdhci@0,700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600538 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700539 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600540 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
541 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
542 resets = <&tegra_car 15>;
543 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100544 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600545 };
546
Stephen Warrene30cb232014-03-03 14:51:15 -0700547 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700548 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700549 reg = <0x0 0x70300000 0x0 0x200>,
550 <0x0 0x70300800 0x0 0x800>,
551 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700552 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
553 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
554 <&tegra_car TEGRA124_CLK_APBIF>;
555 clock-names = "d_audio", "apbif";
556 resets = <&tegra_car 106>, /* d_audio */
557 <&tegra_car 107>, /* apbif */
558 <&tegra_car 30>, /* i2s0 */
559 <&tegra_car 11>, /* i2s1 */
560 <&tegra_car 18>, /* i2s2 */
561 <&tegra_car 101>, /* i2s3 */
562 <&tegra_car 102>, /* i2s4 */
563 <&tegra_car 108>, /* dam0 */
564 <&tegra_car 109>, /* dam1 */
565 <&tegra_car 110>, /* dam2 */
566 <&tegra_car 10>, /* spdif */
567 <&tegra_car 153>, /* amx */
568 <&tegra_car 185>, /* amx1 */
569 <&tegra_car 154>, /* adx */
570 <&tegra_car 180>, /* adx1 */
571 <&tegra_car 186>, /* afc0 */
572 <&tegra_car 187>, /* afc1 */
573 <&tegra_car 188>, /* afc2 */
574 <&tegra_car 189>, /* afc3 */
575 <&tegra_car 190>, /* afc4 */
576 <&tegra_car 191>; /* afc5 */
577 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
578 "i2s3", "i2s4", "dam0", "dam1", "dam2",
579 "spdif", "amx", "amx1", "adx", "adx1",
580 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
581 dmas = <&apbdma 1>, <&apbdma 1>,
582 <&apbdma 2>, <&apbdma 2>,
583 <&apbdma 3>, <&apbdma 3>,
584 <&apbdma 4>, <&apbdma 4>,
585 <&apbdma 6>, <&apbdma 6>,
586 <&apbdma 7>, <&apbdma 7>,
587 <&apbdma 12>, <&apbdma 12>,
588 <&apbdma 13>, <&apbdma 13>,
589 <&apbdma 14>, <&apbdma 14>,
590 <&apbdma 29>, <&apbdma 29>;
591 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
592 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
593 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
594 "rx9", "tx9";
595 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700596 #address-cells = <2>;
597 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700598
Stephen Warrene30cb232014-03-03 14:51:15 -0700599 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700600 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700601 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700602 nvidia,ahub-cif-ids = <4 4>;
603 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
604 resets = <&tegra_car 30>;
605 reset-names = "i2s";
606 status = "disabled";
607 };
608
Stephen Warrene30cb232014-03-03 14:51:15 -0700609 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700610 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700611 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700612 nvidia,ahub-cif-ids = <5 5>;
613 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
614 resets = <&tegra_car 11>;
615 reset-names = "i2s";
616 status = "disabled";
617 };
618
Stephen Warrene30cb232014-03-03 14:51:15 -0700619 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700620 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700621 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700622 nvidia,ahub-cif-ids = <6 6>;
623 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
624 resets = <&tegra_car 18>;
625 reset-names = "i2s";
626 status = "disabled";
627 };
628
Stephen Warrene30cb232014-03-03 14:51:15 -0700629 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700630 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700631 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700632 nvidia,ahub-cif-ids = <7 7>;
633 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
634 resets = <&tegra_car 101>;
635 reset-names = "i2s";
636 status = "disabled";
637 };
638
Stephen Warrene30cb232014-03-03 14:51:15 -0700639 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700640 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700641 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700642 nvidia,ahub-cif-ids = <8 8>;
643 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
644 resets = <&tegra_car 102>;
645 reset-names = "i2s";
646 status = "disabled";
647 };
648 };
649
Stephen Warrene30cb232014-03-03 14:51:15 -0700650 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100651 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700652 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100653 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
654 phy_type = "utmi";
655 clocks = <&tegra_car TEGRA124_CLK_USBD>;
656 resets = <&tegra_car 22>;
657 reset-names = "usb";
658 nvidia,phy = <&phy1>;
659 status = "disabled";
660 };
661
Stephen Warrene30cb232014-03-03 14:51:15 -0700662 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100663 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700664 reg = <0x0 0x7d000000 0x0 0x4000>,
665 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100666 phy_type = "utmi";
667 clocks = <&tegra_car TEGRA124_CLK_USBD>,
668 <&tegra_car TEGRA124_CLK_PLL_U>,
669 <&tegra_car TEGRA124_CLK_USBD>;
670 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300671 resets = <&tegra_car 59>, <&tegra_car 22>;
672 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100673 nvidia,hssync-start-delay = <0>;
674 nvidia,idle-wait-delay = <17>;
675 nvidia,elastic-limit = <16>;
676 nvidia,term-range-adj = <6>;
677 nvidia,xcvr-setup = <9>;
678 nvidia,xcvr-lsfslew = <0>;
679 nvidia,xcvr-lsrslew = <3>;
680 nvidia,hssquelch-level = <2>;
681 nvidia,hsdiscon-level = <5>;
682 nvidia,xcvr-hsslew = <12>;
683 status = "disabled";
684 };
685
Stephen Warrene30cb232014-03-03 14:51:15 -0700686 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100687 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700688 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100689 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
690 phy_type = "utmi";
691 clocks = <&tegra_car TEGRA124_CLK_USB2>;
692 resets = <&tegra_car 58>;
693 reset-names = "usb";
694 nvidia,phy = <&phy2>;
695 status = "disabled";
696 };
697
Stephen Warrene30cb232014-03-03 14:51:15 -0700698 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100699 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700700 reg = <0x0 0x7d004000 0x0 0x4000>,
701 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100702 phy_type = "utmi";
703 clocks = <&tegra_car TEGRA124_CLK_USB2>,
704 <&tegra_car TEGRA124_CLK_PLL_U>,
705 <&tegra_car TEGRA124_CLK_USBD>;
706 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300707 resets = <&tegra_car 22>, <&tegra_car 22>;
708 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100709 nvidia,hssync-start-delay = <0>;
710 nvidia,idle-wait-delay = <17>;
711 nvidia,elastic-limit = <16>;
712 nvidia,term-range-adj = <6>;
713 nvidia,xcvr-setup = <9>;
714 nvidia,xcvr-lsfslew = <0>;
715 nvidia,xcvr-lsrslew = <3>;
716 nvidia,hssquelch-level = <2>;
717 nvidia,hsdiscon-level = <5>;
718 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300719 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +0100720 status = "disabled";
721 };
722
Stephen Warrene30cb232014-03-03 14:51:15 -0700723 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100724 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700725 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100726 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
727 phy_type = "utmi";
728 clocks = <&tegra_car TEGRA124_CLK_USB3>;
729 resets = <&tegra_car 59>;
730 reset-names = "usb";
731 nvidia,phy = <&phy3>;
732 status = "disabled";
733 };
734
Stephen Warrene30cb232014-03-03 14:51:15 -0700735 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100736 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700737 reg = <0x0 0x7d008000 0x0 0x4000>,
738 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100739 phy_type = "utmi";
740 clocks = <&tegra_car TEGRA124_CLK_USB3>,
741 <&tegra_car TEGRA124_CLK_PLL_U>,
742 <&tegra_car TEGRA124_CLK_USBD>;
743 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300744 resets = <&tegra_car 58>, <&tegra_car 22>;
745 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100746 nvidia,hssync-start-delay = <0>;
747 nvidia,idle-wait-delay = <17>;
748 nvidia,elastic-limit = <16>;
749 nvidia,term-range-adj = <6>;
750 nvidia,xcvr-setup = <9>;
751 nvidia,xcvr-lsfslew = <0>;
752 nvidia,xcvr-lsrslew = <3>;
753 nvidia,hssquelch-level = <2>;
754 nvidia,hsdiscon-level = <5>;
755 nvidia,xcvr-hsslew = <12>;
756 status = "disabled";
757 };
758
Joseph Load03b1a2013-10-08 12:50:05 +0800759 cpus {
760 #address-cells = <1>;
761 #size-cells = <0>;
762
763 cpu@0 {
764 device_type = "cpu";
765 compatible = "arm,cortex-a15";
766 reg = <0>;
767 };
768
769 cpu@1 {
770 device_type = "cpu";
771 compatible = "arm,cortex-a15";
772 reg = <1>;
773 };
774
775 cpu@2 {
776 device_type = "cpu";
777 compatible = "arm,cortex-a15";
778 reg = <2>;
779 };
780
781 cpu@3 {
782 device_type = "cpu";
783 compatible = "arm,cortex-a15";
784 reg = <3>;
785 };
786 };
787
788 timer {
789 compatible = "arm,armv7-timer";
790 interrupts = <GIC_PPI 13
791 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
792 <GIC_PPI 14
793 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
794 <GIC_PPI 11
795 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
796 <GIC_PPI 10
797 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
798 };
799};