Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Sudeep Holla | d29e849c | 2017-01-17 10:20:59 +0000 | [diff] [blame] | 2 | #include "juno-clocks.dtsi" |
| 3 | |
| 4 | / { |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 5 | /* |
| 6 | * Devices shared by all Juno boards |
| 7 | */ |
Robin Murphy | 193d00a | 2017-01-18 12:12:50 +0000 | [diff] [blame] | 8 | dma-ranges = <0 0 0 0 0x100 0>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 9 | |
Liviu Dudau | 7950235 | 2015-03-10 15:21:23 +0000 | [diff] [blame] | 10 | memtimer: timer@2a810000 { |
| 11 | compatible = "arm,armv7-timer-mem"; |
| 12 | reg = <0x0 0x2a810000 0x0 0x10000>; |
| 13 | clock-frequency = <50000000>; |
| 14 | #address-cells = <2>; |
| 15 | #size-cells = <2>; |
| 16 | ranges; |
| 17 | status = "disabled"; |
| 18 | frame@2a830000 { |
| 19 | frame-number = <1>; |
| 20 | interrupts = <0 60 4>; |
| 21 | reg = <0x0 0x2a830000 0x0 0x10000>; |
| 22 | }; |
| 23 | }; |
| 24 | |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 25 | mailbox: mhu@2b1f0000 { |
| 26 | compatible = "arm,mhu", "arm,primecell"; |
| 27 | reg = <0x0 0x2b1f0000 0x0 0x1000>; |
| 28 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>, |
| 29 | <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; |
| 30 | interrupt-names = "mhu_lpri_rx", |
| 31 | "mhu_hpri_rx"; |
| 32 | #mbox-cells = <1>; |
| 33 | clocks = <&soc_refclk100mhz>; |
| 34 | clock-names = "apb_pclk"; |
| 35 | }; |
| 36 | |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 37 | smmu_pcie: iommu@2b500000 { |
| 38 | compatible = "arm,mmu-401", "arm,smmu-v1"; |
| 39 | reg = <0x0 0x2b500000 0x0 0x10000>; |
| 40 | interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, |
| 41 | <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; |
| 42 | #iommu-cells = <1>; |
| 43 | #global-interrupts = <1>; |
| 44 | dma-coherent; |
| 45 | status = "disabled"; |
| 46 | }; |
| 47 | |
| 48 | smmu_etr: iommu@2b600000 { |
| 49 | compatible = "arm,mmu-401", "arm,smmu-v1"; |
| 50 | reg = <0x0 0x2b600000 0x0 0x10000>; |
| 51 | interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, |
| 52 | <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; |
| 53 | #iommu-cells = <1>; |
| 54 | #global-interrupts = <1>; |
| 55 | dma-coherent; |
Robin Murphy | fd47c20 | 2017-01-18 12:12:51 +0000 | [diff] [blame] | 56 | power-domains = <&scpi_devpd 0>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 57 | }; |
| 58 | |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 59 | gic: interrupt-controller@2c010000 { |
| 60 | compatible = "arm,gic-400", "arm,cortex-a15-gic"; |
| 61 | reg = <0x0 0x2c010000 0 0x1000>, |
| 62 | <0x0 0x2c02f000 0 0x2000>, |
| 63 | <0x0 0x2c04f000 0 0x2000>, |
| 64 | <0x0 0x2c06f000 0 0x2000>; |
Liviu Dudau | 9e6f374 | 2015-03-26 12:16:31 +0000 | [diff] [blame] | 65 | #address-cells = <2>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 66 | #interrupt-cells = <3>; |
Liviu Dudau | 9e6f374 | 2015-03-26 12:16:31 +0000 | [diff] [blame] | 67 | #size-cells = <2>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 68 | interrupt-controller; |
| 69 | interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>; |
Liviu Dudau | 9e6f374 | 2015-03-26 12:16:31 +0000 | [diff] [blame] | 70 | ranges = <0 0 0 0x2c1c0000 0 0x40000>; |
Robin Murphy | 20fd17f | 2018-02-07 14:32:55 +0000 | [diff] [blame] | 71 | |
Liviu Dudau | 9e6f374 | 2015-03-26 12:16:31 +0000 | [diff] [blame] | 72 | v2m_0: v2m@0 { |
| 73 | compatible = "arm,gic-v2m-frame"; |
| 74 | msi-controller; |
Sudeep Holla | 3f50981 | 2018-02-26 12:21:11 +0000 | [diff] [blame] | 75 | reg = <0 0 0 0x10000>; |
Liviu Dudau | 9e6f374 | 2015-03-26 12:16:31 +0000 | [diff] [blame] | 76 | }; |
Robin Murphy | 20fd17f | 2018-02-07 14:32:55 +0000 | [diff] [blame] | 77 | |
| 78 | v2m@10000 { |
| 79 | compatible = "arm,gic-v2m-frame"; |
| 80 | msi-controller; |
Sudeep Holla | 3f50981 | 2018-02-26 12:21:11 +0000 | [diff] [blame] | 81 | reg = <0 0x10000 0 0x10000>; |
Robin Murphy | 20fd17f | 2018-02-07 14:32:55 +0000 | [diff] [blame] | 82 | }; |
| 83 | |
| 84 | v2m@20000 { |
| 85 | compatible = "arm,gic-v2m-frame"; |
| 86 | msi-controller; |
Sudeep Holla | 3f50981 | 2018-02-26 12:21:11 +0000 | [diff] [blame] | 87 | reg = <0 0x20000 0 0x10000>; |
Robin Murphy | 20fd17f | 2018-02-07 14:32:55 +0000 | [diff] [blame] | 88 | }; |
| 89 | |
| 90 | v2m@30000 { |
| 91 | compatible = "arm,gic-v2m-frame"; |
| 92 | msi-controller; |
Sudeep Holla | 3f50981 | 2018-02-26 12:21:11 +0000 | [diff] [blame] | 93 | reg = <0 0x30000 0 0x10000>; |
Robin Murphy | 20fd17f | 2018-02-07 14:32:55 +0000 | [diff] [blame] | 94 | }; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 95 | }; |
| 96 | |
| 97 | timer { |
| 98 | compatible = "arm,armv8-timer"; |
| 99 | interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, |
| 100 | <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, |
| 101 | <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, |
| 102 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>; |
| 103 | }; |
| 104 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 105 | /* |
| 106 | * Juno TRMs specify the size for these coresight components as 64K. |
| 107 | * The actual size is just 4K though 64K is reserved. Access to the |
| 108 | * unmapped reserved region results in a DECERR response. |
| 109 | */ |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 110 | etf@20010000 { /* etf0 */ |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 111 | compatible = "arm,coresight-tmc", "arm,primecell"; |
| 112 | reg = <0 0x20010000 0 0x1000>; |
| 113 | |
| 114 | clocks = <&soc_smc50mhz>; |
| 115 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 116 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 117 | ports { |
| 118 | #address-cells = <1>; |
| 119 | #size-cells = <0>; |
| 120 | |
| 121 | /* input port */ |
| 122 | port@0 { |
| 123 | reg = <0>; |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 124 | etf0_in_port: endpoint { |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 125 | slave-mode; |
| 126 | remote-endpoint = <&main_funnel_out_port>; |
| 127 | }; |
| 128 | }; |
| 129 | |
| 130 | /* output port */ |
| 131 | port@1 { |
| 132 | reg = <0>; |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 133 | etf0_out_port: endpoint { |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 134 | }; |
| 135 | }; |
| 136 | }; |
| 137 | }; |
| 138 | |
| 139 | tpiu@20030000 { |
| 140 | compatible = "arm,coresight-tpiu", "arm,primecell"; |
| 141 | reg = <0 0x20030000 0 0x1000>; |
| 142 | |
| 143 | clocks = <&soc_smc50mhz>; |
| 144 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 145 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 146 | port { |
| 147 | tpiu_in_port: endpoint { |
| 148 | slave-mode; |
| 149 | remote-endpoint = <&replicator_out_port0>; |
| 150 | }; |
| 151 | }; |
| 152 | }; |
| 153 | |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 154 | /* main funnel on Juno r0, cssys0 funnel on Juno r1/r2 as per TRM*/ |
| 155 | main_funnel: funnel@20040000 { |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 156 | compatible = "arm,coresight-funnel", "arm,primecell"; |
| 157 | reg = <0 0x20040000 0 0x1000>; |
| 158 | |
| 159 | clocks = <&soc_smc50mhz>; |
| 160 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 161 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 162 | ports { |
| 163 | #address-cells = <1>; |
| 164 | #size-cells = <0>; |
| 165 | |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 166 | /* output port */ |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 167 | port@0 { |
| 168 | reg = <0>; |
| 169 | main_funnel_out_port: endpoint { |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 170 | remote-endpoint = <&etf0_in_port>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 171 | }; |
| 172 | }; |
| 173 | |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 174 | /* input ports */ |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 175 | port@1 { |
| 176 | reg = <0>; |
| 177 | main_funnel_in_port0: endpoint { |
| 178 | slave-mode; |
| 179 | remote-endpoint = <&cluster0_funnel_out_port>; |
| 180 | }; |
| 181 | }; |
| 182 | |
| 183 | port@2 { |
| 184 | reg = <1>; |
| 185 | main_funnel_in_port1: endpoint { |
| 186 | slave-mode; |
| 187 | remote-endpoint = <&cluster1_funnel_out_port>; |
| 188 | }; |
| 189 | }; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 190 | }; |
| 191 | }; |
| 192 | |
| 193 | etr@20070000 { |
| 194 | compatible = "arm,coresight-tmc", "arm,primecell"; |
| 195 | reg = <0 0x20070000 0 0x1000>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 196 | iommus = <&smmu_etr 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 197 | |
| 198 | clocks = <&soc_smc50mhz>; |
| 199 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 200 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 201 | port { |
| 202 | etr_in_port: endpoint { |
| 203 | slave-mode; |
| 204 | remote-endpoint = <&replicator_out_port1>; |
| 205 | }; |
| 206 | }; |
| 207 | }; |
| 208 | |
Mike Leach | cde6f9a | 2017-01-11 20:44:09 +0000 | [diff] [blame] | 209 | stm@20100000 { |
| 210 | compatible = "arm,coresight-stm", "arm,primecell"; |
| 211 | reg = <0 0x20100000 0 0x1000>, |
| 212 | <0 0x28000000 0 0x1000000>; |
| 213 | reg-names = "stm-base", "stm-stimulus-base"; |
| 214 | |
| 215 | clocks = <&soc_smc50mhz>; |
| 216 | clock-names = "apb_pclk"; |
| 217 | power-domains = <&scpi_devpd 0>; |
| 218 | port { |
| 219 | stm_out_port: endpoint { |
| 220 | }; |
| 221 | }; |
| 222 | }; |
| 223 | |
Sudeep Holla | 207b6e6 | 2017-08-02 11:26:25 +0100 | [diff] [blame] | 224 | cpu_debug0: cpu-debug@22010000 { |
Suzuki K Poulose | 60f01d7 | 2017-05-19 12:25:57 +0800 | [diff] [blame] | 225 | compatible = "arm,coresight-cpu-debug", "arm,primecell"; |
| 226 | reg = <0x0 0x22010000 0x0 0x1000>; |
| 227 | |
| 228 | clocks = <&soc_smc50mhz>; |
| 229 | clock-names = "apb_pclk"; |
| 230 | power-domains = <&scpi_devpd 0>; |
| 231 | }; |
| 232 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 233 | etm0: etm@22040000 { |
| 234 | compatible = "arm,coresight-etm4x", "arm,primecell"; |
| 235 | reg = <0 0x22040000 0 0x1000>; |
| 236 | |
| 237 | clocks = <&soc_smc50mhz>; |
| 238 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 239 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 240 | port { |
| 241 | cluster0_etm0_out_port: endpoint { |
| 242 | remote-endpoint = <&cluster0_funnel_in_port0>; |
| 243 | }; |
| 244 | }; |
| 245 | }; |
| 246 | |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 247 | funnel@220c0000 { /* cluster0 funnel */ |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 248 | compatible = "arm,coresight-funnel", "arm,primecell"; |
| 249 | reg = <0 0x220c0000 0 0x1000>; |
| 250 | |
| 251 | clocks = <&soc_smc50mhz>; |
| 252 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 253 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 254 | ports { |
| 255 | #address-cells = <1>; |
| 256 | #size-cells = <0>; |
| 257 | |
| 258 | port@0 { |
| 259 | reg = <0>; |
| 260 | cluster0_funnel_out_port: endpoint { |
| 261 | remote-endpoint = <&main_funnel_in_port0>; |
| 262 | }; |
| 263 | }; |
| 264 | |
| 265 | port@1 { |
| 266 | reg = <0>; |
| 267 | cluster0_funnel_in_port0: endpoint { |
| 268 | slave-mode; |
| 269 | remote-endpoint = <&cluster0_etm0_out_port>; |
| 270 | }; |
| 271 | }; |
| 272 | |
| 273 | port@2 { |
| 274 | reg = <1>; |
| 275 | cluster0_funnel_in_port1: endpoint { |
| 276 | slave-mode; |
| 277 | remote-endpoint = <&cluster0_etm1_out_port>; |
| 278 | }; |
| 279 | }; |
| 280 | }; |
| 281 | }; |
| 282 | |
Sudeep Holla | 207b6e6 | 2017-08-02 11:26:25 +0100 | [diff] [blame] | 283 | cpu_debug1: cpu-debug@22110000 { |
Suzuki K Poulose | 60f01d7 | 2017-05-19 12:25:57 +0800 | [diff] [blame] | 284 | compatible = "arm,coresight-cpu-debug", "arm,primecell"; |
| 285 | reg = <0x0 0x22110000 0x0 0x1000>; |
| 286 | |
| 287 | clocks = <&soc_smc50mhz>; |
| 288 | clock-names = "apb_pclk"; |
| 289 | power-domains = <&scpi_devpd 0>; |
| 290 | }; |
| 291 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 292 | etm1: etm@22140000 { |
| 293 | compatible = "arm,coresight-etm4x", "arm,primecell"; |
| 294 | reg = <0 0x22140000 0 0x1000>; |
| 295 | |
| 296 | clocks = <&soc_smc50mhz>; |
| 297 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 298 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 299 | port { |
| 300 | cluster0_etm1_out_port: endpoint { |
| 301 | remote-endpoint = <&cluster0_funnel_in_port1>; |
| 302 | }; |
| 303 | }; |
| 304 | }; |
| 305 | |
Sudeep Holla | 207b6e6 | 2017-08-02 11:26:25 +0100 | [diff] [blame] | 306 | cpu_debug2: cpu-debug@23010000 { |
Suzuki K Poulose | 60f01d7 | 2017-05-19 12:25:57 +0800 | [diff] [blame] | 307 | compatible = "arm,coresight-cpu-debug", "arm,primecell"; |
| 308 | reg = <0x0 0x23010000 0x0 0x1000>; |
| 309 | |
| 310 | clocks = <&soc_smc50mhz>; |
| 311 | clock-names = "apb_pclk"; |
| 312 | power-domains = <&scpi_devpd 0>; |
| 313 | }; |
| 314 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 315 | etm2: etm@23040000 { |
| 316 | compatible = "arm,coresight-etm4x", "arm,primecell"; |
| 317 | reg = <0 0x23040000 0 0x1000>; |
| 318 | |
| 319 | clocks = <&soc_smc50mhz>; |
| 320 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 321 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 322 | port { |
| 323 | cluster1_etm0_out_port: endpoint { |
| 324 | remote-endpoint = <&cluster1_funnel_in_port0>; |
| 325 | }; |
| 326 | }; |
| 327 | }; |
| 328 | |
Sudeep Holla | 19ac17c | 2017-01-12 11:53:35 +0000 | [diff] [blame] | 329 | funnel@230c0000 { /* cluster1 funnel */ |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 330 | compatible = "arm,coresight-funnel", "arm,primecell"; |
| 331 | reg = <0 0x230c0000 0 0x1000>; |
| 332 | |
| 333 | clocks = <&soc_smc50mhz>; |
| 334 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 335 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 336 | ports { |
| 337 | #address-cells = <1>; |
| 338 | #size-cells = <0>; |
| 339 | |
| 340 | port@0 { |
| 341 | reg = <0>; |
| 342 | cluster1_funnel_out_port: endpoint { |
| 343 | remote-endpoint = <&main_funnel_in_port1>; |
| 344 | }; |
| 345 | }; |
| 346 | |
| 347 | port@1 { |
| 348 | reg = <0>; |
| 349 | cluster1_funnel_in_port0: endpoint { |
| 350 | slave-mode; |
| 351 | remote-endpoint = <&cluster1_etm0_out_port>; |
| 352 | }; |
| 353 | }; |
| 354 | |
| 355 | port@2 { |
| 356 | reg = <1>; |
| 357 | cluster1_funnel_in_port1: endpoint { |
| 358 | slave-mode; |
| 359 | remote-endpoint = <&cluster1_etm1_out_port>; |
| 360 | }; |
| 361 | }; |
| 362 | port@3 { |
| 363 | reg = <2>; |
| 364 | cluster1_funnel_in_port2: endpoint { |
| 365 | slave-mode; |
| 366 | remote-endpoint = <&cluster1_etm2_out_port>; |
| 367 | }; |
| 368 | }; |
| 369 | port@4 { |
| 370 | reg = <3>; |
| 371 | cluster1_funnel_in_port3: endpoint { |
| 372 | slave-mode; |
| 373 | remote-endpoint = <&cluster1_etm3_out_port>; |
| 374 | }; |
| 375 | }; |
| 376 | }; |
| 377 | }; |
| 378 | |
Sudeep Holla | 207b6e6 | 2017-08-02 11:26:25 +0100 | [diff] [blame] | 379 | cpu_debug3: cpu-debug@23110000 { |
Suzuki K Poulose | 60f01d7 | 2017-05-19 12:25:57 +0800 | [diff] [blame] | 380 | compatible = "arm,coresight-cpu-debug", "arm,primecell"; |
| 381 | reg = <0x0 0x23110000 0x0 0x1000>; |
| 382 | |
| 383 | clocks = <&soc_smc50mhz>; |
| 384 | clock-names = "apb_pclk"; |
| 385 | power-domains = <&scpi_devpd 0>; |
| 386 | }; |
| 387 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 388 | etm3: etm@23140000 { |
| 389 | compatible = "arm,coresight-etm4x", "arm,primecell"; |
| 390 | reg = <0 0x23140000 0 0x1000>; |
| 391 | |
| 392 | clocks = <&soc_smc50mhz>; |
| 393 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 394 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 395 | port { |
| 396 | cluster1_etm1_out_port: endpoint { |
| 397 | remote-endpoint = <&cluster1_funnel_in_port1>; |
| 398 | }; |
| 399 | }; |
| 400 | }; |
| 401 | |
Sudeep Holla | 207b6e6 | 2017-08-02 11:26:25 +0100 | [diff] [blame] | 402 | cpu_debug4: cpu-debug@23210000 { |
Suzuki K Poulose | 60f01d7 | 2017-05-19 12:25:57 +0800 | [diff] [blame] | 403 | compatible = "arm,coresight-cpu-debug", "arm,primecell"; |
| 404 | reg = <0x0 0x23210000 0x0 0x1000>; |
| 405 | |
| 406 | clocks = <&soc_smc50mhz>; |
| 407 | clock-names = "apb_pclk"; |
| 408 | power-domains = <&scpi_devpd 0>; |
| 409 | }; |
| 410 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 411 | etm4: etm@23240000 { |
| 412 | compatible = "arm,coresight-etm4x", "arm,primecell"; |
| 413 | reg = <0 0x23240000 0 0x1000>; |
| 414 | |
| 415 | clocks = <&soc_smc50mhz>; |
| 416 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 417 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 418 | port { |
| 419 | cluster1_etm2_out_port: endpoint { |
| 420 | remote-endpoint = <&cluster1_funnel_in_port2>; |
| 421 | }; |
| 422 | }; |
| 423 | }; |
| 424 | |
Sudeep Holla | 207b6e6 | 2017-08-02 11:26:25 +0100 | [diff] [blame] | 425 | cpu_debug5: cpu-debug@23310000 { |
Suzuki K Poulose | 60f01d7 | 2017-05-19 12:25:57 +0800 | [diff] [blame] | 426 | compatible = "arm,coresight-cpu-debug", "arm,primecell"; |
| 427 | reg = <0x0 0x23310000 0x0 0x1000>; |
| 428 | |
| 429 | clocks = <&soc_smc50mhz>; |
| 430 | clock-names = "apb_pclk"; |
| 431 | power-domains = <&scpi_devpd 0>; |
| 432 | }; |
| 433 | |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 434 | etm5: etm@23340000 { |
| 435 | compatible = "arm,coresight-etm4x", "arm,primecell"; |
| 436 | reg = <0 0x23340000 0 0x1000>; |
| 437 | |
| 438 | clocks = <&soc_smc50mhz>; |
| 439 | clock-names = "apb_pclk"; |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 440 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 441 | port { |
| 442 | cluster1_etm3_out_port: endpoint { |
| 443 | remote-endpoint = <&cluster1_funnel_in_port3>; |
| 444 | }; |
| 445 | }; |
| 446 | }; |
| 447 | |
Mike Leach | 7e6a69e | 2017-02-17 19:13:10 +0000 | [diff] [blame] | 448 | replicator@20120000 { |
Suzuki K. Poulose | 20e00b5 | 2017-07-20 11:17:12 +0100 | [diff] [blame] | 449 | compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; |
Mike Leach | 7e6a69e | 2017-02-17 19:13:10 +0000 | [diff] [blame] | 450 | reg = <0 0x20120000 0 0x1000>; |
| 451 | |
| 452 | clocks = <&soc_smc50mhz>; |
| 453 | clock-names = "apb_pclk"; |
| 454 | power-domains = <&scpi_devpd 0>; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 455 | |
| 456 | ports { |
| 457 | #address-cells = <1>; |
| 458 | #size-cells = <0>; |
| 459 | |
| 460 | /* replicator output ports */ |
| 461 | port@0 { |
| 462 | reg = <0>; |
| 463 | replicator_out_port0: endpoint { |
| 464 | remote-endpoint = <&tpiu_in_port>; |
| 465 | }; |
| 466 | }; |
| 467 | |
| 468 | port@1 { |
| 469 | reg = <1>; |
| 470 | replicator_out_port1: endpoint { |
| 471 | remote-endpoint = <&etr_in_port>; |
| 472 | }; |
| 473 | }; |
| 474 | |
| 475 | /* replicator input port */ |
| 476 | port@2 { |
| 477 | reg = <0>; |
| 478 | replicator_in_port0: endpoint { |
| 479 | slave-mode; |
Sudeep Holla | 3e287cf | 2016-06-02 10:18:41 +0100 | [diff] [blame] | 480 | }; |
| 481 | }; |
| 482 | }; |
| 483 | }; |
| 484 | |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 485 | sram: sram@2e000000 { |
| 486 | compatible = "arm,juno-sram-ns", "mmio-sram"; |
| 487 | reg = <0x0 0x2e000000 0x0 0x8000>; |
| 488 | |
| 489 | #address-cells = <1>; |
| 490 | #size-cells = <1>; |
| 491 | ranges = <0 0x0 0x2e000000 0x8000>; |
| 492 | |
| 493 | cpu_scp_lpri: scp-shmem@0 { |
| 494 | compatible = "arm,juno-scp-shmem"; |
| 495 | reg = <0x0 0x200>; |
| 496 | }; |
| 497 | |
| 498 | cpu_scp_hpri: scp-shmem@200 { |
| 499 | compatible = "arm,juno-scp-shmem"; |
| 500 | reg = <0x200 0x200>; |
| 501 | }; |
| 502 | }; |
| 503 | |
Rob Herring | dc10ef2 | 2017-03-21 21:03:11 -0500 | [diff] [blame] | 504 | pcie_ctlr: pcie@40000000 { |
Sudeep Holla | 36582c6 | 2016-01-11 17:16:08 +0000 | [diff] [blame] | 505 | compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic"; |
| 506 | device_type = "pci"; |
| 507 | reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */ |
| 508 | bus-range = <0 255>; |
| 509 | linux,pci-domain = <0>; |
| 510 | #address-cells = <3>; |
| 511 | #size-cells = <2>; |
| 512 | dma-coherent; |
Jeremy Linton | 4c9456d | 2016-11-29 14:45:10 -0600 | [diff] [blame] | 513 | ranges = <0x01000000 0x00 0x00000000 0x00 0x5f800000 0x0 0x00800000>, |
Sudeep Holla | 36582c6 | 2016-01-11 17:16:08 +0000 | [diff] [blame] | 514 | <0x02000000 0x00 0x50000000 0x00 0x50000000 0x0 0x08000000>, |
| 515 | <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>; |
| 516 | #interrupt-cells = <1>; |
| 517 | interrupt-map-mask = <0 0 0 7>; |
| 518 | interrupt-map = <0 0 0 1 &gic 0 0 0 136 4>, |
| 519 | <0 0 0 2 &gic 0 0 0 137 4>, |
| 520 | <0 0 0 3 &gic 0 0 0 138 4>, |
| 521 | <0 0 0 4 &gic 0 0 0 139 4>; |
| 522 | msi-parent = <&v2m_0>; |
| 523 | status = "disabled"; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 524 | iommu-map-mask = <0x0>; /* RC has no means to output PCI RID */ |
| 525 | iommu-map = <0x0 &smmu_pcie 0x0 0x1>; |
Sudeep Holla | 36582c6 | 2016-01-11 17:16:08 +0000 | [diff] [blame] | 526 | }; |
| 527 | |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 528 | scpi { |
| 529 | compatible = "arm,scpi"; |
| 530 | mboxes = <&mailbox 1>; |
| 531 | shmem = <&cpu_scp_hpri>; |
| 532 | |
| 533 | clocks { |
| 534 | compatible = "arm,scpi-clocks"; |
| 535 | |
Sudeep Holla | 6d6acd1 | 2016-03-07 11:26:18 +0000 | [diff] [blame] | 536 | scpi_dvfs: scpi-dvfs { |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 537 | compatible = "arm,scpi-dvfs-clocks"; |
| 538 | #clock-cells = <1>; |
| 539 | clock-indices = <0>, <1>, <2>; |
| 540 | clock-output-names = "atlclk", "aplclk","gpuclk"; |
| 541 | }; |
Sudeep Holla | 6d6acd1 | 2016-03-07 11:26:18 +0000 | [diff] [blame] | 542 | scpi_clk: scpi-clk { |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 543 | compatible = "arm,scpi-variable-clocks"; |
| 544 | #clock-cells = <1>; |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 545 | clock-indices = <3>; |
| 546 | clock-output-names = "pxlclk"; |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 547 | }; |
| 548 | }; |
Punit Agrawal | dfacaf0e | 2015-09-15 17:51:01 +0100 | [diff] [blame] | 549 | |
Sudeep Holla | bdeaa21 | 2016-06-02 10:57:06 +0100 | [diff] [blame] | 550 | scpi_devpd: scpi-power-domains { |
| 551 | compatible = "arm,scpi-power-domains"; |
| 552 | num-domains = <2>; |
| 553 | #power-domain-cells = <1>; |
| 554 | }; |
| 555 | |
Punit Agrawal | dfacaf0e | 2015-09-15 17:51:01 +0100 | [diff] [blame] | 556 | scpi_sensors0: sensors { |
| 557 | compatible = "arm,scpi-sensors"; |
| 558 | #thermal-sensor-cells = <1>; |
| 559 | }; |
Sudeep Holla | ff9a626 | 2015-06-03 14:18:21 +0100 | [diff] [blame] | 560 | }; |
| 561 | |
Javi Merino | f7b636a | 2016-06-13 16:15:15 +0100 | [diff] [blame] | 562 | thermal-zones { |
| 563 | pmic { |
| 564 | polling-delay = <1000>; |
| 565 | polling-delay-passive = <100>; |
| 566 | thermal-sensors = <&scpi_sensors0 0>; |
| 567 | }; |
| 568 | |
| 569 | soc { |
| 570 | polling-delay = <1000>; |
| 571 | polling-delay-passive = <100>; |
| 572 | thermal-sensors = <&scpi_sensors0 3>; |
| 573 | }; |
| 574 | |
Sudeep Holla | 506eeea | 2018-05-09 17:30:38 +0100 | [diff] [blame^] | 575 | big_cluster_thermal_zone: big-cluster { |
Javi Merino | f7b636a | 2016-06-13 16:15:15 +0100 | [diff] [blame] | 576 | polling-delay = <1000>; |
| 577 | polling-delay-passive = <100>; |
| 578 | thermal-sensors = <&scpi_sensors0 21>; |
| 579 | status = "disabled"; |
| 580 | }; |
| 581 | |
Sudeep Holla | 506eeea | 2018-05-09 17:30:38 +0100 | [diff] [blame^] | 582 | little_cluster_thermal_zone: little-cluster { |
Javi Merino | f7b636a | 2016-06-13 16:15:15 +0100 | [diff] [blame] | 583 | polling-delay = <1000>; |
| 584 | polling-delay-passive = <100>; |
| 585 | thermal-sensors = <&scpi_sensors0 22>; |
| 586 | status = "disabled"; |
| 587 | }; |
| 588 | |
| 589 | gpu0_thermal_zone: gpu0 { |
| 590 | polling-delay = <1000>; |
| 591 | polling-delay-passive = <100>; |
| 592 | thermal-sensors = <&scpi_sensors0 23>; |
| 593 | status = "disabled"; |
| 594 | }; |
| 595 | |
| 596 | gpu1_thermal_zone: gpu1 { |
| 597 | polling-delay = <1000>; |
| 598 | polling-delay-passive = <100>; |
| 599 | thermal-sensors = <&scpi_sensors0 24>; |
| 600 | status = "disabled"; |
| 601 | }; |
| 602 | }; |
| 603 | |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 604 | smmu_dma: iommu@7fb00000 { |
| 605 | compatible = "arm,mmu-401", "arm,smmu-v1"; |
| 606 | reg = <0x0 0x7fb00000 0x0 0x10000>; |
| 607 | interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>, |
| 608 | <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>; |
| 609 | #iommu-cells = <1>; |
| 610 | #global-interrupts = <1>; |
| 611 | dma-coherent; |
| 612 | status = "disabled"; |
| 613 | }; |
| 614 | |
| 615 | smmu_hdlcd1: iommu@7fb10000 { |
| 616 | compatible = "arm,mmu-401", "arm,smmu-v1"; |
| 617 | reg = <0x0 0x7fb10000 0x0 0x10000>; |
| 618 | interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, |
| 619 | <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; |
| 620 | #iommu-cells = <1>; |
| 621 | #global-interrupts = <1>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 622 | }; |
| 623 | |
| 624 | smmu_hdlcd0: iommu@7fb20000 { |
| 625 | compatible = "arm,mmu-401", "arm,smmu-v1"; |
| 626 | reg = <0x0 0x7fb20000 0x0 0x10000>; |
| 627 | interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>, |
| 628 | <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; |
| 629 | #iommu-cells = <1>; |
| 630 | #global-interrupts = <1>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 631 | }; |
| 632 | |
| 633 | smmu_usb: iommu@7fb30000 { |
| 634 | compatible = "arm,mmu-401", "arm,smmu-v1"; |
| 635 | reg = <0x0 0x7fb30000 0x0 0x10000>; |
| 636 | interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>, |
| 637 | <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; |
| 638 | #iommu-cells = <1>; |
| 639 | #global-interrupts = <1>; |
| 640 | dma-coherent; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 641 | }; |
| 642 | |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 643 | dma@7ff00000 { |
| 644 | compatible = "arm,pl330", "arm,primecell"; |
| 645 | reg = <0x0 0x7ff00000 0 0x1000>; |
| 646 | #dma-cells = <1>; |
| 647 | #dma-channels = <8>; |
| 648 | #dma-requests = <32>; |
| 649 | interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>, |
| 650 | <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, |
| 651 | <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>, |
| 652 | <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>, |
Robin Murphy | aeb2ee5 | 2016-01-07 12:01:59 +0000 | [diff] [blame] | 653 | <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 654 | <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, |
| 655 | <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, |
| 656 | <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, |
| 657 | <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 658 | iommus = <&smmu_dma 0>, |
| 659 | <&smmu_dma 1>, |
| 660 | <&smmu_dma 2>, |
| 661 | <&smmu_dma 3>, |
| 662 | <&smmu_dma 4>, |
| 663 | <&smmu_dma 5>, |
| 664 | <&smmu_dma 6>, |
| 665 | <&smmu_dma 7>, |
| 666 | <&smmu_dma 8>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 667 | clocks = <&soc_faxiclk>; |
| 668 | clock-names = "apb_pclk"; |
| 669 | }; |
| 670 | |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 671 | hdlcd@7ff50000 { |
| 672 | compatible = "arm,hdlcd"; |
| 673 | reg = <0 0x7ff50000 0 0x1000>; |
| 674 | interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 675 | iommus = <&smmu_hdlcd1 0>; |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 676 | clocks = <&scpi_clk 3>; |
| 677 | clock-names = "pxlclk"; |
| 678 | |
| 679 | port { |
Rob Herring | 6449e4c | 2018-05-08 10:09:49 -0500 | [diff] [blame] | 680 | hdlcd1_output: endpoint { |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 681 | remote-endpoint = <&tda998x_1_input>; |
| 682 | }; |
| 683 | }; |
| 684 | }; |
| 685 | |
| 686 | hdlcd@7ff60000 { |
| 687 | compatible = "arm,hdlcd"; |
| 688 | reg = <0 0x7ff60000 0 0x1000>; |
| 689 | interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 690 | iommus = <&smmu_hdlcd0 0>; |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 691 | clocks = <&scpi_clk 3>; |
| 692 | clock-names = "pxlclk"; |
| 693 | |
| 694 | port { |
Rob Herring | 6449e4c | 2018-05-08 10:09:49 -0500 | [diff] [blame] | 695 | hdlcd0_output: endpoint { |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 696 | remote-endpoint = <&tda998x_0_input>; |
| 697 | }; |
| 698 | }; |
| 699 | }; |
| 700 | |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 701 | soc_uart0: uart@7ff80000 { |
| 702 | compatible = "arm,pl011", "arm,primecell"; |
| 703 | reg = <0x0 0x7ff80000 0x0 0x1000>; |
| 704 | interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; |
| 705 | clocks = <&soc_uartclk>, <&soc_refclk100mhz>; |
| 706 | clock-names = "uartclk", "apb_pclk"; |
| 707 | }; |
| 708 | |
| 709 | i2c@7ffa0000 { |
| 710 | compatible = "snps,designware-i2c"; |
| 711 | reg = <0x0 0x7ffa0000 0x0 0x1000>; |
| 712 | #address-cells = <1>; |
| 713 | #size-cells = <0>; |
| 714 | interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; |
| 715 | clock-frequency = <400000>; |
| 716 | i2c-sda-hold-time-ns = <500>; |
| 717 | clocks = <&soc_smc50mhz>; |
| 718 | |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 719 | hdmi-transmitter@70 { |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 720 | compatible = "nxp,tda998x"; |
| 721 | reg = <0x70>; |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 722 | port { |
Rob Herring | 6449e4c | 2018-05-08 10:09:49 -0500 | [diff] [blame] | 723 | tda998x_0_input: endpoint { |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 724 | remote-endpoint = <&hdlcd0_output>; |
| 725 | }; |
| 726 | }; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 727 | }; |
| 728 | |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 729 | hdmi-transmitter@71 { |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 730 | compatible = "nxp,tda998x"; |
| 731 | reg = <0x71>; |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 732 | port { |
Rob Herring | 6449e4c | 2018-05-08 10:09:49 -0500 | [diff] [blame] | 733 | tda998x_1_input: endpoint { |
Liviu Dudau | 9fd9288 | 2015-04-02 19:50:29 +0100 | [diff] [blame] | 734 | remote-endpoint = <&hdlcd1_output>; |
| 735 | }; |
| 736 | }; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 737 | }; |
| 738 | }; |
| 739 | |
| 740 | ohci@7ffb0000 { |
| 741 | compatible = "generic-ohci"; |
| 742 | reg = <0x0 0x7ffb0000 0x0 0x10000>; |
| 743 | interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 744 | iommus = <&smmu_usb 0>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 745 | clocks = <&soc_usb48mhz>; |
| 746 | }; |
| 747 | |
| 748 | ehci@7ffc0000 { |
| 749 | compatible = "generic-ehci"; |
| 750 | reg = <0x0 0x7ffc0000 0x0 0x10000>; |
| 751 | interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; |
Robin Murphy | 2ac1506 | 2016-10-17 13:13:34 +0100 | [diff] [blame] | 752 | iommus = <&smmu_usb 0>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 753 | clocks = <&soc_usb48mhz>; |
| 754 | }; |
| 755 | |
| 756 | memory-controller@7ffd0000 { |
| 757 | compatible = "arm,pl354", "arm,primecell"; |
| 758 | reg = <0 0x7ffd0000 0 0x1000>; |
| 759 | interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>, |
| 760 | <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; |
| 761 | clocks = <&soc_smc50mhz>; |
| 762 | clock-names = "apb_pclk"; |
| 763 | }; |
| 764 | |
| 765 | memory@80000000 { |
| 766 | device_type = "memory"; |
| 767 | /* last 16MB of the first memory area is reserved for secure world use by firmware */ |
| 768 | reg = <0x00000000 0x80000000 0x0 0x7f000000>, |
| 769 | <0x00000008 0x80000000 0x1 0x80000000>; |
| 770 | }; |
| 771 | |
Sudeep Holla | 72cc199 | 2017-04-12 18:26:21 +0100 | [diff] [blame] | 772 | smb@8000000 { |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 773 | compatible = "simple-bus"; |
| 774 | #address-cells = <2>; |
| 775 | #size-cells = <1>; |
| 776 | ranges = <0 0 0 0x08000000 0x04000000>, |
| 777 | <1 0 0 0x14000000 0x04000000>, |
| 778 | <2 0 0 0x18000000 0x04000000>, |
| 779 | <3 0 0 0x1c000000 0x04000000>, |
| 780 | <4 0 0 0x0c000000 0x04000000>, |
| 781 | <5 0 0 0x10000000 0x04000000>; |
| 782 | |
| 783 | #interrupt-cells = <1>; |
| 784 | interrupt-map-mask = <0 0 15>; |
Liviu Dudau | 9e6f374 | 2015-03-26 12:16:31 +0000 | [diff] [blame] | 785 | interrupt-map = <0 0 0 &gic 0 0 0 68 IRQ_TYPE_LEVEL_HIGH>, |
| 786 | <0 0 1 &gic 0 0 0 69 IRQ_TYPE_LEVEL_HIGH>, |
| 787 | <0 0 2 &gic 0 0 0 70 IRQ_TYPE_LEVEL_HIGH>, |
| 788 | <0 0 3 &gic 0 0 0 160 IRQ_TYPE_LEVEL_HIGH>, |
| 789 | <0 0 4 &gic 0 0 0 161 IRQ_TYPE_LEVEL_HIGH>, |
| 790 | <0 0 5 &gic 0 0 0 162 IRQ_TYPE_LEVEL_HIGH>, |
| 791 | <0 0 6 &gic 0 0 0 163 IRQ_TYPE_LEVEL_HIGH>, |
| 792 | <0 0 7 &gic 0 0 0 164 IRQ_TYPE_LEVEL_HIGH>, |
| 793 | <0 0 8 &gic 0 0 0 165 IRQ_TYPE_LEVEL_HIGH>, |
| 794 | <0 0 9 &gic 0 0 0 166 IRQ_TYPE_LEVEL_HIGH>, |
| 795 | <0 0 10 &gic 0 0 0 167 IRQ_TYPE_LEVEL_HIGH>, |
| 796 | <0 0 11 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>, |
| 797 | <0 0 12 &gic 0 0 0 169 IRQ_TYPE_LEVEL_HIGH>; |
Liviu Dudau | e802087 | 2015-03-10 15:18:18 +0000 | [diff] [blame] | 798 | |
| 799 | /include/ "juno-motherboard.dtsi" |
| 800 | }; |
Brian Starkey | f5f7e45 | 2016-04-14 16:39:19 +0100 | [diff] [blame] | 801 | |
| 802 | site2: tlx@60000000 { |
| 803 | compatible = "simple-bus"; |
| 804 | #address-cells = <1>; |
| 805 | #size-cells = <1>; |
| 806 | ranges = <0 0 0x60000000 0x10000000>; |
| 807 | #interrupt-cells = <1>; |
| 808 | interrupt-map-mask = <0 0>; |
| 809 | interrupt-map = <0 0 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>; |
| 810 | }; |
Sudeep Holla | d29e849c | 2017-01-17 10:20:59 +0000 | [diff] [blame] | 811 | }; |