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