Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 1 | /include/ "skeleton.dtsi" |
| 2 | |
| 3 | / { |
| 4 | compatible = "nvidia,tegra114"; |
| 5 | interrupt-parent = <&gic>; |
| 6 | |
| 7 | gic: interrupt-controller { |
| 8 | compatible = "arm,cortex-a15-gic"; |
| 9 | #interrupt-cells = <3>; |
| 10 | interrupt-controller; |
| 11 | reg = <0x50041000 0x1000>, |
| 12 | <0x50042000 0x1000>, |
| 13 | <0x50044000 0x2000>, |
| 14 | <0x50046000 0x2000>; |
| 15 | interrupts = <1 9 0xf04>; |
| 16 | }; |
| 17 | |
| 18 | timer@60005000 { |
| 19 | compatible = "nvidia,tegra114-timer", "nvidia,tegra20-timer"; |
| 20 | reg = <0x60005000 0x400>; |
| 21 | interrupts = <0 0 0x04 |
| 22 | 0 1 0x04 |
| 23 | 0 41 0x04 |
| 24 | 0 42 0x04 |
| 25 | 0 121 0x04 |
| 26 | 0 122 0x04>; |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 27 | clocks = <&tegra_car 5>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 28 | }; |
| 29 | |
| 30 | tegra_car: clock { |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 31 | compatible = "nvidia,tegra114-car"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 32 | reg = <0x60006000 0x1000>; |
| 33 | #clock-cells = <1>; |
| 34 | }; |
| 35 | |
Laxman Dewangan | c5d9da4 | 2013-03-14 01:19:50 +0530 | [diff] [blame^] | 36 | apbdma: dma { |
| 37 | compatible = "nvidia,tegra114-apbdma"; |
| 38 | reg = <0x6000a000 0x1400>; |
| 39 | interrupts = <0 104 0x04 |
| 40 | 0 105 0x04 |
| 41 | 0 106 0x04 |
| 42 | 0 107 0x04 |
| 43 | 0 108 0x04 |
| 44 | 0 109 0x04 |
| 45 | 0 110 0x04 |
| 46 | 0 111 0x04 |
| 47 | 0 112 0x04 |
| 48 | 0 113 0x04 |
| 49 | 0 114 0x04 |
| 50 | 0 115 0x04 |
| 51 | 0 116 0x04 |
| 52 | 0 117 0x04 |
| 53 | 0 118 0x04 |
| 54 | 0 119 0x04 |
| 55 | 0 128 0x04 |
| 56 | 0 129 0x04 |
| 57 | 0 130 0x04 |
| 58 | 0 131 0x04 |
| 59 | 0 132 0x04 |
| 60 | 0 133 0x04 |
| 61 | 0 134 0x04 |
| 62 | 0 135 0x04 |
| 63 | 0 136 0x04 |
| 64 | 0 137 0x04 |
| 65 | 0 138 0x04 |
| 66 | 0 139 0x04 |
| 67 | 0 140 0x04 |
| 68 | 0 141 0x04 |
| 69 | 0 142 0x04 |
| 70 | 0 143 0x04>; |
| 71 | clocks = <&tegra_car 34>; |
| 72 | }; |
| 73 | |
Hiroshi Doyu | 0dfe42e | 2013-01-15 10:17:27 +0200 | [diff] [blame] | 74 | ahb: ahb { |
| 75 | compatible = "nvidia,tegra114-ahb", "nvidia,tegra30-ahb"; |
| 76 | reg = <0x6000c004 0x14c>; |
| 77 | }; |
| 78 | |
Laxman Dewangan | b16f918 | 2013-01-29 18:26:18 +0530 | [diff] [blame] | 79 | gpio: gpio { |
| 80 | compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio"; |
| 81 | reg = <0x6000d000 0x1000>; |
| 82 | interrupts = <0 32 0x04 |
| 83 | 0 33 0x04 |
| 84 | 0 34 0x04 |
| 85 | 0 35 0x04 |
| 86 | 0 55 0x04 |
| 87 | 0 87 0x04 |
| 88 | 0 89 0x04 |
| 89 | 0 125 0x04>; |
| 90 | #gpio-cells = <2>; |
| 91 | gpio-controller; |
| 92 | #interrupt-cells = <2>; |
| 93 | interrupt-controller; |
| 94 | }; |
| 95 | |
Laxman Dewangan | 031b77a | 2013-01-29 18:26:20 +0530 | [diff] [blame] | 96 | pinmux: pinmux { |
| 97 | compatible = "nvidia,tegra114-pinmux"; |
| 98 | reg = <0x70000868 0x148 /* Pad control registers */ |
| 99 | 0x70003000 0x40c>; /* Mux registers */ |
| 100 | }; |
| 101 | |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 102 | serial@70006000 { |
| 103 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 104 | reg = <0x70006000 0x40>; |
| 105 | reg-shift = <2>; |
| 106 | interrupts = <0 36 0x04>; |
| 107 | status = "disabled"; |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 108 | clocks = <&tegra_car 6>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 109 | }; |
| 110 | |
| 111 | serial@70006040 { |
| 112 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 113 | reg = <0x70006040 0x40>; |
| 114 | reg-shift = <2>; |
| 115 | interrupts = <0 37 0x04>; |
| 116 | status = "disabled"; |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 117 | clocks = <&tegra_car 192>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 118 | }; |
| 119 | |
| 120 | serial@70006200 { |
| 121 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 122 | reg = <0x70006200 0x100>; |
| 123 | reg-shift = <2>; |
| 124 | interrupts = <0 46 0x04>; |
| 125 | status = "disabled"; |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 126 | clocks = <&tegra_car 55>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 127 | }; |
| 128 | |
| 129 | serial@70006300 { |
| 130 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 131 | reg = <0x70006300 0x100>; |
| 132 | reg-shift = <2>; |
| 133 | interrupts = <0 90 0x04>; |
| 134 | status = "disabled"; |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 135 | clocks = <&tegra_car 65>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 136 | }; |
| 137 | |
Andrew Chew | 6c716db | 2013-03-12 16:40:50 -0700 | [diff] [blame] | 138 | pwm: pwm { |
| 139 | compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm"; |
| 140 | reg = <0x7000a000 0x100>; |
| 141 | #pwm-cells = <2>; |
| 142 | clocks = <&tegra_car 17>; |
| 143 | status = "disabled"; |
| 144 | }; |
| 145 | |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 146 | rtc { |
| 147 | compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc"; |
| 148 | reg = <0x7000e000 0x100>; |
| 149 | interrupts = <0 2 0x04>; |
Peter De Schrijver | 672d889 | 2013-04-03 17:40:48 +0300 | [diff] [blame] | 150 | clocks = <&tegra_car 4>; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 151 | }; |
| 152 | |
| 153 | pmc { |
Joseph Lo | 2b84e53 | 2013-02-26 16:27:43 +0000 | [diff] [blame] | 154 | compatible = "nvidia,tegra114-pmc"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 155 | reg = <0x7000e400 0x400>; |
Joseph Lo | 7021d12 | 2013-04-03 19:31:27 +0800 | [diff] [blame] | 156 | clocks = <&tegra_car 261>, <&clk32k_in>; |
| 157 | clock-names = "pclk", "clk32k_in"; |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 158 | }; |
| 159 | |
Hiroshi Doyu | 2da1396 | 2013-01-15 10:17:28 +0200 | [diff] [blame] | 160 | iommu { |
| 161 | compatible = "nvidia,tegra114-smmu", "nvidia,tegra30-smmu"; |
| 162 | reg = <0x7000f010 0x02c |
| 163 | 0x7000f1f0 0x010 |
| 164 | 0x7000f228 0x074>; |
| 165 | nvidia,#asids = <4>; |
| 166 | dma-window = <0 0x40000000>; |
| 167 | nvidia,swgroups = <0x18659fe>; |
| 168 | nvidia,ahb = <&ahb>; |
| 169 | }; |
| 170 | |
Pritesh Raithatha | 933d87a | 2013-02-20 13:35:14 -0500 | [diff] [blame] | 171 | sdhci@78000000 { |
| 172 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 173 | reg = <0x78000000 0x200>; |
| 174 | interrupts = <0 14 0x04>; |
| 175 | clocks = <&tegra_car 14>; |
| 176 | status = "disable"; |
| 177 | }; |
| 178 | |
| 179 | sdhci@78000200 { |
| 180 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 181 | reg = <0x78000200 0x200>; |
| 182 | interrupts = <0 15 0x04>; |
| 183 | clocks = <&tegra_car 9>; |
| 184 | status = "disable"; |
| 185 | }; |
| 186 | |
| 187 | sdhci@78000400 { |
| 188 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 189 | reg = <0x78000400 0x200>; |
| 190 | interrupts = <0 19 0x04>; |
| 191 | clocks = <&tegra_car 69>; |
| 192 | status = "disable"; |
| 193 | }; |
| 194 | |
| 195 | sdhci@78000600 { |
| 196 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; |
| 197 | reg = <0x78000600 0x200>; |
| 198 | interrupts = <0 31 0x04>; |
| 199 | clocks = <&tegra_car 15>; |
| 200 | status = "disable"; |
| 201 | }; |
| 202 | |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 203 | cpus { |
| 204 | #address-cells = <1>; |
| 205 | #size-cells = <0>; |
| 206 | |
| 207 | cpu@0 { |
| 208 | device_type = "cpu"; |
| 209 | compatible = "arm,cortex-a15"; |
| 210 | reg = <0>; |
| 211 | }; |
| 212 | |
| 213 | cpu@1 { |
| 214 | device_type = "cpu"; |
| 215 | compatible = "arm,cortex-a15"; |
| 216 | reg = <1>; |
| 217 | }; |
| 218 | |
| 219 | cpu@2 { |
| 220 | device_type = "cpu"; |
| 221 | compatible = "arm,cortex-a15"; |
| 222 | reg = <2>; |
| 223 | }; |
| 224 | |
| 225 | cpu@3 { |
| 226 | device_type = "cpu"; |
| 227 | compatible = "arm,cortex-a15"; |
| 228 | reg = <3>; |
| 229 | }; |
| 230 | }; |
| 231 | |
| 232 | timer { |
| 233 | compatible = "arm,armv7-timer"; |
| 234 | interrupts = <1 13 0xf08>, |
| 235 | <1 14 0xf08>, |
| 236 | <1 11 0xf08>, |
| 237 | <1 10 0xf08>; |
| 238 | }; |
| 239 | }; |