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