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