Michal Simek | 090a2d7 | 2018-03-27 10:36:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 2 | /* |
| 3 | * dts file for Xilinx ZynqMP |
| 4 | * |
Michal Simek | 821e32a | 2021-05-31 09:50:01 +0200 | [diff] [blame] | 5 | * (C) Copyright 2014 - 2021, Xilinx, Inc. |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 6 | * |
Michal Simek | a8c9436 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 7 | * Michal Simek <michal.simek@amd.com> |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 8 | * |
Michal Simek | 090a2d7 | 2018-03-27 10:36:39 +0200 | [diff] [blame] | 9 | * This program is free software; you can redistribute it and/or |
| 10 | * modify it under the terms of the GNU General Public License as |
| 11 | * published by the Free Software Foundation; either version 2 of |
| 12 | * the License, or (at your option) any later version. |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 13 | */ |
Michal Simek | 0c36570 | 2016-12-16 13:12:48 +0100 | [diff] [blame] | 14 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 15 | #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h> |
Piyush Mehta | 949e795 | 2022-05-11 11:52:45 +0200 | [diff] [blame] | 16 | #include <dt-bindings/gpio/gpio.h> |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 17 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
| 18 | #include <dt-bindings/interrupt-controller/irq.h> |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 19 | #include <dt-bindings/power/xlnx-zynqmp-power.h> |
Michal Simek | a898c33 | 2019-10-14 15:55:53 +0200 | [diff] [blame] | 20 | #include <dt-bindings/reset/xlnx-zynqmp-resets.h> |
| 21 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 22 | / { |
| 23 | compatible = "xlnx,zynqmp"; |
| 24 | #address-cells = <2>; |
Michal Simek | d171c75 | 2016-04-07 15:07:38 +0200 | [diff] [blame] | 25 | #size-cells = <2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 26 | |
Michal Simek | c9ac4dd | 2023-08-03 14:51:53 +0200 | [diff] [blame] | 27 | options { |
| 28 | u-boot { |
| 29 | compatible = "u-boot,config"; |
| 30 | bootscr-address = /bits/ 64 <0x20000000>; |
| 31 | }; |
| 32 | }; |
| 33 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 34 | cpus { |
| 35 | #address-cells = <1>; |
| 36 | #size-cells = <0>; |
| 37 | |
Michal Simek | 2866303 | 2017-02-06 10:09:53 +0100 | [diff] [blame] | 38 | cpu0: cpu@0 { |
Rob Herring | ff9eb35 | 2019-01-14 11:45:33 -0600 | [diff] [blame] | 39 | compatible = "arm,cortex-a53"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 40 | device_type = "cpu"; |
| 41 | enable-method = "psci"; |
Shubhrajyoti Datta | ec9c6c8 | 2017-02-13 15:58:55 +0530 | [diff] [blame] | 42 | operating-points-v2 = <&cpu_opp_table>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 43 | reg = <0x0>; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 44 | cpu-idle-states = <&CPU_SLEEP_0>; |
Radhey Shyam Pandey | 305760b | 2023-07-10 14:37:37 +0200 | [diff] [blame] | 45 | next-level-cache = <&L2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 46 | }; |
| 47 | |
Michal Simek | 2866303 | 2017-02-06 10:09:53 +0100 | [diff] [blame] | 48 | cpu1: cpu@1 { |
Rob Herring | ff9eb35 | 2019-01-14 11:45:33 -0600 | [diff] [blame] | 49 | compatible = "arm,cortex-a53"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 50 | device_type = "cpu"; |
| 51 | enable-method = "psci"; |
| 52 | reg = <0x1>; |
Shubhrajyoti Datta | ec9c6c8 | 2017-02-13 15:58:55 +0530 | [diff] [blame] | 53 | operating-points-v2 = <&cpu_opp_table>; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 54 | cpu-idle-states = <&CPU_SLEEP_0>; |
Radhey Shyam Pandey | 305760b | 2023-07-10 14:37:37 +0200 | [diff] [blame] | 55 | next-level-cache = <&L2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 56 | }; |
| 57 | |
Michal Simek | 2866303 | 2017-02-06 10:09:53 +0100 | [diff] [blame] | 58 | cpu2: cpu@2 { |
Rob Herring | ff9eb35 | 2019-01-14 11:45:33 -0600 | [diff] [blame] | 59 | compatible = "arm,cortex-a53"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 60 | device_type = "cpu"; |
| 61 | enable-method = "psci"; |
| 62 | reg = <0x2>; |
Shubhrajyoti Datta | ec9c6c8 | 2017-02-13 15:58:55 +0530 | [diff] [blame] | 63 | operating-points-v2 = <&cpu_opp_table>; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 64 | cpu-idle-states = <&CPU_SLEEP_0>; |
Radhey Shyam Pandey | 305760b | 2023-07-10 14:37:37 +0200 | [diff] [blame] | 65 | next-level-cache = <&L2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 66 | }; |
| 67 | |
Michal Simek | 2866303 | 2017-02-06 10:09:53 +0100 | [diff] [blame] | 68 | cpu3: cpu@3 { |
Rob Herring | ff9eb35 | 2019-01-14 11:45:33 -0600 | [diff] [blame] | 69 | compatible = "arm,cortex-a53"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 70 | device_type = "cpu"; |
| 71 | enable-method = "psci"; |
| 72 | reg = <0x3>; |
Shubhrajyoti Datta | ec9c6c8 | 2017-02-13 15:58:55 +0530 | [diff] [blame] | 73 | operating-points-v2 = <&cpu_opp_table>; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 74 | cpu-idle-states = <&CPU_SLEEP_0>; |
Radhey Shyam Pandey | 305760b | 2023-07-10 14:37:37 +0200 | [diff] [blame] | 75 | next-level-cache = <&L2>; |
| 76 | }; |
| 77 | |
| 78 | L2: l2-cache { |
| 79 | compatible = "cache"; |
| 80 | cache-level = <2>; |
| 81 | cache-unified; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 82 | }; |
| 83 | |
| 84 | idle-states { |
Amit Kucheria | efa6973 | 2018-08-23 14:23:29 +0530 | [diff] [blame] | 85 | entry-method = "psci"; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 86 | |
| 87 | CPU_SLEEP_0: cpu-sleep-0 { |
| 88 | compatible = "arm,idle-state"; |
| 89 | arm,psci-suspend-param = <0x40000000>; |
| 90 | local-timer-stop; |
| 91 | entry-latency-us = <300>; |
| 92 | exit-latency-us = <600>; |
Jolly Shah | 5a5d5b3 | 2017-06-14 15:03:52 -0700 | [diff] [blame] | 93 | min-residency-us = <10000>; |
Stefan Krsmanovic | 8e16a6e | 2016-10-21 12:44:56 +0200 | [diff] [blame] | 94 | }; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 95 | }; |
| 96 | }; |
| 97 | |
Michal Simek | 330ea2d | 2022-05-11 11:52:47 +0200 | [diff] [blame] | 98 | cpu_opp_table: opp-table-cpu { |
Shubhrajyoti Datta | ec9c6c8 | 2017-02-13 15:58:55 +0530 | [diff] [blame] | 99 | compatible = "operating-points-v2"; |
| 100 | opp-shared; |
| 101 | opp00 { |
| 102 | opp-hz = /bits/ 64 <1199999988>; |
| 103 | opp-microvolt = <1000000>; |
| 104 | clock-latency-ns = <500000>; |
| 105 | }; |
| 106 | opp01 { |
| 107 | opp-hz = /bits/ 64 <599999994>; |
| 108 | opp-microvolt = <1000000>; |
| 109 | clock-latency-ns = <500000>; |
| 110 | }; |
| 111 | opp02 { |
| 112 | opp-hz = /bits/ 64 <399999996>; |
| 113 | opp-microvolt = <1000000>; |
| 114 | clock-latency-ns = <500000>; |
| 115 | }; |
| 116 | opp03 { |
| 117 | opp-hz = /bits/ 64 <299999997>; |
| 118 | opp-microvolt = <1000000>; |
| 119 | clock-latency-ns = <500000>; |
| 120 | }; |
| 121 | }; |
| 122 | |
Tanmay Shah | 6cec96a | 2023-09-22 12:35:31 +0200 | [diff] [blame] | 123 | reserved-memory { |
| 124 | #address-cells = <2>; |
| 125 | #size-cells = <2>; |
| 126 | ranges; |
| 127 | |
| 128 | rproc_0_fw_image: memory@3ed00000 { |
| 129 | no-map; |
| 130 | reg = <0x0 0x3ed00000 0x0 0x40000>; |
| 131 | }; |
| 132 | |
| 133 | rproc_1_fw_image: memory@3ef00000 { |
| 134 | no-map; |
| 135 | reg = <0x0 0x3ef00000 0x0 0x40000>; |
| 136 | }; |
| 137 | }; |
| 138 | |
Michal Simek | c8288e3 | 2023-09-27 11:57:48 +0200 | [diff] [blame] | 139 | zynqmp_ipi: zynqmp-ipi { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 140 | bootph-all; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 141 | compatible = "xlnx,zynqmp-ipi-mailbox"; |
| 142 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 143 | interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 144 | xlnx,ipi-id = <0>; |
| 145 | #address-cells = <2>; |
| 146 | #size-cells = <2>; |
| 147 | ranges; |
| 148 | |
Michal Simek | 366111e | 2023-07-10 14:37:38 +0200 | [diff] [blame] | 149 | ipi_mailbox_pmu1: mailbox@ff9905c0 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 150 | bootph-all; |
Tanmay Shah | f2d319c | 2023-12-04 13:56:20 -0800 | [diff] [blame] | 151 | compatible = "xlnx,zynqmp-ipi-dest-mailbox"; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 152 | reg = <0x0 0xff9905c0 0x0 0x20>, |
| 153 | <0x0 0xff9905e0 0x0 0x20>, |
| 154 | <0x0 0xff990e80 0x0 0x20>, |
| 155 | <0x0 0xff990ea0 0x0 0x20>; |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 156 | reg-names = "local_request_region", |
| 157 | "local_response_region", |
| 158 | "remote_request_region", |
| 159 | "remote_response_region"; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 160 | #mbox-cells = <1>; |
| 161 | xlnx,ipi-id = <4>; |
| 162 | }; |
| 163 | }; |
| 164 | |
Michal Simek | de29d54 | 2016-09-09 08:46:39 +0200 | [diff] [blame] | 165 | dcc: dcc { |
| 166 | compatible = "arm,dcc"; |
| 167 | status = "disabled"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 168 | bootph-all; |
Michal Simek | de29d54 | 2016-09-09 08:46:39 +0200 | [diff] [blame] | 169 | }; |
| 170 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 171 | pmu { |
| 172 | compatible = "arm,armv8-pmuv3"; |
Michal Simek | 86e6eee | 2016-04-07 15:28:33 +0200 | [diff] [blame] | 173 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 174 | interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>, |
| 175 | <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>, |
| 176 | <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, |
| 177 | <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; |
Radhey Shyam Pandey | bf38888 | 2023-07-10 14:37:39 +0200 | [diff] [blame] | 178 | interrupt-affinity = <&cpu0>, |
| 179 | <&cpu1>, |
| 180 | <&cpu2>, |
| 181 | <&cpu3>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 182 | }; |
| 183 | |
| 184 | psci { |
| 185 | compatible = "arm,psci-0.2"; |
| 186 | method = "smc"; |
| 187 | }; |
| 188 | |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 189 | firmware { |
Ilias Apalodimas | 8c93090 | 2023-02-16 15:39:20 +0200 | [diff] [blame] | 190 | optee: optee { |
| 191 | compatible = "linaro,optee-tz"; |
| 192 | method = "smc"; |
| 193 | }; |
| 194 | |
Michal Simek | ebddf49 | 2019-10-14 15:42:03 +0200 | [diff] [blame] | 195 | zynqmp_firmware: zynqmp-firmware { |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 196 | compatible = "xlnx,zynqmp-firmware"; |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 197 | #power-domain-cells = <1>; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 198 | method = "smc"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 199 | bootph-all; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 200 | |
| 201 | zynqmp_power: zynqmp-power { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 202 | bootph-all; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 203 | compatible = "xlnx,zynqmp-power"; |
| 204 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 205 | interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 206 | mboxes = <&ipi_mailbox_pmu1 0>, <&ipi_mailbox_pmu1 1>; |
| 207 | mbox-names = "tx", "rx"; |
| 208 | }; |
Michal Simek | a898c33 | 2019-10-14 15:55:53 +0200 | [diff] [blame] | 209 | |
Michal Simek | c8288e3 | 2023-09-27 11:57:48 +0200 | [diff] [blame] | 210 | nvmem-firmware { |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 211 | compatible = "xlnx,zynqmp-nvmem-fw"; |
| 212 | #address-cells = <1>; |
| 213 | #size-cells = <1>; |
| 214 | |
Michal Simek | c8288e3 | 2023-09-27 11:57:48 +0200 | [diff] [blame] | 215 | soc_revision: soc-revision@0 { |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 216 | reg = <0x0 0x4>; |
| 217 | }; |
Michal Simek | 54de892 | 2023-11-01 13:06:15 +0100 | [diff] [blame] | 218 | /* efuse access */ |
| 219 | efuse_dna: efuse-dna@c { |
| 220 | reg = <0xc 0xc>; |
| 221 | }; |
| 222 | efuse_usr0: efuse-usr0@20 { |
| 223 | reg = <0x20 0x4>; |
| 224 | }; |
| 225 | efuse_usr1: efuse-usr1@24 { |
| 226 | reg = <0x24 0x4>; |
| 227 | }; |
| 228 | efuse_usr2: efuse-usr2@28 { |
| 229 | reg = <0x28 0x4>; |
| 230 | }; |
| 231 | efuse_usr3: efuse-usr3@2c { |
| 232 | reg = <0x2c 0x4>; |
| 233 | }; |
| 234 | efuse_usr4: efuse-usr4@30 { |
| 235 | reg = <0x30 0x4>; |
| 236 | }; |
| 237 | efuse_usr5: efuse-usr5@34 { |
| 238 | reg = <0x34 0x4>; |
| 239 | }; |
| 240 | efuse_usr6: efuse-usr6@38 { |
| 241 | reg = <0x38 0x4>; |
| 242 | }; |
| 243 | efuse_usr7: efuse-usr7@3c { |
| 244 | reg = <0x3c 0x4>; |
| 245 | }; |
| 246 | efuse_miscusr: efuse-miscusr@40 { |
| 247 | reg = <0x40 0x4>; |
| 248 | }; |
| 249 | efuse_chash: efuse-chash@50 { |
| 250 | reg = <0x50 0x4>; |
| 251 | }; |
| 252 | efuse_pufmisc: efuse-pufmisc@54 { |
| 253 | reg = <0x54 0x4>; |
| 254 | }; |
| 255 | efuse_sec: efuse-sec@58 { |
| 256 | reg = <0x58 0x4>; |
| 257 | }; |
| 258 | efuse_spkid: efuse-spkid@5c { |
| 259 | reg = <0x5c 0x4>; |
| 260 | }; |
| 261 | efuse_ppk0hash: efuse-ppk0hash@a0 { |
| 262 | reg = <0xa0 0x30>; |
| 263 | }; |
| 264 | efuse_ppk1hash: efuse-ppk1hash@d0 { |
| 265 | reg = <0xd0 0x30>; |
| 266 | }; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 267 | }; |
| 268 | |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 269 | zynqmp_pcap: pcap { |
| 270 | compatible = "xlnx,zynqmp-pcap-fpga"; |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 271 | }; |
| 272 | |
Michal Simek | a898c33 | 2019-10-14 15:55:53 +0200 | [diff] [blame] | 273 | zynqmp_reset: reset-controller { |
| 274 | compatible = "xlnx,zynqmp-reset"; |
| 275 | #reset-cells = <1>; |
| 276 | }; |
Michal Simek | aa8206e | 2020-02-18 13:04:06 +0100 | [diff] [blame] | 277 | |
| 278 | pinctrl0: pinctrl { |
| 279 | compatible = "xlnx,zynqmp-pinctrl"; |
| 280 | status = "disabled"; |
| 281 | }; |
Piyush Mehta | 949e795 | 2022-05-11 11:52:45 +0200 | [diff] [blame] | 282 | |
| 283 | modepin_gpio: gpio { |
| 284 | compatible = "xlnx,zynqmp-gpio-modepin"; |
| 285 | gpio-controller; |
| 286 | #gpio-cells = <2>; |
| 287 | }; |
Ibai Erkiaga | 1c79e1e | 2019-09-27 11:36:58 +0100 | [diff] [blame] | 288 | }; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 289 | }; |
| 290 | |
| 291 | timer { |
| 292 | compatible = "arm,armv8-timer"; |
| 293 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 294 | interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 295 | <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 296 | <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 297 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 298 | }; |
| 299 | |
Naga Sureshkumar Relli | 1931f21 | 2016-06-20 15:48:30 +0530 | [diff] [blame] | 300 | edac { |
| 301 | compatible = "arm,cortex-a53-edac"; |
| 302 | }; |
| 303 | |
Nava kishore Manne | a1763ba | 2017-05-22 12:05:17 +0530 | [diff] [blame] | 304 | fpga_full: fpga-full { |
| 305 | compatible = "fpga-region"; |
Nava kishore Manne | 042ae5e | 2019-10-18 18:07:32 +0200 | [diff] [blame] | 306 | fpga-mgr = <&zynqmp_pcap>; |
Nava kishore Manne | a1763ba | 2017-05-22 12:05:17 +0530 | [diff] [blame] | 307 | #address-cells = <2>; |
| 308 | #size-cells = <2>; |
Nava kishore Manne | 042ae5e | 2019-10-18 18:07:32 +0200 | [diff] [blame] | 309 | ranges; |
Nava kishore Manne | a1763ba | 2017-05-22 12:05:17 +0530 | [diff] [blame] | 310 | }; |
| 311 | |
Tanmay Shah | 6cec96a | 2023-09-22 12:35:31 +0200 | [diff] [blame] | 312 | remoteproc { |
| 313 | compatible = "xlnx,zynqmp-r5fss"; |
| 314 | xlnx,cluster-mode = <1>; |
| 315 | |
| 316 | r5f-0 { |
| 317 | compatible = "xlnx,zynqmp-r5f"; |
| 318 | power-domains = <&zynqmp_firmware PD_RPU_0>; |
| 319 | memory-region = <&rproc_0_fw_image>; |
| 320 | }; |
| 321 | |
| 322 | r5f-1 { |
| 323 | compatible = "xlnx,zynqmp-r5f"; |
| 324 | power-domains = <&zynqmp_firmware PD_RPU_1>; |
| 325 | memory-region = <&rproc_1_fw_image>; |
| 326 | }; |
| 327 | }; |
| 328 | |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 329 | amba: axi { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 330 | compatible = "simple-bus"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 331 | bootph-all; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 332 | #address-cells = <2>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 333 | #size-cells = <2>; |
| 334 | ranges; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 335 | |
| 336 | can0: can@ff060000 { |
| 337 | compatible = "xlnx,zynq-can-1.0"; |
| 338 | status = "disabled"; |
| 339 | clock-names = "can_clk", "pclk"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 340 | reg = <0x0 0xff060000 0x0 0x1000>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 341 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 342 | interrupt-parent = <&gic>; |
| 343 | tx-fifo-depth = <0x40>; |
| 344 | rx-fifo-depth = <0x40>; |
Srinivas Neeli | 047c350 | 2023-09-11 16:10:49 +0200 | [diff] [blame] | 345 | resets = <&zynqmp_reset ZYNQMP_RESET_CAN0>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 346 | power-domains = <&zynqmp_firmware PD_CAN_0>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 347 | }; |
| 348 | |
| 349 | can1: can@ff070000 { |
| 350 | compatible = "xlnx,zynq-can-1.0"; |
| 351 | status = "disabled"; |
| 352 | clock-names = "can_clk", "pclk"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 353 | reg = <0x0 0xff070000 0x0 0x1000>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 354 | interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 355 | interrupt-parent = <&gic>; |
| 356 | tx-fifo-depth = <0x40>; |
| 357 | rx-fifo-depth = <0x40>; |
Srinivas Neeli | 047c350 | 2023-09-11 16:10:49 +0200 | [diff] [blame] | 358 | resets = <&zynqmp_reset ZYNQMP_RESET_CAN1>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 359 | power-domains = <&zynqmp_firmware PD_CAN_1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 360 | }; |
| 361 | |
Michal Simek | b197dd4 | 2015-11-26 11:21:25 +0100 | [diff] [blame] | 362 | cci: cci@fd6e0000 { |
| 363 | compatible = "arm,cci-400"; |
Michal Simek | 79db3c6 | 2020-05-11 10:14:34 +0200 | [diff] [blame] | 364 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 365 | reg = <0x0 0xfd6e0000 0x0 0x9000>; |
Michal Simek | b197dd4 | 2015-11-26 11:21:25 +0100 | [diff] [blame] | 366 | ranges = <0x0 0x0 0xfd6e0000 0x10000>; |
| 367 | #address-cells = <1>; |
| 368 | #size-cells = <1>; |
| 369 | |
| 370 | pmu@9000 { |
| 371 | compatible = "arm,cci-400-pmu,r1"; |
| 372 | reg = <0x9000 0x5000>; |
| 373 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 374 | interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, |
| 375 | <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, |
| 376 | <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, |
| 377 | <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, |
| 378 | <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | b197dd4 | 2015-11-26 11:21:25 +0100 | [diff] [blame] | 379 | }; |
| 380 | }; |
| 381 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 382 | /* GDMA */ |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 383 | fpd_dma_chan1: dma-controller@fd500000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 384 | status = "disabled"; |
| 385 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 386 | reg = <0x0 0xfd500000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 387 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 388 | interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 389 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 390 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 391 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 392 | /* iommus = <&smmu 0x14e8>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 393 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 394 | }; |
| 395 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 396 | fpd_dma_chan2: dma-controller@fd510000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 397 | status = "disabled"; |
| 398 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 399 | reg = <0x0 0xfd510000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 400 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 401 | interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 402 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 403 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 404 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 405 | /* iommus = <&smmu 0x14e9>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 406 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 407 | }; |
| 408 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 409 | fpd_dma_chan3: dma-controller@fd520000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 410 | status = "disabled"; |
| 411 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 412 | reg = <0x0 0xfd520000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 413 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 414 | interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 415 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 416 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 417 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 418 | /* iommus = <&smmu 0x14ea>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 419 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 420 | }; |
| 421 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 422 | fpd_dma_chan4: dma-controller@fd530000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 423 | status = "disabled"; |
| 424 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 425 | reg = <0x0 0xfd530000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 426 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 427 | interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 428 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 429 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 430 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 431 | /* iommus = <&smmu 0x14eb>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 432 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 433 | }; |
| 434 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 435 | fpd_dma_chan5: dma-controller@fd540000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 436 | status = "disabled"; |
| 437 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 438 | reg = <0x0 0xfd540000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 439 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 440 | interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 441 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 442 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 443 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 444 | /* iommus = <&smmu 0x14ec>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 445 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 446 | }; |
| 447 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 448 | fpd_dma_chan6: dma-controller@fd550000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 449 | status = "disabled"; |
| 450 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 451 | reg = <0x0 0xfd550000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 452 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 453 | interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 454 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 455 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 456 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 457 | /* iommus = <&smmu 0x14ed>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 458 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 459 | }; |
| 460 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 461 | fpd_dma_chan7: dma-controller@fd560000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 462 | status = "disabled"; |
| 463 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 464 | reg = <0x0 0xfd560000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 465 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 466 | interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 467 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 468 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 469 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 470 | /* iommus = <&smmu 0x14ee>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 471 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 472 | }; |
| 473 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 474 | fpd_dma_chan8: dma-controller@fd570000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 475 | status = "disabled"; |
| 476 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 477 | reg = <0x0 0xfd570000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 478 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 479 | interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; |
VNSL Durga | 7b3cb89 | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 480 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 481 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 482 | xlnx,bus-width = <128>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 483 | /* iommus = <&smmu 0x14ef>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 484 | power-domains = <&zynqmp_firmware PD_GDMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 485 | }; |
| 486 | |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 487 | gic: interrupt-controller@f9010000 { |
| 488 | compatible = "arm,gic-400"; |
| 489 | #interrupt-cells = <3>; |
| 490 | reg = <0x0 0xf9010000 0x0 0x10000>, |
| 491 | <0x0 0xf9020000 0x0 0x20000>, |
| 492 | <0x0 0xf9040000 0x0 0x20000>, |
| 493 | <0x0 0xf9060000 0x0 0x20000>; |
| 494 | interrupt-controller; |
| 495 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 496 | interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 497 | }; |
| 498 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 499 | gpu: gpu@fd4b0000 { |
| 500 | status = "disabled"; |
Parth Gajjar | a281ad0 | 2023-07-10 14:37:29 +0200 | [diff] [blame] | 501 | compatible = "xlnx,zynqmp-mali", "arm,mali-400"; |
Hyun Kwon | 991faf7 | 2017-08-21 18:54:29 -0700 | [diff] [blame] | 502 | reg = <0x0 0xfd4b0000 0x0 0x10000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 503 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 504 | interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 505 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 506 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 507 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 508 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 509 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>; |
Parth Gajjar | a281ad0 | 2023-07-10 14:37:29 +0200 | [diff] [blame] | 510 | interrupt-names = "gp", "gpmmu", "pp0", "ppmmu0", "pp1", "ppmmu1"; |
| 511 | clock-names = "bus", "core"; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 512 | power-domains = <&zynqmp_firmware PD_GPU>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 513 | }; |
| 514 | |
Kedareswara rao Appana | ae9342f | 2016-09-09 12:36:01 +0530 | [diff] [blame] | 515 | /* LPDDMA default allows only secured access. inorder to enable |
| 516 | * These dma channels, Users should ensure that these dma |
| 517 | * Channels are allowed for non secure access. |
| 518 | */ |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 519 | lpd_dma_chan1: dma-controller@ffa80000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 520 | status = "disabled"; |
| 521 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 522 | reg = <0x0 0xffa80000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 523 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 524 | interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 525 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 526 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 527 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 528 | /* iommus = <&smmu 0x868>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 529 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 530 | }; |
| 531 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 532 | lpd_dma_chan2: dma-controller@ffa90000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 533 | status = "disabled"; |
| 534 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 535 | reg = <0x0 0xffa90000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 536 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 537 | interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 538 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 539 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 540 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 541 | /* iommus = <&smmu 0x869>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 542 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 543 | }; |
| 544 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 545 | lpd_dma_chan3: dma-controller@ffaa0000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 546 | status = "disabled"; |
| 547 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 548 | reg = <0x0 0xffaa0000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 549 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 550 | interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 551 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 552 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 553 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 554 | /* iommus = <&smmu 0x86a>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 555 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 556 | }; |
| 557 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 558 | lpd_dma_chan4: dma-controller@ffab0000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 559 | status = "disabled"; |
| 560 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 561 | reg = <0x0 0xffab0000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 562 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 563 | interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 564 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 565 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 566 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 567 | /* iommus = <&smmu 0x86b>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 568 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 569 | }; |
| 570 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 571 | lpd_dma_chan5: dma-controller@ffac0000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 572 | status = "disabled"; |
| 573 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 574 | reg = <0x0 0xffac0000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 575 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 576 | interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 577 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 578 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 579 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 580 | /* iommus = <&smmu 0x86c>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 581 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 582 | }; |
| 583 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 584 | lpd_dma_chan6: dma-controller@ffad0000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 585 | status = "disabled"; |
| 586 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 587 | reg = <0x0 0xffad0000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 588 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 589 | interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 590 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 591 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 592 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 593 | /* iommus = <&smmu 0x86d>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 594 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 595 | }; |
| 596 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 597 | lpd_dma_chan7: dma-controller@ffae0000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 598 | status = "disabled"; |
| 599 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 600 | reg = <0x0 0xffae0000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 601 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 602 | interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 603 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 604 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 605 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 606 | /* iommus = <&smmu 0x86e>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 607 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 608 | }; |
| 609 | |
Shravya Kumbham | afab9b3 | 2022-01-14 12:44:06 +0100 | [diff] [blame] | 610 | lpd_dma_chan8: dma-controller@ffaf0000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 611 | status = "disabled"; |
| 612 | compatible = "xlnx,zynqmp-dma-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 613 | reg = <0x0 0xffaf0000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 614 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 615 | interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 616 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 745ea1a | 2022-12-09 13:56:37 +0100 | [diff] [blame] | 617 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 618 | xlnx,bus-width = <64>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 619 | /* iommus = <&smmu 0x86f>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 620 | power-domains = <&zynqmp_firmware PD_ADMA>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 621 | }; |
| 622 | |
Naga Sureshkumar Relli | de96a3e | 2016-03-11 13:10:26 +0530 | [diff] [blame] | 623 | mc: memory-controller@fd070000 { |
| 624 | compatible = "xlnx,zynqmp-ddrc-2.40a"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 625 | reg = <0x0 0xfd070000 0x0 0x30000>; |
Naga Sureshkumar Relli | de96a3e | 2016-03-11 13:10:26 +0530 | [diff] [blame] | 626 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 627 | interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; |
Naga Sureshkumar Relli | de96a3e | 2016-03-11 13:10:26 +0530 | [diff] [blame] | 628 | }; |
| 629 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 630 | nand0: nand-controller@ff100000 { |
| 631 | compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 632 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 633 | reg = <0x0 0xff100000 0x0 0x1000>; |
Amit Kumar Mahapatra | c0504ca | 2021-02-23 13:47:20 -0700 | [diff] [blame] | 634 | clock-names = "controller", "bus"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 635 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 636 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; |
Naga Sureshkumar Relli | e007a35 | 2017-01-23 16:20:37 +0530 | [diff] [blame] | 637 | #address-cells = <1>; |
| 638 | #size-cells = <0>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 639 | /* iommus = <&smmu 0x872>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 640 | power-domains = <&zynqmp_firmware PD_NAND>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 641 | }; |
| 642 | |
| 643 | gem0: ethernet@ff0b0000 { |
Michal Simek | a8ecf55 | 2023-02-06 13:50:00 +0100 | [diff] [blame] | 644 | compatible = "xlnx,zynqmp-gem", "cdns,gem"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 645 | status = "disabled"; |
| 646 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 647 | interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>, |
| 648 | <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 649 | reg = <0x0 0xff0b0000 0x0 0x1000>; |
Michal Simek | 90c43f6 | 2021-11-18 13:42:28 +0100 | [diff] [blame] | 650 | clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 651 | /* iommus = <&smmu 0x874>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 652 | power-domains = <&zynqmp_firmware PD_ETH_0>; |
Michal Simek | 676c2af | 2021-11-18 13:42:27 +0100 | [diff] [blame] | 653 | resets = <&zynqmp_reset ZYNQMP_RESET_GEM0>; |
Michal Simek | 7159a44 | 2022-12-09 13:56:38 +0100 | [diff] [blame] | 654 | reset-names = "gem0_rst"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 655 | }; |
| 656 | |
| 657 | gem1: ethernet@ff0c0000 { |
Michal Simek | a8ecf55 | 2023-02-06 13:50:00 +0100 | [diff] [blame] | 658 | compatible = "xlnx,zynqmp-gem", "cdns,gem"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 659 | status = "disabled"; |
| 660 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 661 | interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>, |
| 662 | <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 663 | reg = <0x0 0xff0c0000 0x0 0x1000>; |
Michal Simek | 90c43f6 | 2021-11-18 13:42:28 +0100 | [diff] [blame] | 664 | clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 665 | /* iommus = <&smmu 0x875>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 666 | power-domains = <&zynqmp_firmware PD_ETH_1>; |
Michal Simek | 676c2af | 2021-11-18 13:42:27 +0100 | [diff] [blame] | 667 | resets = <&zynqmp_reset ZYNQMP_RESET_GEM1>; |
Michal Simek | 7159a44 | 2022-12-09 13:56:38 +0100 | [diff] [blame] | 668 | reset-names = "gem1_rst"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 669 | }; |
| 670 | |
| 671 | gem2: ethernet@ff0d0000 { |
Michal Simek | a8ecf55 | 2023-02-06 13:50:00 +0100 | [diff] [blame] | 672 | compatible = "xlnx,zynqmp-gem", "cdns,gem"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 673 | status = "disabled"; |
| 674 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 675 | interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>, |
| 676 | <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 677 | reg = <0x0 0xff0d0000 0x0 0x1000>; |
Michal Simek | 90c43f6 | 2021-11-18 13:42:28 +0100 | [diff] [blame] | 678 | clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 679 | /* iommus = <&smmu 0x876>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 680 | power-domains = <&zynqmp_firmware PD_ETH_2>; |
Michal Simek | 676c2af | 2021-11-18 13:42:27 +0100 | [diff] [blame] | 681 | resets = <&zynqmp_reset ZYNQMP_RESET_GEM2>; |
Michal Simek | 7159a44 | 2022-12-09 13:56:38 +0100 | [diff] [blame] | 682 | reset-names = "gem2_rst"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 683 | }; |
| 684 | |
| 685 | gem3: ethernet@ff0e0000 { |
Michal Simek | a8ecf55 | 2023-02-06 13:50:00 +0100 | [diff] [blame] | 686 | compatible = "xlnx,zynqmp-gem", "cdns,gem"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 687 | status = "disabled"; |
| 688 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 689 | interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>, |
| 690 | <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 691 | reg = <0x0 0xff0e0000 0x0 0x1000>; |
Michal Simek | 90c43f6 | 2021-11-18 13:42:28 +0100 | [diff] [blame] | 692 | clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 693 | /* iommus = <&smmu 0x877>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 694 | power-domains = <&zynqmp_firmware PD_ETH_3>; |
Michal Simek | 676c2af | 2021-11-18 13:42:27 +0100 | [diff] [blame] | 695 | resets = <&zynqmp_reset ZYNQMP_RESET_GEM3>; |
Michal Simek | 7159a44 | 2022-12-09 13:56:38 +0100 | [diff] [blame] | 696 | reset-names = "gem3_rst"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 697 | }; |
| 698 | |
| 699 | gpio: gpio@ff0a0000 { |
| 700 | compatible = "xlnx,zynqmp-gpio-1.0"; |
| 701 | status = "disabled"; |
| 702 | #gpio-cells = <0x2>; |
Michal Simek | 3d5f0f6 | 2020-01-09 13:10:59 +0100 | [diff] [blame] | 703 | gpio-controller; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 704 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 705 | interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 7e2df45 | 2016-10-20 10:26:13 +0200 | [diff] [blame] | 706 | interrupt-controller; |
| 707 | #interrupt-cells = <2>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 708 | reg = <0x0 0xff0a0000 0x0 0x1000>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 709 | power-domains = <&zynqmp_firmware PD_GPIO>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 710 | }; |
| 711 | |
| 712 | i2c0: i2c@ff020000 { |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 713 | compatible = "cdns,i2c-r1p14"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 714 | status = "disabled"; |
| 715 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 716 | interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; |
Varalaxmi Bingi | 2b6ea08 | 2023-07-10 14:37:27 +0200 | [diff] [blame] | 717 | clock-frequency = <400000>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 718 | reg = <0x0 0xff020000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 719 | #address-cells = <1>; |
| 720 | #size-cells = <0>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 721 | power-domains = <&zynqmp_firmware PD_I2C_0>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 722 | }; |
| 723 | |
| 724 | i2c1: i2c@ff030000 { |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 725 | compatible = "cdns,i2c-r1p14"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 726 | status = "disabled"; |
| 727 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 728 | interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; |
Varalaxmi Bingi | 2b6ea08 | 2023-07-10 14:37:27 +0200 | [diff] [blame] | 729 | clock-frequency = <400000>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 730 | reg = <0x0 0xff030000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 731 | #address-cells = <1>; |
| 732 | #size-cells = <0>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 733 | power-domains = <&zynqmp_firmware PD_I2C_1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 734 | }; |
| 735 | |
Naga Sureshkumar Relli | 104b4fc | 2016-05-18 12:23:13 +0530 | [diff] [blame] | 736 | ocm: memory-controller@ff960000 { |
| 737 | compatible = "xlnx,zynqmp-ocmc-1.0"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 738 | reg = <0x0 0xff960000 0x0 0x1000>; |
Naga Sureshkumar Relli | 104b4fc | 2016-05-18 12:23:13 +0530 | [diff] [blame] | 739 | interrupt-parent = <&gic>; |
| 740 | interrupts = <0 10 4>; |
| 741 | }; |
| 742 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 743 | pcie: pcie@fd0e0000 { |
| 744 | compatible = "xlnx,nwl-pcie-2.11"; |
| 745 | status = "disabled"; |
| 746 | #address-cells = <3>; |
| 747 | #size-cells = <2>; |
| 748 | #interrupt-cells = <1>; |
Bharat Kumar Gogada | e44f69d | 2016-07-19 20:49:29 +0530 | [diff] [blame] | 749 | msi-controller; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 750 | device_type = "pci"; |
| 751 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 752 | interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, |
| 753 | <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, |
| 754 | <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, |
| 755 | <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, /* MSI_1 [63...32] */ |
| 756 | <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; /* MSI_0 [31...0] */ |
Michal Simek | 91ab825 | 2018-01-17 16:32:33 +0100 | [diff] [blame] | 757 | interrupt-names = "misc", "dummy", "intx", |
| 758 | "msi1", "msi0"; |
Bharat Kumar Gogada | e44f69d | 2016-07-19 20:49:29 +0530 | [diff] [blame] | 759 | msi-parent = <&pcie>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 760 | reg = <0x0 0xfd0e0000 0x0 0x1000>, |
| 761 | <0x0 0xfd480000 0x0 0x1000>, |
Thippeswamy Havalige | 0146f8b | 2023-09-11 16:10:50 +0200 | [diff] [blame] | 762 | <0x80 0x00000000 0x0 0x10000000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 763 | reg-names = "breg", "pcireg", "cfg"; |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 764 | ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000>,/* non-prefetchable memory */ |
| 765 | <0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */ |
Rob Herring | 1559f56 | 2017-03-21 21:03:13 -0500 | [diff] [blame] | 766 | bus-range = <0x00 0xff>; |
Bharat Kumar Gogada | f6e02b3 | 2016-02-15 21:18:58 +0530 | [diff] [blame] | 767 | interrupt-map-mask = <0x0 0x0 0x0 0x7>; |
| 768 | interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>, |
| 769 | <0x0 0x0 0x0 0x2 &pcie_intc 0x2>, |
| 770 | <0x0 0x0 0x0 0x3 &pcie_intc 0x3>, |
| 771 | <0x0 0x0 0x0 0x4 &pcie_intc 0x4>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 772 | /* iommus = <&smmu 0x4d0>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 773 | power-domains = <&zynqmp_firmware PD_PCIE>; |
Bharat Kumar Gogada | f6e02b3 | 2016-02-15 21:18:58 +0530 | [diff] [blame] | 774 | pcie_intc: legacy-interrupt-controller { |
| 775 | interrupt-controller; |
| 776 | #address-cells = <0>; |
| 777 | #interrupt-cells = <1>; |
| 778 | }; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 779 | }; |
| 780 | |
| 781 | qspi: spi@ff0f0000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 782 | bootph-all; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 783 | compatible = "xlnx,zynqmp-qspi-1.0"; |
| 784 | status = "disabled"; |
| 785 | clock-names = "ref_clk", "pclk"; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 786 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 787 | interrupt-parent = <&gic>; |
| 788 | num-cs = <1>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 789 | reg = <0x0 0xff0f0000 0x0 0x1000>, |
| 790 | <0x0 0xc0000000 0x0 0x8000000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 791 | #address-cells = <1>; |
| 792 | #size-cells = <0>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 793 | /* iommus = <&smmu 0x873>; */ |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 794 | power-domains = <&zynqmp_firmware PD_QSPI>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 795 | }; |
| 796 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 797 | psgtr: phy@fd400000 { |
| 798 | compatible = "xlnx,zynqmp-psgtr-v1.1"; |
| 799 | status = "disabled"; |
| 800 | reg = <0x0 0xfd400000 0x0 0x40000>, |
| 801 | <0x0 0xfd3d0000 0x0 0x1000>; |
| 802 | reg-names = "serdes", "siou"; |
| 803 | #phy-cells = <4>; |
| 804 | }; |
| 805 | |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 806 | rtc: rtc@ffa60000 { |
| 807 | compatible = "xlnx,zynqmp-rtc"; |
| 808 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 809 | reg = <0x0 0xffa60000 0x0 0x100>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 810 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 811 | interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>, |
| 812 | <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 813 | interrupt-names = "alarm", "sec"; |
Srinivas Neeli | 45b66c4 | 2021-03-08 14:05:19 +0530 | [diff] [blame] | 814 | calibration = <0x7FFF>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 815 | }; |
| 816 | |
| 817 | sata: ahci@fd0c0000 { |
| 818 | compatible = "ceva,ahci-1v84"; |
| 819 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 820 | reg = <0x0 0xfd0c0000 0x0 0x2000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 821 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 822 | interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 823 | power-domains = <&zynqmp_firmware PD_SATA>; |
Michal Simek | 04fd541 | 2021-05-27 13:49:05 +0200 | [diff] [blame] | 824 | resets = <&zynqmp_reset ZYNQMP_RESET_SATA>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 825 | /* iommus = <&smmu 0x4c0>, <&smmu 0x4c1>, <&smmu 0x4c2>, <&smmu 0x4c3>; */ |
Anurag Kumar Vulisha | 4e2aaef | 2017-07-04 20:03:42 +0530 | [diff] [blame] | 826 | /* dma-coherent; */ |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 827 | }; |
| 828 | |
Siva Durga Prasad Paladugu | e91778d | 2019-01-03 15:44:24 +0530 | [diff] [blame] | 829 | sdhci0: mmc@ff160000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 830 | bootph-all; |
Sai Krishna Potthuri | 02550fb | 2016-08-16 14:41:35 +0530 | [diff] [blame] | 831 | compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 832 | status = "disabled"; |
| 833 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 834 | interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 835 | reg = <0x0 0xff160000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 836 | clock-names = "clk_xin", "clk_ahb"; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 837 | /* iommus = <&smmu 0x870>; */ |
Ashok Reddy Soma | c6e9788 | 2020-02-17 23:32:57 -0700 | [diff] [blame] | 838 | #clock-cells = <1>; |
| 839 | clock-output-names = "clk_out_sd0", "clk_in_sd0"; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 840 | power-domains = <&zynqmp_firmware PD_SD_0>; |
Sai Krishna Potthuri | 6602df4 | 2022-02-28 15:59:29 +0100 | [diff] [blame] | 841 | resets = <&zynqmp_reset ZYNQMP_RESET_SDIO0>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 842 | }; |
| 843 | |
Siva Durga Prasad Paladugu | e91778d | 2019-01-03 15:44:24 +0530 | [diff] [blame] | 844 | sdhci1: mmc@ff170000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 845 | bootph-all; |
Sai Krishna Potthuri | 02550fb | 2016-08-16 14:41:35 +0530 | [diff] [blame] | 846 | compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 847 | status = "disabled"; |
| 848 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 849 | interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 850 | reg = <0x0 0xff170000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 851 | clock-names = "clk_xin", "clk_ahb"; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 852 | /* iommus = <&smmu 0x871>; */ |
Ashok Reddy Soma | c6e9788 | 2020-02-17 23:32:57 -0700 | [diff] [blame] | 853 | #clock-cells = <1>; |
| 854 | clock-output-names = "clk_out_sd1", "clk_in_sd1"; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 855 | power-domains = <&zynqmp_firmware PD_SD_1>; |
Sai Krishna Potthuri | 6602df4 | 2022-02-28 15:59:29 +0100 | [diff] [blame] | 856 | resets = <&zynqmp_reset ZYNQMP_RESET_SDIO1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 857 | }; |
| 858 | |
Michal Simek | 26cbd92 | 2020-09-29 13:43:22 +0200 | [diff] [blame] | 859 | smmu: iommu@fd800000 { |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 860 | compatible = "arm,mmu-500"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 861 | reg = <0x0 0xfd800000 0x0 0x20000>; |
Michal Simek | 8db0faa | 2016-04-06 10:43:23 +0200 | [diff] [blame] | 862 | #iommu-cells = <1>; |
Naga Sureshkumar Relli | 033f87c | 2017-03-09 20:00:13 +0530 | [diff] [blame] | 863 | status = "disabled"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 864 | #global-interrupts = <1>; |
| 865 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 866 | interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 867 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 868 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 869 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 870 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 871 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 872 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 873 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 874 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 875 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 876 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 877 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 878 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 879 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 880 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 881 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, |
| 882 | <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 883 | }; |
| 884 | |
| 885 | spi0: spi@ff040000 { |
| 886 | compatible = "cdns,spi-r1p6"; |
| 887 | status = "disabled"; |
| 888 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 889 | interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 890 | reg = <0x0 0xff040000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 891 | clock-names = "ref_clk", "pclk"; |
| 892 | #address-cells = <1>; |
| 893 | #size-cells = <0>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 894 | power-domains = <&zynqmp_firmware PD_SPI_0>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 895 | }; |
| 896 | |
| 897 | spi1: spi@ff050000 { |
| 898 | compatible = "cdns,spi-r1p6"; |
| 899 | status = "disabled"; |
| 900 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 901 | interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 902 | reg = <0x0 0xff050000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 903 | clock-names = "ref_clk", "pclk"; |
| 904 | #address-cells = <1>; |
| 905 | #size-cells = <0>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 906 | power-domains = <&zynqmp_firmware PD_SPI_1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 907 | }; |
| 908 | |
| 909 | ttc0: timer@ff110000 { |
| 910 | compatible = "cdns,ttc"; |
| 911 | status = "disabled"; |
| 912 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 913 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>, |
| 914 | <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>, |
| 915 | <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 916 | reg = <0x0 0xff110000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 917 | timer-width = <32>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 918 | power-domains = <&zynqmp_firmware PD_TTC_0>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 919 | }; |
| 920 | |
| 921 | ttc1: timer@ff120000 { |
| 922 | compatible = "cdns,ttc"; |
| 923 | status = "disabled"; |
| 924 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 925 | interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>, |
| 926 | <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, |
| 927 | <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 928 | reg = <0x0 0xff120000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 929 | timer-width = <32>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 930 | power-domains = <&zynqmp_firmware PD_TTC_1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 931 | }; |
| 932 | |
| 933 | ttc2: timer@ff130000 { |
| 934 | compatible = "cdns,ttc"; |
| 935 | status = "disabled"; |
| 936 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 937 | interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, |
| 938 | <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>, |
| 939 | <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 940 | reg = <0x0 0xff130000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 941 | timer-width = <32>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 942 | power-domains = <&zynqmp_firmware PD_TTC_2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 943 | }; |
| 944 | |
| 945 | ttc3: timer@ff140000 { |
| 946 | compatible = "cdns,ttc"; |
| 947 | status = "disabled"; |
| 948 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 949 | interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>, |
| 950 | <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>, |
| 951 | <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 952 | reg = <0x0 0xff140000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 953 | timer-width = <32>; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 954 | power-domains = <&zynqmp_firmware PD_TTC_3>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 955 | }; |
| 956 | |
| 957 | uart0: serial@ff000000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 958 | bootph-all; |
Michal Simek | ae89fd8 | 2022-01-14 12:43:05 +0100 | [diff] [blame] | 959 | compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 960 | status = "disabled"; |
| 961 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 962 | interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 963 | reg = <0x0 0xff000000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 964 | clock-names = "uart_clk", "pclk"; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 965 | power-domains = <&zynqmp_firmware PD_UART_0>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 966 | }; |
| 967 | |
| 968 | uart1: serial@ff010000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 969 | bootph-all; |
Michal Simek | ae89fd8 | 2022-01-14 12:43:05 +0100 | [diff] [blame] | 970 | compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 971 | status = "disabled"; |
| 972 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 973 | interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 974 | reg = <0x0 0xff010000 0x0 0x1000>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 975 | clock-names = "uart_clk", "pclk"; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 976 | power-domains = <&zynqmp_firmware PD_UART_1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 977 | }; |
| 978 | |
Michal Simek | 7aa70d5 | 2022-12-09 13:56:41 +0100 | [diff] [blame] | 979 | usb0: usb@ff9d0000 { |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 980 | #address-cells = <2>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 981 | #size-cells = <2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 982 | status = "disabled"; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 983 | compatible = "xlnx,zynqmp-dwc3"; |
Manish Narani | 047096e | 2017-03-27 17:47:00 +0530 | [diff] [blame] | 984 | reg = <0x0 0xff9d0000 0x0 0x100>; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 985 | clock-names = "bus_clk", "ref_clk"; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 986 | power-domains = <&zynqmp_firmware PD_USB_0>; |
Michal Simek | 362082a | 2021-06-11 08:51:19 +0200 | [diff] [blame] | 987 | resets = <&zynqmp_reset ZYNQMP_RESET_USB0_CORERESET>, |
| 988 | <&zynqmp_reset ZYNQMP_RESET_USB0_HIBERRESET>, |
| 989 | <&zynqmp_reset ZYNQMP_RESET_USB0_APB>; |
| 990 | reset-names = "usb_crst", "usb_hibrst", "usb_apbrst"; |
Piyush Mehta | 949e795 | 2022-05-11 11:52:45 +0200 | [diff] [blame] | 991 | reset-gpios = <&modepin_gpio 1 GPIO_ACTIVE_LOW>; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 992 | ranges; |
| 993 | |
Manish Narani | 690dec0 | 2022-01-14 12:43:35 +0100 | [diff] [blame] | 994 | dwc3_0: usb@fe200000 { |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 995 | compatible = "snps,dwc3"; |
| 996 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 997 | reg = <0x0 0xfe200000 0x0 0x40000>; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 998 | interrupt-parent = <&gic>; |
Michal Simek | 362082a | 2021-06-11 08:51:19 +0200 | [diff] [blame] | 999 | interrupt-names = "dwc_usb3", "otg", "hiber"; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1000 | interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, |
| 1001 | <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, |
| 1002 | <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 1003 | /* iommus = <&smmu 0x860>; */ |
Anurag Kumar Vulisha | 011bd7d | 2017-03-10 19:18:17 +0530 | [diff] [blame] | 1004 | snps,quirk-frame-length-adjustment = <0x20>; |
Piyush Mehta | c687c65 | 2022-08-23 15:03:31 +0200 | [diff] [blame] | 1005 | clock-names = "ref"; |
Michal Simek | 362082a | 2021-06-11 08:51:19 +0200 | [diff] [blame] | 1006 | snps,enable_guctl1_ipd_quirk; |
Michael Grzeschik | 073fd52 | 2022-10-23 23:56:49 +0200 | [diff] [blame] | 1007 | snps,resume-hs-terminations; |
Manish Narani | 047096e | 2017-03-27 17:47:00 +0530 | [diff] [blame] | 1008 | /* dma-coherent; */ |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1009 | }; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1010 | }; |
| 1011 | |
Michal Simek | 7aa70d5 | 2022-12-09 13:56:41 +0100 | [diff] [blame] | 1012 | usb1: usb@ff9e0000 { |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1013 | #address-cells = <2>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 1014 | #size-cells = <2>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1015 | status = "disabled"; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1016 | compatible = "xlnx,zynqmp-dwc3"; |
Manish Narani | 047096e | 2017-03-27 17:47:00 +0530 | [diff] [blame] | 1017 | reg = <0x0 0xff9e0000 0x0 0x100>; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1018 | clock-names = "bus_clk", "ref_clk"; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 1019 | power-domains = <&zynqmp_firmware PD_USB_1>; |
Michal Simek | 362082a | 2021-06-11 08:51:19 +0200 | [diff] [blame] | 1020 | resets = <&zynqmp_reset ZYNQMP_RESET_USB1_CORERESET>, |
| 1021 | <&zynqmp_reset ZYNQMP_RESET_USB1_HIBERRESET>, |
| 1022 | <&zynqmp_reset ZYNQMP_RESET_USB1_APB>; |
| 1023 | reset-names = "usb_crst", "usb_hibrst", "usb_apbrst"; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1024 | ranges; |
| 1025 | |
Manish Narani | 690dec0 | 2022-01-14 12:43:35 +0100 | [diff] [blame] | 1026 | dwc3_1: usb@fe300000 { |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1027 | compatible = "snps,dwc3"; |
| 1028 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 1029 | reg = <0x0 0xfe300000 0x0 0x40000>; |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1030 | interrupt-parent = <&gic>; |
Michal Simek | 362082a | 2021-06-11 08:51:19 +0200 | [diff] [blame] | 1031 | interrupt-names = "dwc_usb3", "otg", "hiber"; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1032 | interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, |
| 1033 | <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, |
| 1034 | <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 1035 | /* iommus = <&smmu 0x861>; */ |
Anurag Kumar Vulisha | 011bd7d | 2017-03-10 19:18:17 +0530 | [diff] [blame] | 1036 | snps,quirk-frame-length-adjustment = <0x20>; |
Piyush Mehta | c687c65 | 2022-08-23 15:03:31 +0200 | [diff] [blame] | 1037 | clock-names = "ref"; |
Michal Simek | 362082a | 2021-06-11 08:51:19 +0200 | [diff] [blame] | 1038 | snps,enable_guctl1_ipd_quirk; |
Michael Grzeschik | 073fd52 | 2022-10-23 23:56:49 +0200 | [diff] [blame] | 1039 | snps,resume-hs-terminations; |
Manish Narani | 047096e | 2017-03-27 17:47:00 +0530 | [diff] [blame] | 1040 | /* dma-coherent; */ |
Michal Simek | 13111a1 | 2016-04-07 15:06:07 +0200 | [diff] [blame] | 1041 | }; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1042 | }; |
| 1043 | |
| 1044 | watchdog0: watchdog@fd4d0000 { |
| 1045 | compatible = "cdns,wdt-r1p2"; |
| 1046 | status = "disabled"; |
| 1047 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1048 | interrupts = <GIC_SPI 113 IRQ_TYPE_EDGE_RISING>; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 1049 | reg = <0x0 0xfd4d0000 0x0 0x1000>; |
Mounika Grace Akula | 7db8241 | 2018-10-09 20:52:50 +0530 | [diff] [blame] | 1050 | timeout-sec = <60>; |
| 1051 | reset-on-timeout; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1052 | }; |
| 1053 | |
Michal Simek | 7b6280e | 2018-07-18 09:25:43 +0200 | [diff] [blame] | 1054 | lpd_watchdog: watchdog@ff150000 { |
| 1055 | compatible = "cdns,wdt-r1p2"; |
| 1056 | status = "disabled"; |
| 1057 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1058 | interrupts = <GIC_SPI 52 IRQ_TYPE_EDGE_RISING>; |
Michal Simek | 7b6280e | 2018-07-18 09:25:43 +0200 | [diff] [blame] | 1059 | reg = <0x0 0xff150000 0x0 0x1000>; |
| 1060 | timeout-sec = <10>; |
| 1061 | }; |
| 1062 | |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1063 | xilinx_ams: ams@ffa50000 { |
| 1064 | compatible = "xlnx,zynqmp-ams"; |
| 1065 | status = "disabled"; |
| 1066 | interrupt-parent = <&gic>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1067 | interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1068 | reg = <0x0 0xffa50000 0x0 0x800>; |
Michal Simek | 2245916 | 2022-12-09 13:56:39 +0100 | [diff] [blame] | 1069 | #address-cells = <1>; |
| 1070 | #size-cells = <1>; |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1071 | #io-channel-cells = <1>; |
Michal Simek | 2245916 | 2022-12-09 13:56:39 +0100 | [diff] [blame] | 1072 | ranges = <0 0 0xffa50800 0x800>; |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1073 | |
Michal Simek | cef1e3a | 2023-07-10 14:37:42 +0200 | [diff] [blame] | 1074 | ams_ps: ams-ps@0 { |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1075 | compatible = "xlnx,zynqmp-ams-ps"; |
| 1076 | status = "disabled"; |
Michal Simek | 2245916 | 2022-12-09 13:56:39 +0100 | [diff] [blame] | 1077 | reg = <0x0 0x400>; |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1078 | }; |
| 1079 | |
Michal Simek | cef1e3a | 2023-07-10 14:37:42 +0200 | [diff] [blame] | 1080 | ams_pl: ams-pl@400 { |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1081 | compatible = "xlnx,zynqmp-ams-pl"; |
| 1082 | status = "disabled"; |
Michal Simek | 2245916 | 2022-12-09 13:56:39 +0100 | [diff] [blame] | 1083 | reg = <0x400 0x400>; |
Michal Simek | 1bb4be3 | 2017-11-02 12:04:43 +0100 | [diff] [blame] | 1084 | }; |
| 1085 | }; |
| 1086 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 1087 | zynqmp_dpdma: dma-controller@fd4c0000 { |
| 1088 | compatible = "xlnx,zynqmp-dpdma"; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1089 | status = "disabled"; |
Michal Simek | 72b562a | 2016-02-11 07:19:06 +0100 | [diff] [blame] | 1090 | reg = <0x0 0xfd4c0000 0x0 0x1000>; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1091 | interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1092 | interrupt-parent = <&gic>; |
| 1093 | clock-names = "axi_clk"; |
Michal Simek | 7c001dc | 2019-10-14 15:56:31 +0200 | [diff] [blame] | 1094 | power-domains = <&zynqmp_firmware PD_DP>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 1095 | /* iommus = <&smmu 0xce4>; */ |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1096 | #dma-cells = <1>; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1097 | }; |
Michal Simek | 3767425 | 2020-02-18 09:24:08 +0100 | [diff] [blame] | 1098 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 1099 | zynqmp_dpsub: display@fd4a0000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 1100 | bootph-all; |
Michal Simek | 3767425 | 2020-02-18 09:24:08 +0100 | [diff] [blame] | 1101 | compatible = "xlnx,zynqmp-dpsub-1.7"; |
| 1102 | status = "disabled"; |
| 1103 | reg = <0x0 0xfd4a0000 0x0 0x1000>, |
| 1104 | <0x0 0xfd4aa000 0x0 0x1000>, |
| 1105 | <0x0 0xfd4ab000 0x0 0x1000>, |
| 1106 | <0x0 0xfd4ac000 0x0 0x1000>; |
| 1107 | reg-names = "dp", "blend", "av_buf", "aud"; |
Michal Simek | 86eb895 | 2023-09-22 12:35:30 +0200 | [diff] [blame] | 1108 | interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; |
Michal Simek | 3767425 | 2020-02-18 09:24:08 +0100 | [diff] [blame] | 1109 | interrupt-parent = <&gic>; |
Michal Simek | b075d47 | 2023-11-01 09:01:03 +0100 | [diff] [blame] | 1110 | /* iommus = <&smmu 0xce3>; */ |
Michal Simek | 3767425 | 2020-02-18 09:24:08 +0100 | [diff] [blame] | 1111 | clock-names = "dp_apb_clk", "dp_aud_clk", |
| 1112 | "dp_vtc_pixel_clk_in"; |
Michal Simek | 3767425 | 2020-02-18 09:24:08 +0100 | [diff] [blame] | 1113 | power-domains = <&zynqmp_firmware PD_DP>; |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 1114 | resets = <&zynqmp_reset ZYNQMP_RESET_DP>; |
| 1115 | dma-names = "vid0", "vid1", "vid2", "gfx0"; |
| 1116 | dmas = <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO0>, |
| 1117 | <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO1>, |
| 1118 | <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO2>, |
| 1119 | <&zynqmp_dpdma ZYNQMP_DPDMA_GRAPHICS>; |
Laurent Pinchart | e0480fd | 2023-09-22 12:35:39 +0200 | [diff] [blame] | 1120 | |
| 1121 | ports { |
| 1122 | #address-cells = <1>; |
| 1123 | #size-cells = <0>; |
| 1124 | |
| 1125 | port@0 { |
| 1126 | reg = <0>; |
| 1127 | }; |
| 1128 | port@1 { |
| 1129 | reg = <1>; |
| 1130 | }; |
| 1131 | port@2 { |
| 1132 | reg = <2>; |
| 1133 | }; |
| 1134 | port@3 { |
| 1135 | reg = <3>; |
| 1136 | }; |
| 1137 | port@4 { |
| 1138 | reg = <4>; |
| 1139 | }; |
| 1140 | port@5 { |
| 1141 | reg = <5>; |
| 1142 | }; |
| 1143 | }; |
Michal Simek | 3767425 | 2020-02-18 09:24:08 +0100 | [diff] [blame] | 1144 | }; |
Michal Simek | 54b896f | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1145 | }; |
| 1146 | }; |