Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 1 | /include/ "skeleton.dtsi" |
| 2 | |
| 3 | / { |
| 4 | compatible = "nvidia,tegra30"; |
| 5 | interrupt-parent = <&intc>; |
| 6 | |
Stephen Warren | f9eb26a | 2012-05-11 16:17:47 -0600 | [diff] [blame] | 7 | pmc { |
Stephen Warren | d17adfd | 2012-01-25 14:43:27 -0700 | [diff] [blame] | 8 | compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc"; |
| 9 | reg = <0x7000e400 0x400>; |
| 10 | }; |
| 11 | |
Stephen Warren | f9eb26a | 2012-05-11 16:17:47 -0600 | [diff] [blame] | 12 | intc: interrupt-controller { |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 13 | compatible = "arm,cortex-a9-gic"; |
| 14 | interrupt-controller; |
| 15 | #interrupt-cells = <3>; |
Stephen Warren | 5ff4888 | 2012-05-11 16:26:03 -0600 | [diff] [blame^] | 16 | reg = <0x50041000 0x1000 |
| 17 | 0x50040100 0x0100>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 18 | }; |
| 19 | |
Stephen Warren | 583553b | 2012-02-27 18:26:36 -0700 | [diff] [blame] | 20 | pmu { |
| 21 | compatible = "arm,cortex-a9-pmu"; |
| 22 | interrupts = <0 144 0x04 |
| 23 | 0 145 0x04 |
| 24 | 0 146 0x04 |
| 25 | 0 147 0x04>; |
| 26 | }; |
| 27 | |
Stephen Warren | f9eb26a | 2012-05-11 16:17:47 -0600 | [diff] [blame] | 28 | apbdma: dma { |
Stephen Warren | 8051b75 | 2012-01-11 16:09:54 -0700 | [diff] [blame] | 29 | compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma"; |
| 30 | reg = <0x6000a000 0x1400>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 31 | interrupts = <0 104 0x04 |
| 32 | 0 105 0x04 |
| 33 | 0 106 0x04 |
| 34 | 0 107 0x04 |
| 35 | 0 108 0x04 |
| 36 | 0 109 0x04 |
| 37 | 0 110 0x04 |
| 38 | 0 111 0x04 |
| 39 | 0 112 0x04 |
| 40 | 0 113 0x04 |
| 41 | 0 114 0x04 |
| 42 | 0 115 0x04 |
| 43 | 0 116 0x04 |
| 44 | 0 117 0x04 |
| 45 | 0 118 0x04 |
| 46 | 0 119 0x04 |
| 47 | 0 128 0x04 |
| 48 | 0 129 0x04 |
| 49 | 0 130 0x04 |
| 50 | 0 131 0x04 |
| 51 | 0 132 0x04 |
| 52 | 0 133 0x04 |
| 53 | 0 134 0x04 |
| 54 | 0 135 0x04 |
| 55 | 0 136 0x04 |
| 56 | 0 137 0x04 |
| 57 | 0 138 0x04 |
| 58 | 0 139 0x04 |
| 59 | 0 140 0x04 |
| 60 | 0 141 0x04 |
| 61 | 0 142 0x04 |
| 62 | 0 143 0x04>; |
Stephen Warren | 8051b75 | 2012-01-11 16:09:54 -0700 | [diff] [blame] | 63 | }; |
| 64 | |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 65 | i2c@7000c000 { |
| 66 | #address-cells = <1>; |
| 67 | #size-cells = <0>; |
| 68 | compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; |
| 69 | reg = <0x7000C000 0x100>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 70 | interrupts = <0 38 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 71 | }; |
| 72 | |
| 73 | i2c@7000c400 { |
| 74 | #address-cells = <1>; |
| 75 | #size-cells = <0>; |
| 76 | compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; |
| 77 | reg = <0x7000C400 0x100>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 78 | interrupts = <0 84 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 79 | }; |
| 80 | |
| 81 | i2c@7000c500 { |
| 82 | #address-cells = <1>; |
| 83 | #size-cells = <0>; |
| 84 | compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; |
| 85 | reg = <0x7000C500 0x100>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 86 | interrupts = <0 92 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 87 | }; |
| 88 | |
| 89 | i2c@7000c700 { |
| 90 | #address-cells = <1>; |
| 91 | #size-cells = <0>; |
| 92 | compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; |
| 93 | reg = <0x7000c700 0x100>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 94 | interrupts = <0 120 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 95 | }; |
| 96 | |
| 97 | i2c@7000d000 { |
| 98 | #address-cells = <1>; |
| 99 | #size-cells = <0>; |
| 100 | compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c"; |
| 101 | reg = <0x7000D000 0x100>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 102 | interrupts = <0 53 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 103 | }; |
| 104 | |
Stephen Warren | f9eb26a | 2012-05-11 16:17:47 -0600 | [diff] [blame] | 105 | gpio: gpio { |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 106 | compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio"; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 107 | reg = <0x6000d000 0x1000>; |
| 108 | interrupts = <0 32 0x04 |
| 109 | 0 33 0x04 |
| 110 | 0 34 0x04 |
| 111 | 0 35 0x04 |
| 112 | 0 55 0x04 |
| 113 | 0 87 0x04 |
| 114 | 0 89 0x04 |
| 115 | 0 125 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 116 | #gpio-cells = <2>; |
| 117 | gpio-controller; |
Stephen Warren | 6f74dc9 | 2012-01-04 08:39:37 +0000 | [diff] [blame] | 118 | #interrupt-cells = <2>; |
| 119 | interrupt-controller; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 120 | }; |
| 121 | |
| 122 | serial@70006000 { |
| 123 | compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart"; |
| 124 | reg = <0x70006000 0x40>; |
| 125 | reg-shift = <2>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 126 | interrupts = <0 36 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 127 | }; |
| 128 | |
| 129 | serial@70006040 { |
| 130 | compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart"; |
| 131 | reg = <0x70006040 0x40>; |
| 132 | reg-shift = <2>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 133 | interrupts = <0 37 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 134 | }; |
| 135 | |
| 136 | serial@70006200 { |
| 137 | compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart"; |
| 138 | reg = <0x70006200 0x100>; |
| 139 | reg-shift = <2>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 140 | interrupts = <0 46 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 141 | }; |
| 142 | |
| 143 | serial@70006300 { |
| 144 | compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart"; |
| 145 | reg = <0x70006300 0x100>; |
| 146 | reg-shift = <2>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 147 | interrupts = <0 90 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 148 | }; |
| 149 | |
| 150 | serial@70006400 { |
| 151 | compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart"; |
| 152 | reg = <0x70006400 0x100>; |
| 153 | reg-shift = <2>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 154 | interrupts = <0 91 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 155 | }; |
| 156 | |
| 157 | sdhci@78000000 { |
| 158 | compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
| 159 | reg = <0x78000000 0x200>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 160 | interrupts = <0 14 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 161 | }; |
| 162 | |
| 163 | sdhci@78000200 { |
| 164 | compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
| 165 | reg = <0x78000200 0x200>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 166 | interrupts = <0 15 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 167 | }; |
| 168 | |
| 169 | sdhci@78000400 { |
| 170 | compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
| 171 | reg = <0x78000400 0x200>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 172 | interrupts = <0 19 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 173 | }; |
| 174 | |
| 175 | sdhci@78000600 { |
| 176 | compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
| 177 | reg = <0x78000600 0x200>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 178 | interrupts = <0 31 0x04>; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 179 | }; |
| 180 | |
Stephen Warren | f9eb26a | 2012-05-11 16:17:47 -0600 | [diff] [blame] | 181 | pinmux: pinmux { |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 182 | compatible = "nvidia,tegra30-pinmux"; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 183 | reg = <0x70000868 0xd0 /* Pad control registers */ |
| 184 | 0x70003000 0x3e0>; /* Mux registers */ |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 185 | }; |
Stephen Warren | 9ee6a5c | 2012-03-27 12:40:53 -0600 | [diff] [blame] | 186 | |
| 187 | ahub { |
| 188 | compatible = "nvidia,tegra30-ahub"; |
Stephen Warren | 5ff4888 | 2012-05-11 16:26:03 -0600 | [diff] [blame^] | 189 | reg = <0x70080000 0x200 |
| 190 | 0x70080200 0x100>; |
Stephen Warren | 95decf8 | 2012-05-11 16:11:38 -0600 | [diff] [blame] | 191 | interrupts = <0 103 0x04>; |
Stephen Warren | 9ee6a5c | 2012-03-27 12:40:53 -0600 | [diff] [blame] | 192 | nvidia,dma-request-selector = <&apbdma 1>; |
| 193 | |
| 194 | ranges; |
| 195 | #address-cells = <1>; |
| 196 | #size-cells = <1>; |
| 197 | |
| 198 | tegra_i2s0: i2s@70080300 { |
| 199 | compatible = "nvidia,tegra30-i2s"; |
| 200 | reg = <0x70080300 0x100>; |
| 201 | nvidia,ahub-cif-ids = <4 4>; |
| 202 | }; |
| 203 | |
| 204 | tegra_i2s1: i2s@70080400 { |
| 205 | compatible = "nvidia,tegra30-i2s"; |
| 206 | reg = <0x70080400 0x100>; |
| 207 | nvidia,ahub-cif-ids = <5 5>; |
| 208 | }; |
| 209 | |
| 210 | tegra_i2s2: i2s@70080500 { |
| 211 | compatible = "nvidia,tegra30-i2s"; |
| 212 | reg = <0x70080500 0x100>; |
| 213 | nvidia,ahub-cif-ids = <6 6>; |
| 214 | }; |
| 215 | |
| 216 | tegra_i2s3: i2s@70080600 { |
| 217 | compatible = "nvidia,tegra30-i2s"; |
| 218 | reg = <0x70080600 0x100>; |
| 219 | nvidia,ahub-cif-ids = <7 7>; |
| 220 | }; |
| 221 | |
| 222 | tegra_i2s4: i2s@70080700 { |
| 223 | compatible = "nvidia,tegra30-i2s"; |
| 224 | reg = <0x70080700 0x100>; |
| 225 | nvidia,ahub-cif-ids = <8 8>; |
| 226 | }; |
| 227 | }; |
Hiroshi DOYU | 7868a9b | 2012-05-07 09:43:47 +0300 | [diff] [blame] | 228 | |
Stephen Warren | f9eb26a | 2012-05-11 16:17:47 -0600 | [diff] [blame] | 229 | ahb: ahb { |
Hiroshi DOYU | 7868a9b | 2012-05-07 09:43:47 +0300 | [diff] [blame] | 230 | compatible = "nvidia,tegra30-ahb"; |
| 231 | reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */ |
| 232 | }; |
hdoyu@nvidia.com | ecf4374 | 2012-05-09 21:42:33 +0000 | [diff] [blame] | 233 | |
| 234 | mc { |
| 235 | compatible = "nvidia,tegra30-mc"; |
| 236 | reg = <0x7000f000 0x010 |
| 237 | 0x7000f03c 0x1b4 |
| 238 | 0x7000f200 0x028 |
| 239 | 0x7000f284 0x17c>; |
| 240 | interrupts = <0 77 0x04>; |
| 241 | }; |
hdoyu@nvidia.com | 54174a3 | 2012-05-09 21:50:21 +0000 | [diff] [blame] | 242 | |
| 243 | smmu { |
| 244 | compatible = "nvidia,tegra30-smmu"; |
| 245 | reg = <0x7000f010 0x02c |
| 246 | 0x7000f1f0 0x010 |
| 247 | 0x7000f228 0x05c>; |
| 248 | nvidia,#asids = <4>; /* # of ASIDs */ |
| 249 | dma-window = <0 0x40000000>; /* IOVA start & length */ |
| 250 | nvidia,ahb = <&ahb>; |
| 251 | }; |
Peter De Schrijver | c3e00a0 | 2011-12-14 17:03:13 +0200 | [diff] [blame] | 252 | }; |