Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ |
| 4 | * |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 5 | * Based on "omap4.dtsi" |
| 6 | */ |
| 7 | |
Tony Lindgren | e14d7e5 | 2018-01-11 16:04:03 -0800 | [diff] [blame] | 8 | #include <dt-bindings/bus/ti-sysc.h> |
| 9 | #include <dt-bindings/clock/dra7.h> |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 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 */ |
Dave Gerlach | b82ffb3 | 2016-05-18 18:36:32 -0500 | [diff] [blame] | 93 | #cooling-cells = <2>; /* min followed by max */ |
Dave Gerlach | 000fb7a | 2017-12-19 09:24:19 -0600 | [diff] [blame] | 94 | |
| 95 | vbb-supply = <&abb_mpu>; |
Dave Gerlach | b82ffb3 | 2016-05-18 18:36:32 -0500 | [diff] [blame] | 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>; |
Dave Gerlach | 000fb7a | 2017-12-19 09:24:19 -0600 | [diff] [blame] | 105 | opp-microvolt = <1060000 850000 1150000>, |
| 106 | <1060000 850000 1150000>; |
Dave Gerlach | a4e5e9f | 2017-03-06 09:23:41 -0600 | [diff] [blame] | 107 | opp-supported-hw = <0xFF 0x01>; |
| 108 | opp-suspend; |
| 109 | }; |
| 110 | |
Viresh Kumar | b9cb2ba | 2017-04-20 16:25:06 +0530 | [diff] [blame] | 111 | opp_od-1176000000 { |
Dave Gerlach | a4e5e9f | 2017-03-06 09:23:41 -0600 | [diff] [blame] | 112 | opp-hz = /bits/ 64 <1176000000>; |
Dave Gerlach | 000fb7a | 2017-12-19 09:24:19 -0600 | [diff] [blame] | 113 | opp-microvolt = <1160000 885000 1160000>, |
| 114 | <1160000 885000 1160000>; |
| 115 | |
Dave Gerlach | a4e5e9f | 2017-03-06 09:23:41 -0600 | [diff] [blame] | 116 | opp-supported-hw = <0xFF 0x02>; |
| 117 | }; |
Dave Gerlach | bc69fed | 2017-12-19 09:24:21 -0600 | [diff] [blame] | 118 | |
| 119 | opp_high@1500000000 { |
| 120 | opp-hz = /bits/ 64 <1500000000>; |
| 121 | opp-microvolt = <1210000 950000 1250000>, |
| 122 | <1210000 950000 1250000>; |
| 123 | opp-supported-hw = <0xFF 0x04>; |
| 124 | }; |
Dave Gerlach | a4e5e9f | 2017-03-06 09:23:41 -0600 | [diff] [blame] | 125 | }; |
| 126 | |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 127 | /* |
Geert Uytterhoeven | 5c5be9d | 2014-03-28 11:11:37 +0100 | [diff] [blame] | 128 | * 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] | 129 | * that are not memory mapped in the MPU view or for the MPU itself. |
| 130 | */ |
| 131 | soc { |
| 132 | compatible = "ti,omap-infra"; |
| 133 | mpu { |
| 134 | compatible = "ti,omap5-mpu"; |
| 135 | ti,hwmods = "mpu"; |
| 136 | }; |
| 137 | }; |
| 138 | |
| 139 | /* |
| 140 | * XXX: Use a flat representation of the SOC interconnect. |
| 141 | * The real OMAP interconnect network is quite complex. |
Geert Uytterhoeven | b7ab524 | 2014-03-28 11:11:39 +0100 | [diff] [blame] | 142 | * 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] | 143 | * the moment, just use a fake OCP bus entry to represent the whole bus |
| 144 | * hierarchy. |
| 145 | */ |
Suman Anna | ecdeca6 | 2020-02-27 16:28:37 -0600 | [diff] [blame] | 146 | ocp: ocp { |
Rajendra Nayak | fba387a | 2014-04-10 11:34:32 -0500 | [diff] [blame] | 147 | compatible = "ti,dra7-l3-noc", "simple-bus"; |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 148 | #address-cells = <1>; |
| 149 | #size-cells = <1>; |
Lokesh Vutla | dae320e | 2016-02-24 15:41:04 +0530 | [diff] [blame] | 150 | ranges = <0x0 0x0 0x0 0xc0000000>; |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 151 | ti,hwmods = "l3_main_1", "l3_main_2"; |
Lokesh Vutla | dae320e | 2016-02-24 15:41:04 +0530 | [diff] [blame] | 152 | reg = <0x0 0x44000000 0x0 0x1000000>, |
| 153 | <0x0 0x45000000 0x0 0x1000>; |
Marc Zyngier | 783d318 | 2015-03-11 15:43:44 +0000 | [diff] [blame] | 154 | interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, |
Marc Zyngier | 7136d45 | 2015-03-11 15:43:49 +0000 | [diff] [blame] | 155 | <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 156 | |
Tony Lindgren | 4ed0dfe | 2018-09-27 13:39:07 -0700 | [diff] [blame] | 157 | l4_cfg: interconnect@4a000000 { |
Tero Kristo | d919501 | 2015-02-12 11:37:13 +0200 | [diff] [blame] | 158 | }; |
Tony Lindgren | 4ed0dfe | 2018-09-27 13:39:07 -0700 | [diff] [blame] | 159 | l4_wkup: interconnect@4ae00000 { |
| 160 | }; |
| 161 | l4_per1: interconnect@48000000 { |
| 162 | }; |
| 163 | l4_per2: interconnect@48400000 { |
| 164 | }; |
| 165 | l4_per3: interconnect@48800000 { |
Tero Kristo | ee6c750 | 2013-07-18 17:18:33 +0300 | [diff] [blame] | 166 | }; |
| 167 | |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 168 | axi@0 { |
| 169 | compatible = "simple-bus"; |
| 170 | #size-cells = <1>; |
| 171 | #address-cells = <1>; |
| 172 | ranges = <0x51000000 0x51000000 0x3000 |
| 173 | 0x0 0x20000000 0x10000000>; |
Kishon Vijay Abraham I | d23f383 | 2017-08-08 11:10:24 +0530 | [diff] [blame] | 174 | /** |
| 175 | * To enable PCI endpoint mode, disable the pcie1_rc |
| 176 | * node and enable pcie1_ep mode. |
| 177 | */ |
| 178 | pcie1_rc: pcie@51000000 { |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 179 | reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>; |
| 180 | reg-names = "rc_dbics", "ti_conf", "config"; |
| 181 | interrupts = <0 232 0x4>, <0 233 0x4>; |
| 182 | #address-cells = <3>; |
| 183 | #size-cells = <2>; |
| 184 | device_type = "pci"; |
| 185 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 |
| 186 | 0x82000000 0 0x20013000 0x13000 0 0xffed000>; |
Rob Herring | 7d79f60 | 2017-03-21 21:03:01 -0500 | [diff] [blame] | 187 | bus-range = <0x00 0xff>; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 188 | #interrupt-cells = <1>; |
| 189 | num-lanes = <1>; |
Kishon Vijay Abraham I | bed596d | 2016-08-10 18:03:18 +0530 | [diff] [blame] | 190 | linux,pci-domain = <0>; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 191 | ti,hwmods = "pcie1"; |
| 192 | phys = <&pcie1_phy>; |
| 193 | phy-names = "pcie-phy0"; |
Kishon Vijay Abraham I | b5acec0 | 2019-03-25 15:15:25 +0530 | [diff] [blame] | 194 | ti,syscon-lane-sel = <&scm_conf_pcie 0x18>; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 195 | interrupt-map-mask = <0 0 0 7>; |
| 196 | interrupt-map = <0 0 0 1 &pcie1_intc 1>, |
| 197 | <0 0 0 2 &pcie1_intc 2>, |
| 198 | <0 0 0 3 &pcie1_intc 3>, |
| 199 | <0 0 0 4 &pcie1_intc 4>; |
Vignesh R | b830526 | 2018-09-28 11:34:42 +0530 | [diff] [blame] | 200 | ti,syscon-unaligned-access = <&scm_conf1 0x14 1>; |
Kishon Vijay Abraham I | d23f383 | 2017-08-08 11:10:24 +0530 | [diff] [blame] | 201 | status = "disabled"; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 202 | pcie1_intc: interrupt-controller { |
| 203 | interrupt-controller; |
| 204 | #address-cells = <0>; |
| 205 | #interrupt-cells = <1>; |
| 206 | }; |
| 207 | }; |
Kishon Vijay Abraham I | d23f383 | 2017-08-08 11:10:24 +0530 | [diff] [blame] | 208 | |
| 209 | pcie1_ep: pcie_ep@51000000 { |
Kishon Vijay Abraham I | d23f383 | 2017-08-08 11:10:24 +0530 | [diff] [blame] | 210 | reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>; |
| 211 | reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space"; |
| 212 | interrupts = <0 232 0x4>; |
| 213 | num-lanes = <1>; |
| 214 | num-ib-windows = <4>; |
| 215 | num-ob-windows = <16>; |
| 216 | ti,hwmods = "pcie1"; |
| 217 | phys = <&pcie1_phy>; |
| 218 | phy-names = "pcie-phy0"; |
Vignesh R | 6d0af44 | 2018-09-25 10:51:51 +0530 | [diff] [blame] | 219 | ti,syscon-unaligned-access = <&scm_conf1 0x14 1>; |
Kishon Vijay Abraham I | b5acec0 | 2019-03-25 15:15:25 +0530 | [diff] [blame] | 220 | ti,syscon-lane-sel = <&scm_conf_pcie 0x18>; |
Kishon Vijay Abraham I | d23f383 | 2017-08-08 11:10:24 +0530 | [diff] [blame] | 221 | status = "disabled"; |
| 222 | }; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 223 | }; |
| 224 | |
| 225 | axi@1 { |
| 226 | compatible = "simple-bus"; |
| 227 | #size-cells = <1>; |
| 228 | #address-cells = <1>; |
| 229 | ranges = <0x51800000 0x51800000 0x3000 |
| 230 | 0x0 0x30000000 0x10000000>; |
| 231 | status = "disabled"; |
Kishon Vijay Abraham I | 1ac19c8 | 2017-12-19 15:01:28 +0530 | [diff] [blame] | 232 | pcie2_rc: pcie@51800000 { |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 233 | reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>; |
| 234 | reg-names = "rc_dbics", "ti_conf", "config"; |
| 235 | interrupts = <0 355 0x4>, <0 356 0x4>; |
| 236 | #address-cells = <3>; |
| 237 | #size-cells = <2>; |
| 238 | device_type = "pci"; |
| 239 | ranges = <0x81000000 0 0 0x03000 0 0x00010000 |
| 240 | 0x82000000 0 0x30013000 0x13000 0 0xffed000>; |
Rob Herring | 7d79f60 | 2017-03-21 21:03:01 -0500 | [diff] [blame] | 241 | bus-range = <0x00 0xff>; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 242 | #interrupt-cells = <1>; |
| 243 | num-lanes = <1>; |
Kishon Vijay Abraham I | bed596d | 2016-08-10 18:03:18 +0530 | [diff] [blame] | 244 | linux,pci-domain = <1>; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 245 | ti,hwmods = "pcie2"; |
| 246 | phys = <&pcie2_phy>; |
| 247 | phy-names = "pcie-phy0"; |
| 248 | interrupt-map-mask = <0 0 0 7>; |
| 249 | interrupt-map = <0 0 0 1 &pcie2_intc 1>, |
| 250 | <0 0 0 2 &pcie2_intc 2>, |
| 251 | <0 0 0 3 &pcie2_intc 3>, |
| 252 | <0 0 0 4 &pcie2_intc 4>; |
Vignesh R | b830526 | 2018-09-28 11:34:42 +0530 | [diff] [blame] | 253 | ti,syscon-unaligned-access = <&scm_conf1 0x14 2>; |
Kishon Vijay Abraham I | 18dcd79 | 2014-07-14 16:12:23 +0530 | [diff] [blame] | 254 | pcie2_intc: interrupt-controller { |
| 255 | interrupt-controller; |
| 256 | #address-cells = <0>; |
| 257 | #interrupt-cells = <1>; |
| 258 | }; |
| 259 | }; |
| 260 | }; |
| 261 | |
Dave Gerlach | a5fa09b | 2016-05-10 14:49:41 -0500 | [diff] [blame] | 262 | ocmcram1: ocmcram@40300000 { |
| 263 | compatible = "mmio-sram"; |
| 264 | reg = <0x40300000 0x80000>; |
| 265 | ranges = <0x0 0x40300000 0x80000>; |
| 266 | #address-cells = <1>; |
| 267 | #size-cells = <1>; |
Dave Gerlach | fae3a9f | 2016-05-10 14:49:42 -0500 | [diff] [blame] | 268 | /* |
| 269 | * This is a placeholder for an optional reserved |
| 270 | * region for use by secure software. The size |
| 271 | * of this region is not known until runtime so it |
| 272 | * is set as zero to either be updated to reserve |
| 273 | * space or left unchanged to leave all SRAM for use. |
| 274 | * On HS parts that that require the reserved region |
| 275 | * either the bootloader can update the size to |
| 276 | * the required amount or the node can be overridden |
| 277 | * from the board dts file for the secure platform. |
| 278 | */ |
| 279 | sram-hs@0 { |
| 280 | compatible = "ti,secure-ram"; |
| 281 | reg = <0x0 0x0>; |
| 282 | }; |
Dave Gerlach | a5fa09b | 2016-05-10 14:49:41 -0500 | [diff] [blame] | 283 | }; |
| 284 | |
| 285 | /* |
| 286 | * NOTE: ocmcram2 and ocmcram3 are not available on all |
| 287 | * DRA7xx and AM57xx variants. Confirm availability in |
| 288 | * the data manual for the exact part number in use |
| 289 | * before enabling these nodes in the board dts file. |
| 290 | */ |
| 291 | ocmcram2: ocmcram@40400000 { |
| 292 | status = "disabled"; |
| 293 | compatible = "mmio-sram"; |
| 294 | reg = <0x40400000 0x100000>; |
| 295 | ranges = <0x0 0x40400000 0x100000>; |
| 296 | #address-cells = <1>; |
| 297 | #size-cells = <1>; |
| 298 | }; |
| 299 | |
| 300 | ocmcram3: ocmcram@40500000 { |
| 301 | status = "disabled"; |
| 302 | compatible = "mmio-sram"; |
| 303 | reg = <0x40500000 0x100000>; |
| 304 | ranges = <0x0 0x40500000 0x100000>; |
| 305 | #address-cells = <1>; |
| 306 | #size-cells = <1>; |
| 307 | }; |
| 308 | |
Keerthy | f7397ed | 2015-03-23 14:39:38 -0500 | [diff] [blame] | 309 | bandgap: bandgap@4a0021e0 { |
| 310 | reg = <0x4a0021e0 0xc |
| 311 | 0x4a00232c 0xc |
| 312 | 0x4a002380 0x2c |
| 313 | 0x4a0023C0 0x3c |
| 314 | 0x4a002564 0x8 |
| 315 | 0x4a002574 0x50>; |
| 316 | compatible = "ti,dra752-bandgap"; |
| 317 | interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; |
| 318 | #thermal-sensor-cells = <1>; |
| 319 | }; |
| 320 | |
Suman Anna | 99639ac | 2015-10-02 18:23:22 -0500 | [diff] [blame] | 321 | dsp1_system: dsp_system@40d00000 { |
| 322 | compatible = "syscon"; |
| 323 | reg = <0x40d00000 0x100>; |
| 324 | }; |
| 325 | |
Tony Lindgren | eba6130 | 2017-06-16 17:24:29 +0530 | [diff] [blame] | 326 | dra7_iodelay_core: padconf@4844a000 { |
| 327 | compatible = "ti,dra7-iodelay"; |
| 328 | reg = <0x4844a000 0x0d1c>; |
| 329 | #address-cells = <1>; |
| 330 | #size-cells = <0>; |
| 331 | #pinctrl-cells = <2>; |
| 332 | }; |
| 333 | |
Tony Lindgren | 13149bb | 2020-03-04 07:25:31 -0800 | [diff] [blame] | 334 | target-module@43300000 { |
| 335 | compatible = "ti,sysc-omap4", "ti,sysc"; |
Peter Ujfalusi | 248948f | 2016-03-07 17:17:29 +0200 | [diff] [blame] | 336 | ti,hwmods = "tpcc"; |
Tony Lindgren | 13149bb | 2020-03-04 07:25:31 -0800 | [diff] [blame] | 337 | reg = <0x43300000 0x4>; |
| 338 | reg-names = "rev"; |
| 339 | clocks = <&l3main1_clkctrl DRA7_L3MAIN1_TPCC_CLKCTRL 0>; |
| 340 | clock-names = "fck"; |
| 341 | #address-cells = <1>; |
| 342 | #size-cells = <1>; |
| 343 | ranges = <0x0 0x43300000 0x100000>; |
Peter Ujfalusi | 248948f | 2016-03-07 17:17:29 +0200 | [diff] [blame] | 344 | |
Tony Lindgren | 13149bb | 2020-03-04 07:25:31 -0800 | [diff] [blame] | 345 | edma: dma@0 { |
| 346 | compatible = "ti,edma3-tpcc"; |
| 347 | reg = <0 0x100000>; |
| 348 | reg-names = "edma3_cc"; |
| 349 | interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>, |
| 350 | <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>, |
| 351 | <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>; |
| 352 | interrupt-names = "edma3_ccint", "edma3_mperr", |
| 353 | "edma3_ccerrint"; |
| 354 | dma-requests = <64>; |
| 355 | #dma-cells = <2>; |
Peter Ujfalusi | 248948f | 2016-03-07 17:17:29 +0200 | [diff] [blame] | 356 | |
Tony Lindgren | 13149bb | 2020-03-04 07:25:31 -0800 | [diff] [blame] | 357 | ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>; |
| 358 | |
| 359 | /* |
| 360 | * memcpy is disabled, can be enabled with: |
| 361 | * ti,edma-memcpy-channels = <20 21>; |
| 362 | * for example. Note that these channels need to be |
| 363 | * masked in the xbar as well. |
| 364 | */ |
| 365 | }; |
Peter Ujfalusi | 248948f | 2016-03-07 17:17:29 +0200 | [diff] [blame] | 366 | }; |
| 367 | |
Tony Lindgren | 103d264 | 2020-03-04 07:25:31 -0800 | [diff] [blame^] | 368 | target-module@43400000 { |
| 369 | compatible = "ti,sysc-omap4", "ti,sysc"; |
Peter Ujfalusi | 248948f | 2016-03-07 17:17:29 +0200 | [diff] [blame] | 370 | ti,hwmods = "tptc0"; |
Tony Lindgren | 103d264 | 2020-03-04 07:25:31 -0800 | [diff] [blame^] | 371 | reg = <0x43400000 0x4>; |
| 372 | reg-names = "rev"; |
| 373 | clocks = <&l3main1_clkctrl DRA7_L3MAIN1_TPTC0_CLKCTRL 0>; |
| 374 | clock-names = "fck"; |
| 375 | #address-cells = <1>; |
| 376 | #size-cells = <1>; |
| 377 | ranges = <0x0 0x43400000 0x100000>; |
| 378 | |
| 379 | edma_tptc0: dma@0 { |
| 380 | compatible = "ti,edma3-tptc"; |
| 381 | reg = <0 0x100000>; |
| 382 | interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>; |
| 383 | interrupt-names = "edma3_tcerrint"; |
| 384 | }; |
Peter Ujfalusi | 248948f | 2016-03-07 17:17:29 +0200 | [diff] [blame] | 385 | }; |
| 386 | |
| 387 | edma_tptc1: tptc@43500000 { |
| 388 | compatible = "ti,edma3-tptc"; |
| 389 | ti,hwmods = "tptc1"; |
| 390 | reg = <0x43500000 0x100000>; |
| 391 | interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>; |
| 392 | interrupt-names = "edma3_tcerrint"; |
| 393 | }; |
| 394 | |
Archit Taneja | 1a5fe3c | 2013-12-17 15:32:21 +0530 | [diff] [blame] | 395 | dmm@4e000000 { |
| 396 | compatible = "ti,omap5-dmm"; |
| 397 | reg = <0x4e000000 0x800>; |
R Sricharan | a46631c | 2014-06-26 12:55:31 +0530 | [diff] [blame] | 398 | interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; |
Archit Taneja | 1a5fe3c | 2013-12-17 15:32:21 +0530 | [diff] [blame] | 399 | ti,hwmods = "dmm"; |
| 400 | }; |
| 401 | |
Tero Kristo | dbd2d6f | 2019-12-12 14:51:18 +0200 | [diff] [blame] | 402 | target-module@40d01000 { |
| 403 | compatible = "ti,sysc-omap2", "ti,sysc"; |
| 404 | reg = <0x40d01000 0x4>, |
| 405 | <0x40d01010 0x4>, |
| 406 | <0x40d01014 0x4>; |
| 407 | reg-names = "rev", "sysc", "syss"; |
| 408 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 409 | <SYSC_IDLE_NO>, |
| 410 | <SYSC_IDLE_SMART>; |
| 411 | ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY | |
| 412 | SYSC_OMAP2_SOFTRESET | |
| 413 | SYSC_OMAP2_AUTOIDLE)>; |
| 414 | clocks = <&dsp1_clkctrl DRA7_DSP1_MMU0_DSP1_CLKCTRL 0>; |
| 415 | clock-names = "fck"; |
| 416 | resets = <&prm_dsp1 1>; |
| 417 | reset-names = "rstctrl"; |
| 418 | ranges = <0x0 0x40d01000 0x1000>; |
| 419 | #size-cells = <1>; |
| 420 | #address-cells = <1>; |
| 421 | |
| 422 | mmu0_dsp1: mmu@0 { |
| 423 | compatible = "ti,dra7-dsp-iommu"; |
| 424 | reg = <0x0 0x100>; |
| 425 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
| 426 | #iommu-cells = <0>; |
| 427 | ti,syscon-mmuconfig = <&dsp1_system 0x0>; |
| 428 | }; |
Suman Anna | 2c7e07c5 | 2015-10-02 18:23:24 -0500 | [diff] [blame] | 429 | }; |
| 430 | |
Tero Kristo | dbd2d6f | 2019-12-12 14:51:18 +0200 | [diff] [blame] | 431 | target-module@40d02000 { |
| 432 | compatible = "ti,sysc-omap2", "ti,sysc"; |
| 433 | reg = <0x40d02000 0x4>, |
| 434 | <0x40d02010 0x4>, |
| 435 | <0x40d02014 0x4>; |
| 436 | reg-names = "rev", "sysc", "syss"; |
| 437 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 438 | <SYSC_IDLE_NO>, |
| 439 | <SYSC_IDLE_SMART>; |
| 440 | ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY | |
| 441 | SYSC_OMAP2_SOFTRESET | |
| 442 | SYSC_OMAP2_AUTOIDLE)>; |
| 443 | clocks = <&dsp1_clkctrl DRA7_DSP1_MMU0_DSP1_CLKCTRL 0>; |
| 444 | clock-names = "fck"; |
| 445 | resets = <&prm_dsp1 1>; |
| 446 | reset-names = "rstctrl"; |
| 447 | ranges = <0x0 0x40d02000 0x1000>; |
| 448 | #size-cells = <1>; |
| 449 | #address-cells = <1>; |
| 450 | |
| 451 | mmu1_dsp1: mmu@0 { |
| 452 | compatible = "ti,dra7-dsp-iommu"; |
| 453 | reg = <0x0 0x100>; |
| 454 | interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>; |
| 455 | #iommu-cells = <0>; |
| 456 | ti,syscon-mmuconfig = <&dsp1_system 0x1>; |
| 457 | }; |
Suman Anna | 2c7e07c5 | 2015-10-02 18:23:24 -0500 | [diff] [blame] | 458 | }; |
| 459 | |
Tero Kristo | dbd2d6f | 2019-12-12 14:51:18 +0200 | [diff] [blame] | 460 | target-module@58882000 { |
| 461 | compatible = "ti,sysc-omap2", "ti,sysc"; |
| 462 | reg = <0x58882000 0x4>, |
| 463 | <0x58882010 0x4>, |
| 464 | <0x58882014 0x4>; |
| 465 | reg-names = "rev", "sysc", "syss"; |
| 466 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 467 | <SYSC_IDLE_NO>, |
| 468 | <SYSC_IDLE_SMART>; |
| 469 | ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY | |
| 470 | SYSC_OMAP2_SOFTRESET | |
| 471 | SYSC_OMAP2_AUTOIDLE)>; |
| 472 | clocks = <&ipu1_clkctrl DRA7_IPU1_MMU_IPU1_CLKCTRL 0>; |
| 473 | clock-names = "fck"; |
| 474 | resets = <&prm_ipu 2>; |
| 475 | reset-names = "rstctrl"; |
| 476 | #address-cells = <1>; |
| 477 | #size-cells = <1>; |
| 478 | ranges = <0x0 0x58882000 0x100>; |
| 479 | |
| 480 | mmu_ipu1: mmu@0 { |
| 481 | compatible = "ti,dra7-iommu"; |
| 482 | reg = <0x0 0x100>; |
| 483 | interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>; |
| 484 | #iommu-cells = <0>; |
| 485 | ti,iommu-bus-err-back; |
| 486 | }; |
Suman Anna | 2c7e07c5 | 2015-10-02 18:23:24 -0500 | [diff] [blame] | 487 | }; |
| 488 | |
Tero Kristo | dbd2d6f | 2019-12-12 14:51:18 +0200 | [diff] [blame] | 489 | target-module@55082000 { |
| 490 | compatible = "ti,sysc-omap2", "ti,sysc"; |
| 491 | reg = <0x55082000 0x4>, |
| 492 | <0x55082010 0x4>, |
| 493 | <0x55082014 0x4>; |
| 494 | reg-names = "rev", "sysc", "syss"; |
| 495 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 496 | <SYSC_IDLE_NO>, |
| 497 | <SYSC_IDLE_SMART>; |
| 498 | ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY | |
| 499 | SYSC_OMAP2_SOFTRESET | |
| 500 | SYSC_OMAP2_AUTOIDLE)>; |
| 501 | clocks = <&ipu2_clkctrl DRA7_IPU2_MMU_IPU2_CLKCTRL 0>; |
| 502 | clock-names = "fck"; |
| 503 | resets = <&prm_core 2>; |
| 504 | reset-names = "rstctrl"; |
| 505 | #address-cells = <1>; |
| 506 | #size-cells = <1>; |
| 507 | ranges = <0x0 0x55082000 0x100>; |
| 508 | |
| 509 | mmu_ipu2: mmu@0 { |
| 510 | compatible = "ti,dra7-iommu"; |
| 511 | reg = <0x0 0x100>; |
| 512 | interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>; |
| 513 | #iommu-cells = <0>; |
| 514 | ti,iommu-bus-err-back; |
| 515 | }; |
Suman Anna | 2c7e07c5 | 2015-10-02 18:23:24 -0500 | [diff] [blame] | 516 | }; |
| 517 | |
Nishanth Menon | a1b8ee1 | 2014-03-03 20:20:23 +0530 | [diff] [blame] | 518 | abb_mpu: regulator-abb-mpu { |
| 519 | compatible = "ti,abb-v3"; |
| 520 | regulator-name = "abb_mpu"; |
| 521 | #address-cells = <0>; |
| 522 | #size-cells = <0>; |
| 523 | clocks = <&sys_clkin1>; |
| 524 | ti,settling-time = <50>; |
| 525 | ti,clock-cycles = <16>; |
| 526 | |
| 527 | reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>, |
Nishanth Menon | 1822734 | 2015-04-16 16:56:33 -0500 | [diff] [blame] | 528 | <0x4ae06014 0x4>, <0x4a003b20 0xc>, |
Nishanth Menon | a1b8ee1 | 2014-03-03 20:20:23 +0530 | [diff] [blame] | 529 | <0x4ae0c158 0x4>; |
| 530 | reg-names = "setup-address", "control-address", |
| 531 | "int-address", "efuse-address", |
| 532 | "ldo-address"; |
| 533 | ti,tranxdone-status-mask = <0x80>; |
| 534 | /* LDOVBBMPU_FBB_MUX_CTRL */ |
| 535 | ti,ldovbb-override-mask = <0x400>; |
| 536 | /* LDOVBBMPU_FBB_VSET_OUT */ |
| 537 | ti,ldovbb-vset-mask = <0x1F>; |
| 538 | |
| 539 | /* |
| 540 | * NOTE: only FBB mode used but actual vset will |
| 541 | * determine final biasing |
| 542 | */ |
| 543 | ti,abb_info = < |
| 544 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 545 | 1060000 0 0x0 0 0x02000000 0x01F00000 |
| 546 | 1160000 0 0x4 0 0x02000000 0x01F00000 |
| 547 | 1210000 0 0x8 0 0x02000000 0x01F00000 |
| 548 | >; |
| 549 | }; |
| 550 | |
| 551 | abb_ivahd: regulator-abb-ivahd { |
| 552 | compatible = "ti,abb-v3"; |
| 553 | regulator-name = "abb_ivahd"; |
| 554 | #address-cells = <0>; |
| 555 | #size-cells = <0>; |
| 556 | clocks = <&sys_clkin1>; |
| 557 | ti,settling-time = <50>; |
| 558 | ti,clock-cycles = <16>; |
| 559 | |
| 560 | reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>, |
Nishanth Menon | 1822734 | 2015-04-16 16:56:33 -0500 | [diff] [blame] | 561 | <0x4ae06010 0x4>, <0x4a0025cc 0xc>, |
Nishanth Menon | a1b8ee1 | 2014-03-03 20:20:23 +0530 | [diff] [blame] | 562 | <0x4a002470 0x4>; |
| 563 | reg-names = "setup-address", "control-address", |
| 564 | "int-address", "efuse-address", |
| 565 | "ldo-address"; |
| 566 | ti,tranxdone-status-mask = <0x40000000>; |
| 567 | /* LDOVBBIVA_FBB_MUX_CTRL */ |
| 568 | ti,ldovbb-override-mask = <0x400>; |
| 569 | /* LDOVBBIVA_FBB_VSET_OUT */ |
| 570 | ti,ldovbb-vset-mask = <0x1F>; |
| 571 | |
| 572 | /* |
| 573 | * NOTE: only FBB mode used but actual vset will |
| 574 | * determine final biasing |
| 575 | */ |
| 576 | ti,abb_info = < |
| 577 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 578 | 1055000 0 0x0 0 0x02000000 0x01F00000 |
| 579 | 1150000 0 0x4 0 0x02000000 0x01F00000 |
| 580 | 1250000 0 0x8 0 0x02000000 0x01F00000 |
| 581 | >; |
| 582 | }; |
| 583 | |
| 584 | abb_dspeve: regulator-abb-dspeve { |
| 585 | compatible = "ti,abb-v3"; |
| 586 | regulator-name = "abb_dspeve"; |
| 587 | #address-cells = <0>; |
| 588 | #size-cells = <0>; |
| 589 | clocks = <&sys_clkin1>; |
| 590 | ti,settling-time = <50>; |
| 591 | ti,clock-cycles = <16>; |
| 592 | |
| 593 | reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>, |
Nishanth Menon | 1822734 | 2015-04-16 16:56:33 -0500 | [diff] [blame] | 594 | <0x4ae06010 0x4>, <0x4a0025e0 0xc>, |
Nishanth Menon | a1b8ee1 | 2014-03-03 20:20:23 +0530 | [diff] [blame] | 595 | <0x4a00246c 0x4>; |
| 596 | reg-names = "setup-address", "control-address", |
| 597 | "int-address", "efuse-address", |
| 598 | "ldo-address"; |
| 599 | ti,tranxdone-status-mask = <0x20000000>; |
| 600 | /* LDOVBBDSPEVE_FBB_MUX_CTRL */ |
| 601 | ti,ldovbb-override-mask = <0x400>; |
| 602 | /* LDOVBBDSPEVE_FBB_VSET_OUT */ |
| 603 | ti,ldovbb-vset-mask = <0x1F>; |
| 604 | |
| 605 | /* |
| 606 | * NOTE: only FBB mode used but actual vset will |
| 607 | * determine final biasing |
| 608 | */ |
| 609 | ti,abb_info = < |
| 610 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 611 | 1055000 0 0x0 0 0x02000000 0x01F00000 |
| 612 | 1150000 0 0x4 0 0x02000000 0x01F00000 |
| 613 | 1250000 0 0x8 0 0x02000000 0x01F00000 |
| 614 | >; |
| 615 | }; |
| 616 | |
| 617 | abb_gpu: regulator-abb-gpu { |
| 618 | compatible = "ti,abb-v3"; |
| 619 | regulator-name = "abb_gpu"; |
| 620 | #address-cells = <0>; |
| 621 | #size-cells = <0>; |
| 622 | clocks = <&sys_clkin1>; |
| 623 | ti,settling-time = <50>; |
| 624 | ti,clock-cycles = <16>; |
| 625 | |
| 626 | reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>, |
Nishanth Menon | 1822734 | 2015-04-16 16:56:33 -0500 | [diff] [blame] | 627 | <0x4ae06010 0x4>, <0x4a003b08 0xc>, |
Nishanth Menon | a1b8ee1 | 2014-03-03 20:20:23 +0530 | [diff] [blame] | 628 | <0x4ae0c154 0x4>; |
| 629 | reg-names = "setup-address", "control-address", |
| 630 | "int-address", "efuse-address", |
| 631 | "ldo-address"; |
| 632 | ti,tranxdone-status-mask = <0x10000000>; |
| 633 | /* LDOVBBGPU_FBB_MUX_CTRL */ |
| 634 | ti,ldovbb-override-mask = <0x400>; |
| 635 | /* LDOVBBGPU_FBB_VSET_OUT */ |
| 636 | ti,ldovbb-vset-mask = <0x1F>; |
| 637 | |
| 638 | /* |
| 639 | * NOTE: only FBB mode used but actual vset will |
| 640 | * determine final biasing |
| 641 | */ |
| 642 | ti,abb_info = < |
| 643 | /*uV ABB efuse rbb_m fbb_m vset_m*/ |
| 644 | 1090000 0 0x0 0 0x02000000 0x01F00000 |
| 645 | 1210000 0 0x4 0 0x02000000 0x01F00000 |
| 646 | 1280000 0 0x8 0 0x02000000 0x01F00000 |
| 647 | >; |
| 648 | }; |
| 649 | |
Rob Herring | cc89387 | 2018-09-13 13:12:25 -0500 | [diff] [blame] | 650 | qspi: spi@4b300000 { |
Sourav Poddar | dc2dd5b | 2014-05-06 16:37:24 +0530 | [diff] [blame] | 651 | compatible = "ti,dra7xxx-qspi"; |
Vignesh R | 1929d0b | 2015-12-11 09:39:59 +0530 | [diff] [blame] | 652 | reg = <0x4b300000 0x100>, |
| 653 | <0x5c000000 0x4000000>; |
| 654 | reg-names = "qspi_base", "qspi_mmap"; |
| 655 | syscon-chipselects = <&scm_conf 0x558>; |
Sourav Poddar | dc2dd5b | 2014-05-06 16:37:24 +0530 | [diff] [blame] | 656 | #address-cells = <1>; |
| 657 | #size-cells = <0>; |
| 658 | ti,hwmods = "qspi"; |
Tero Kristo | b5f8ffb | 2018-08-31 18:14:51 +0300 | [diff] [blame] | 659 | clocks = <&l4per2_clkctrl DRA7_L4PER2_QSPI_CLKCTRL 25>; |
Sourav Poddar | dc2dd5b | 2014-05-06 16:37:24 +0530 | [diff] [blame] | 660 | clock-names = "fck"; |
| 661 | num-cs = <4>; |
R Sricharan | a46631c | 2014-06-26 12:55:31 +0530 | [diff] [blame] | 662 | interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>; |
Sourav Poddar | dc2dd5b | 2014-05-06 16:37:24 +0530 | [diff] [blame] | 663 | status = "disabled"; |
| 664 | }; |
Balaji T K | 7be8056 | 2014-05-07 14:58:58 +0300 | [diff] [blame] | 665 | |
Balaji T K | 7be8056 | 2014-05-07 14:58:58 +0300 | [diff] [blame] | 666 | /* OCP2SCP3 */ |
Balaji T K | 7be8056 | 2014-05-07 14:58:58 +0300 | [diff] [blame] | 667 | sata: sata@4a141100 { |
| 668 | compatible = "snps,dwc-ahci"; |
| 669 | reg = <0x4a140000 0x1100>, <0x4a141100 0x7>; |
R Sricharan | a46631c | 2014-06-26 12:55:31 +0530 | [diff] [blame] | 670 | interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
Balaji T K | 7be8056 | 2014-05-07 14:58:58 +0300 | [diff] [blame] | 671 | phys = <&sata_phy>; |
| 672 | phy-names = "sata-phy"; |
Tero Kristo | b5f8ffb | 2018-08-31 18:14:51 +0300 | [diff] [blame] | 673 | clocks = <&l3init_clkctrl DRA7_L3INIT_SATA_CLKCTRL 8>; |
Balaji T K | 7be8056 | 2014-05-07 14:58:58 +0300 | [diff] [blame] | 674 | ti,hwmods = "sata"; |
Jean-Jacques Hiblot | 87cb129 | 2017-01-09 13:22:15 +0100 | [diff] [blame] | 675 | ports-implemented = <0x1>; |
Balaji T K | 7be8056 | 2014-05-07 14:58:58 +0300 | [diff] [blame] | 676 | }; |
Roger Quadros | fbf3e55 | 2014-05-05 12:54:45 +0300 | [diff] [blame] | 677 | |
Roger Quadros | fbf3e55 | 2014-05-05 12:54:45 +0300 | [diff] [blame] | 678 | /* OCP2SCP1 */ |
Roger Quadros | fbf3e55 | 2014-05-05 12:54:45 +0300 | [diff] [blame] | 679 | /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */ |
Minal Shah | ff66a3c | 2014-05-19 14:45:47 +0530 | [diff] [blame] | 680 | gpmc: gpmc@50000000 { |
| 681 | compatible = "ti,am3352-gpmc"; |
| 682 | ti,hwmods = "gpmc"; |
| 683 | reg = <0x50000000 0x37c>; /* device IO registers */ |
R Sricharan | a46631c | 2014-06-26 12:55:31 +0530 | [diff] [blame] | 684 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
Franklin S Cooper Jr | 10ce240 | 2016-05-04 12:43:55 -0500 | [diff] [blame] | 685 | dmas = <&edma_xbar 4 0>; |
| 686 | dma-names = "rxtx"; |
Minal Shah | ff66a3c | 2014-05-19 14:45:47 +0530 | [diff] [blame] | 687 | gpmc,num-cs = <8>; |
| 688 | gpmc,num-waitpins = <2>; |
| 689 | #address-cells = <2>; |
| 690 | #size-cells = <1>; |
Roger Quadros | 488f270d | 2016-02-23 18:37:17 +0200 | [diff] [blame] | 691 | interrupt-controller; |
| 692 | #interrupt-cells = <2>; |
Roger Quadros | 845b1a2 | 2016-04-07 13:25:31 +0300 | [diff] [blame] | 693 | gpio-controller; |
| 694 | #gpio-cells = <2>; |
Minal Shah | ff66a3c | 2014-05-19 14:45:47 +0530 | [diff] [blame] | 695 | status = "disabled"; |
| 696 | }; |
Peter Ujfalusi | 2ca0945 | 2014-05-07 13:20:48 +0300 | [diff] [blame] | 697 | |
Tony Lindgren | 45e118b | 2019-11-01 09:31:23 -0700 | [diff] [blame] | 698 | target-module@56000000 { |
| 699 | compatible = "ti,sysc-omap4", "ti,sysc"; |
| 700 | reg = <0x5600fe00 0x4>, |
| 701 | <0x5600fe10 0x4>; |
| 702 | reg-names = "rev", "sysc"; |
| 703 | ti,sysc-midle = <SYSC_IDLE_FORCE>, |
| 704 | <SYSC_IDLE_NO>, |
| 705 | <SYSC_IDLE_SMART>; |
| 706 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 707 | <SYSC_IDLE_NO>, |
| 708 | <SYSC_IDLE_SMART>; |
| 709 | clocks = <&gpu_clkctrl DRA7_GPU_CLKCTRL 0>; |
| 710 | clock-names = "fck"; |
| 711 | #address-cells = <1>; |
| 712 | #size-cells = <1>; |
| 713 | ranges = <0 0x56000000 0x2000000>; |
| 714 | }; |
| 715 | |
Marc Zyngier | 783d318 | 2015-03-11 15:43:44 +0000 | [diff] [blame] | 716 | crossbar_mpu: crossbar@4a002a48 { |
R Sricharan | a46631c | 2014-06-26 12:55:31 +0530 | [diff] [blame] | 717 | compatible = "ti,irq-crossbar"; |
| 718 | reg = <0x4a002a48 0x130>; |
Marc Zyngier | 783d318 | 2015-03-11 15:43:44 +0000 | [diff] [blame] | 719 | interrupt-controller; |
Marc Zyngier | 7136d45 | 2015-03-11 15:43:49 +0000 | [diff] [blame] | 720 | interrupt-parent = <&wakeupgen>; |
Marc Zyngier | 783d318 | 2015-03-11 15:43:44 +0000 | [diff] [blame] | 721 | #interrupt-cells = <3>; |
R Sricharan | a46631c | 2014-06-26 12:55:31 +0530 | [diff] [blame] | 722 | ti,max-irqs = <160>; |
| 723 | ti,max-crossbar-sources = <MAX_SOURCES>; |
| 724 | ti,reg-size = <2>; |
| 725 | ti,irqs-reserved = <0 1 2 3 5 6 131 132>; |
| 726 | ti,irqs-skip = <10 133 139 140>; |
| 727 | ti,irqs-safe-map = <0>; |
| 728 | }; |
Mugunthan V N | ef9c5b6 | 2014-10-21 15:31:00 +0530 | [diff] [blame] | 729 | |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 730 | target-module@58000000 { |
| 731 | compatible = "ti,sysc-omap2", "ti,sysc"; |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 732 | reg = <0x58000000 4>, |
| 733 | <0x58000014 4>; |
| 734 | reg-names = "rev", "syss"; |
| 735 | ti,syss-mask = <1>; |
| 736 | clocks = <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 0>, |
| 737 | <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 9>, |
| 738 | <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 10>, |
| 739 | <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 11>; |
| 740 | clock-names = "fck", "hdmi_clk", "sys_clk", "tv_clk"; |
Tomi Valkeinen | 95c1cd1 | 2014-07-09 16:15:18 +0530 | [diff] [blame] | 741 | #address-cells = <1>; |
| 742 | #size-cells = <1>; |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 743 | ranges = <0 0x58000000 0x800000>; |
Tomi Valkeinen | 95c1cd1 | 2014-07-09 16:15:18 +0530 | [diff] [blame] | 744 | |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 745 | dss: dss@0 { |
| 746 | compatible = "ti,dra7-dss"; |
| 747 | /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */ |
| 748 | /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */ |
Tomi Valkeinen | 95c1cd1 | 2014-07-09 16:15:18 +0530 | [diff] [blame] | 749 | status = "disabled"; |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 750 | /* CTRL_CORE_DSS_PLL_CONTROL */ |
| 751 | syscon-pll-ctrl = <&scm_conf 0x538>; |
| 752 | #address-cells = <1>; |
| 753 | #size-cells = <1>; |
| 754 | ranges = <0 0 0x800000>; |
| 755 | |
Tony Lindgren | 9a95196 | 2020-03-04 08:10:42 -0800 | [diff] [blame] | 756 | target-module@1000 { |
| 757 | compatible = "ti,sysc-omap2", "ti,sysc"; |
| 758 | reg = <0x1000 0x4>, |
| 759 | <0x1010 0x4>, |
| 760 | <0x1014 0x4>; |
| 761 | reg-names = "rev", "sysc", "syss"; |
| 762 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 763 | <SYSC_IDLE_NO>, |
| 764 | <SYSC_IDLE_SMART>; |
| 765 | ti,sysc-midle = <SYSC_IDLE_FORCE>, |
| 766 | <SYSC_IDLE_NO>, |
| 767 | <SYSC_IDLE_SMART>; |
| 768 | ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY | |
| 769 | SYSC_OMAP2_ENAWAKEUP | |
| 770 | SYSC_OMAP2_SOFTRESET | |
| 771 | SYSC_OMAP2_AUTOIDLE)>; |
| 772 | ti,syss-mask = <1>; |
| 773 | clocks = <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 8>; |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 774 | clock-names = "fck"; |
Tony Lindgren | 9a95196 | 2020-03-04 08:10:42 -0800 | [diff] [blame] | 775 | #address-cells = <1>; |
| 776 | #size-cells = <1>; |
| 777 | ranges = <0 0x1000 0x1000>; |
| 778 | |
| 779 | dispc@0 { |
| 780 | compatible = "ti,dra7-dispc"; |
| 781 | reg = <0 0x1000>; |
| 782 | interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; |
Tony Lindgren | 9a95196 | 2020-03-04 08:10:42 -0800 | [diff] [blame] | 783 | clocks = <&dss_clkctrl DRA7_DSS_DSS_CORE_CLKCTRL 8>; |
| 784 | clock-names = "fck"; |
| 785 | /* CTRL_CORE_SMA_SW_1 */ |
| 786 | syscon-pol = <&scm_conf 0x534>; |
| 787 | }; |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 788 | }; |
| 789 | |
Tony Lindgren | c4f4728 | 2020-03-04 08:10:42 -0800 | [diff] [blame] | 790 | target-module@40000 { |
| 791 | compatible = "ti,sysc-omap4", "ti,sysc"; |
| 792 | reg = <0x40000 0x4>, |
| 793 | <0x40010 0x4>; |
| 794 | reg-names = "rev", "sysc"; |
| 795 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 796 | <SYSC_IDLE_NO>, |
| 797 | <SYSC_IDLE_SMART>, |
| 798 | <SYSC_IDLE_SMART_WKUP>; |
| 799 | ti,sysc-mask = <(SYSC_OMAP4_SOFTRESET)>; |
| 800 | clocks = <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 9>, |
| 801 | <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 8>; |
| 802 | clock-names = "fck", "dss_clk"; |
| 803 | #address-cells = <1>; |
| 804 | #size-cells = <1>; |
| 805 | ranges = <0 0x40000 0x40000>; |
| 806 | |
| 807 | hdmi: encoder@0 { |
| 808 | compatible = "ti,dra7-hdmi"; |
| 809 | reg = <0 0x200>, |
| 810 | <0x200 0x80>, |
| 811 | <0x300 0x80>, |
| 812 | <0x20000 0x19000>; |
| 813 | reg-names = "wp", "pll", "phy", "core"; |
| 814 | interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; |
| 815 | status = "disabled"; |
| 816 | clocks = <&dss_clkctrl DRA7_DSS_DSS_CORE_CLKCTRL 9>, |
| 817 | <&dss_clkctrl DRA7_DSS_DSS_CORE_CLKCTRL 10>; |
| 818 | clock-names = "fck", "sys_clk"; |
| 819 | dmas = <&sdma_xbar 76>; |
| 820 | dma-names = "audio_tx"; |
| 821 | }; |
Tony Lindgren | a50371f | 2020-03-04 08:10:41 -0800 | [diff] [blame] | 822 | }; |
Tomi Valkeinen | 95c1cd1 | 2014-07-09 16:15:18 +0530 | [diff] [blame] | 823 | }; |
| 824 | }; |
Vignesh R | 3437014 | 2016-05-03 10:56:55 -0500 | [diff] [blame] | 825 | |
Tony Lindgren | 2ea3ce2 | 2019-12-12 09:46:16 -0800 | [diff] [blame] | 826 | aes1_target: target-module@4b500000 { |
| 827 | compatible = "ti,sysc-omap2", "ti,sysc"; |
Tony Lindgren | 2ea3ce2 | 2019-12-12 09:46:16 -0800 | [diff] [blame] | 828 | reg = <0x4b500080 0x4>, |
| 829 | <0x4b500084 0x4>, |
| 830 | <0x4b500088 0x4>; |
| 831 | reg-names = "rev", "sysc", "syss"; |
| 832 | ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET | |
| 833 | SYSC_OMAP2_AUTOIDLE)>; |
| 834 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 835 | <SYSC_IDLE_NO>, |
| 836 | <SYSC_IDLE_SMART>, |
| 837 | <SYSC_IDLE_SMART_WKUP>; |
| 838 | ti,syss-mask = <1>; |
| 839 | /* Domains (P, C): per_pwrdm, l4sec_clkdm */ |
| 840 | clocks = <&l4sec_clkctrl DRA7_L4SEC_AES1_CLKCTRL 0>; |
Joel Fernandes | e7fd15c | 2016-06-01 12:06:42 +0300 | [diff] [blame] | 841 | clock-names = "fck"; |
Tony Lindgren | 2ea3ce2 | 2019-12-12 09:46:16 -0800 | [diff] [blame] | 842 | #address-cells = <1>; |
| 843 | #size-cells = <1>; |
| 844 | ranges = <0x0 0x4b500000 0x1000>; |
| 845 | |
| 846 | aes1: aes@0 { |
| 847 | compatible = "ti,omap4-aes"; |
| 848 | reg = <0 0xa0>; |
| 849 | interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; |
| 850 | dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>; |
| 851 | dma-names = "tx", "rx"; |
| 852 | clocks = <&l3_iclk_div>; |
| 853 | clock-names = "fck"; |
| 854 | }; |
Joel Fernandes | e7fd15c | 2016-06-01 12:06:42 +0300 | [diff] [blame] | 855 | }; |
| 856 | |
Tony Lindgren | 2ea3ce2 | 2019-12-12 09:46:16 -0800 | [diff] [blame] | 857 | aes2_target: target-module@4b700000 { |
| 858 | compatible = "ti,sysc-omap2", "ti,sysc"; |
Tony Lindgren | 2ea3ce2 | 2019-12-12 09:46:16 -0800 | [diff] [blame] | 859 | reg = <0x4b700080 0x4>, |
| 860 | <0x4b700084 0x4>, |
| 861 | <0x4b700088 0x4>; |
| 862 | reg-names = "rev", "sysc", "syss"; |
| 863 | ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET | |
| 864 | SYSC_OMAP2_AUTOIDLE)>; |
| 865 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 866 | <SYSC_IDLE_NO>, |
| 867 | <SYSC_IDLE_SMART>, |
| 868 | <SYSC_IDLE_SMART_WKUP>; |
| 869 | ti,syss-mask = <1>; |
| 870 | /* Domains (P, C): per_pwrdm, l4sec_clkdm */ |
| 871 | clocks = <&l4sec_clkctrl DRA7_L4SEC_AES2_CLKCTRL 0>; |
Joel Fernandes | e7fd15c | 2016-06-01 12:06:42 +0300 | [diff] [blame] | 872 | clock-names = "fck"; |
Tony Lindgren | 2ea3ce2 | 2019-12-12 09:46:16 -0800 | [diff] [blame] | 873 | #address-cells = <1>; |
| 874 | #size-cells = <1>; |
| 875 | ranges = <0x0 0x4b700000 0x1000>; |
| 876 | |
| 877 | aes2: aes@0 { |
| 878 | compatible = "ti,omap4-aes"; |
| 879 | reg = <0 0xa0>; |
| 880 | interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
| 881 | dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>; |
| 882 | dma-names = "tx", "rx"; |
| 883 | clocks = <&l3_iclk_div>; |
| 884 | clock-names = "fck"; |
| 885 | }; |
Joel Fernandes | e7fd15c | 2016-06-01 12:06:42 +0300 | [diff] [blame] | 886 | }; |
| 887 | |
Tony Lindgren | e132681 | 2019-12-12 09:46:15 -0800 | [diff] [blame] | 888 | sham_target: target-module@4b101000 { |
| 889 | compatible = "ti,sysc-omap3-sham", "ti,sysc"; |
Tony Lindgren | e132681 | 2019-12-12 09:46:15 -0800 | [diff] [blame] | 890 | reg = <0x4b101100 0x4>, |
| 891 | <0x4b101110 0x4>, |
| 892 | <0x4b101114 0x4>; |
| 893 | reg-names = "rev", "sysc", "syss"; |
| 894 | ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET | |
| 895 | SYSC_OMAP2_AUTOIDLE)>; |
| 896 | ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 897 | <SYSC_IDLE_NO>, |
| 898 | <SYSC_IDLE_SMART>; |
| 899 | ti,syss-mask = <1>; |
| 900 | /* Domains (P, C): l4per_pwrdm, l4sec_clkdm */ |
| 901 | clocks = <&l4sec_clkctrl DRA7_L4SEC_SHAM_CLKCTRL 0>; |
Lokesh Vutla | da34609 | 2016-06-01 12:06:43 +0300 | [diff] [blame] | 902 | clock-names = "fck"; |
Tony Lindgren | e132681 | 2019-12-12 09:46:15 -0800 | [diff] [blame] | 903 | #address-cells = <1>; |
| 904 | #size-cells = <1>; |
| 905 | ranges = <0x0 0x4b101000 0x1000>; |
| 906 | |
| 907 | sham: sham@0 { |
| 908 | compatible = "ti,omap5-sham"; |
| 909 | reg = <0 0x300>; |
| 910 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
| 911 | dmas = <&edma_xbar 119 0>; |
| 912 | dma-names = "rx"; |
| 913 | clocks = <&l3_iclk_div>; |
| 914 | clock-names = "fck"; |
| 915 | }; |
Lokesh Vutla | da34609 | 2016-06-01 12:06:43 +0300 | [diff] [blame] | 916 | }; |
Lokesh Vutla | 610e9c4 | 2016-06-01 12:06:44 +0300 | [diff] [blame] | 917 | |
Dave Gerlach | dbef196 | 2017-12-19 09:24:20 -0600 | [diff] [blame] | 918 | opp_supply_mpu: opp-supply@4a003b20 { |
| 919 | compatible = "ti,omap5-opp-supply"; |
| 920 | reg = <0x4a003b20 0xc>; |
| 921 | ti,efuse-settings = < |
| 922 | /* uV offset */ |
| 923 | 1060000 0x0 |
| 924 | 1160000 0x4 |
| 925 | 1210000 0x8 |
| 926 | >; |
| 927 | ti,absolute-max-voltage-uv = <1500000>; |
| 928 | }; |
| 929 | |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 930 | }; |
Keerthy | f7397ed | 2015-03-23 14:39:38 -0500 | [diff] [blame] | 931 | |
| 932 | thermal_zones: thermal-zones { |
| 933 | #include "omap4-cpu-thermal.dtsi" |
| 934 | #include "omap5-gpu-thermal.dtsi" |
| 935 | #include "omap5-core-thermal.dtsi" |
Keerthy | 667f259 | 2016-02-08 14:46:30 +0530 | [diff] [blame] | 936 | #include "dra7-dspeve-thermal.dtsi" |
| 937 | #include "dra7-iva-thermal.dtsi" |
Keerthy | f7397ed | 2015-03-23 14:39:38 -0500 | [diff] [blame] | 938 | }; |
| 939 | |
| 940 | }; |
| 941 | |
| 942 | &cpu_thermal { |
| 943 | polling-delay = <500>; /* milliseconds */ |
Keerthy | fb51ae0 | 2017-03-09 13:35:56 +0530 | [diff] [blame] | 944 | coefficients = <0 2000>; |
| 945 | }; |
| 946 | |
| 947 | &gpu_thermal { |
| 948 | coefficients = <0 2000>; |
| 949 | }; |
| 950 | |
| 951 | &core_thermal { |
| 952 | coefficients = <0 2000>; |
| 953 | }; |
| 954 | |
| 955 | &dspeve_thermal { |
| 956 | coefficients = <0 2000>; |
| 957 | }; |
| 958 | |
| 959 | &iva_thermal { |
| 960 | coefficients = <0 2000>; |
R Sricharan | 6e58b8f | 2013-08-14 19:08:20 +0530 | [diff] [blame] | 961 | }; |
Tero Kristo | ee6c750 | 2013-07-18 17:18:33 +0300 | [diff] [blame] | 962 | |
Ravikumar Kattekola | bca5238 | 2017-05-17 06:51:38 -0700 | [diff] [blame] | 963 | &cpu_crit { |
| 964 | temperature = <120000>; /* milli Celsius */ |
| 965 | }; |
| 966 | |
Ravikumar Kattekola | 64c358b | 2018-01-11 21:45:39 +0530 | [diff] [blame] | 967 | &core_crit { |
| 968 | temperature = <120000>; /* milli Celsius */ |
| 969 | }; |
| 970 | |
| 971 | &gpu_crit { |
| 972 | temperature = <120000>; /* milli Celsius */ |
| 973 | }; |
| 974 | |
| 975 | &dspeve_crit { |
| 976 | temperature = <120000>; /* milli Celsius */ |
| 977 | }; |
| 978 | |
| 979 | &iva_crit { |
| 980 | temperature = <120000>; /* milli Celsius */ |
| 981 | }; |
Tony Lindgren | 4ed0dfe | 2018-09-27 13:39:07 -0700 | [diff] [blame] | 982 | |
| 983 | #include "dra7-l4.dtsi" |
| 984 | #include "dra7xx-clocks.dtsi" |
Tero Kristo | db7725d | 2019-10-10 11:21:04 +0300 | [diff] [blame] | 985 | |
| 986 | &prm { |
| 987 | prm_dsp1: prm@400 { |
| 988 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 989 | reg = <0x400 0x100>; |
| 990 | #reset-cells = <1>; |
| 991 | }; |
| 992 | |
| 993 | prm_ipu: prm@500 { |
| 994 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 995 | reg = <0x500 0x100>; |
| 996 | #reset-cells = <1>; |
| 997 | }; |
| 998 | |
| 999 | prm_core: prm@700 { |
| 1000 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1001 | reg = <0x700 0x100>; |
| 1002 | #reset-cells = <1>; |
| 1003 | }; |
| 1004 | |
| 1005 | prm_iva: prm@f00 { |
| 1006 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1007 | reg = <0xf00 0x100>; |
| 1008 | }; |
| 1009 | |
| 1010 | prm_dsp2: prm@1b00 { |
| 1011 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1012 | reg = <0x1b00 0x40>; |
| 1013 | #reset-cells = <1>; |
| 1014 | }; |
| 1015 | |
| 1016 | prm_eve1: prm@1b40 { |
| 1017 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1018 | reg = <0x1b40 0x40>; |
| 1019 | }; |
| 1020 | |
| 1021 | prm_eve2: prm@1b80 { |
| 1022 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1023 | reg = <0x1b80 0x40>; |
| 1024 | }; |
| 1025 | |
| 1026 | prm_eve3: prm@1bc0 { |
| 1027 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1028 | reg = <0x1bc0 0x40>; |
| 1029 | }; |
| 1030 | |
| 1031 | prm_eve4: prm@1c00 { |
| 1032 | compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; |
| 1033 | reg = <0x1c00 0x60>; |
| 1034 | }; |
| 1035 | }; |