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