Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | * Based on "omap4.dtsi" |
| 8 | */ |
| 9 | |
| 10 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
| 11 | #include <dt-bindings/pinctrl/dra.h> |
| 12 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 13 | #define MAX_SOURCES 400 |
| 14 | |
| 15 | / { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 16 | #address-cells = <2>; |
| 17 | #size-cells = <2>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 18 | |
| 19 | compatible = "ti,dra7xx"; |
| 20 | interrupt-parent = <&crossbar_mpu>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 21 | chosen { }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 22 | |
| 23 | aliases { |
| 24 | i2c0 = &i2c1; |
| 25 | i2c1 = &i2c2; |
| 26 | i2c2 = &i2c3; |
| 27 | i2c3 = &i2c4; |
| 28 | i2c4 = &i2c5; |
| 29 | serial0 = &uart1; |
| 30 | serial1 = &uart2; |
| 31 | serial2 = &uart3; |
| 32 | serial3 = &uart4; |
| 33 | serial4 = &uart5; |
| 34 | serial5 = &uart6; |
| 35 | serial6 = &uart7; |
| 36 | serial7 = &uart8; |
| 37 | serial8 = &uart9; |
| 38 | serial9 = &uart10; |
| 39 | ethernet0 = &cpsw_emac0; |
| 40 | ethernet1 = &cpsw_emac1; |
| 41 | d_can0 = &dcan1; |
| 42 | d_can1 = &dcan2; |
Mugunthan V N | 6145ef7 | 2015-12-23 20:39:39 +0530 | [diff] [blame] | 43 | spi0 = &qspi; |
Keerthy | 5329c54 | 2022-01-27 13:16:58 +0100 | [diff] [blame] | 44 | remoteproc0 = &ipu1; |
| 45 | remoteproc1 = &ipu2; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 46 | }; |
| 47 | |
| 48 | timer { |
| 49 | compatible = "arm,armv7-timer"; |
| 50 | interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, |
| 51 | <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, |
| 52 | <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, |
| 53 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>; |
| 54 | interrupt-parent = <&gic>; |
| 55 | }; |
| 56 | |
| 57 | gic: interrupt-controller@48211000 { |
| 58 | compatible = "arm,cortex-a15-gic"; |
| 59 | interrupt-controller; |
| 60 | #interrupt-cells = <3>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 61 | reg = <0x0 0x48211000 0x0 0x1000>, |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 62 | <0x0 0x48212000 0x0 0x2000>, |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 63 | <0x0 0x48214000 0x0 0x2000>, |
| 64 | <0x0 0x48216000 0x0 0x2000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 65 | interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>; |
| 66 | interrupt-parent = <&gic>; |
| 67 | }; |
| 68 | |
| 69 | wakeupgen: interrupt-controller@48281000 { |
| 70 | compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu"; |
| 71 | interrupt-controller; |
| 72 | #interrupt-cells = <3>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 73 | reg = <0x0 0x48281000 0x0 0x1000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 74 | interrupt-parent = <&gic>; |
| 75 | }; |
| 76 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 77 | cpus { |
| 78 | #address-cells = <1>; |
| 79 | #size-cells = <0>; |
| 80 | |
| 81 | cpu0: cpu@0 { |
| 82 | device_type = "cpu"; |
| 83 | compatible = "arm,cortex-a15"; |
| 84 | reg = <0>; |
| 85 | |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 86 | operating-points-v2 = <&cpu0_opp_table>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 87 | |
| 88 | clocks = <&dpll_mpu_ck>; |
| 89 | clock-names = "cpu"; |
| 90 | |
| 91 | clock-latency = <300000>; /* From omap-cpufreq driver */ |
| 92 | |
| 93 | /* cooling options */ |
| 94 | cooling-min-level = <0>; |
| 95 | cooling-max-level = <2>; |
| 96 | #cooling-cells = <2>; /* min followed by max */ |
| 97 | }; |
| 98 | }; |
| 99 | |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 100 | cpu0_opp_table: opp-table { |
| 101 | compatible = "operating-points-v2-ti-cpu"; |
| 102 | syscon = <&scm_wkup>; |
| 103 | |
| 104 | opp_nom-1000000000 { |
| 105 | opp-hz = /bits/ 64 <1000000000>; |
| 106 | opp-microvolt = <1060000 850000 1150000>; |
| 107 | opp-supported-hw = <0xFF 0x01>; |
| 108 | opp-suspend; |
| 109 | }; |
| 110 | |
| 111 | opp_od-1176000000 { |
| 112 | opp-hz = /bits/ 64 <1176000000>; |
| 113 | opp-microvolt = <1160000 885000 1160000>; |
| 114 | opp-supported-hw = <0xFF 0x02>; |
| 115 | }; |
| 116 | }; |
| 117 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 118 | /* |
| 119 | * The soc node represents the soc top level view. It is used for IPs |
| 120 | * that are not memory mapped in the MPU view or for the MPU itself. |
| 121 | */ |
| 122 | soc { |
| 123 | compatible = "ti,omap-infra"; |
| 124 | mpu { |
| 125 | compatible = "ti,omap5-mpu"; |
| 126 | ti,hwmods = "mpu"; |
| 127 | }; |
| 128 | }; |
| 129 | |
| 130 | /* |
| 131 | * XXX: Use a flat representation of the SOC interconnect. |
| 132 | * The real OMAP interconnect network is quite complex. |
| 133 | * Since it will not bring real advantage to represent that in DT for |
| 134 | * the moment, just use a fake OCP bus entry to represent the whole bus |
| 135 | * hierarchy. |
| 136 | */ |
| 137 | ocp { |
| 138 | compatible = "ti,dra7-l3-noc", "simple-bus"; |
| 139 | #address-cells = <1>; |
| 140 | #size-cells = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 141 | ranges = <0x0 0x0 0x0 0xc0000000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 142 | ti,hwmods = "l3_main_1", "l3_main_2"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 143 | reg = <0x0 0x44000000 0x0 0x1000000>, |
| 144 | <0x0 0x45000000 0x0 0x1000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 145 | interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, |
| 146 | <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; |
| 147 | |
| 148 | l4_cfg: l4@4a000000 { |
| 149 | compatible = "ti,dra7-l4-cfg", "simple-bus"; |
| 150 | #address-cells = <1>; |
| 151 | #size-cells = <1>; |
| 152 | ranges = <0 0x4a000000 0x22c000>; |
| 153 | |
| 154 | scm: scm@2000 { |
| 155 | compatible = "ti,dra7-scm-core", "simple-bus"; |
| 156 | reg = <0x2000 0x2000>; |
| 157 | #address-cells = <1>; |
| 158 | #size-cells = <1>; |
| 159 | ranges = <0 0x2000 0x2000>; |
| 160 | |
| 161 | scm_conf: scm_conf@0 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 162 | compatible = "syscon", "simple-bus"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 163 | reg = <0x0 0x1400>; |
| 164 | #address-cells = <1>; |
| 165 | #size-cells = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 166 | ranges = <0 0x0 0x1400>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 167 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 168 | pbias_regulator: pbias_regulator@e00 { |
| 169 | compatible = "ti,pbias-dra7", "ti,pbias-omap"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 170 | reg = <0xe00 0x4>; |
| 171 | syscon = <&scm_conf>; |
| 172 | pbias_mmc_reg: pbias_mmc_omap5 { |
| 173 | regulator-name = "pbias_mmc_omap5"; |
| 174 | regulator-min-microvolt = <1800000>; |
Faiz Abbas | 2499a04 | 2019-04-05 14:18:44 +0530 | [diff] [blame] | 175 | regulator-max-microvolt = <3300000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 176 | }; |
| 177 | }; |
| 178 | |
| 179 | scm_conf_clocks: clocks { |
| 180 | #address-cells = <1>; |
| 181 | #size-cells = <0>; |
| 182 | }; |
| 183 | }; |
| 184 | |
| 185 | dra7_pmx_core: pinmux@1400 { |
| 186 | compatible = "ti,dra7-padconf", |
| 187 | "pinctrl-single"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 188 | reg = <0x1400 0x0468>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 189 | #address-cells = <1>; |
| 190 | #size-cells = <0>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 191 | #pinctrl-cells = <1>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 192 | #interrupt-cells = <1>; |
| 193 | interrupt-controller; |
| 194 | pinctrl-single,register-width = <32>; |
| 195 | pinctrl-single,function-mask = <0x3fffffff>; |
| 196 | }; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 197 | |
| 198 | scm_conf1: scm_conf@1c04 { |
| 199 | compatible = "syscon"; |
| 200 | reg = <0x1c04 0x0020>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 201 | #syscon-cells = <2>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 202 | }; |
| 203 | |
| 204 | scm_conf_pcie: scm_conf@1c24 { |
| 205 | compatible = "syscon"; |
| 206 | reg = <0x1c24 0x0024>; |
| 207 | }; |
| 208 | |
| 209 | sdma_xbar: dma-router@b78 { |
| 210 | compatible = "ti,dra7-dma-crossbar"; |
| 211 | reg = <0xb78 0xfc>; |
| 212 | #dma-cells = <1>; |
| 213 | dma-requests = <205>; |
| 214 | ti,dma-safe-map = <0>; |
| 215 | dma-masters = <&sdma>; |
| 216 | }; |
| 217 | |
| 218 | edma_xbar: dma-router@c78 { |
| 219 | compatible = "ti,dra7-dma-crossbar"; |
| 220 | reg = <0xc78 0x7c>; |
| 221 | #dma-cells = <2>; |
| 222 | dma-requests = <204>; |
| 223 | ti,dma-safe-map = <0>; |
| 224 | dma-masters = <&edma>; |
| 225 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 226 | }; |
| 227 | |
| 228 | cm_core_aon: cm_core_aon@5000 { |
| 229 | compatible = "ti,dra7-cm-core-aon"; |
| 230 | reg = <0x5000 0x2000>; |
| 231 | |
| 232 | cm_core_aon_clocks: clocks { |
| 233 | #address-cells = <1>; |
| 234 | #size-cells = <0>; |
| 235 | }; |
| 236 | |
| 237 | cm_core_aon_clockdomains: clockdomains { |
| 238 | }; |
| 239 | }; |
| 240 | |
| 241 | cm_core: cm_core@8000 { |
| 242 | compatible = "ti,dra7-cm-core"; |
| 243 | reg = <0x8000 0x3000>; |
| 244 | |
| 245 | cm_core_clocks: clocks { |
| 246 | #address-cells = <1>; |
| 247 | #size-cells = <0>; |
| 248 | }; |
| 249 | |
| 250 | cm_core_clockdomains: clockdomains { |
| 251 | }; |
| 252 | }; |
| 253 | }; |
| 254 | |
| 255 | l4_wkup: l4@4ae00000 { |
| 256 | compatible = "ti,dra7-l4-wkup", "simple-bus"; |
| 257 | #address-cells = <1>; |
| 258 | #size-cells = <1>; |
| 259 | ranges = <0 0x4ae00000 0x3f000>; |
| 260 | |
| 261 | counter32k: counter@4000 { |
| 262 | compatible = "ti,omap-counter32k"; |
| 263 | reg = <0x4000 0x40>; |
| 264 | ti,hwmods = "counter_32k"; |
| 265 | }; |
| 266 | |
| 267 | prm: prm@6000 { |
Keerthy | 5329c54 | 2022-01-27 13:16:58 +0100 | [diff] [blame] | 268 | compatible = "ti,dra7-prm", "simple-bus"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 269 | reg = <0x6000 0x3000>; |
| 270 | interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; |
Keerthy | 5329c54 | 2022-01-27 13:16:58 +0100 | [diff] [blame] | 271 | #address-cells = <1>; |
| 272 | #size-cells = <1>; |
| 273 | ranges = <0 0x6000 0x3000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 274 | |
| 275 | prm_clocks: clocks { |
| 276 | #address-cells = <1>; |
| 277 | #size-cells = <0>; |
| 278 | }; |
| 279 | |
| 280 | prm_clockdomains: clockdomains { |
| 281 | }; |
Keerthy | 5329c54 | 2022-01-27 13:16:58 +0100 | [diff] [blame] | 282 | |
| 283 | ipu1_rst: ipu1_rst@510 { |
| 284 | compatible = "ti,dra7-reset"; |
| 285 | reg = <0x510 0x8>; |
| 286 | ti,nresets = <3>; |
| 287 | #reset-cells = <1>; |
| 288 | }; |
| 289 | |
| 290 | ipu2_rst: ipu2_rst@910 { |
| 291 | compatible = "ti,dra7-reset"; |
| 292 | reg = <0x910 0x8>; |
| 293 | ti,nresets = <3>; |
| 294 | #reset-cells = <1>; |
| 295 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 296 | }; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 297 | |
| 298 | scm_wkup: scm_conf@c000 { |
| 299 | compatible = "syscon"; |
| 300 | reg = <0xc000 0x1000>; |
| 301 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 302 | }; |
| 303 | |
| 304 | axi@0 { |
| 305 | compatible = "simple-bus"; |
| 306 | #size-cells = <1>; |
| 307 | #address-cells = <1>; |
| 308 | ranges = <0x51000000 0x51000000 0x3000 |
| 309 | 0x0 0x20000000 0x10000000>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 310 | /** |
| 311 | * To enable PCI endpoint mode, disable the pcie1_rc |
| 312 | * node and enable pcie1_ep mode. |
| 313 | */ |
| 314 | pcie1_rc: pcie@51000000 { |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 315 | compatible = "ti,dra7-pcie"; |
| 316 | reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>; |
| 317 | reg-names = "rc_dbics", "ti_conf", "config"; |
| 318 | interrupts = <0 232 0x4>, <0 233 0x4>; |
| 319 | #address-cells = <3>; |
| 320 | #size-cells = <2>; |
| 321 | device_type = "pci"; |
| 322 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 |
| 323 | 0x82000000 0 0x20013000 0x13000 0 0xffed000>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 324 | bus-range = <0x00 0xff>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 325 | #interrupt-cells = <1>; |
| 326 | num-lanes = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 327 | linux,pci-domain = <0>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 328 | ti,hwmods = "pcie1"; |
| 329 | phys = <&pcie1_phy>; |
| 330 | phy-names = "pcie-phy0"; |
| 331 | interrupt-map-mask = <0 0 0 7>; |
| 332 | interrupt-map = <0 0 0 1 &pcie1_intc 1>, |
| 333 | <0 0 0 2 &pcie1_intc 2>, |
| 334 | <0 0 0 3 &pcie1_intc 3>, |
| 335 | <0 0 0 4 &pcie1_intc 4>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 336 | status = "disabled"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 337 | pcie1_intc: interrupt-controller { |
| 338 | interrupt-controller; |
| 339 | #address-cells = <0>; |
| 340 | #interrupt-cells = <1>; |
| 341 | }; |
| 342 | }; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 343 | |
| 344 | pcie1_ep: pcie_ep@51000000 { |
| 345 | compatible = "ti,dra7-pcie-ep"; |
| 346 | reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>; |
| 347 | reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space"; |
| 348 | interrupts = <0 232 0x4>; |
| 349 | num-lanes = <1>; |
| 350 | num-ib-windows = <4>; |
| 351 | num-ob-windows = <16>; |
| 352 | ti,hwmods = "pcie1"; |
| 353 | phys = <&pcie1_phy>; |
| 354 | phy-names = "pcie-phy0"; |
| 355 | ti,syscon-unaligned-access = <&scm_conf1 0x14 2>; |
| 356 | status = "disabled"; |
| 357 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 358 | }; |
| 359 | |
| 360 | axi@1 { |
| 361 | compatible = "simple-bus"; |
| 362 | #size-cells = <1>; |
| 363 | #address-cells = <1>; |
| 364 | ranges = <0x51800000 0x51800000 0x3000 |
| 365 | 0x0 0x30000000 0x10000000>; |
| 366 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 367 | pcie@51800000 { |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 368 | compatible = "ti,dra7-pcie"; |
| 369 | reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>; |
| 370 | reg-names = "rc_dbics", "ti_conf", "config"; |
| 371 | interrupts = <0 355 0x4>, <0 356 0x4>; |
| 372 | #address-cells = <3>; |
| 373 | #size-cells = <2>; |
| 374 | device_type = "pci"; |
| 375 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 |
| 376 | 0x82000000 0 0x30013000 0x13000 0 0xffed000>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 377 | bus-range = <0x00 0xff>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 378 | #interrupt-cells = <1>; |
| 379 | num-lanes = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 380 | linux,pci-domain = <1>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 381 | ti,hwmods = "pcie2"; |
| 382 | phys = <&pcie2_phy>; |
| 383 | phy-names = "pcie-phy0"; |
| 384 | interrupt-map-mask = <0 0 0 7>; |
| 385 | interrupt-map = <0 0 0 1 &pcie2_intc 1>, |
| 386 | <0 0 0 2 &pcie2_intc 2>, |
| 387 | <0 0 0 3 &pcie2_intc 3>, |
| 388 | <0 0 0 4 &pcie2_intc 4>; |
| 389 | pcie2_intc: interrupt-controller { |
| 390 | interrupt-controller; |
| 391 | #address-cells = <0>; |
| 392 | #interrupt-cells = <1>; |
| 393 | }; |
| 394 | }; |
| 395 | }; |
| 396 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 397 | ocmcram1: ocmcram@40300000 { |
| 398 | compatible = "mmio-sram"; |
| 399 | reg = <0x40300000 0x80000>; |
| 400 | ranges = <0x0 0x40300000 0x80000>; |
| 401 | #address-cells = <1>; |
| 402 | #size-cells = <1>; |
| 403 | /* |
| 404 | * This is a placeholder for an optional reserved |
| 405 | * region for use by secure software. The size |
| 406 | * of this region is not known until runtime so it |
| 407 | * is set as zero to either be updated to reserve |
| 408 | * space or left unchanged to leave all SRAM for use. |
| 409 | * On HS parts that that require the reserved region |
| 410 | * either the bootloader can update the size to |
| 411 | * the required amount or the node can be overridden |
| 412 | * from the board dts file for the secure platform. |
| 413 | */ |
| 414 | sram-hs@0 { |
| 415 | compatible = "ti,secure-ram"; |
| 416 | reg = <0x0 0x0>; |
| 417 | }; |
| 418 | }; |
| 419 | |
| 420 | /* |
| 421 | * NOTE: ocmcram2 and ocmcram3 are not available on all |
| 422 | * DRA7xx and AM57xx variants. Confirm availability in |
| 423 | * the data manual for the exact part number in use |
| 424 | * before enabling these nodes in the board dts file. |
| 425 | */ |
| 426 | ocmcram2: ocmcram@40400000 { |
| 427 | status = "disabled"; |
| 428 | compatible = "mmio-sram"; |
| 429 | reg = <0x40400000 0x100000>; |
| 430 | ranges = <0x0 0x40400000 0x100000>; |
| 431 | #address-cells = <1>; |
| 432 | #size-cells = <1>; |
| 433 | }; |
| 434 | |
| 435 | ocmcram3: ocmcram@40500000 { |
| 436 | status = "disabled"; |
| 437 | compatible = "mmio-sram"; |
| 438 | reg = <0x40500000 0x100000>; |
| 439 | ranges = <0x0 0x40500000 0x100000>; |
| 440 | #address-cells = <1>; |
| 441 | #size-cells = <1>; |
| 442 | }; |
| 443 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 444 | bandgap: bandgap@4a0021e0 { |
| 445 | reg = <0x4a0021e0 0xc |
| 446 | 0x4a00232c 0xc |
| 447 | 0x4a002380 0x2c |
| 448 | 0x4a0023C0 0x3c |
| 449 | 0x4a002564 0x8 |
| 450 | 0x4a002574 0x50>; |
| 451 | compatible = "ti,dra752-bandgap"; |
| 452 | interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; |
| 453 | #thermal-sensor-cells = <1>; |
| 454 | }; |
| 455 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 456 | dsp1_system: dsp_system@40d00000 { |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 457 | compatible = "syscon"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 458 | reg = <0x40d00000 0x100>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 459 | }; |
| 460 | |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 461 | dra7_iodelay_core: padconf@4844a000 { |
| 462 | compatible = "ti,dra7-iodelay"; |
| 463 | reg = <0x4844a000 0x0d1c>; |
| 464 | #address-cells = <1>; |
| 465 | #size-cells = <0>; |
| 466 | #pinctrl-cells = <2>; |
| 467 | }; |
| 468 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 469 | sdma: dma-controller@4a056000 { |
| 470 | compatible = "ti,omap4430-sdma"; |
| 471 | reg = <0x4a056000 0x1000>; |
| 472 | interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, |
| 473 | <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, |
| 474 | <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, |
| 475 | <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; |
| 476 | #dma-cells = <1>; |
| 477 | dma-channels = <32>; |
| 478 | dma-requests = <127>; |
| 479 | }; |
| 480 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 481 | edma: edma@43300000 { |
| 482 | compatible = "ti,edma3-tpcc"; |
| 483 | ti,hwmods = "tpcc"; |
| 484 | reg = <0x43300000 0x100000>; |
| 485 | reg-names = "edma3_cc"; |
| 486 | interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>, |
| 487 | <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>, |
| 488 | <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>; |
| 489 | interrupt-names = "edma3_ccint", "edma3_mperr", |
| 490 | "edma3_ccerrint"; |
| 491 | dma-requests = <64>; |
| 492 | #dma-cells = <2>; |
| 493 | |
| 494 | ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>; |
| 495 | |
| 496 | /* |
| 497 | * memcpy is disabled, can be enabled with: |
| 498 | * ti,edma-memcpy-channels = <20 21>; |
| 499 | * for example. Note that these channels need to be |
| 500 | * masked in the xbar as well. |
| 501 | */ |
| 502 | }; |
| 503 | |
| 504 | edma_tptc0: tptc@43400000 { |
| 505 | compatible = "ti,edma3-tptc"; |
| 506 | ti,hwmods = "tptc0"; |
| 507 | reg = <0x43400000 0x100000>; |
| 508 | interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>; |
| 509 | interrupt-names = "edma3_tcerrint"; |
| 510 | }; |
| 511 | |
| 512 | edma_tptc1: tptc@43500000 { |
| 513 | compatible = "ti,edma3-tptc"; |
| 514 | ti,hwmods = "tptc1"; |
| 515 | reg = <0x43500000 0x100000>; |
| 516 | interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>; |
| 517 | interrupt-names = "edma3_tcerrint"; |
| 518 | }; |
| 519 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 520 | gpio1: gpio@4ae10000 { |
| 521 | compatible = "ti,omap4-gpio"; |
| 522 | reg = <0x4ae10000 0x200>; |
| 523 | interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; |
| 524 | ti,hwmods = "gpio1"; |
| 525 | gpio-controller; |
| 526 | #gpio-cells = <2>; |
| 527 | interrupt-controller; |
| 528 | #interrupt-cells = <2>; |
| 529 | }; |
| 530 | |
| 531 | gpio2: gpio@48055000 { |
| 532 | compatible = "ti,omap4-gpio"; |
| 533 | reg = <0x48055000 0x200>; |
| 534 | interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; |
| 535 | ti,hwmods = "gpio2"; |
| 536 | gpio-controller; |
| 537 | #gpio-cells = <2>; |
| 538 | interrupt-controller; |
| 539 | #interrupt-cells = <2>; |
| 540 | }; |
| 541 | |
| 542 | gpio3: gpio@48057000 { |
| 543 | compatible = "ti,omap4-gpio"; |
| 544 | reg = <0x48057000 0x200>; |
| 545 | interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; |
| 546 | ti,hwmods = "gpio3"; |
| 547 | gpio-controller; |
| 548 | #gpio-cells = <2>; |
| 549 | interrupt-controller; |
| 550 | #interrupt-cells = <2>; |
| 551 | }; |
| 552 | |
| 553 | gpio4: gpio@48059000 { |
| 554 | compatible = "ti,omap4-gpio"; |
| 555 | reg = <0x48059000 0x200>; |
| 556 | interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; |
| 557 | ti,hwmods = "gpio4"; |
| 558 | gpio-controller; |
| 559 | #gpio-cells = <2>; |
| 560 | interrupt-controller; |
| 561 | #interrupt-cells = <2>; |
| 562 | }; |
| 563 | |
| 564 | gpio5: gpio@4805b000 { |
| 565 | compatible = "ti,omap4-gpio"; |
| 566 | reg = <0x4805b000 0x200>; |
| 567 | interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; |
| 568 | ti,hwmods = "gpio5"; |
| 569 | gpio-controller; |
| 570 | #gpio-cells = <2>; |
| 571 | interrupt-controller; |
| 572 | #interrupt-cells = <2>; |
| 573 | }; |
| 574 | |
| 575 | gpio6: gpio@4805d000 { |
| 576 | compatible = "ti,omap4-gpio"; |
| 577 | reg = <0x4805d000 0x200>; |
| 578 | interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>; |
| 579 | ti,hwmods = "gpio6"; |
| 580 | gpio-controller; |
| 581 | #gpio-cells = <2>; |
| 582 | interrupt-controller; |
| 583 | #interrupt-cells = <2>; |
| 584 | }; |
| 585 | |
| 586 | gpio7: gpio@48051000 { |
| 587 | compatible = "ti,omap4-gpio"; |
| 588 | reg = <0x48051000 0x200>; |
| 589 | interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; |
| 590 | ti,hwmods = "gpio7"; |
| 591 | gpio-controller; |
| 592 | #gpio-cells = <2>; |
| 593 | interrupt-controller; |
| 594 | #interrupt-cells = <2>; |
| 595 | }; |
| 596 | |
| 597 | gpio8: gpio@48053000 { |
| 598 | compatible = "ti,omap4-gpio"; |
| 599 | reg = <0x48053000 0x200>; |
| 600 | interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; |
| 601 | ti,hwmods = "gpio8"; |
| 602 | gpio-controller; |
| 603 | #gpio-cells = <2>; |
| 604 | interrupt-controller; |
| 605 | #interrupt-cells = <2>; |
| 606 | }; |
| 607 | |
| 608 | uart1: serial@4806a000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 609 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 610 | reg = <0x4806a000 0x100>; |
| 611 | interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; |
| 612 | ti,hwmods = "uart1"; |
| 613 | clock-frequency = <48000000>; |
| 614 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 615 | dmas = <&sdma_xbar 49>, <&sdma_xbar 50>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 616 | dma-names = "tx", "rx"; |
| 617 | }; |
| 618 | |
| 619 | uart2: serial@4806c000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 620 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 621 | reg = <0x4806c000 0x100>; |
| 622 | interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>; |
| 623 | ti,hwmods = "uart2"; |
| 624 | clock-frequency = <48000000>; |
| 625 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 626 | dmas = <&sdma_xbar 51>, <&sdma_xbar 52>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 627 | dma-names = "tx", "rx"; |
| 628 | }; |
| 629 | |
| 630 | uart3: serial@48020000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 631 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 632 | reg = <0x48020000 0x100>; |
| 633 | interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; |
| 634 | ti,hwmods = "uart3"; |
| 635 | clock-frequency = <48000000>; |
| 636 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 637 | dmas = <&sdma_xbar 53>, <&sdma_xbar 54>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 638 | dma-names = "tx", "rx"; |
| 639 | }; |
| 640 | |
| 641 | uart4: serial@4806e000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 642 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 643 | reg = <0x4806e000 0x100>; |
| 644 | interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; |
| 645 | ti,hwmods = "uart4"; |
| 646 | clock-frequency = <48000000>; |
| 647 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 648 | dmas = <&sdma_xbar 55>, <&sdma_xbar 56>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 649 | dma-names = "tx", "rx"; |
| 650 | }; |
| 651 | |
| 652 | uart5: serial@48066000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 653 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 654 | reg = <0x48066000 0x100>; |
| 655 | interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; |
| 656 | ti,hwmods = "uart5"; |
| 657 | clock-frequency = <48000000>; |
| 658 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 659 | dmas = <&sdma_xbar 63>, <&sdma_xbar 64>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 660 | dma-names = "tx", "rx"; |
| 661 | }; |
| 662 | |
| 663 | uart6: serial@48068000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 664 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 665 | reg = <0x48068000 0x100>; |
| 666 | interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; |
| 667 | ti,hwmods = "uart6"; |
| 668 | clock-frequency = <48000000>; |
| 669 | status = "disabled"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 670 | dmas = <&sdma_xbar 79>, <&sdma_xbar 80>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 671 | dma-names = "tx", "rx"; |
| 672 | }; |
| 673 | |
| 674 | uart7: serial@48420000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 675 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 676 | reg = <0x48420000 0x100>; |
| 677 | interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>; |
| 678 | ti,hwmods = "uart7"; |
| 679 | clock-frequency = <48000000>; |
| 680 | status = "disabled"; |
| 681 | }; |
| 682 | |
| 683 | uart8: serial@48422000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 684 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 685 | reg = <0x48422000 0x100>; |
| 686 | interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>; |
| 687 | ti,hwmods = "uart8"; |
| 688 | clock-frequency = <48000000>; |
| 689 | status = "disabled"; |
| 690 | }; |
| 691 | |
| 692 | uart9: serial@48424000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 693 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 694 | reg = <0x48424000 0x100>; |
| 695 | interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>; |
| 696 | ti,hwmods = "uart9"; |
| 697 | clock-frequency = <48000000>; |
| 698 | status = "disabled"; |
| 699 | }; |
| 700 | |
| 701 | uart10: serial@4ae2b000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 702 | compatible = "ti,dra742-uart", "ti,omap4-uart"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 703 | reg = <0x4ae2b000 0x100>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 704 | interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>; |
| 705 | ti,hwmods = "uart10"; |
| 706 | clock-frequency = <48000000>; |
| 707 | status = "disabled"; |
| 708 | }; |
| 709 | |
| 710 | mailbox1: mailbox@4a0f4000 { |
| 711 | compatible = "ti,omap4-mailbox"; |
| 712 | reg = <0x4a0f4000 0x200>; |
| 713 | interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>, |
| 714 | <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, |
| 715 | <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>; |
| 716 | ti,hwmods = "mailbox1"; |
| 717 | #mbox-cells = <1>; |
| 718 | ti,mbox-num-users = <3>; |
| 719 | ti,mbox-num-fifos = <8>; |
| 720 | status = "disabled"; |
| 721 | }; |
| 722 | |
| 723 | mailbox2: mailbox@4883a000 { |
| 724 | compatible = "ti,omap4-mailbox"; |
| 725 | reg = <0x4883a000 0x200>; |
| 726 | interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>, |
| 727 | <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>, |
| 728 | <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>, |
| 729 | <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>; |
| 730 | ti,hwmods = "mailbox2"; |
| 731 | #mbox-cells = <1>; |
| 732 | ti,mbox-num-users = <4>; |
| 733 | ti,mbox-num-fifos = <12>; |
| 734 | status = "disabled"; |
| 735 | }; |
| 736 | |
| 737 | mailbox3: mailbox@4883c000 { |
| 738 | compatible = "ti,omap4-mailbox"; |
| 739 | reg = <0x4883c000 0x200>; |
| 740 | interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>, |
| 741 | <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>, |
| 742 | <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>, |
| 743 | <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>; |
| 744 | ti,hwmods = "mailbox3"; |
| 745 | #mbox-cells = <1>; |
| 746 | ti,mbox-num-users = <4>; |
| 747 | ti,mbox-num-fifos = <12>; |
| 748 | status = "disabled"; |
| 749 | }; |
| 750 | |
| 751 | mailbox4: mailbox@4883e000 { |
| 752 | compatible = "ti,omap4-mailbox"; |
| 753 | reg = <0x4883e000 0x200>; |
| 754 | interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>, |
| 755 | <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>, |
| 756 | <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>, |
| 757 | <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>; |
| 758 | ti,hwmods = "mailbox4"; |
| 759 | #mbox-cells = <1>; |
| 760 | ti,mbox-num-users = <4>; |
| 761 | ti,mbox-num-fifos = <12>; |
| 762 | status = "disabled"; |
| 763 | }; |
| 764 | |
| 765 | mailbox5: mailbox@48840000 { |
| 766 | compatible = "ti,omap4-mailbox"; |
| 767 | reg = <0x48840000 0x200>; |
| 768 | interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>, |
| 769 | <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>, |
| 770 | <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>, |
| 771 | <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>; |
| 772 | ti,hwmods = "mailbox5"; |
| 773 | #mbox-cells = <1>; |
| 774 | ti,mbox-num-users = <4>; |
| 775 | ti,mbox-num-fifos = <12>; |
| 776 | status = "disabled"; |
| 777 | }; |
| 778 | |
| 779 | mailbox6: mailbox@48842000 { |
| 780 | compatible = "ti,omap4-mailbox"; |
| 781 | reg = <0x48842000 0x200>; |
| 782 | interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>, |
| 783 | <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, |
| 784 | <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>, |
| 785 | <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>; |
| 786 | ti,hwmods = "mailbox6"; |
| 787 | #mbox-cells = <1>; |
| 788 | ti,mbox-num-users = <4>; |
| 789 | ti,mbox-num-fifos = <12>; |
| 790 | status = "disabled"; |
| 791 | }; |
| 792 | |
| 793 | mailbox7: mailbox@48844000 { |
| 794 | compatible = "ti,omap4-mailbox"; |
| 795 | reg = <0x48844000 0x200>; |
| 796 | interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>, |
| 797 | <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>, |
| 798 | <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>, |
| 799 | <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>; |
| 800 | ti,hwmods = "mailbox7"; |
| 801 | #mbox-cells = <1>; |
| 802 | ti,mbox-num-users = <4>; |
| 803 | ti,mbox-num-fifos = <12>; |
| 804 | status = "disabled"; |
| 805 | }; |
| 806 | |
| 807 | mailbox8: mailbox@48846000 { |
| 808 | compatible = "ti,omap4-mailbox"; |
| 809 | reg = <0x48846000 0x200>; |
| 810 | interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>, |
| 811 | <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>, |
| 812 | <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>, |
| 813 | <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>; |
| 814 | ti,hwmods = "mailbox8"; |
| 815 | #mbox-cells = <1>; |
| 816 | ti,mbox-num-users = <4>; |
| 817 | ti,mbox-num-fifos = <12>; |
| 818 | status = "disabled"; |
| 819 | }; |
| 820 | |
| 821 | mailbox9: mailbox@4885e000 { |
| 822 | compatible = "ti,omap4-mailbox"; |
| 823 | reg = <0x4885e000 0x200>; |
| 824 | interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>, |
| 825 | <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>, |
| 826 | <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>, |
| 827 | <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>; |
| 828 | ti,hwmods = "mailbox9"; |
| 829 | #mbox-cells = <1>; |
| 830 | ti,mbox-num-users = <4>; |
| 831 | ti,mbox-num-fifos = <12>; |
| 832 | status = "disabled"; |
| 833 | }; |
| 834 | |
| 835 | mailbox10: mailbox@48860000 { |
| 836 | compatible = "ti,omap4-mailbox"; |
| 837 | reg = <0x48860000 0x200>; |
| 838 | interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>, |
| 839 | <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>, |
| 840 | <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>, |
| 841 | <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>; |
| 842 | ti,hwmods = "mailbox10"; |
| 843 | #mbox-cells = <1>; |
| 844 | ti,mbox-num-users = <4>; |
| 845 | ti,mbox-num-fifos = <12>; |
| 846 | status = "disabled"; |
| 847 | }; |
| 848 | |
| 849 | mailbox11: mailbox@48862000 { |
| 850 | compatible = "ti,omap4-mailbox"; |
| 851 | reg = <0x48862000 0x200>; |
| 852 | interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>, |
| 853 | <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>, |
| 854 | <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>, |
| 855 | <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>; |
| 856 | ti,hwmods = "mailbox11"; |
| 857 | #mbox-cells = <1>; |
| 858 | ti,mbox-num-users = <4>; |
| 859 | ti,mbox-num-fifos = <12>; |
| 860 | status = "disabled"; |
| 861 | }; |
| 862 | |
| 863 | mailbox12: mailbox@48864000 { |
| 864 | compatible = "ti,omap4-mailbox"; |
| 865 | reg = <0x48864000 0x200>; |
| 866 | interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>, |
| 867 | <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>, |
| 868 | <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>, |
| 869 | <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>; |
| 870 | ti,hwmods = "mailbox12"; |
| 871 | #mbox-cells = <1>; |
| 872 | ti,mbox-num-users = <4>; |
| 873 | ti,mbox-num-fifos = <12>; |
| 874 | status = "disabled"; |
| 875 | }; |
| 876 | |
| 877 | mailbox13: mailbox@48802000 { |
| 878 | compatible = "ti,omap4-mailbox"; |
| 879 | reg = <0x48802000 0x200>; |
| 880 | interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>, |
| 881 | <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>, |
| 882 | <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>, |
| 883 | <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>; |
| 884 | ti,hwmods = "mailbox13"; |
| 885 | #mbox-cells = <1>; |
| 886 | ti,mbox-num-users = <4>; |
| 887 | ti,mbox-num-fifos = <12>; |
| 888 | status = "disabled"; |
| 889 | }; |
| 890 | |
| 891 | timer1: timer@4ae18000 { |
| 892 | compatible = "ti,omap5430-timer"; |
| 893 | reg = <0x4ae18000 0x80>; |
| 894 | interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; |
| 895 | ti,hwmods = "timer1"; |
| 896 | ti,timer-alwon; |
| 897 | }; |
| 898 | |
| 899 | timer2: timer@48032000 { |
| 900 | compatible = "ti,omap5430-timer"; |
| 901 | reg = <0x48032000 0x80>; |
| 902 | interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; |
| 903 | ti,hwmods = "timer2"; |
| 904 | }; |
| 905 | |
| 906 | timer3: timer@48034000 { |
| 907 | compatible = "ti,omap5430-timer"; |
| 908 | reg = <0x48034000 0x80>; |
| 909 | interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; |
| 910 | ti,hwmods = "timer3"; |
| 911 | }; |
| 912 | |
| 913 | timer4: timer@48036000 { |
| 914 | compatible = "ti,omap5430-timer"; |
| 915 | reg = <0x48036000 0x80>; |
| 916 | interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; |
| 917 | ti,hwmods = "timer4"; |
| 918 | }; |
| 919 | |
| 920 | timer5: timer@48820000 { |
| 921 | compatible = "ti,omap5430-timer"; |
| 922 | reg = <0x48820000 0x80>; |
| 923 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; |
| 924 | ti,hwmods = "timer5"; |
| 925 | }; |
| 926 | |
| 927 | timer6: timer@48822000 { |
| 928 | compatible = "ti,omap5430-timer"; |
| 929 | reg = <0x48822000 0x80>; |
| 930 | interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; |
| 931 | ti,hwmods = "timer6"; |
| 932 | }; |
| 933 | |
| 934 | timer7: timer@48824000 { |
| 935 | compatible = "ti,omap5430-timer"; |
| 936 | reg = <0x48824000 0x80>; |
| 937 | interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; |
| 938 | ti,hwmods = "timer7"; |
| 939 | }; |
| 940 | |
| 941 | timer8: timer@48826000 { |
| 942 | compatible = "ti,omap5430-timer"; |
| 943 | reg = <0x48826000 0x80>; |
| 944 | interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; |
| 945 | ti,hwmods = "timer8"; |
| 946 | }; |
| 947 | |
| 948 | timer9: timer@4803e000 { |
| 949 | compatible = "ti,omap5430-timer"; |
| 950 | reg = <0x4803e000 0x80>; |
| 951 | interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; |
| 952 | ti,hwmods = "timer9"; |
| 953 | }; |
| 954 | |
| 955 | timer10: timer@48086000 { |
| 956 | compatible = "ti,omap5430-timer"; |
| 957 | reg = <0x48086000 0x80>; |
| 958 | interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; |
| 959 | ti,hwmods = "timer10"; |
| 960 | }; |
| 961 | |
| 962 | timer11: timer@48088000 { |
| 963 | compatible = "ti,omap5430-timer"; |
| 964 | reg = <0x48088000 0x80>; |
| 965 | interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; |
| 966 | ti,hwmods = "timer11"; |
| 967 | }; |
| 968 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 969 | timer12: timer@4ae20000 { |
| 970 | compatible = "ti,omap5430-timer"; |
| 971 | reg = <0x4ae20000 0x80>; |
| 972 | interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; |
| 973 | ti,hwmods = "timer12"; |
| 974 | ti,timer-alwon; |
| 975 | ti,timer-secure; |
| 976 | }; |
| 977 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 978 | timer13: timer@48828000 { |
| 979 | compatible = "ti,omap5430-timer"; |
| 980 | reg = <0x48828000 0x80>; |
| 981 | interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>; |
| 982 | ti,hwmods = "timer13"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 983 | }; |
| 984 | |
| 985 | timer14: timer@4882a000 { |
| 986 | compatible = "ti,omap5430-timer"; |
| 987 | reg = <0x4882a000 0x80>; |
| 988 | interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>; |
| 989 | ti,hwmods = "timer14"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 990 | }; |
| 991 | |
| 992 | timer15: timer@4882c000 { |
| 993 | compatible = "ti,omap5430-timer"; |
| 994 | reg = <0x4882c000 0x80>; |
| 995 | interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>; |
| 996 | ti,hwmods = "timer15"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 997 | }; |
| 998 | |
| 999 | timer16: timer@4882e000 { |
| 1000 | compatible = "ti,omap5430-timer"; |
| 1001 | reg = <0x4882e000 0x80>; |
| 1002 | interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>; |
| 1003 | ti,hwmods = "timer16"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1004 | }; |
| 1005 | |
| 1006 | wdt2: wdt@4ae14000 { |
| 1007 | compatible = "ti,omap3-wdt"; |
| 1008 | reg = <0x4ae14000 0x80>; |
| 1009 | interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; |
| 1010 | ti,hwmods = "wd_timer2"; |
| 1011 | }; |
| 1012 | |
| 1013 | hwspinlock: spinlock@4a0f6000 { |
| 1014 | compatible = "ti,omap4-hwspinlock"; |
| 1015 | reg = <0x4a0f6000 0x1000>; |
| 1016 | ti,hwmods = "spinlock"; |
| 1017 | #hwlock-cells = <1>; |
| 1018 | }; |
| 1019 | |
| 1020 | dmm@4e000000 { |
| 1021 | compatible = "ti,omap5-dmm"; |
| 1022 | reg = <0x4e000000 0x800>; |
| 1023 | interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; |
| 1024 | ti,hwmods = "dmm"; |
| 1025 | }; |
| 1026 | |
| 1027 | i2c1: i2c@48070000 { |
| 1028 | compatible = "ti,omap4-i2c"; |
| 1029 | reg = <0x48070000 0x100>; |
| 1030 | interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; |
| 1031 | #address-cells = <1>; |
| 1032 | #size-cells = <0>; |
| 1033 | ti,hwmods = "i2c1"; |
| 1034 | status = "disabled"; |
| 1035 | }; |
| 1036 | |
| 1037 | i2c2: i2c@48072000 { |
| 1038 | compatible = "ti,omap4-i2c"; |
| 1039 | reg = <0x48072000 0x100>; |
| 1040 | interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>; |
| 1041 | #address-cells = <1>; |
| 1042 | #size-cells = <0>; |
| 1043 | ti,hwmods = "i2c2"; |
| 1044 | status = "disabled"; |
| 1045 | }; |
| 1046 | |
| 1047 | i2c3: i2c@48060000 { |
| 1048 | compatible = "ti,omap4-i2c"; |
| 1049 | reg = <0x48060000 0x100>; |
| 1050 | interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; |
| 1051 | #address-cells = <1>; |
| 1052 | #size-cells = <0>; |
| 1053 | ti,hwmods = "i2c3"; |
| 1054 | status = "disabled"; |
| 1055 | }; |
| 1056 | |
| 1057 | i2c4: i2c@4807a000 { |
| 1058 | compatible = "ti,omap4-i2c"; |
| 1059 | reg = <0x4807a000 0x100>; |
| 1060 | interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; |
| 1061 | #address-cells = <1>; |
| 1062 | #size-cells = <0>; |
| 1063 | ti,hwmods = "i2c4"; |
| 1064 | status = "disabled"; |
| 1065 | }; |
| 1066 | |
| 1067 | i2c5: i2c@4807c000 { |
| 1068 | compatible = "ti,omap4-i2c"; |
| 1069 | reg = <0x4807c000 0x100>; |
| 1070 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
| 1071 | #address-cells = <1>; |
| 1072 | #size-cells = <0>; |
| 1073 | ti,hwmods = "i2c5"; |
| 1074 | status = "disabled"; |
| 1075 | }; |
| 1076 | |
| 1077 | mmc1: mmc@4809c000 { |
Kishon Vijay Abraham I | 6ba41e5 | 2018-01-30 16:01:48 +0100 | [diff] [blame] | 1078 | compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1079 | reg = <0x4809c000 0x400>; |
| 1080 | interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; |
| 1081 | ti,hwmods = "mmc1"; |
| 1082 | ti,dual-volt; |
| 1083 | ti,needs-special-reset; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1084 | dmas = <&sdma_xbar 61>, <&sdma_xbar 62>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1085 | dma-names = "tx", "rx"; |
| 1086 | status = "disabled"; |
| 1087 | pbias-supply = <&pbias_mmc_reg>; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 1088 | max-frequency = <192000000>; |
Jean-Jacques Hiblot | 2adee41 | 2018-01-30 16:01:49 +0100 | [diff] [blame] | 1089 | sd-uhs-sdr104; |
| 1090 | sd-uhs-sdr50; |
| 1091 | sd-uhs-ddr50; |
| 1092 | sd-uhs-sdr25; |
| 1093 | sd-uhs-sdr12; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1094 | }; |
| 1095 | |
| 1096 | mmc2: mmc@480b4000 { |
Kishon Vijay Abraham I | 6ba41e5 | 2018-01-30 16:01:48 +0100 | [diff] [blame] | 1097 | compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1098 | reg = <0x480b4000 0x400>; |
| 1099 | interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |
| 1100 | ti,hwmods = "mmc2"; |
| 1101 | ti,needs-special-reset; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1102 | dmas = <&sdma_xbar 47>, <&sdma_xbar 48>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1103 | dma-names = "tx", "rx"; |
| 1104 | status = "disabled"; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 1105 | max-frequency = <192000000>; |
Jean-Jacques Hiblot | 2adee41 | 2018-01-30 16:01:49 +0100 | [diff] [blame] | 1106 | sd-uhs-sdr25; |
| 1107 | sd-uhs-sdr12; |
| 1108 | mmc-hs200-1_8v; |
| 1109 | mmc-ddr-1_8v; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1110 | }; |
| 1111 | |
| 1112 | mmc3: mmc@480ad000 { |
Kishon Vijay Abraham I | 6ba41e5 | 2018-01-30 16:01:48 +0100 | [diff] [blame] | 1113 | compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1114 | reg = <0x480ad000 0x400>; |
| 1115 | interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; |
| 1116 | ti,hwmods = "mmc3"; |
| 1117 | ti,needs-special-reset; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1118 | dmas = <&sdma_xbar 77>, <&sdma_xbar 78>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1119 | dma-names = "tx", "rx"; |
| 1120 | status = "disabled"; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 1121 | /* Errata i887 limits max-frequency of MMC3 to 64 MHz */ |
| 1122 | max-frequency = <64000000>; |
Jean-Jacques Hiblot | 2adee41 | 2018-01-30 16:01:49 +0100 | [diff] [blame] | 1123 | sd-uhs-sdr12; |
| 1124 | sd-uhs-sdr25; |
| 1125 | sd-uhs-sdr50; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1126 | }; |
| 1127 | |
| 1128 | mmc4: mmc@480d1000 { |
Kishon Vijay Abraham I | 6ba41e5 | 2018-01-30 16:01:48 +0100 | [diff] [blame] | 1129 | compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1130 | reg = <0x480d1000 0x400>; |
| 1131 | interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; |
| 1132 | ti,hwmods = "mmc4"; |
| 1133 | ti,needs-special-reset; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1134 | dmas = <&sdma_xbar 57>, <&sdma_xbar 58>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1135 | dma-names = "tx", "rx"; |
| 1136 | status = "disabled"; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 1137 | max-frequency = <192000000>; |
Jean-Jacques Hiblot | 2adee41 | 2018-01-30 16:01:49 +0100 | [diff] [blame] | 1138 | sd-uhs-sdr12; |
| 1139 | sd-uhs-sdr25; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1140 | }; |
| 1141 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1142 | mmu0_dsp1: mmu@40d01000 { |
| 1143 | compatible = "ti,dra7-dsp-iommu"; |
| 1144 | reg = <0x40d01000 0x100>; |
| 1145 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
| 1146 | ti,hwmods = "mmu0_dsp1"; |
| 1147 | #iommu-cells = <0>; |
| 1148 | ti,syscon-mmuconfig = <&dsp1_system 0x0>; |
| 1149 | status = "disabled"; |
| 1150 | }; |
| 1151 | |
| 1152 | mmu1_dsp1: mmu@40d02000 { |
| 1153 | compatible = "ti,dra7-dsp-iommu"; |
| 1154 | reg = <0x40d02000 0x100>; |
| 1155 | interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>; |
| 1156 | ti,hwmods = "mmu1_dsp1"; |
| 1157 | #iommu-cells = <0>; |
| 1158 | ti,syscon-mmuconfig = <&dsp1_system 0x1>; |
| 1159 | status = "disabled"; |
| 1160 | }; |
| 1161 | |
| 1162 | mmu_ipu1: mmu@58882000 { |
| 1163 | compatible = "ti,dra7-iommu"; |
| 1164 | reg = <0x58882000 0x100>; |
| 1165 | interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>; |
| 1166 | ti,hwmods = "mmu_ipu1"; |
| 1167 | #iommu-cells = <0>; |
| 1168 | ti,iommu-bus-err-back; |
| 1169 | status = "disabled"; |
| 1170 | }; |
| 1171 | |
| 1172 | mmu_ipu2: mmu@55082000 { |
| 1173 | compatible = "ti,dra7-iommu"; |
| 1174 | reg = <0x55082000 0x100>; |
| 1175 | interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>; |
| 1176 | ti,hwmods = "mmu_ipu2"; |
| 1177 | #iommu-cells = <0>; |
| 1178 | ti,iommu-bus-err-back; |
| 1179 | status = "disabled"; |
| 1180 | }; |
| 1181 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1182 | abb_mpu: regulator-abb-mpu { |
| 1183 | compatible = "ti,abb-v3"; |
| 1184 | regulator-name = "abb_mpu"; |
| 1185 | #address-cells = <0>; |
| 1186 | #size-cells = <0>; |
| 1187 | clocks = <&sys_clkin1>; |
| 1188 | ti,settling-time = <50>; |
| 1189 | ti,clock-cycles = <16>; |
| 1190 | |
| 1191 | reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>, |
| 1192 | <0x4ae06014 0x4>, <0x4a003b20 0xc>, |
| 1193 | <0x4ae0c158 0x4>; |
| 1194 | reg-names = "setup-address", "control-address", |
| 1195 | "int-address", "efuse-address", |
| 1196 | "ldo-address"; |
| 1197 | ti,tranxdone-status-mask = <0x80>; |
| 1198 | /* LDOVBBMPU_FBB_MUX_CTRL */ |
| 1199 | ti,ldovbb-override-mask = <0x400>; |
| 1200 | /* LDOVBBMPU_FBB_VSET_OUT */ |
| 1201 | ti,ldovbb-vset-mask = <0x1F>; |
| 1202 | |
| 1203 | /* |
| 1204 | * NOTE: only FBB mode used but actual vset will |
| 1205 | * determine final biasing |
| 1206 | */ |
| 1207 | ti,abb_info = < |
| 1208 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 1209 | 1060000 0 0x0 0 0x02000000 0x01F00000 |
| 1210 | 1160000 0 0x4 0 0x02000000 0x01F00000 |
| 1211 | 1210000 0 0x8 0 0x02000000 0x01F00000 |
| 1212 | >; |
| 1213 | }; |
| 1214 | |
| 1215 | abb_ivahd: regulator-abb-ivahd { |
| 1216 | compatible = "ti,abb-v3"; |
| 1217 | regulator-name = "abb_ivahd"; |
| 1218 | #address-cells = <0>; |
| 1219 | #size-cells = <0>; |
| 1220 | clocks = <&sys_clkin1>; |
| 1221 | ti,settling-time = <50>; |
| 1222 | ti,clock-cycles = <16>; |
| 1223 | |
| 1224 | reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>, |
| 1225 | <0x4ae06010 0x4>, <0x4a0025cc 0xc>, |
| 1226 | <0x4a002470 0x4>; |
| 1227 | reg-names = "setup-address", "control-address", |
| 1228 | "int-address", "efuse-address", |
| 1229 | "ldo-address"; |
| 1230 | ti,tranxdone-status-mask = <0x40000000>; |
| 1231 | /* LDOVBBIVA_FBB_MUX_CTRL */ |
| 1232 | ti,ldovbb-override-mask = <0x400>; |
| 1233 | /* LDOVBBIVA_FBB_VSET_OUT */ |
| 1234 | ti,ldovbb-vset-mask = <0x1F>; |
| 1235 | |
| 1236 | /* |
| 1237 | * NOTE: only FBB mode used but actual vset will |
| 1238 | * determine final biasing |
| 1239 | */ |
| 1240 | ti,abb_info = < |
| 1241 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 1242 | 1055000 0 0x0 0 0x02000000 0x01F00000 |
| 1243 | 1150000 0 0x4 0 0x02000000 0x01F00000 |
| 1244 | 1250000 0 0x8 0 0x02000000 0x01F00000 |
| 1245 | >; |
| 1246 | }; |
| 1247 | |
| 1248 | abb_dspeve: regulator-abb-dspeve { |
| 1249 | compatible = "ti,abb-v3"; |
| 1250 | regulator-name = "abb_dspeve"; |
| 1251 | #address-cells = <0>; |
| 1252 | #size-cells = <0>; |
| 1253 | clocks = <&sys_clkin1>; |
| 1254 | ti,settling-time = <50>; |
| 1255 | ti,clock-cycles = <16>; |
| 1256 | |
| 1257 | reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>, |
| 1258 | <0x4ae06010 0x4>, <0x4a0025e0 0xc>, |
| 1259 | <0x4a00246c 0x4>; |
| 1260 | reg-names = "setup-address", "control-address", |
| 1261 | "int-address", "efuse-address", |
| 1262 | "ldo-address"; |
| 1263 | ti,tranxdone-status-mask = <0x20000000>; |
| 1264 | /* LDOVBBDSPEVE_FBB_MUX_CTRL */ |
| 1265 | ti,ldovbb-override-mask = <0x400>; |
| 1266 | /* LDOVBBDSPEVE_FBB_VSET_OUT */ |
| 1267 | ti,ldovbb-vset-mask = <0x1F>; |
| 1268 | |
| 1269 | /* |
| 1270 | * NOTE: only FBB mode used but actual vset will |
| 1271 | * determine final biasing |
| 1272 | */ |
| 1273 | ti,abb_info = < |
| 1274 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 1275 | 1055000 0 0x0 0 0x02000000 0x01F00000 |
| 1276 | 1150000 0 0x4 0 0x02000000 0x01F00000 |
| 1277 | 1250000 0 0x8 0 0x02000000 0x01F00000 |
| 1278 | >; |
| 1279 | }; |
| 1280 | |
| 1281 | abb_gpu: regulator-abb-gpu { |
| 1282 | compatible = "ti,abb-v3"; |
| 1283 | regulator-name = "abb_gpu"; |
| 1284 | #address-cells = <0>; |
| 1285 | #size-cells = <0>; |
| 1286 | clocks = <&sys_clkin1>; |
| 1287 | ti,settling-time = <50>; |
| 1288 | ti,clock-cycles = <16>; |
| 1289 | |
| 1290 | reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>, |
| 1291 | <0x4ae06010 0x4>, <0x4a003b08 0xc>, |
| 1292 | <0x4ae0c154 0x4>; |
| 1293 | reg-names = "setup-address", "control-address", |
| 1294 | "int-address", "efuse-address", |
| 1295 | "ldo-address"; |
| 1296 | ti,tranxdone-status-mask = <0x10000000>; |
| 1297 | /* LDOVBBGPU_FBB_MUX_CTRL */ |
| 1298 | ti,ldovbb-override-mask = <0x400>; |
| 1299 | /* LDOVBBGPU_FBB_VSET_OUT */ |
| 1300 | ti,ldovbb-vset-mask = <0x1F>; |
| 1301 | |
| 1302 | /* |
| 1303 | * NOTE: only FBB mode used but actual vset will |
| 1304 | * determine final biasing |
| 1305 | */ |
| 1306 | ti,abb_info = < |
| 1307 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 1308 | 1090000 0 0x0 0 0x02000000 0x01F00000 |
| 1309 | 1210000 0 0x4 0 0x02000000 0x01F00000 |
| 1310 | 1280000 0 0x8 0 0x02000000 0x01F00000 |
| 1311 | >; |
| 1312 | }; |
| 1313 | |
| 1314 | mcspi1: spi@48098000 { |
| 1315 | compatible = "ti,omap4-mcspi"; |
| 1316 | reg = <0x48098000 0x200>; |
| 1317 | interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; |
| 1318 | #address-cells = <1>; |
| 1319 | #size-cells = <0>; |
| 1320 | ti,hwmods = "mcspi1"; |
| 1321 | ti,spi-num-cs = <4>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1322 | dmas = <&sdma_xbar 35>, |
| 1323 | <&sdma_xbar 36>, |
| 1324 | <&sdma_xbar 37>, |
| 1325 | <&sdma_xbar 38>, |
| 1326 | <&sdma_xbar 39>, |
| 1327 | <&sdma_xbar 40>, |
| 1328 | <&sdma_xbar 41>, |
| 1329 | <&sdma_xbar 42>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1330 | dma-names = "tx0", "rx0", "tx1", "rx1", |
| 1331 | "tx2", "rx2", "tx3", "rx3"; |
| 1332 | status = "disabled"; |
| 1333 | }; |
| 1334 | |
| 1335 | mcspi2: spi@4809a000 { |
| 1336 | compatible = "ti,omap4-mcspi"; |
| 1337 | reg = <0x4809a000 0x200>; |
| 1338 | interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>; |
| 1339 | #address-cells = <1>; |
| 1340 | #size-cells = <0>; |
| 1341 | ti,hwmods = "mcspi2"; |
| 1342 | ti,spi-num-cs = <2>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1343 | dmas = <&sdma_xbar 43>, |
| 1344 | <&sdma_xbar 44>, |
| 1345 | <&sdma_xbar 45>, |
| 1346 | <&sdma_xbar 46>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1347 | dma-names = "tx0", "rx0", "tx1", "rx1"; |
| 1348 | status = "disabled"; |
| 1349 | }; |
| 1350 | |
| 1351 | mcspi3: spi@480b8000 { |
| 1352 | compatible = "ti,omap4-mcspi"; |
| 1353 | reg = <0x480b8000 0x200>; |
| 1354 | interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; |
| 1355 | #address-cells = <1>; |
| 1356 | #size-cells = <0>; |
| 1357 | ti,hwmods = "mcspi3"; |
| 1358 | ti,spi-num-cs = <2>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1359 | dmas = <&sdma_xbar 15>, <&sdma_xbar 16>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1360 | dma-names = "tx0", "rx0"; |
| 1361 | status = "disabled"; |
| 1362 | }; |
| 1363 | |
| 1364 | mcspi4: spi@480ba000 { |
| 1365 | compatible = "ti,omap4-mcspi"; |
| 1366 | reg = <0x480ba000 0x200>; |
| 1367 | interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; |
| 1368 | #address-cells = <1>; |
| 1369 | #size-cells = <0>; |
| 1370 | ti,hwmods = "mcspi4"; |
| 1371 | ti,spi-num-cs = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1372 | dmas = <&sdma_xbar 70>, <&sdma_xbar 71>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1373 | dma-names = "tx0", "rx0"; |
| 1374 | status = "disabled"; |
| 1375 | }; |
| 1376 | |
| 1377 | qspi: qspi@4b300000 { |
| 1378 | compatible = "ti,dra7xxx-qspi"; |
Mugunthan V N | 830aba2 | 2015-12-23 20:39:41 +0530 | [diff] [blame] | 1379 | reg = <0x4b300000 0x100>, |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1380 | <0x5c000000 0x4000000>; |
| 1381 | reg-names = "qspi_base", "qspi_mmap"; |
| 1382 | syscon-chipselects = <&scm_conf 0x558>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1383 | #address-cells = <1>; |
| 1384 | #size-cells = <0>; |
| 1385 | ti,hwmods = "qspi"; |
| 1386 | clocks = <&qspi_gfclk_div>; |
| 1387 | clock-names = "fck"; |
| 1388 | num-cs = <4>; |
| 1389 | interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>; |
| 1390 | status = "disabled"; |
| 1391 | }; |
| 1392 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1393 | /* OCP2SCP3 */ |
| 1394 | ocp2scp@4a090000 { |
| 1395 | compatible = "ti,omap-ocp2scp"; |
| 1396 | #address-cells = <1>; |
| 1397 | #size-cells = <1>; |
| 1398 | ranges; |
| 1399 | reg = <0x4a090000 0x20>; |
| 1400 | ti,hwmods = "ocp2scp3"; |
| 1401 | sata_phy: phy@4A096000 { |
| 1402 | compatible = "ti,phy-pipe3-sata"; |
| 1403 | reg = <0x4A096000 0x80>, /* phy_rx */ |
| 1404 | <0x4A096400 0x64>, /* phy_tx */ |
| 1405 | <0x4A096800 0x40>; /* pll_ctrl */ |
| 1406 | reg-names = "phy_rx", "phy_tx", "pll_ctrl"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1407 | syscon-phy-power = <&scm_conf 0x374>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1408 | clocks = <&sys_clkin1>, <&sata_ref_clk>; |
| 1409 | clock-names = "sysclk", "refclk"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1410 | syscon-pllreset = <&scm_conf 0x3fc>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1411 | #phy-cells = <0>; |
| 1412 | }; |
| 1413 | |
| 1414 | pcie1_phy: pciephy@4a094000 { |
| 1415 | compatible = "ti,phy-pipe3-pcie"; |
| 1416 | reg = <0x4a094000 0x80>, /* phy_rx */ |
| 1417 | <0x4a094400 0x64>; /* phy_tx */ |
| 1418 | reg-names = "phy_rx", "phy_tx"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1419 | syscon-phy-power = <&scm_conf_pcie 0x1c>; |
| 1420 | syscon-pcs = <&scm_conf_pcie 0x10>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1421 | clocks = <&dpll_pcie_ref_ck>, |
| 1422 | <&dpll_pcie_ref_m2ldo_ck>, |
| 1423 | <&optfclk_pciephy1_32khz>, |
| 1424 | <&optfclk_pciephy1_clk>, |
| 1425 | <&optfclk_pciephy1_div_clk>, |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1426 | <&optfclk_pciephy_div>, |
| 1427 | <&sys_clkin1>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1428 | clock-names = "dpll_ref", "dpll_ref_m2", |
| 1429 | "wkupclk", "refclk", |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1430 | "div-clk", "phy-div", "sysclk"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1431 | #phy-cells = <0>; |
| 1432 | }; |
| 1433 | |
| 1434 | pcie2_phy: pciephy@4a095000 { |
| 1435 | compatible = "ti,phy-pipe3-pcie"; |
| 1436 | reg = <0x4a095000 0x80>, /* phy_rx */ |
| 1437 | <0x4a095400 0x64>; /* phy_tx */ |
| 1438 | reg-names = "phy_rx", "phy_tx"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1439 | syscon-phy-power = <&scm_conf_pcie 0x20>; |
| 1440 | syscon-pcs = <&scm_conf_pcie 0x10>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1441 | clocks = <&dpll_pcie_ref_ck>, |
| 1442 | <&dpll_pcie_ref_m2ldo_ck>, |
| 1443 | <&optfclk_pciephy2_32khz>, |
| 1444 | <&optfclk_pciephy2_clk>, |
| 1445 | <&optfclk_pciephy2_div_clk>, |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1446 | <&optfclk_pciephy_div>, |
| 1447 | <&sys_clkin1>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1448 | clock-names = "dpll_ref", "dpll_ref_m2", |
| 1449 | "wkupclk", "refclk", |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1450 | "div-clk", "phy-div", "sysclk"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1451 | #phy-cells = <0>; |
| 1452 | status = "disabled"; |
| 1453 | }; |
| 1454 | }; |
| 1455 | |
| 1456 | sata: sata@4a141100 { |
| 1457 | compatible = "snps,dwc-ahci"; |
| 1458 | reg = <0x4a140000 0x1100>, <0x4a141100 0x7>; |
| 1459 | interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
| 1460 | phys = <&sata_phy>; |
| 1461 | phy-names = "sata-phy"; |
| 1462 | clocks = <&sata_ref_clk>; |
| 1463 | ti,hwmods = "sata"; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 1464 | ports-implemented = <0x1>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1465 | }; |
| 1466 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1467 | rtc: rtc@48838000 { |
| 1468 | compatible = "ti,am3352-rtc"; |
| 1469 | reg = <0x48838000 0x100>; |
| 1470 | interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>, |
| 1471 | <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>; |
| 1472 | ti,hwmods = "rtcss"; |
| 1473 | clocks = <&sys_32k_ck>; |
| 1474 | }; |
| 1475 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1476 | /* OCP2SCP1 */ |
| 1477 | ocp2scp@4a080000 { |
| 1478 | compatible = "ti,omap-ocp2scp"; |
| 1479 | #address-cells = <1>; |
| 1480 | #size-cells = <1>; |
| 1481 | ranges; |
| 1482 | reg = <0x4a080000 0x20>; |
| 1483 | ti,hwmods = "ocp2scp1"; |
| 1484 | |
| 1485 | usb2_phy1: phy@4a084000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1486 | compatible = "ti,dra7x-usb2", "ti,omap-usb2"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1487 | reg = <0x4a084000 0x400>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1488 | syscon-phy-power = <&scm_conf 0x300>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1489 | clocks = <&usb_phy1_always_on_clk32k>, |
| 1490 | <&usb_otg_ss1_refclk960m>; |
| 1491 | clock-names = "wkupclk", |
| 1492 | "refclk"; |
| 1493 | #phy-cells = <0>; |
| 1494 | }; |
| 1495 | |
| 1496 | usb2_phy2: phy@4a085000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1497 | compatible = "ti,dra7x-usb2-phy2", |
| 1498 | "ti,omap-usb2"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1499 | reg = <0x4a085000 0x400>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1500 | syscon-phy-power = <&scm_conf 0xe74>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1501 | clocks = <&usb_phy2_always_on_clk32k>, |
| 1502 | <&usb_otg_ss2_refclk960m>; |
| 1503 | clock-names = "wkupclk", |
| 1504 | "refclk"; |
| 1505 | #phy-cells = <0>; |
| 1506 | }; |
| 1507 | |
| 1508 | usb3_phy1: phy@4a084400 { |
| 1509 | compatible = "ti,omap-usb3"; |
| 1510 | reg = <0x4a084400 0x80>, |
| 1511 | <0x4a084800 0x64>, |
| 1512 | <0x4a084c00 0x40>; |
| 1513 | reg-names = "phy_rx", "phy_tx", "pll_ctrl"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1514 | syscon-phy-power = <&scm_conf 0x370>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1515 | clocks = <&usb_phy3_always_on_clk32k>, |
| 1516 | <&sys_clkin1>, |
| 1517 | <&usb_otg_ss1_refclk960m>; |
| 1518 | clock-names = "wkupclk", |
| 1519 | "sysclk", |
| 1520 | "refclk"; |
| 1521 | #phy-cells = <0>; |
| 1522 | }; |
| 1523 | }; |
| 1524 | |
| 1525 | omap_dwc3_1: omap_dwc3_1@48880000 { |
| 1526 | compatible = "ti,dwc3"; |
| 1527 | ti,hwmods = "usb_otg_ss1"; |
| 1528 | reg = <0x48880000 0x10000>; |
| 1529 | interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; |
| 1530 | #address-cells = <1>; |
| 1531 | #size-cells = <1>; |
| 1532 | utmi-mode = <2>; |
| 1533 | ranges; |
| 1534 | usb1: usb@48890000 { |
| 1535 | compatible = "snps,dwc3"; |
| 1536 | reg = <0x48890000 0x17000>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1537 | interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>, |
| 1538 | <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>, |
| 1539 | <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; |
| 1540 | interrupt-names = "peripheral", |
| 1541 | "host", |
| 1542 | "otg"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1543 | phys = <&usb2_phy1>, <&usb3_phy1>; |
| 1544 | phy-names = "usb2-phy", "usb3-phy"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1545 | maximum-speed = "super-speed"; |
| 1546 | dr_mode = "otg"; |
| 1547 | snps,dis_u3_susphy_quirk; |
| 1548 | snps,dis_u2_susphy_quirk; |
| 1549 | }; |
| 1550 | }; |
| 1551 | |
| 1552 | omap_dwc3_2: omap_dwc3_2@488c0000 { |
| 1553 | compatible = "ti,dwc3"; |
| 1554 | ti,hwmods = "usb_otg_ss2"; |
| 1555 | reg = <0x488c0000 0x10000>; |
| 1556 | interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; |
| 1557 | #address-cells = <1>; |
| 1558 | #size-cells = <1>; |
| 1559 | utmi-mode = <2>; |
| 1560 | ranges; |
| 1561 | usb2: usb@488d0000 { |
| 1562 | compatible = "snps,dwc3"; |
| 1563 | reg = <0x488d0000 0x17000>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1564 | interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>, |
| 1565 | <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>, |
| 1566 | <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; |
| 1567 | interrupt-names = "peripheral", |
| 1568 | "host", |
| 1569 | "otg"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1570 | phys = <&usb2_phy2>; |
| 1571 | phy-names = "usb2-phy"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1572 | maximum-speed = "high-speed"; |
| 1573 | dr_mode = "otg"; |
| 1574 | snps,dis_u3_susphy_quirk; |
| 1575 | snps,dis_u2_susphy_quirk; |
| 1576 | }; |
| 1577 | }; |
| 1578 | |
| 1579 | /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */ |
| 1580 | omap_dwc3_3: omap_dwc3_3@48900000 { |
| 1581 | compatible = "ti,dwc3"; |
| 1582 | ti,hwmods = "usb_otg_ss3"; |
| 1583 | reg = <0x48900000 0x10000>; |
| 1584 | interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>; |
| 1585 | #address-cells = <1>; |
| 1586 | #size-cells = <1>; |
| 1587 | utmi-mode = <2>; |
| 1588 | ranges; |
| 1589 | status = "disabled"; |
| 1590 | usb3: usb@48910000 { |
| 1591 | compatible = "snps,dwc3"; |
| 1592 | reg = <0x48910000 0x17000>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1593 | interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>, |
| 1594 | <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>, |
| 1595 | <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>; |
| 1596 | interrupt-names = "peripheral", |
| 1597 | "host", |
| 1598 | "otg"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1599 | maximum-speed = "high-speed"; |
| 1600 | dr_mode = "otg"; |
| 1601 | snps,dis_u3_susphy_quirk; |
| 1602 | snps,dis_u2_susphy_quirk; |
| 1603 | }; |
| 1604 | }; |
| 1605 | |
| 1606 | elm: elm@48078000 { |
| 1607 | compatible = "ti,am3352-elm"; |
| 1608 | reg = <0x48078000 0xfc0>; /* device IO registers */ |
| 1609 | interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; |
| 1610 | ti,hwmods = "elm"; |
| 1611 | status = "disabled"; |
| 1612 | }; |
| 1613 | |
| 1614 | gpmc: gpmc@50000000 { |
| 1615 | compatible = "ti,am3352-gpmc"; |
| 1616 | ti,hwmods = "gpmc"; |
| 1617 | reg = <0x50000000 0x37c>; /* device IO registers */ |
| 1618 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1619 | dmas = <&edma_xbar 4 0>; |
| 1620 | dma-names = "rxtx"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1621 | gpmc,num-cs = <8>; |
| 1622 | gpmc,num-waitpins = <2>; |
| 1623 | #address-cells = <2>; |
| 1624 | #size-cells = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1625 | interrupt-controller; |
| 1626 | #interrupt-cells = <2>; |
| 1627 | gpio-controller; |
| 1628 | #gpio-cells = <2>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1629 | status = "disabled"; |
| 1630 | }; |
| 1631 | |
| 1632 | atl: atl@4843c000 { |
| 1633 | compatible = "ti,dra7-atl"; |
| 1634 | reg = <0x4843c000 0x3ff>; |
| 1635 | ti,hwmods = "atl"; |
| 1636 | ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>, |
| 1637 | <&atl_clkin2_ck>, <&atl_clkin3_ck>; |
| 1638 | clocks = <&atl_gfclk_mux>; |
| 1639 | clock-names = "fck"; |
| 1640 | status = "disabled"; |
| 1641 | }; |
| 1642 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1643 | mcasp1: mcasp@48460000 { |
| 1644 | compatible = "ti,dra7-mcasp-audio"; |
| 1645 | ti,hwmods = "mcasp1"; |
| 1646 | reg = <0x48460000 0x2000>, |
| 1647 | <0x45800000 0x1000>; |
| 1648 | reg-names = "mpu","dat"; |
| 1649 | interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, |
| 1650 | <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; |
| 1651 | interrupt-names = "tx", "rx"; |
| 1652 | dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>; |
| 1653 | dma-names = "tx", "rx"; |
| 1654 | clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>, |
| 1655 | <&mcasp1_ahclkr_mux>; |
| 1656 | clock-names = "fck", "ahclkx", "ahclkr"; |
| 1657 | status = "disabled"; |
| 1658 | }; |
| 1659 | |
| 1660 | mcasp2: mcasp@48464000 { |
| 1661 | compatible = "ti,dra7-mcasp-audio"; |
| 1662 | ti,hwmods = "mcasp2"; |
| 1663 | reg = <0x48464000 0x2000>, |
| 1664 | <0x45c00000 0x1000>; |
| 1665 | reg-names = "mpu","dat"; |
| 1666 | interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>, |
| 1667 | <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; |
| 1668 | interrupt-names = "tx", "rx"; |
| 1669 | dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>; |
| 1670 | dma-names = "tx", "rx"; |
| 1671 | clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>, |
| 1672 | <&mcasp2_ahclkr_mux>; |
| 1673 | clock-names = "fck", "ahclkx", "ahclkr"; |
| 1674 | status = "disabled"; |
| 1675 | }; |
| 1676 | |
| 1677 | mcasp3: mcasp@48468000 { |
| 1678 | compatible = "ti,dra7-mcasp-audio"; |
| 1679 | ti,hwmods = "mcasp3"; |
| 1680 | reg = <0x48468000 0x2000>, |
| 1681 | <0x46000000 0x1000>; |
| 1682 | reg-names = "mpu","dat"; |
| 1683 | interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>, |
| 1684 | <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>; |
| 1685 | interrupt-names = "tx", "rx"; |
| 1686 | dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>; |
| 1687 | dma-names = "tx", "rx"; |
| 1688 | clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>; |
| 1689 | clock-names = "fck", "ahclkx"; |
| 1690 | status = "disabled"; |
| 1691 | }; |
| 1692 | |
| 1693 | mcasp4: mcasp@4846c000 { |
| 1694 | compatible = "ti,dra7-mcasp-audio"; |
| 1695 | ti,hwmods = "mcasp4"; |
| 1696 | reg = <0x4846c000 0x2000>, |
| 1697 | <0x48436000 0x1000>; |
| 1698 | reg-names = "mpu","dat"; |
| 1699 | interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>, |
| 1700 | <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>; |
| 1701 | interrupt-names = "tx", "rx"; |
| 1702 | dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>; |
| 1703 | dma-names = "tx", "rx"; |
| 1704 | clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>; |
| 1705 | clock-names = "fck", "ahclkx"; |
| 1706 | status = "disabled"; |
| 1707 | }; |
| 1708 | |
| 1709 | mcasp5: mcasp@48470000 { |
| 1710 | compatible = "ti,dra7-mcasp-audio"; |
| 1711 | ti,hwmods = "mcasp5"; |
| 1712 | reg = <0x48470000 0x2000>, |
| 1713 | <0x4843a000 0x1000>; |
| 1714 | reg-names = "mpu","dat"; |
| 1715 | interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 1716 | <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; |
| 1717 | interrupt-names = "tx", "rx"; |
| 1718 | dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>; |
| 1719 | dma-names = "tx", "rx"; |
| 1720 | clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>; |
| 1721 | clock-names = "fck", "ahclkx"; |
| 1722 | status = "disabled"; |
| 1723 | }; |
| 1724 | |
| 1725 | mcasp6: mcasp@48474000 { |
| 1726 | compatible = "ti,dra7-mcasp-audio"; |
| 1727 | ti,hwmods = "mcasp6"; |
| 1728 | reg = <0x48474000 0x2000>, |
| 1729 | <0x4844c000 0x1000>; |
| 1730 | reg-names = "mpu","dat"; |
| 1731 | interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>, |
| 1732 | <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; |
| 1733 | interrupt-names = "tx", "rx"; |
| 1734 | dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>; |
| 1735 | dma-names = "tx", "rx"; |
| 1736 | clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>; |
| 1737 | clock-names = "fck", "ahclkx"; |
| 1738 | status = "disabled"; |
| 1739 | }; |
| 1740 | |
| 1741 | mcasp7: mcasp@48478000 { |
| 1742 | compatible = "ti,dra7-mcasp-audio"; |
| 1743 | ti,hwmods = "mcasp7"; |
| 1744 | reg = <0x48478000 0x2000>, |
| 1745 | <0x48450000 0x1000>; |
| 1746 | reg-names = "mpu","dat"; |
| 1747 | interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>, |
| 1748 | <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; |
| 1749 | interrupt-names = "tx", "rx"; |
| 1750 | dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>; |
| 1751 | dma-names = "tx", "rx"; |
| 1752 | clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>; |
| 1753 | clock-names = "fck", "ahclkx"; |
| 1754 | status = "disabled"; |
| 1755 | }; |
| 1756 | |
| 1757 | mcasp8: mcasp@4847c000 { |
| 1758 | compatible = "ti,dra7-mcasp-audio"; |
| 1759 | ti,hwmods = "mcasp8"; |
| 1760 | reg = <0x4847c000 0x2000>, |
| 1761 | <0x48454000 0x1000>; |
| 1762 | reg-names = "mpu","dat"; |
| 1763 | interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>, |
| 1764 | <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>; |
| 1765 | interrupt-names = "tx", "rx"; |
| 1766 | dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>; |
| 1767 | dma-names = "tx", "rx"; |
| 1768 | clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>; |
| 1769 | clock-names = "fck", "ahclkx"; |
| 1770 | status = "disabled"; |
| 1771 | }; |
| 1772 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1773 | crossbar_mpu: crossbar@4a002a48 { |
| 1774 | compatible = "ti,irq-crossbar"; |
| 1775 | reg = <0x4a002a48 0x130>; |
| 1776 | interrupt-controller; |
| 1777 | interrupt-parent = <&wakeupgen>; |
| 1778 | #interrupt-cells = <3>; |
| 1779 | ti,max-irqs = <160>; |
| 1780 | ti,max-crossbar-sources = <MAX_SOURCES>; |
| 1781 | ti,reg-size = <2>; |
| 1782 | ti,irqs-reserved = <0 1 2 3 5 6 131 132>; |
| 1783 | ti,irqs-skip = <10 133 139 140>; |
| 1784 | ti,irqs-safe-map = <0>; |
| 1785 | }; |
| 1786 | |
Mugunthan V N | 844f814 | 2016-04-28 15:36:10 +0530 | [diff] [blame] | 1787 | mac: ethernet@48484000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1788 | compatible = "ti,dra7-cpsw","ti,cpsw"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1789 | ti,hwmods = "gmac"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1790 | clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1791 | clock-names = "fck", "cpts"; |
| 1792 | cpdma_channels = <8>; |
| 1793 | ale_entries = <1024>; |
| 1794 | bd_ram_size = <0x2000>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1795 | mac_control = <0x20>; |
| 1796 | slaves = <2>; |
| 1797 | active_slave = <0>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1798 | cpts_clock_mult = <0x784CFE14>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1799 | cpts_clock_shift = <29>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1800 | reg = <0x48484000 0x1000 |
| 1801 | 0x48485200 0x2E00>; |
| 1802 | #address-cells = <1>; |
| 1803 | #size-cells = <1>; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1804 | |
| 1805 | /* |
| 1806 | * Do not allow gating of cpsw clock as workaround |
| 1807 | * for errata i877. Keeping internal clock disabled |
| 1808 | * causes the device switching characteristics |
| 1809 | * to degrade over time and eventually fail to meet |
| 1810 | * the data manual delay time/skew specs. |
| 1811 | */ |
| 1812 | ti,no-idle; |
| 1813 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1814 | /* |
| 1815 | * rx_thresh_pend |
| 1816 | * rx_pend |
| 1817 | * tx_pend |
| 1818 | * misc_pend |
| 1819 | */ |
| 1820 | interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>, |
| 1821 | <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>, |
| 1822 | <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, |
| 1823 | <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>; |
| 1824 | ranges; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 1825 | syscon = <&scm_conf>; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1826 | status = "disabled"; |
| 1827 | |
| 1828 | davinci_mdio: mdio@48485000 { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1829 | compatible = "ti,cpsw-mdio","ti,davinci_mdio"; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1830 | #address-cells = <1>; |
| 1831 | #size-cells = <0>; |
| 1832 | ti,hwmods = "davinci_mdio"; |
| 1833 | bus_freq = <1000000>; |
| 1834 | reg = <0x48485000 0x100>; |
| 1835 | }; |
| 1836 | |
| 1837 | cpsw_emac0: slave@48480200 { |
| 1838 | /* Filled in by U-Boot */ |
| 1839 | mac-address = [ 00 00 00 00 00 00 ]; |
| 1840 | }; |
| 1841 | |
| 1842 | cpsw_emac1: slave@48480300 { |
| 1843 | /* Filled in by U-Boot */ |
| 1844 | mac-address = [ 00 00 00 00 00 00 ]; |
| 1845 | }; |
| 1846 | |
| 1847 | phy_sel: cpsw-phy-sel@4a002554 { |
| 1848 | compatible = "ti,dra7xx-cpsw-phy-sel"; |
| 1849 | reg= <0x4a002554 0x4>; |
| 1850 | reg-names = "gmii-sel"; |
| 1851 | }; |
| 1852 | }; |
| 1853 | |
| 1854 | dcan1: can@481cc000 { |
| 1855 | compatible = "ti,dra7-d_can"; |
| 1856 | ti,hwmods = "dcan1"; |
| 1857 | reg = <0x4ae3c000 0x2000>; |
| 1858 | syscon-raminit = <&scm_conf 0x558 0>; |
| 1859 | interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>; |
| 1860 | clocks = <&dcan1_sys_clk_mux>; |
| 1861 | status = "disabled"; |
| 1862 | }; |
| 1863 | |
| 1864 | dcan2: can@481d0000 { |
| 1865 | compatible = "ti,dra7-d_can"; |
| 1866 | ti,hwmods = "dcan2"; |
| 1867 | reg = <0x48480000 0x2000>; |
| 1868 | syscon-raminit = <&scm_conf 0x558 1>; |
| 1869 | interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>; |
| 1870 | clocks = <&sys_clkin1>; |
| 1871 | status = "disabled"; |
| 1872 | }; |
| 1873 | |
| 1874 | dss: dss@58000000 { |
| 1875 | compatible = "ti,dra7-dss"; |
| 1876 | /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */ |
| 1877 | /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */ |
| 1878 | status = "disabled"; |
| 1879 | ti,hwmods = "dss_core"; |
| 1880 | /* CTRL_CORE_DSS_PLL_CONTROL */ |
| 1881 | syscon-pll-ctrl = <&scm_conf 0x538>; |
| 1882 | #address-cells = <1>; |
| 1883 | #size-cells = <1>; |
| 1884 | ranges; |
| 1885 | |
| 1886 | dispc@58001000 { |
| 1887 | compatible = "ti,dra7-dispc"; |
| 1888 | reg = <0x58001000 0x1000>; |
| 1889 | interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; |
| 1890 | ti,hwmods = "dss_dispc"; |
| 1891 | clocks = <&dss_dss_clk>; |
| 1892 | clock-names = "fck"; |
| 1893 | /* CTRL_CORE_SMA_SW_1 */ |
| 1894 | syscon-pol = <&scm_conf 0x534>; |
| 1895 | }; |
| 1896 | |
| 1897 | hdmi: encoder@58060000 { |
| 1898 | compatible = "ti,dra7-hdmi"; |
| 1899 | reg = <0x58040000 0x200>, |
| 1900 | <0x58040200 0x80>, |
| 1901 | <0x58040300 0x80>, |
| 1902 | <0x58060000 0x19000>; |
| 1903 | reg-names = "wp", "pll", "phy", "core"; |
| 1904 | interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; |
| 1905 | status = "disabled"; |
| 1906 | ti,hwmods = "dss_hdmi"; |
| 1907 | clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>; |
| 1908 | clock-names = "fck", "sys_clk"; |
| 1909 | }; |
| 1910 | }; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 1911 | |
| 1912 | epwmss0: epwmss@4843e000 { |
| 1913 | compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss"; |
| 1914 | reg = <0x4843e000 0x30>; |
| 1915 | ti,hwmods = "epwmss0"; |
| 1916 | #address-cells = <1>; |
| 1917 | #size-cells = <1>; |
| 1918 | status = "disabled"; |
| 1919 | ranges; |
| 1920 | |
| 1921 | ehrpwm0: pwm@4843e200 { |
| 1922 | compatible = "ti,dra746-ehrpwm", |
| 1923 | "ti,am3352-ehrpwm"; |
| 1924 | #pwm-cells = <3>; |
| 1925 | reg = <0x4843e200 0x80>; |
| 1926 | clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>; |
| 1927 | clock-names = "tbclk", "fck"; |
| 1928 | status = "disabled"; |
| 1929 | }; |
| 1930 | |
| 1931 | ecap0: ecap@4843e100 { |
| 1932 | compatible = "ti,dra746-ecap", |
| 1933 | "ti,am3352-ecap"; |
| 1934 | #pwm-cells = <3>; |
| 1935 | reg = <0x4843e100 0x80>; |
| 1936 | clocks = <&l4_root_clk_div>; |
| 1937 | clock-names = "fck"; |
| 1938 | status = "disabled"; |
| 1939 | }; |
| 1940 | }; |
| 1941 | |
| 1942 | epwmss1: epwmss@48440000 { |
| 1943 | compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss"; |
| 1944 | reg = <0x48440000 0x30>; |
| 1945 | ti,hwmods = "epwmss1"; |
| 1946 | #address-cells = <1>; |
| 1947 | #size-cells = <1>; |
| 1948 | status = "disabled"; |
| 1949 | ranges; |
| 1950 | |
| 1951 | ehrpwm1: pwm@48440200 { |
| 1952 | compatible = "ti,dra746-ehrpwm", |
| 1953 | "ti,am3352-ehrpwm"; |
| 1954 | #pwm-cells = <3>; |
| 1955 | reg = <0x48440200 0x80>; |
| 1956 | clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>; |
| 1957 | clock-names = "tbclk", "fck"; |
| 1958 | status = "disabled"; |
| 1959 | }; |
| 1960 | |
| 1961 | ecap1: ecap@48440100 { |
| 1962 | compatible = "ti,dra746-ecap", |
| 1963 | "ti,am3352-ecap"; |
| 1964 | #pwm-cells = <3>; |
| 1965 | reg = <0x48440100 0x80>; |
| 1966 | clocks = <&l4_root_clk_div>; |
| 1967 | clock-names = "fck"; |
| 1968 | status = "disabled"; |
| 1969 | }; |
| 1970 | }; |
| 1971 | |
| 1972 | epwmss2: epwmss@48442000 { |
| 1973 | compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss"; |
| 1974 | reg = <0x48442000 0x30>; |
| 1975 | ti,hwmods = "epwmss2"; |
| 1976 | #address-cells = <1>; |
| 1977 | #size-cells = <1>; |
| 1978 | status = "disabled"; |
| 1979 | ranges; |
| 1980 | |
| 1981 | ehrpwm2: pwm@48442200 { |
| 1982 | compatible = "ti,dra746-ehrpwm", |
| 1983 | "ti,am3352-ehrpwm"; |
| 1984 | #pwm-cells = <3>; |
| 1985 | reg = <0x48442200 0x80>; |
| 1986 | clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>; |
| 1987 | clock-names = "tbclk", "fck"; |
| 1988 | status = "disabled"; |
| 1989 | }; |
| 1990 | |
| 1991 | ecap2: ecap@48442100 { |
| 1992 | compatible = "ti,dra746-ecap", |
| 1993 | "ti,am3352-ecap"; |
| 1994 | #pwm-cells = <3>; |
| 1995 | reg = <0x48442100 0x80>; |
| 1996 | clocks = <&l4_root_clk_div>; |
| 1997 | clock-names = "fck"; |
| 1998 | status = "disabled"; |
| 1999 | }; |
| 2000 | }; |
| 2001 | |
| 2002 | aes1: aes@4b500000 { |
| 2003 | compatible = "ti,omap4-aes"; |
| 2004 | ti,hwmods = "aes1"; |
| 2005 | reg = <0x4b500000 0xa0>; |
| 2006 | interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; |
| 2007 | dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>; |
| 2008 | dma-names = "tx", "rx"; |
| 2009 | clocks = <&l3_iclk_div>; |
| 2010 | clock-names = "fck"; |
| 2011 | }; |
| 2012 | |
| 2013 | aes2: aes@4b700000 { |
| 2014 | compatible = "ti,omap4-aes"; |
| 2015 | ti,hwmods = "aes2"; |
| 2016 | reg = <0x4b700000 0xa0>; |
| 2017 | interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
| 2018 | dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>; |
| 2019 | dma-names = "tx", "rx"; |
| 2020 | clocks = <&l3_iclk_div>; |
| 2021 | clock-names = "fck"; |
| 2022 | }; |
| 2023 | |
| 2024 | des: des@480a5000 { |
| 2025 | compatible = "ti,omap4-des"; |
| 2026 | ti,hwmods = "des"; |
| 2027 | reg = <0x480a5000 0xa0>; |
| 2028 | interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; |
| 2029 | dmas = <&sdma_xbar 117>, <&sdma_xbar 116>; |
| 2030 | dma-names = "tx", "rx"; |
| 2031 | clocks = <&l3_iclk_div>; |
| 2032 | clock-names = "fck"; |
| 2033 | }; |
| 2034 | |
| 2035 | sham: sham@53100000 { |
| 2036 | compatible = "ti,omap5-sham"; |
| 2037 | ti,hwmods = "sham"; |
| 2038 | reg = <0x4b101000 0x300>; |
| 2039 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
| 2040 | dmas = <&edma_xbar 119 0>; |
| 2041 | dma-names = "rx"; |
| 2042 | clocks = <&l3_iclk_div>; |
| 2043 | clock-names = "fck"; |
| 2044 | }; |
| 2045 | |
| 2046 | rng: rng@48090000 { |
| 2047 | compatible = "ti,omap4-rng"; |
| 2048 | ti,hwmods = "rng"; |
| 2049 | reg = <0x48090000 0x2000>; |
| 2050 | interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; |
| 2051 | clocks = <&l3_iclk_div>; |
| 2052 | clock-names = "fck"; |
| 2053 | }; |
Keerthy | 5329c54 | 2022-01-27 13:16:58 +0100 | [diff] [blame] | 2054 | |
| 2055 | ipu1: ipu@58820000 { |
| 2056 | compatible = "ti,dra7-ipu"; |
| 2057 | reg = <0x58820000 0x10000>; |
| 2058 | reg-names = "l2ram"; |
| 2059 | ti,hwmods = "ipu1"; |
| 2060 | resets = <&ipu1_rst 0>, <&ipu1_rst 1>, <&ipu1_rst 2>; |
| 2061 | iommus = <&mmu_ipu1>; |
| 2062 | ti,rproc-standby-info = <0x4a005520>; |
| 2063 | timers = <&timer11>; |
| 2064 | watchdog-timers = <&timer7>, <&timer8>; |
| 2065 | }; |
| 2066 | |
| 2067 | ipu2: ipu@55020000 { |
| 2068 | compatible = "ti,dra7-ipu"; |
| 2069 | reg = <0x55020000 0x10000>; |
| 2070 | reg-names = "l2ram"; |
| 2071 | ti,hwmods = "ipu2"; |
| 2072 | resets = <&ipu2_rst 0>, <&ipu2_rst 1>, <&ipu2_rst 2>; |
| 2073 | iommus = <&mmu_ipu2>; |
| 2074 | ti,rproc-standby-info = <0x4a008920>; |
| 2075 | timers = <&timer3>; |
| 2076 | watchdog-timers = <&timer4>, <&timer9>; |
| 2077 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 2078 | }; |
| 2079 | |
| 2080 | thermal_zones: thermal-zones { |
| 2081 | #include "omap4-cpu-thermal.dtsi" |
| 2082 | #include "omap5-gpu-thermal.dtsi" |
| 2083 | #include "omap5-core-thermal.dtsi" |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 2084 | #include "dra7-dspeve-thermal.dtsi" |
| 2085 | #include "dra7-iva-thermal.dtsi" |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 2086 | }; |
| 2087 | |
| 2088 | }; |
| 2089 | |
| 2090 | &cpu_thermal { |
| 2091 | polling-delay = <500>; /* milliseconds */ |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 2092 | coefficients = <0 2000>; |
| 2093 | }; |
| 2094 | |
| 2095 | &gpu_thermal { |
| 2096 | coefficients = <0 2000>; |
| 2097 | }; |
| 2098 | |
| 2099 | &core_thermal { |
| 2100 | coefficients = <0 2000>; |
| 2101 | }; |
| 2102 | |
| 2103 | &dspeve_thermal { |
| 2104 | coefficients = <0 2000>; |
| 2105 | }; |
| 2106 | |
| 2107 | &iva_thermal { |
| 2108 | coefficients = <0 2000>; |
| 2109 | }; |
| 2110 | |
| 2111 | &cpu_crit { |
| 2112 | temperature = <120000>; /* milli Celsius */ |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 2113 | }; |
| 2114 | |
| 2115 | /include/ "dra7xx-clocks.dtsi" |