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