Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 1 | #include <dt-bindings/clock/tegra114-car.h> |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 2 | #include <dt-bindings/gpio/tegra-gpio.h> |
Laxman Dewangan | 5fc6b0d | 2013-12-05 16:14:07 +0530 | [diff] [blame] | 3 | #include <dt-bindings/pinctrl/pinctrl-tegra.h> |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 4 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 5 | |
Stephen Warren | 1bd0bd4 | 2012-10-17 16:38:21 -0600 | [diff] [blame] | 6 | #include "skeleton.dtsi" |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 7 | |
| 8 | / { |
| 9 | compatible = "nvidia,tegra114"; |
| 10 | interrupt-parent = <&gic>; |
| 11 | |
Laxman Dewangan | 0fb2209 | 2013-03-14 01:19:52 +0530 | [diff] [blame] | 12 | aliases { |
| 13 | serial0 = &uarta; |
| 14 | serial1 = &uartb; |
| 15 | serial2 = &uartc; |
| 16 | serial3 = &uartd; |
| 17 | }; |
| 18 | |
Mikko Perttunen | 65344b9 | 2013-12-19 16:59:28 +0100 | [diff] [blame] | 19 | host1x@50000000 { |
| 20 | compatible = "nvidia,tegra114-host1x", "simple-bus"; |
| 21 | reg = <0x50000000 0x00028000>; |
| 22 | interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ |
| 23 | <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */ |
| 24 | clocks = <&tegra_car TEGRA114_CLK_HOST1X>; |
| 25 | resets = <&tegra_car 28>; |
| 26 | reset-names = "host1x"; |
| 27 | |
| 28 | #address-cells = <1>; |
| 29 | #size-cells = <1>; |
| 30 | |
| 31 | ranges = <0x54000000 0x54000000 0x01000000>; |
| 32 | |
Thierry Reding | 5648b26 | 2013-12-19 16:59:30 +0100 | [diff] [blame] | 33 | gr2d@54140000 { |
| 34 | compatible = "nvidia,tegra114-gr2d", "nvidia,tegra20-gr2d"; |
| 35 | reg = <0x54140000 0x00040000>; |
| 36 | interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; |
| 37 | clocks = <&tegra_car TEGRA114_CLK_GR2D>; |
| 38 | resets = <&tegra_car 21>; |
| 39 | reset-names = "2d"; |
| 40 | }; |
| 41 | |
Thierry Reding | 032f11f | 2013-12-19 16:59:31 +0100 | [diff] [blame] | 42 | gr3d@54180000 { |
| 43 | compatible = "nvidia,tegra114-gr3d", "nvidia,tegra20-gr3d"; |
| 44 | reg = <0x54180000 0x00040000>; |
| 45 | clocks = <&tegra_car TEGRA114_CLK_GR3D>; |
| 46 | resets = <&tegra_car 24>; |
| 47 | reset-names = "3d"; |
| 48 | }; |
| 49 | |
Mikko Perttunen | 65344b9 | 2013-12-19 16:59:28 +0100 | [diff] [blame] | 50 | dc@54200000 { |
| 51 | compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc"; |
| 52 | reg = <0x54200000 0x00040000>; |
| 53 | interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; |
| 54 | clocks = <&tegra_car TEGRA114_CLK_DISP1>, |
| 55 | <&tegra_car TEGRA114_CLK_PLL_P>; |
| 56 | clock-names = "dc", "parent"; |
| 57 | resets = <&tegra_car 27>; |
| 58 | reset-names = "dc"; |
| 59 | |
| 60 | rgb { |
| 61 | status = "disabled"; |
| 62 | }; |
| 63 | }; |
| 64 | |
| 65 | dc@54240000 { |
| 66 | compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc"; |
| 67 | reg = <0x54240000 0x00040000>; |
| 68 | interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; |
| 69 | clocks = <&tegra_car TEGRA114_CLK_DISP2>, |
| 70 | <&tegra_car TEGRA114_CLK_PLL_P>; |
| 71 | clock-names = "dc", "parent"; |
| 72 | resets = <&tegra_car 26>; |
| 73 | reset-names = "dc"; |
| 74 | |
| 75 | rgb { |
| 76 | status = "disabled"; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | hdmi@54280000 { |
| 81 | compatible = "nvidia,tegra114-hdmi"; |
| 82 | reg = <0x54280000 0x00040000>; |
| 83 | interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; |
| 84 | clocks = <&tegra_car TEGRA114_CLK_HDMI>, |
| 85 | <&tegra_car TEGRA114_CLK_PLL_D2_OUT0>; |
| 86 | clock-names = "hdmi", "parent"; |
| 87 | resets = <&tegra_car 51>; |
| 88 | reset-names = "hdmi"; |
| 89 | status = "disabled"; |
| 90 | }; |
Thierry Reding | 7e4ba90 | 2013-12-19 16:59:29 +0100 | [diff] [blame] | 91 | |
| 92 | dsi@54300000 { |
| 93 | compatible = "nvidia,tegra114-dsi"; |
| 94 | reg = <0x54300000 0x00040000>; |
| 95 | clocks = <&tegra_car TEGRA114_CLK_DSIA>, |
| 96 | <&tegra_car TEGRA114_CLK_DSIALP>, |
| 97 | <&tegra_car TEGRA114_CLK_PLL_D_OUT0>; |
| 98 | clock-names = "dsi", "lp", "parent"; |
| 99 | resets = <&tegra_car 48>; |
| 100 | reset-names = "dsi"; |
| 101 | nvidia,mipi-calibrate = <&mipi 0x060>; /* DSIA & DSIB pads */ |
| 102 | status = "disabled"; |
| 103 | |
| 104 | #address-cells = <1>; |
| 105 | #size-cells = <0>; |
| 106 | }; |
| 107 | |
| 108 | dsi@54400000 { |
| 109 | compatible = "nvidia,tegra114-dsi"; |
| 110 | reg = <0x54400000 0x00040000>; |
| 111 | clocks = <&tegra_car TEGRA114_CLK_DSIB>, |
| 112 | <&tegra_car TEGRA114_CLK_DSIBLP>, |
| 113 | <&tegra_car TEGRA114_CLK_PLL_D2_OUT0>; |
| 114 | clock-names = "dsi", "lp", "parent"; |
| 115 | resets = <&tegra_car 82>; |
| 116 | reset-names = "dsi"; |
| 117 | nvidia,mipi-calibrate = <&mipi 0x180>; /* DSIC & DSID pads */ |
| 118 | status = "disabled"; |
| 119 | |
| 120 | #address-cells = <1>; |
| 121 | #size-cells = <0>; |
| 122 | }; |
Mikko Perttunen | 65344b9 | 2013-12-19 16:59:28 +0100 | [diff] [blame] | 123 | }; |
| 124 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 125 | gic: interrupt-controller@50041000 { |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 126 | compatible = "arm,cortex-a15-gic"; |
| 127 | #interrupt-cells = <3>; |
| 128 | interrupt-controller; |
| 129 | reg = <0x50041000 0x1000>, |
| 130 | <0x50042000 0x1000>, |
| 131 | <0x50044000 0x2000>, |
| 132 | <0x50046000 0x2000>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 133 | interrupts = <GIC_PPI 9 |
| 134 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 135 | }; |
| 136 | |
| 137 | timer@60005000 { |
| 138 | compatible = "nvidia,tegra114-timer", "nvidia,tegra20-timer"; |
| 139 | reg = <0x60005000 0x400>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 140 | interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, |
| 141 | <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, |
| 142 | <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>, |
| 143 | <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, |
| 144 | <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, |
| 145 | <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 146 | clocks = <&tegra_car TEGRA114_CLK_TIMER>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 147 | }; |
| 148 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 149 | tegra_car: clock@60006000 { |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 150 | compatible = "nvidia,tegra114-car"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 151 | reg = <0x60006000 0x1000>; |
| 152 | #clock-cells = <1>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 153 | #reset-cells = <1>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 154 | }; |
| 155 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 156 | apbdma: dma@6000a000 { |
Laxman Dewangan | c5d9da4 | 2013-03-14 01:19:50 +0530 | [diff] [blame] | 157 | compatible = "nvidia,tegra114-apbdma"; |
| 158 | reg = <0x6000a000 0x1400>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 159 | interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, |
| 160 | <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, |
| 161 | <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, |
| 162 | <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, |
| 163 | <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, |
| 164 | <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, |
| 165 | <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, |
| 166 | <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, |
| 167 | <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>, |
| 168 | <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, |
| 169 | <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, |
| 170 | <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, |
| 171 | <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, |
| 172 | <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, |
| 173 | <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, |
| 174 | <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>, |
| 175 | <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>, |
| 176 | <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>, |
| 177 | <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, |
| 178 | <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, |
| 179 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 180 | <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, |
| 181 | <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>, |
| 182 | <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, |
| 183 | <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, |
| 184 | <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>, |
| 185 | <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>, |
| 186 | <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>, |
| 187 | <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>, |
| 188 | <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>, |
| 189 | <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, |
| 190 | <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 191 | clocks = <&tegra_car TEGRA114_CLK_APBDMA>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 192 | resets = <&tegra_car 34>; |
| 193 | reset-names = "dma"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 194 | #dma-cells = <1>; |
Laxman Dewangan | c5d9da4 | 2013-03-14 01:19:50 +0530 | [diff] [blame] | 195 | }; |
| 196 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 197 | ahb: ahb@6000c004 { |
Hiroshi Doyu | 0dfe42e | 2013-01-15 10:17:27 +0200 | [diff] [blame] | 198 | compatible = "nvidia,tegra114-ahb", "nvidia,tegra30-ahb"; |
| 199 | reg = <0x6000c004 0x14c>; |
| 200 | }; |
| 201 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 202 | gpio: gpio@6000d000 { |
Laxman Dewangan | b16f918 | 2013-01-29 18:26:18 +0530 | [diff] [blame] | 203 | compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio"; |
| 204 | reg = <0x6000d000 0x1000>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 205 | interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, |
| 206 | <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>, |
| 207 | <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>, |
| 208 | <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>, |
| 209 | <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>, |
| 210 | <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, |
| 211 | <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, |
| 212 | <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | b16f918 | 2013-01-29 18:26:18 +0530 | [diff] [blame] | 213 | #gpio-cells = <2>; |
| 214 | gpio-controller; |
| 215 | #interrupt-cells = <2>; |
| 216 | interrupt-controller; |
| 217 | }; |
| 218 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 219 | pinmux: pinmux@70000868 { |
Laxman Dewangan | 031b77a | 2013-01-29 18:26:20 +0530 | [diff] [blame] | 220 | compatible = "nvidia,tegra114-pinmux"; |
| 221 | reg = <0x70000868 0x148 /* Pad control registers */ |
| 222 | 0x70003000 0x40c>; /* Mux registers */ |
| 223 | }; |
| 224 | |
Laxman Dewangan | 0fb2209 | 2013-03-14 01:19:52 +0530 | [diff] [blame] | 225 | /* |
| 226 | * There are two serial driver i.e. 8250 based simple serial |
| 227 | * driver and APB DMA based serial driver for higher baudrate |
| 228 | * and performace. To enable the 8250 based driver, the compatible |
| 229 | * is "nvidia,tegra114-uart", "nvidia,tegra20-uart" and to enable |
| 230 | * the APB DMA based serial driver, the comptible is |
| 231 | * "nvidia,tegra114-hsuart", "nvidia,tegra30-hsuart". |
| 232 | */ |
| 233 | uarta: serial@70006000 { |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 234 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 235 | reg = <0x70006000 0x40>; |
| 236 | reg-shift = <2>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 237 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 238 | clocks = <&tegra_car TEGRA114_CLK_UARTA>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 239 | resets = <&tegra_car 6>; |
| 240 | reset-names = "serial"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 241 | dmas = <&apbdma 8>, <&apbdma 8>; |
| 242 | dma-names = "rx", "tx"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 243 | status = "disabled"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 244 | }; |
| 245 | |
Laxman Dewangan | 0fb2209 | 2013-03-14 01:19:52 +0530 | [diff] [blame] | 246 | uartb: serial@70006040 { |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 247 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 248 | reg = <0x70006040 0x40>; |
| 249 | reg-shift = <2>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 250 | interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 251 | clocks = <&tegra_car TEGRA114_CLK_UARTB>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 252 | resets = <&tegra_car 7>; |
| 253 | reset-names = "serial"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 254 | dmas = <&apbdma 9>, <&apbdma 9>; |
| 255 | dma-names = "rx", "tx"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 256 | status = "disabled"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 257 | }; |
| 258 | |
Laxman Dewangan | 0fb2209 | 2013-03-14 01:19:52 +0530 | [diff] [blame] | 259 | uartc: serial@70006200 { |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 260 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 261 | reg = <0x70006200 0x100>; |
| 262 | reg-shift = <2>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 263 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 264 | clocks = <&tegra_car TEGRA114_CLK_UARTC>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 265 | resets = <&tegra_car 55>; |
| 266 | reset-names = "serial"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 267 | dmas = <&apbdma 10>, <&apbdma 10>; |
| 268 | dma-names = "rx", "tx"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 269 | status = "disabled"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 270 | }; |
| 271 | |
Laxman Dewangan | 0fb2209 | 2013-03-14 01:19:52 +0530 | [diff] [blame] | 272 | uartd: serial@70006300 { |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 273 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 274 | reg = <0x70006300 0x100>; |
| 275 | reg-shift = <2>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 276 | interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 277 | clocks = <&tegra_car TEGRA114_CLK_UARTD>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 278 | resets = <&tegra_car 65>; |
| 279 | reset-names = "serial"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 280 | dmas = <&apbdma 19>, <&apbdma 19>; |
| 281 | dma-names = "rx", "tx"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 282 | status = "disabled"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 283 | }; |
| 284 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 285 | pwm: pwm@7000a000 { |
Andrew Chew | 6c716db | 2013-03-12 16:40:50 -0700 | [diff] [blame] | 286 | compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm"; |
| 287 | reg = <0x7000a000 0x100>; |
| 288 | #pwm-cells = <2>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 289 | clocks = <&tegra_car TEGRA114_CLK_PWM>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 290 | resets = <&tegra_car 17>; |
| 291 | reset-names = "pwm"; |
Andrew Chew | 6c716db | 2013-03-12 16:40:50 -0700 | [diff] [blame] | 292 | status = "disabled"; |
| 293 | }; |
| 294 | |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 295 | i2c@7000c000 { |
| 296 | compatible = "nvidia,tegra114-i2c"; |
| 297 | reg = <0x7000c000 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 298 | interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 299 | #address-cells = <1>; |
| 300 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 301 | clocks = <&tegra_car TEGRA114_CLK_I2C1>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 302 | clock-names = "div-clk"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 303 | resets = <&tegra_car 12>; |
| 304 | reset-names = "i2c"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 305 | dmas = <&apbdma 21>, <&apbdma 21>; |
| 306 | dma-names = "rx", "tx"; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 307 | status = "disabled"; |
| 308 | }; |
| 309 | |
| 310 | i2c@7000c400 { |
| 311 | compatible = "nvidia,tegra114-i2c"; |
| 312 | reg = <0x7000c400 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 313 | interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 314 | #address-cells = <1>; |
| 315 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 316 | clocks = <&tegra_car TEGRA114_CLK_I2C2>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 317 | clock-names = "div-clk"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 318 | resets = <&tegra_car 54>; |
| 319 | reset-names = "i2c"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 320 | dmas = <&apbdma 22>, <&apbdma 22>; |
| 321 | dma-names = "rx", "tx"; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 322 | status = "disabled"; |
| 323 | }; |
| 324 | |
| 325 | i2c@7000c500 { |
| 326 | compatible = "nvidia,tegra114-i2c"; |
| 327 | reg = <0x7000c500 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 328 | interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 329 | #address-cells = <1>; |
| 330 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 331 | clocks = <&tegra_car TEGRA114_CLK_I2C3>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 332 | clock-names = "div-clk"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 333 | resets = <&tegra_car 67>; |
| 334 | reset-names = "i2c"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 335 | dmas = <&apbdma 23>, <&apbdma 23>; |
| 336 | dma-names = "rx", "tx"; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 337 | status = "disabled"; |
| 338 | }; |
| 339 | |
| 340 | i2c@7000c700 { |
| 341 | compatible = "nvidia,tegra114-i2c"; |
| 342 | reg = <0x7000c700 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 343 | interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 344 | #address-cells = <1>; |
| 345 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 346 | clocks = <&tegra_car TEGRA114_CLK_I2C4>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 347 | clock-names = "div-clk"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 348 | resets = <&tegra_car 103>; |
| 349 | reset-names = "i2c"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 350 | dmas = <&apbdma 26>, <&apbdma 26>; |
| 351 | dma-names = "rx", "tx"; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 352 | status = "disabled"; |
| 353 | }; |
| 354 | |
| 355 | i2c@7000d000 { |
| 356 | compatible = "nvidia,tegra114-i2c"; |
| 357 | reg = <0x7000d000 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 358 | interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 359 | #address-cells = <1>; |
| 360 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 361 | clocks = <&tegra_car TEGRA114_CLK_I2C5>; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 362 | clock-names = "div-clk"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 363 | resets = <&tegra_car 47>; |
| 364 | reset-names = "i2c"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 365 | dmas = <&apbdma 24>, <&apbdma 24>; |
| 366 | dma-names = "rx", "tx"; |
Laxman Dewangan | 3fc2f94 | 2013-03-14 01:19:51 +0530 | [diff] [blame] | 367 | status = "disabled"; |
| 368 | }; |
| 369 | |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 370 | spi@7000d400 { |
| 371 | compatible = "nvidia,tegra114-spi"; |
| 372 | reg = <0x7000d400 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 373 | interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 374 | #address-cells = <1>; |
| 375 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 376 | clocks = <&tegra_car TEGRA114_CLK_SBC1>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 377 | clock-names = "spi"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 378 | resets = <&tegra_car 41>; |
| 379 | reset-names = "spi"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 380 | dmas = <&apbdma 15>, <&apbdma 15>; |
| 381 | dma-names = "rx", "tx"; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 382 | status = "disabled"; |
| 383 | }; |
| 384 | |
| 385 | spi@7000d600 { |
| 386 | compatible = "nvidia,tegra114-spi"; |
| 387 | reg = <0x7000d600 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 388 | interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 389 | #address-cells = <1>; |
| 390 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 391 | clocks = <&tegra_car TEGRA114_CLK_SBC2>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 392 | clock-names = "spi"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 393 | resets = <&tegra_car 44>; |
| 394 | reset-names = "spi"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 395 | dmas = <&apbdma 16>, <&apbdma 16>; |
| 396 | dma-names = "rx", "tx"; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 397 | status = "disabled"; |
| 398 | }; |
| 399 | |
| 400 | spi@7000d800 { |
| 401 | compatible = "nvidia,tegra114-spi"; |
| 402 | reg = <0x7000d800 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 403 | interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 404 | #address-cells = <1>; |
| 405 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 406 | clocks = <&tegra_car TEGRA114_CLK_SBC3>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 407 | clock-names = "spi"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 408 | resets = <&tegra_car 46>; |
| 409 | reset-names = "spi"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 410 | dmas = <&apbdma 17>, <&apbdma 17>; |
| 411 | dma-names = "rx", "tx"; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 412 | status = "disabled"; |
| 413 | }; |
| 414 | |
| 415 | spi@7000da00 { |
| 416 | compatible = "nvidia,tegra114-spi"; |
| 417 | reg = <0x7000da00 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 418 | interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 419 | #address-cells = <1>; |
| 420 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 421 | clocks = <&tegra_car TEGRA114_CLK_SBC4>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 422 | clock-names = "spi"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 423 | resets = <&tegra_car 68>; |
| 424 | reset-names = "spi"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 425 | dmas = <&apbdma 18>, <&apbdma 18>; |
| 426 | dma-names = "rx", "tx"; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 427 | status = "disabled"; |
| 428 | }; |
| 429 | |
| 430 | spi@7000dc00 { |
| 431 | compatible = "nvidia,tegra114-spi"; |
| 432 | reg = <0x7000dc00 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 433 | interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 434 | #address-cells = <1>; |
| 435 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 436 | clocks = <&tegra_car TEGRA114_CLK_SBC5>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 437 | clock-names = "spi"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 438 | resets = <&tegra_car 104>; |
| 439 | reset-names = "spi"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 440 | dmas = <&apbdma 27>, <&apbdma 27>; |
| 441 | dma-names = "rx", "tx"; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 442 | status = "disabled"; |
| 443 | }; |
| 444 | |
| 445 | spi@7000de00 { |
| 446 | compatible = "nvidia,tegra114-spi"; |
| 447 | reg = <0x7000de00 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 448 | interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 449 | #address-cells = <1>; |
| 450 | #size-cells = <0>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 451 | clocks = <&tegra_car TEGRA114_CLK_SBC6>; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 452 | clock-names = "spi"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 453 | resets = <&tegra_car 105>; |
| 454 | reset-names = "spi"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 455 | dmas = <&apbdma 28>, <&apbdma 28>; |
| 456 | dma-names = "rx", "tx"; |
Laxman Dewangan | 6ea0297 | 2013-03-15 12:37:25 -0600 | [diff] [blame] | 457 | status = "disabled"; |
| 458 | }; |
| 459 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 460 | rtc@7000e000 { |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 461 | compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc"; |
| 462 | reg = <0x7000e000 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 463 | interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 464 | clocks = <&tegra_car TEGRA114_CLK_RTC>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 465 | }; |
| 466 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 467 | kbc@7000e200 { |
Laxman Dewangan | cd467b7 | 2013-03-14 01:19:53 +0530 | [diff] [blame] | 468 | compatible = "nvidia,tegra114-kbc"; |
| 469 | reg = <0x7000e200 0x100>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 470 | interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 471 | clocks = <&tegra_car TEGRA114_CLK_KBC>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 472 | resets = <&tegra_car 36>; |
| 473 | reset-names = "kbc"; |
Laxman Dewangan | cd467b7 | 2013-03-14 01:19:53 +0530 | [diff] [blame] | 474 | status = "disabled"; |
| 475 | }; |
| 476 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 477 | pmc@7000e400 { |
Joseph Lo | 2b84e53 | 2013-02-26 16:27:43 +0000 | [diff] [blame] | 478 | compatible = "nvidia,tegra114-pmc"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 479 | reg = <0x7000e400 0x400>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 480 | clocks = <&tegra_car TEGRA114_CLK_PCLK>, <&clk32k_in>; |
Joseph Lo | 7021d12 | 2013-04-03 19:31:27 +0800 | [diff] [blame] | 481 | clock-names = "pclk", "clk32k_in"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 482 | }; |
| 483 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 484 | iommu@70019010 { |
Hiroshi Doyu | 2da1396 | 2013-01-15 10:17:28 +0200 | [diff] [blame] | 485 | compatible = "nvidia,tegra114-smmu", "nvidia,tegra30-smmu"; |
Hiroshi Doyu | 4cca9593 | 2013-10-30 17:17:48 -0600 | [diff] [blame] | 486 | reg = <0x70019010 0x02c |
| 487 | 0x700191f0 0x010 |
| 488 | 0x70019228 0x074>; |
Hiroshi Doyu | 2da1396 | 2013-01-15 10:17:28 +0200 | [diff] [blame] | 489 | nvidia,#asids = <4>; |
| 490 | dma-window = <0 0x40000000>; |
| 491 | nvidia,swgroups = <0x18659fe>; |
| 492 | nvidia,ahb = <&ahb>; |
| 493 | }; |
| 494 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 495 | ahub@70080000 { |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 496 | compatible = "nvidia,tegra114-ahub"; |
| 497 | reg = <0x70080000 0x200>, |
| 498 | <0x70080200 0x100>, |
| 499 | <0x70081000 0x200>; |
| 500 | interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 501 | clocks = <&tegra_car TEGRA114_CLK_D_AUDIO>, |
Stephen Warren | 2bd541f | 2013-11-07 10:59:42 -0700 | [diff] [blame] | 502 | <&tegra_car TEGRA114_CLK_APBIF>; |
| 503 | clock-names = "d_audio", "apbif"; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 504 | resets = <&tegra_car 106>, /* d_audio */ |
| 505 | <&tegra_car 107>, /* apbif */ |
| 506 | <&tegra_car 30>, /* i2s0 */ |
| 507 | <&tegra_car 11>, /* i2s1 */ |
| 508 | <&tegra_car 18>, /* i2s2 */ |
| 509 | <&tegra_car 101>, /* i2s3 */ |
| 510 | <&tegra_car 102>, /* i2s4 */ |
| 511 | <&tegra_car 108>, /* dam0 */ |
| 512 | <&tegra_car 109>, /* dam1 */ |
| 513 | <&tegra_car 110>, /* dam2 */ |
| 514 | <&tegra_car 10>, /* spdif */ |
| 515 | <&tegra_car 153>, /* amx */ |
| 516 | <&tegra_car 154>; /* adx */ |
| 517 | reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2", |
| 518 | "i2s3", "i2s4", "dam0", "dam1", "dam2", |
| 519 | "spdif", "amx", "adx"; |
Stephen Warren | 034d023 | 2013-11-11 13:05:59 -0700 | [diff] [blame] | 520 | dmas = <&apbdma 1>, <&apbdma 1>, |
| 521 | <&apbdma 2>, <&apbdma 2>, |
| 522 | <&apbdma 3>, <&apbdma 3>, |
| 523 | <&apbdma 4>, <&apbdma 4>, |
| 524 | <&apbdma 6>, <&apbdma 6>, |
| 525 | <&apbdma 7>, <&apbdma 7>, |
| 526 | <&apbdma 12>, <&apbdma 12>, |
| 527 | <&apbdma 13>, <&apbdma 13>, |
| 528 | <&apbdma 14>, <&apbdma 14>, |
| 529 | <&apbdma 29>, <&apbdma 29>; |
| 530 | dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", |
| 531 | "rx3", "tx3", "rx4", "tx4", "rx5", "tx5", |
| 532 | "rx6", "tx6", "rx7", "tx7", "rx8", "tx8", |
| 533 | "rx9", "tx9"; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 534 | ranges; |
| 535 | #address-cells = <1>; |
| 536 | #size-cells = <1>; |
| 537 | |
| 538 | tegra_i2s0: i2s@70080300 { |
| 539 | compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s"; |
| 540 | reg = <0x70080300 0x100>; |
| 541 | nvidia,ahub-cif-ids = <4 4>; |
| 542 | clocks = <&tegra_car TEGRA114_CLK_I2S0>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 543 | resets = <&tegra_car 30>; |
| 544 | reset-names = "i2s"; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 545 | status = "disabled"; |
| 546 | }; |
| 547 | |
| 548 | tegra_i2s1: i2s@70080400 { |
| 549 | compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s"; |
| 550 | reg = <0x70080400 0x100>; |
| 551 | nvidia,ahub-cif-ids = <5 5>; |
| 552 | clocks = <&tegra_car TEGRA114_CLK_I2S1>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 553 | resets = <&tegra_car 11>; |
| 554 | reset-names = "i2s"; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 555 | status = "disabled"; |
| 556 | }; |
| 557 | |
| 558 | tegra_i2s2: i2s@70080500 { |
| 559 | compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s"; |
| 560 | reg = <0x70080500 0x100>; |
| 561 | nvidia,ahub-cif-ids = <6 6>; |
| 562 | clocks = <&tegra_car TEGRA114_CLK_I2S2>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 563 | resets = <&tegra_car 18>; |
| 564 | reset-names = "i2s"; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 565 | status = "disabled"; |
| 566 | }; |
| 567 | |
| 568 | tegra_i2s3: i2s@70080600 { |
| 569 | compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s"; |
| 570 | reg = <0x70080600 0x100>; |
| 571 | nvidia,ahub-cif-ids = <7 7>; |
| 572 | clocks = <&tegra_car TEGRA114_CLK_I2S3>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 573 | resets = <&tegra_car 101>; |
| 574 | reset-names = "i2s"; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 575 | status = "disabled"; |
| 576 | }; |
| 577 | |
| 578 | tegra_i2s4: i2s@70080700 { |
| 579 | compatible = "nvidia,tegra114-i2s", "nvidia,tegra30-i2s"; |
| 580 | reg = <0x70080700 0x100>; |
| 581 | nvidia,ahub-cif-ids = <8 8>; |
| 582 | clocks = <&tegra_car TEGRA114_CLK_I2S4>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 583 | resets = <&tegra_car 102>; |
| 584 | reset-names = "i2s"; |
Stephen Warren | 15e5c64 | 2013-03-12 17:03:30 -0600 | [diff] [blame] | 585 | status = "disabled"; |
| 586 | }; |
| 587 | }; |
| 588 | |
Thierry Reding | e3d04d1 | 2013-12-19 16:59:27 +0100 | [diff] [blame] | 589 | mipi: mipi@700e3000 { |
| 590 | compatible = "nvidia,tegra114-mipi"; |
| 591 | reg = <0x700e3000 0x100>; |
| 592 | clocks = <&tegra_car TEGRA114_CLK_MIPI_CAL>; |
| 593 | #nvidia,mipi-calibrate-cells = <1>; |
| 594 | }; |
| 595 | |
Pritesh Raithatha | 933d87a | 2013-02-20 13:35:14 -0500 | [diff] [blame] | 596 | sdhci@78000000 { |
| 597 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 598 | reg = <0x78000000 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 599 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 600 | clocks = <&tegra_car TEGRA114_CLK_SDMMC1>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 601 | resets = <&tegra_car 14>; |
| 602 | reset-names = "sdhci"; |
Pritesh Raithatha | 933d87a | 2013-02-20 13:35:14 -0500 | [diff] [blame] | 603 | status = "disable"; |
| 604 | }; |
| 605 | |
| 606 | sdhci@78000200 { |
| 607 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 608 | reg = <0x78000200 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 609 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 610 | clocks = <&tegra_car TEGRA114_CLK_SDMMC2>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 611 | resets = <&tegra_car 9>; |
| 612 | reset-names = "sdhci"; |
Pritesh Raithatha | 933d87a | 2013-02-20 13:35:14 -0500 | [diff] [blame] | 613 | status = "disable"; |
| 614 | }; |
| 615 | |
| 616 | sdhci@78000400 { |
| 617 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 618 | reg = <0x78000400 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 619 | interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 620 | clocks = <&tegra_car TEGRA114_CLK_SDMMC3>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 621 | resets = <&tegra_car 69>; |
| 622 | reset-names = "sdhci"; |
Pritesh Raithatha | 933d87a | 2013-02-20 13:35:14 -0500 | [diff] [blame] | 623 | status = "disable"; |
| 624 | }; |
| 625 | |
| 626 | sdhci@78000600 { |
| 627 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 628 | reg = <0x78000600 0x200>; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 629 | interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; |
Hiroshi Doyu | a1c8586 | 2013-05-22 19:45:36 +0300 | [diff] [blame] | 630 | clocks = <&tegra_car TEGRA114_CLK_SDMMC4>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 631 | resets = <&tegra_car 15>; |
| 632 | reset-names = "sdhci"; |
Pritesh Raithatha | 933d87a | 2013-02-20 13:35:14 -0500 | [diff] [blame] | 633 | status = "disable"; |
| 634 | }; |
| 635 | |
Mikko Perttunen | 328dc0e | 2013-08-01 18:00:18 +0300 | [diff] [blame] | 636 | usb@7d000000 { |
| 637 | compatible = "nvidia,tegra30-ehci", "usb-ehci"; |
| 638 | reg = <0x7d000000 0x4000>; |
| 639 | interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; |
| 640 | phy_type = "utmi"; |
| 641 | clocks = <&tegra_car TEGRA114_CLK_USBD>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 642 | resets = <&tegra_car 22>; |
| 643 | reset-names = "usb"; |
Mikko Perttunen | 328dc0e | 2013-08-01 18:00:18 +0300 | [diff] [blame] | 644 | nvidia,phy = <&phy1>; |
| 645 | status = "disabled"; |
| 646 | }; |
| 647 | |
| 648 | phy1: usb-phy@7d000000 { |
| 649 | compatible = "nvidia,tegra30-usb-phy"; |
| 650 | reg = <0x7d000000 0x4000 0x7d000000 0x4000>; |
| 651 | phy_type = "utmi"; |
| 652 | clocks = <&tegra_car TEGRA114_CLK_USBD>, |
| 653 | <&tegra_car TEGRA114_CLK_PLL_U>, |
| 654 | <&tegra_car TEGRA114_CLK_USBD>; |
| 655 | clock-names = "reg", "pll_u", "utmi-pads"; |
| 656 | nvidia,hssync-start-delay = <0>; |
| 657 | nvidia,idle-wait-delay = <17>; |
| 658 | nvidia,elastic-limit = <16>; |
| 659 | nvidia,term-range-adj = <6>; |
| 660 | nvidia,xcvr-setup = <9>; |
| 661 | nvidia,xcvr-lsfslew = <0>; |
| 662 | nvidia,xcvr-lsrslew = <3>; |
| 663 | nvidia,hssquelch-level = <2>; |
| 664 | nvidia,hsdiscon-level = <5>; |
| 665 | nvidia,xcvr-hsslew = <12>; |
| 666 | status = "disabled"; |
| 667 | }; |
| 668 | |
| 669 | usb@7d008000 { |
| 670 | compatible = "nvidia,tegra30-ehci", "usb-ehci"; |
| 671 | reg = <0x7d008000 0x4000>; |
| 672 | interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; |
| 673 | phy_type = "utmi"; |
| 674 | clocks = <&tegra_car TEGRA114_CLK_USB3>; |
Stephen Warren | 3393d42 | 2013-11-06 14:01:16 -0700 | [diff] [blame] | 675 | resets = <&tegra_car 59>; |
| 676 | reset-names = "usb"; |
Mikko Perttunen | 328dc0e | 2013-08-01 18:00:18 +0300 | [diff] [blame] | 677 | nvidia,phy = <&phy3>; |
| 678 | status = "disabled"; |
| 679 | }; |
| 680 | |
| 681 | phy3: usb-phy@7d008000 { |
| 682 | compatible = "nvidia,tegra30-usb-phy"; |
| 683 | reg = <0x7d008000 0x4000 0x7d000000 0x4000>; |
| 684 | phy_type = "utmi"; |
| 685 | clocks = <&tegra_car TEGRA114_CLK_USB3>, |
| 686 | <&tegra_car TEGRA114_CLK_PLL_U>, |
| 687 | <&tegra_car TEGRA114_CLK_USBD>; |
| 688 | clock-names = "reg", "pll_u", "utmi-pads"; |
| 689 | nvidia,hssync-start-delay = <0>; |
| 690 | nvidia,idle-wait-delay = <17>; |
| 691 | nvidia,elastic-limit = <16>; |
| 692 | nvidia,term-range-adj = <6>; |
| 693 | nvidia,xcvr-setup = <9>; |
| 694 | nvidia,xcvr-lsfslew = <0>; |
| 695 | nvidia,xcvr-lsrslew = <3>; |
| 696 | nvidia,hssquelch-level = <2>; |
| 697 | nvidia,hsdiscon-level = <5>; |
| 698 | nvidia,xcvr-hsslew = <12>; |
| 699 | status = "disabled"; |
| 700 | }; |
| 701 | |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 702 | cpus { |
| 703 | #address-cells = <1>; |
| 704 | #size-cells = <0>; |
| 705 | |
| 706 | cpu@0 { |
| 707 | device_type = "cpu"; |
| 708 | compatible = "arm,cortex-a15"; |
| 709 | reg = <0>; |
| 710 | }; |
| 711 | |
| 712 | cpu@1 { |
| 713 | device_type = "cpu"; |
| 714 | compatible = "arm,cortex-a15"; |
| 715 | reg = <1>; |
| 716 | }; |
| 717 | |
| 718 | cpu@2 { |
| 719 | device_type = "cpu"; |
| 720 | compatible = "arm,cortex-a15"; |
| 721 | reg = <2>; |
| 722 | }; |
| 723 | |
| 724 | cpu@3 { |
| 725 | device_type = "cpu"; |
| 726 | compatible = "arm,cortex-a15"; |
| 727 | reg = <3>; |
| 728 | }; |
| 729 | }; |
| 730 | |
| 731 | timer { |
| 732 | compatible = "arm,armv7-timer"; |
Stephen Warren | 6cecf91 | 2013-02-13 12:51:51 -0700 | [diff] [blame] | 733 | interrupts = |
| 734 | <GIC_PPI 13 |
| 735 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 736 | <GIC_PPI 14 |
| 737 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 738 | <GIC_PPI 11 |
| 739 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 740 | <GIC_PPI 10 |
| 741 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 742 | }; |
| 743 | }; |