1b9c74682SMichal Simek// SPDX-License-Identifier: GPL-2.0+ 25d1b79d2SMichal Simek/* 35d1b79d2SMichal Simek * dts file for Xilinx ZynqMP 45d1b79d2SMichal Simek * 55d1b79d2SMichal Simek * (C) Copyright 2014 - 2015, Xilinx, Inc. 65d1b79d2SMichal Simek * 75d1b79d2SMichal Simek * Michal Simek <michal.simek@xilinx.com> 85d1b79d2SMichal Simek * 95d1b79d2SMichal Simek * This program is free software; you can redistribute it and/or 105d1b79d2SMichal Simek * modify it under the terms of the GNU General Public License as 115d1b79d2SMichal Simek * published by the Free Software Foundation; either version 2 of 125d1b79d2SMichal Simek * the License, or (at your option) any later version. 135d1b79d2SMichal Simek */ 145d1b79d2SMichal Simek 155d1b79d2SMichal Simek/ { 165d1b79d2SMichal Simek compatible = "xlnx,zynqmp"; 175d1b79d2SMichal Simek #address-cells = <2>; 187393fd86SMichal Simek #size-cells = <2>; 195d1b79d2SMichal Simek 205d1b79d2SMichal Simek cpus { 215d1b79d2SMichal Simek #address-cells = <1>; 225d1b79d2SMichal Simek #size-cells = <0>; 235d1b79d2SMichal Simek 24400e188fSMichal Simek cpu0: cpu@0 { 255d1b79d2SMichal Simek compatible = "arm,cortex-a53", "arm,armv8"; 265d1b79d2SMichal Simek device_type = "cpu"; 275d1b79d2SMichal Simek enable-method = "psci"; 28e31b7bb8SShubhrajyoti Datta operating-points-v2 = <&cpu_opp_table>; 295d1b79d2SMichal Simek reg = <0x0>; 301e4e25c8SStefan Krsmanovic cpu-idle-states = <&CPU_SLEEP_0>; 315d1b79d2SMichal Simek }; 325d1b79d2SMichal Simek 33400e188fSMichal Simek cpu1: cpu@1 { 345d1b79d2SMichal Simek compatible = "arm,cortex-a53", "arm,armv8"; 355d1b79d2SMichal Simek device_type = "cpu"; 365d1b79d2SMichal Simek enable-method = "psci"; 375d1b79d2SMichal Simek reg = <0x1>; 38e31b7bb8SShubhrajyoti Datta operating-points-v2 = <&cpu_opp_table>; 391e4e25c8SStefan Krsmanovic cpu-idle-states = <&CPU_SLEEP_0>; 405d1b79d2SMichal Simek }; 415d1b79d2SMichal Simek 42400e188fSMichal Simek cpu2: cpu@2 { 435d1b79d2SMichal Simek compatible = "arm,cortex-a53", "arm,armv8"; 445d1b79d2SMichal Simek device_type = "cpu"; 455d1b79d2SMichal Simek enable-method = "psci"; 465d1b79d2SMichal Simek reg = <0x2>; 47e31b7bb8SShubhrajyoti Datta operating-points-v2 = <&cpu_opp_table>; 481e4e25c8SStefan Krsmanovic cpu-idle-states = <&CPU_SLEEP_0>; 495d1b79d2SMichal Simek }; 505d1b79d2SMichal Simek 51400e188fSMichal Simek cpu3: cpu@3 { 525d1b79d2SMichal Simek compatible = "arm,cortex-a53", "arm,armv8"; 535d1b79d2SMichal Simek device_type = "cpu"; 545d1b79d2SMichal Simek enable-method = "psci"; 555d1b79d2SMichal Simek reg = <0x3>; 56e31b7bb8SShubhrajyoti Datta operating-points-v2 = <&cpu_opp_table>; 571e4e25c8SStefan Krsmanovic cpu-idle-states = <&CPU_SLEEP_0>; 581e4e25c8SStefan Krsmanovic }; 591e4e25c8SStefan Krsmanovic 601e4e25c8SStefan Krsmanovic idle-states { 61e9880240SAmit Kucheria entry-method = "psci"; 621e4e25c8SStefan Krsmanovic 631e4e25c8SStefan Krsmanovic CPU_SLEEP_0: cpu-sleep-0 { 641e4e25c8SStefan Krsmanovic compatible = "arm,idle-state"; 651e4e25c8SStefan Krsmanovic arm,psci-suspend-param = <0x40000000>; 661e4e25c8SStefan Krsmanovic local-timer-stop; 671e4e25c8SStefan Krsmanovic entry-latency-us = <300>; 681e4e25c8SStefan Krsmanovic exit-latency-us = <600>; 691e4e25c8SStefan Krsmanovic min-residency-us = <10000>; 701e4e25c8SStefan Krsmanovic }; 715d1b79d2SMichal Simek }; 725d1b79d2SMichal Simek }; 735d1b79d2SMichal Simek 74e31b7bb8SShubhrajyoti Datta cpu_opp_table: cpu_opp_table { 75e31b7bb8SShubhrajyoti Datta compatible = "operating-points-v2"; 76e31b7bb8SShubhrajyoti Datta opp-shared; 77e31b7bb8SShubhrajyoti Datta opp00 { 78e31b7bb8SShubhrajyoti Datta opp-hz = /bits/ 64 <1199999988>; 79e31b7bb8SShubhrajyoti Datta opp-microvolt = <1000000>; 80e31b7bb8SShubhrajyoti Datta clock-latency-ns = <500000>; 81e31b7bb8SShubhrajyoti Datta }; 82e31b7bb8SShubhrajyoti Datta opp01 { 83e31b7bb8SShubhrajyoti Datta opp-hz = /bits/ 64 <599999994>; 84e31b7bb8SShubhrajyoti Datta opp-microvolt = <1000000>; 85e31b7bb8SShubhrajyoti Datta clock-latency-ns = <500000>; 86e31b7bb8SShubhrajyoti Datta }; 87e31b7bb8SShubhrajyoti Datta opp02 { 88e31b7bb8SShubhrajyoti Datta opp-hz = /bits/ 64 <399999996>; 89e31b7bb8SShubhrajyoti Datta opp-microvolt = <1000000>; 90e31b7bb8SShubhrajyoti Datta clock-latency-ns = <500000>; 91e31b7bb8SShubhrajyoti Datta }; 92e31b7bb8SShubhrajyoti Datta opp03 { 93e31b7bb8SShubhrajyoti Datta opp-hz = /bits/ 64 <299999997>; 94e31b7bb8SShubhrajyoti Datta opp-microvolt = <1000000>; 95e31b7bb8SShubhrajyoti Datta clock-latency-ns = <500000>; 96e31b7bb8SShubhrajyoti Datta }; 97e31b7bb8SShubhrajyoti Datta }; 98e31b7bb8SShubhrajyoti Datta 9917e76f95SMichal Simek dcc: dcc { 10017e76f95SMichal Simek compatible = "arm,dcc"; 10117e76f95SMichal Simek status = "disabled"; 10217e76f95SMichal Simek }; 10317e76f95SMichal Simek 1045d1b79d2SMichal Simek pmu { 1055d1b79d2SMichal Simek compatible = "arm,armv8-pmuv3"; 106886e7dddSMichal Simek interrupt-parent = <&gic>; 1075d1b79d2SMichal Simek interrupts = <0 143 4>, 1085d1b79d2SMichal Simek <0 144 4>, 1095d1b79d2SMichal Simek <0 145 4>, 1105d1b79d2SMichal Simek <0 146 4>; 1115d1b79d2SMichal Simek }; 1125d1b79d2SMichal Simek 1135d1b79d2SMichal Simek psci { 1145d1b79d2SMichal Simek compatible = "arm,psci-0.2"; 1155d1b79d2SMichal Simek method = "smc"; 1165d1b79d2SMichal Simek }; 1175d1b79d2SMichal Simek 1185d1b79d2SMichal Simek timer { 1195d1b79d2SMichal Simek compatible = "arm,armv8-timer"; 1205d1b79d2SMichal Simek interrupt-parent = <&gic>; 121f2a89d3bSMarc Zyngier interrupts = <1 13 0xf08>, 122f2a89d3bSMarc Zyngier <1 14 0xf08>, 123f2a89d3bSMarc Zyngier <1 11 0xf08>, 124f2a89d3bSMarc Zyngier <1 10 0xf08>; 1255d1b79d2SMichal Simek }; 1265d1b79d2SMichal Simek 1274ea2a6beSMichal Simek amba_apu: amba_apu@0 { 1285d1b79d2SMichal Simek compatible = "simple-bus"; 1295d1b79d2SMichal Simek #address-cells = <2>; 1305d1b79d2SMichal Simek #size-cells = <1>; 1317393fd86SMichal Simek ranges = <0 0 0 0 0xffffffff>; 1325d1b79d2SMichal Simek 1335d1b79d2SMichal Simek gic: interrupt-controller@f9010000 { 1345d1b79d2SMichal Simek compatible = "arm,gic-400", "arm,cortex-a15-gic"; 1355d1b79d2SMichal Simek #interrupt-cells = <3>; 1365d1b79d2SMichal Simek reg = <0x0 0xf9010000 0x10000>, 137e753dc03SAlexander Graf <0x0 0xf9020000 0x20000>, 1385d1b79d2SMichal Simek <0x0 0xf9040000 0x20000>, 139e753dc03SAlexander Graf <0x0 0xf9060000 0x20000>; 1405d1b79d2SMichal Simek interrupt-controller; 1415d1b79d2SMichal Simek interrupt-parent = <&gic>; 1425d1b79d2SMichal Simek interrupts = <1 9 0xf04>; 1435d1b79d2SMichal Simek }; 1445d1b79d2SMichal Simek }; 1455d1b79d2SMichal Simek 1465087bccbSMichal Simek amba: amba { 1475d1b79d2SMichal Simek compatible = "simple-bus"; 1485d1b79d2SMichal Simek #address-cells = <2>; 1497393fd86SMichal Simek #size-cells = <2>; 1505d1b79d2SMichal Simek ranges; 1515d1b79d2SMichal Simek 1523a8691f5SMichal Simek can0: can@ff060000 { 1533a8691f5SMichal Simek compatible = "xlnx,zynq-can-1.0"; 1543a8691f5SMichal Simek status = "disabled"; 1553a8691f5SMichal Simek clock-names = "can_clk", "pclk"; 1567393fd86SMichal Simek reg = <0x0 0xff060000 0x0 0x1000>; 1573a8691f5SMichal Simek interrupts = <0 23 4>; 1583a8691f5SMichal Simek interrupt-parent = <&gic>; 1593a8691f5SMichal Simek tx-fifo-depth = <0x40>; 1603a8691f5SMichal Simek rx-fifo-depth = <0x40>; 1613a8691f5SMichal Simek }; 1623a8691f5SMichal Simek 1633a8691f5SMichal Simek can1: can@ff070000 { 1643a8691f5SMichal Simek compatible = "xlnx,zynq-can-1.0"; 1653a8691f5SMichal Simek status = "disabled"; 1663a8691f5SMichal Simek clock-names = "can_clk", "pclk"; 1677393fd86SMichal Simek reg = <0x0 0xff070000 0x0 0x1000>; 1683a8691f5SMichal Simek interrupts = <0 24 4>; 1693a8691f5SMichal Simek interrupt-parent = <&gic>; 1703a8691f5SMichal Simek tx-fifo-depth = <0x40>; 1713a8691f5SMichal Simek rx-fifo-depth = <0x40>; 1723a8691f5SMichal Simek }; 1733a8691f5SMichal Simek 1748c50b1e4SMichal Simek cci: cci@fd6e0000 { 1758c50b1e4SMichal Simek compatible = "arm,cci-400"; 1768c50b1e4SMichal Simek reg = <0x0 0xfd6e0000 0x0 0x9000>; 1778c50b1e4SMichal Simek ranges = <0x0 0x0 0xfd6e0000 0x10000>; 1788c50b1e4SMichal Simek #address-cells = <1>; 1798c50b1e4SMichal Simek #size-cells = <1>; 1808c50b1e4SMichal Simek 1818c50b1e4SMichal Simek pmu@9000 { 1828c50b1e4SMichal Simek compatible = "arm,cci-400-pmu,r1"; 1838c50b1e4SMichal Simek reg = <0x9000 0x5000>; 1848c50b1e4SMichal Simek interrupt-parent = <&gic>; 1858c50b1e4SMichal Simek interrupts = <0 123 4>, 1868c50b1e4SMichal Simek <0 123 4>, 1878c50b1e4SMichal Simek <0 123 4>, 1888c50b1e4SMichal Simek <0 123 4>, 1898c50b1e4SMichal Simek <0 123 4>; 1908c50b1e4SMichal Simek }; 1918c50b1e4SMichal Simek }; 1928c50b1e4SMichal Simek 193932bd0d8SMichal Simek /* GDMA */ 194932bd0d8SMichal Simek fpd_dma_chan1: dma@fd500000 { 195932bd0d8SMichal Simek status = "disabled"; 196932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 197932bd0d8SMichal Simek reg = <0x0 0xfd500000 0x0 0x1000>; 198932bd0d8SMichal Simek interrupt-parent = <&gic>; 199932bd0d8SMichal Simek interrupts = <0 124 4>; 200932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 201932bd0d8SMichal Simek xlnx,bus-width = <128>; 202932bd0d8SMichal Simek }; 203932bd0d8SMichal Simek 204932bd0d8SMichal Simek fpd_dma_chan2: dma@fd510000 { 205932bd0d8SMichal Simek status = "disabled"; 206932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 207932bd0d8SMichal Simek reg = <0x0 0xfd510000 0x0 0x1000>; 208932bd0d8SMichal Simek interrupt-parent = <&gic>; 209932bd0d8SMichal Simek interrupts = <0 125 4>; 210932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 211932bd0d8SMichal Simek xlnx,bus-width = <128>; 212932bd0d8SMichal Simek }; 213932bd0d8SMichal Simek 214932bd0d8SMichal Simek fpd_dma_chan3: dma@fd520000 { 215932bd0d8SMichal Simek status = "disabled"; 216932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 217932bd0d8SMichal Simek reg = <0x0 0xfd520000 0x0 0x1000>; 218932bd0d8SMichal Simek interrupt-parent = <&gic>; 219932bd0d8SMichal Simek interrupts = <0 126 4>; 220932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 221932bd0d8SMichal Simek xlnx,bus-width = <128>; 222932bd0d8SMichal Simek }; 223932bd0d8SMichal Simek 224932bd0d8SMichal Simek fpd_dma_chan4: dma@fd530000 { 225932bd0d8SMichal Simek status = "disabled"; 226932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 227932bd0d8SMichal Simek reg = <0x0 0xfd530000 0x0 0x1000>; 228932bd0d8SMichal Simek interrupt-parent = <&gic>; 229932bd0d8SMichal Simek interrupts = <0 127 4>; 230932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 231932bd0d8SMichal Simek xlnx,bus-width = <128>; 232932bd0d8SMichal Simek }; 233932bd0d8SMichal Simek 234932bd0d8SMichal Simek fpd_dma_chan5: dma@fd540000 { 235932bd0d8SMichal Simek status = "disabled"; 236932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 237932bd0d8SMichal Simek reg = <0x0 0xfd540000 0x0 0x1000>; 238932bd0d8SMichal Simek interrupt-parent = <&gic>; 239932bd0d8SMichal Simek interrupts = <0 128 4>; 240932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 241932bd0d8SMichal Simek xlnx,bus-width = <128>; 242932bd0d8SMichal Simek }; 243932bd0d8SMichal Simek 244932bd0d8SMichal Simek fpd_dma_chan6: dma@fd550000 { 245932bd0d8SMichal Simek status = "disabled"; 246932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 247932bd0d8SMichal Simek reg = <0x0 0xfd550000 0x0 0x1000>; 248932bd0d8SMichal Simek interrupt-parent = <&gic>; 249932bd0d8SMichal Simek interrupts = <0 129 4>; 250932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 251932bd0d8SMichal Simek xlnx,bus-width = <128>; 252932bd0d8SMichal Simek }; 253932bd0d8SMichal Simek 254932bd0d8SMichal Simek fpd_dma_chan7: dma@fd560000 { 255932bd0d8SMichal Simek status = "disabled"; 256932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 257932bd0d8SMichal Simek reg = <0x0 0xfd560000 0x0 0x1000>; 258932bd0d8SMichal Simek interrupt-parent = <&gic>; 259932bd0d8SMichal Simek interrupts = <0 130 4>; 260932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 261932bd0d8SMichal Simek xlnx,bus-width = <128>; 262932bd0d8SMichal Simek }; 263932bd0d8SMichal Simek 264932bd0d8SMichal Simek fpd_dma_chan8: dma@fd570000 { 265932bd0d8SMichal Simek status = "disabled"; 266932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 267932bd0d8SMichal Simek reg = <0x0 0xfd570000 0x0 0x1000>; 268932bd0d8SMichal Simek interrupt-parent = <&gic>; 269932bd0d8SMichal Simek interrupts = <0 131 4>; 270932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 271932bd0d8SMichal Simek xlnx,bus-width = <128>; 272932bd0d8SMichal Simek }; 273932bd0d8SMichal Simek 274932bd0d8SMichal Simek /* LPDDMA default allows only secured access. inorder to enable 275932bd0d8SMichal Simek * These dma channels, Users should ensure that these dma 276932bd0d8SMichal Simek * Channels are allowed for non secure access. 277932bd0d8SMichal Simek */ 278932bd0d8SMichal Simek lpd_dma_chan1: dma@ffa80000 { 279932bd0d8SMichal Simek status = "disabled"; 280932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 281932bd0d8SMichal Simek reg = <0x0 0xffa80000 0x0 0x1000>; 282932bd0d8SMichal Simek interrupt-parent = <&gic>; 283932bd0d8SMichal Simek interrupts = <0 77 4>; 284932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 285932bd0d8SMichal Simek xlnx,bus-width = <64>; 286932bd0d8SMichal Simek }; 287932bd0d8SMichal Simek 288932bd0d8SMichal Simek lpd_dma_chan2: dma@ffa90000 { 289932bd0d8SMichal Simek status = "disabled"; 290932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 291932bd0d8SMichal Simek reg = <0x0 0xffa90000 0x0 0x1000>; 292932bd0d8SMichal Simek interrupt-parent = <&gic>; 293932bd0d8SMichal Simek interrupts = <0 78 4>; 294932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 295932bd0d8SMichal Simek xlnx,bus-width = <64>; 296932bd0d8SMichal Simek }; 297932bd0d8SMichal Simek 298932bd0d8SMichal Simek lpd_dma_chan3: dma@ffaa0000 { 299932bd0d8SMichal Simek status = "disabled"; 300932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 301932bd0d8SMichal Simek reg = <0x0 0xffaa0000 0x0 0x1000>; 302932bd0d8SMichal Simek interrupt-parent = <&gic>; 303932bd0d8SMichal Simek interrupts = <0 79 4>; 304932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 305932bd0d8SMichal Simek xlnx,bus-width = <64>; 306932bd0d8SMichal Simek }; 307932bd0d8SMichal Simek 308932bd0d8SMichal Simek lpd_dma_chan4: dma@ffab0000 { 309932bd0d8SMichal Simek status = "disabled"; 310932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 311932bd0d8SMichal Simek reg = <0x0 0xffab0000 0x0 0x1000>; 312932bd0d8SMichal Simek interrupt-parent = <&gic>; 313932bd0d8SMichal Simek interrupts = <0 80 4>; 314932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 315932bd0d8SMichal Simek xlnx,bus-width = <64>; 316932bd0d8SMichal Simek }; 317932bd0d8SMichal Simek 318932bd0d8SMichal Simek lpd_dma_chan5: dma@ffac0000 { 319932bd0d8SMichal Simek status = "disabled"; 320932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 321932bd0d8SMichal Simek reg = <0x0 0xffac0000 0x0 0x1000>; 322932bd0d8SMichal Simek interrupt-parent = <&gic>; 323932bd0d8SMichal Simek interrupts = <0 81 4>; 324932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 325932bd0d8SMichal Simek xlnx,bus-width = <64>; 326932bd0d8SMichal Simek }; 327932bd0d8SMichal Simek 328932bd0d8SMichal Simek lpd_dma_chan6: dma@ffad0000 { 329932bd0d8SMichal Simek status = "disabled"; 330932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 331932bd0d8SMichal Simek reg = <0x0 0xffad0000 0x0 0x1000>; 332932bd0d8SMichal Simek interrupt-parent = <&gic>; 333932bd0d8SMichal Simek interrupts = <0 82 4>; 334932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 335932bd0d8SMichal Simek xlnx,bus-width = <64>; 336932bd0d8SMichal Simek }; 337932bd0d8SMichal Simek 338932bd0d8SMichal Simek lpd_dma_chan7: dma@ffae0000 { 339932bd0d8SMichal Simek status = "disabled"; 340932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 341932bd0d8SMichal Simek reg = <0x0 0xffae0000 0x0 0x1000>; 342932bd0d8SMichal Simek interrupt-parent = <&gic>; 343932bd0d8SMichal Simek interrupts = <0 83 4>; 344932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 345932bd0d8SMichal Simek xlnx,bus-width = <64>; 346932bd0d8SMichal Simek }; 347932bd0d8SMichal Simek 348932bd0d8SMichal Simek lpd_dma_chan8: dma@ffaf0000 { 349932bd0d8SMichal Simek status = "disabled"; 350932bd0d8SMichal Simek compatible = "xlnx,zynqmp-dma-1.0"; 351932bd0d8SMichal Simek reg = <0x0 0xffaf0000 0x0 0x1000>; 352932bd0d8SMichal Simek interrupt-parent = <&gic>; 353932bd0d8SMichal Simek interrupts = <0 84 4>; 354932bd0d8SMichal Simek clock-names = "clk_main", "clk_apb"; 355932bd0d8SMichal Simek xlnx,bus-width = <64>; 356932bd0d8SMichal Simek }; 357932bd0d8SMichal Simek 358*e7abd894SManish Narani mc: memory-controller@fd070000 { 359*e7abd894SManish Narani compatible = "xlnx,zynqmp-ddrc-2.40a"; 360*e7abd894SManish Narani reg = <0x0 0xfd070000 0x0 0x30000>; 361*e7abd894SManish Narani interrupt-parent = <&gic>; 362*e7abd894SManish Narani interrupts = <0 112 4>; 363*e7abd894SManish Narani }; 364*e7abd894SManish Narani 3655d1b79d2SMichal Simek gem0: ethernet@ff0b0000 { 36633af509fSMichal Simek compatible = "cdns,zynqmp-gem", "cdns,gem"; 3675d1b79d2SMichal Simek status = "disabled"; 3685d1b79d2SMichal Simek interrupt-parent = <&gic>; 3695d1b79d2SMichal Simek interrupts = <0 57 4>, <0 57 4>; 3707393fd86SMichal Simek reg = <0x0 0xff0b0000 0x0 0x1000>; 3715d1b79d2SMichal Simek clock-names = "pclk", "hclk", "tx_clk"; 3725d1b79d2SMichal Simek #address-cells = <1>; 3735d1b79d2SMichal Simek #size-cells = <0>; 3745d1b79d2SMichal Simek }; 3755d1b79d2SMichal Simek 3765d1b79d2SMichal Simek gem1: ethernet@ff0c0000 { 37733af509fSMichal Simek compatible = "cdns,zynqmp-gem", "cdns,gem"; 3785d1b79d2SMichal Simek status = "disabled"; 3795d1b79d2SMichal Simek interrupt-parent = <&gic>; 3805d1b79d2SMichal Simek interrupts = <0 59 4>, <0 59 4>; 3817393fd86SMichal Simek reg = <0x0 0xff0c0000 0x0 0x1000>; 3825d1b79d2SMichal Simek clock-names = "pclk", "hclk", "tx_clk"; 3835d1b79d2SMichal Simek #address-cells = <1>; 3845d1b79d2SMichal Simek #size-cells = <0>; 3855d1b79d2SMichal Simek }; 3865d1b79d2SMichal Simek 3875d1b79d2SMichal Simek gem2: ethernet@ff0d0000 { 38833af509fSMichal Simek compatible = "cdns,zynqmp-gem", "cdns,gem"; 3895d1b79d2SMichal Simek status = "disabled"; 3905d1b79d2SMichal Simek interrupt-parent = <&gic>; 3915d1b79d2SMichal Simek interrupts = <0 61 4>, <0 61 4>; 3927393fd86SMichal Simek reg = <0x0 0xff0d0000 0x0 0x1000>; 3935d1b79d2SMichal Simek clock-names = "pclk", "hclk", "tx_clk"; 3945d1b79d2SMichal Simek #address-cells = <1>; 3955d1b79d2SMichal Simek #size-cells = <0>; 3965d1b79d2SMichal Simek }; 3975d1b79d2SMichal Simek 3985d1b79d2SMichal Simek gem3: ethernet@ff0e0000 { 39933af509fSMichal Simek compatible = "cdns,zynqmp-gem", "cdns,gem"; 4005d1b79d2SMichal Simek status = "disabled"; 4015d1b79d2SMichal Simek interrupt-parent = <&gic>; 4025d1b79d2SMichal Simek interrupts = <0 63 4>, <0 63 4>; 4037393fd86SMichal Simek reg = <0x0 0xff0e0000 0x0 0x1000>; 4045d1b79d2SMichal Simek clock-names = "pclk", "hclk", "tx_clk"; 4055d1b79d2SMichal Simek #address-cells = <1>; 4065d1b79d2SMichal Simek #size-cells = <0>; 4075d1b79d2SMichal Simek }; 4085d1b79d2SMichal Simek 40972e5df43SMichal Simek gpio: gpio@ff0a0000 { 41072e5df43SMichal Simek compatible = "xlnx,zynqmp-gpio-1.0"; 41172e5df43SMichal Simek status = "disabled"; 41272e5df43SMichal Simek #gpio-cells = <0x2>; 41372e5df43SMichal Simek interrupt-parent = <&gic>; 41472e5df43SMichal Simek interrupts = <0 16 4>; 41572e5df43SMichal Simek interrupt-controller; 41672e5df43SMichal Simek #interrupt-cells = <2>; 4177393fd86SMichal Simek reg = <0x0 0xff0a0000 0x0 0x1000>; 41872e5df43SMichal Simek }; 41972e5df43SMichal Simek 4205d1b79d2SMichal Simek i2c0: i2c@ff020000 { 421c415f9e8SMoritz Fischer compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10"; 4225d1b79d2SMichal Simek status = "disabled"; 4235d1b79d2SMichal Simek interrupt-parent = <&gic>; 4245d1b79d2SMichal Simek interrupts = <0 17 4>; 4257393fd86SMichal Simek reg = <0x0 0xff020000 0x0 0x1000>; 4265d1b79d2SMichal Simek #address-cells = <1>; 4275d1b79d2SMichal Simek #size-cells = <0>; 4285d1b79d2SMichal Simek }; 4295d1b79d2SMichal Simek 4305d1b79d2SMichal Simek i2c1: i2c@ff030000 { 431c415f9e8SMoritz Fischer compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10"; 4325d1b79d2SMichal Simek status = "disabled"; 4335d1b79d2SMichal Simek interrupt-parent = <&gic>; 4345d1b79d2SMichal Simek interrupts = <0 18 4>; 4357393fd86SMichal Simek reg = <0x0 0xff030000 0x0 0x1000>; 4365d1b79d2SMichal Simek #address-cells = <1>; 4375d1b79d2SMichal Simek #size-cells = <0>; 4385d1b79d2SMichal Simek }; 4395d1b79d2SMichal Simek 44078b83b8cSMichal Simek pcie: pcie@fd0e0000 { 44178b83b8cSMichal Simek compatible = "xlnx,nwl-pcie-2.11"; 44278b83b8cSMichal Simek status = "disabled"; 44378b83b8cSMichal Simek #address-cells = <3>; 44478b83b8cSMichal Simek #size-cells = <2>; 44578b83b8cSMichal Simek #interrupt-cells = <1>; 44678b83b8cSMichal Simek msi-controller; 44778b83b8cSMichal Simek device_type = "pci"; 44878b83b8cSMichal Simek interrupt-parent = <&gic>; 44978b83b8cSMichal Simek interrupts = <0 118 4>, 45078b83b8cSMichal Simek <0 117 4>, 45178b83b8cSMichal Simek <0 116 4>, 45278b83b8cSMichal Simek <0 115 4>, /* MSI_1 [63...32] */ 45378b83b8cSMichal Simek <0 114 4>; /* MSI_0 [31...0] */ 45478b83b8cSMichal Simek interrupt-names = "misc", "dummy", "intx", 45578b83b8cSMichal Simek "msi1", "msi0"; 45678b83b8cSMichal Simek msi-parent = <&pcie>; 45778b83b8cSMichal Simek reg = <0x0 0xfd0e0000 0x0 0x1000>, 45878b83b8cSMichal Simek <0x0 0xfd480000 0x0 0x1000>, 45978b83b8cSMichal Simek <0x80 0x00000000 0x0 0x1000000>; 46078b83b8cSMichal Simek reg-names = "breg", "pcireg", "cfg"; 4614a6514d5SBharat Kumar Gogada ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */ 4624a6514d5SBharat Kumar Gogada 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */ 463d15c56caSRob Herring bus-range = <0x00 0xff>; 46478b83b8cSMichal Simek interrupt-map-mask = <0x0 0x0 0x0 0x7>; 46578b83b8cSMichal Simek interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>, 46678b83b8cSMichal Simek <0x0 0x0 0x0 0x2 &pcie_intc 0x2>, 46778b83b8cSMichal Simek <0x0 0x0 0x0 0x3 &pcie_intc 0x3>, 46878b83b8cSMichal Simek <0x0 0x0 0x0 0x4 &pcie_intc 0x4>; 46978b83b8cSMichal Simek pcie_intc: legacy-interrupt-controller { 47078b83b8cSMichal Simek interrupt-controller; 47178b83b8cSMichal Simek #address-cells = <0>; 47278b83b8cSMichal Simek #interrupt-cells = <1>; 47378b83b8cSMichal Simek }; 47478b83b8cSMichal Simek }; 47578b83b8cSMichal Simek 4767fb7820cSMichal Simek rtc: rtc@ffa60000 { 4777fb7820cSMichal Simek compatible = "xlnx,zynqmp-rtc"; 4787fb7820cSMichal Simek status = "disabled"; 4797fb7820cSMichal Simek reg = <0x0 0xffa60000 0x0 0x100>; 4807fb7820cSMichal Simek interrupt-parent = <&gic>; 4817fb7820cSMichal Simek interrupts = <0 26 4>, <0 27 4>; 4827fb7820cSMichal Simek interrupt-names = "alarm", "sec"; 4837fb7820cSMichal Simek calibration = <0x8000>; 4847fb7820cSMichal Simek }; 4857fb7820cSMichal Simek 4868fae442fSSuneel Garapati sata: ahci@fd0c0000 { 4878fae442fSSuneel Garapati compatible = "ceva,ahci-1v84"; 4888fae442fSSuneel Garapati status = "disabled"; 4897393fd86SMichal Simek reg = <0x0 0xfd0c0000 0x0 0x2000>; 4908fae442fSSuneel Garapati interrupt-parent = <&gic>; 4918fae442fSSuneel Garapati interrupts = <0 133 4>; 4928fae442fSSuneel Garapati }; 4938fae442fSSuneel Garapati 4949fd609ffSMichal Simek sdhci0: mmc@ff160000 { 4955d1b79d2SMichal Simek compatible = "arasan,sdhci-8.9a"; 4965d1b79d2SMichal Simek status = "disabled"; 4975d1b79d2SMichal Simek interrupt-parent = <&gic>; 4985d1b79d2SMichal Simek interrupts = <0 48 4>; 4997393fd86SMichal Simek reg = <0x0 0xff160000 0x0 0x1000>; 5005d1b79d2SMichal Simek clock-names = "clk_xin", "clk_ahb"; 5015d1b79d2SMichal Simek }; 5025d1b79d2SMichal Simek 5039fd609ffSMichal Simek sdhci1: mmc@ff170000 { 5045d1b79d2SMichal Simek compatible = "arasan,sdhci-8.9a"; 5055d1b79d2SMichal Simek status = "disabled"; 5065d1b79d2SMichal Simek interrupt-parent = <&gic>; 5075d1b79d2SMichal Simek interrupts = <0 49 4>; 5087393fd86SMichal Simek reg = <0x0 0xff170000 0x0 0x1000>; 5095d1b79d2SMichal Simek clock-names = "clk_xin", "clk_ahb"; 5105d1b79d2SMichal Simek }; 5115d1b79d2SMichal Simek 512ff92e361SMichal Simek smmu: smmu@fd800000 { 513ff92e361SMichal Simek compatible = "arm,mmu-500"; 5147393fd86SMichal Simek reg = <0x0 0xfd800000 0x0 0x20000>; 5152f9ed199SNaga Sureshkumar Relli status = "disabled"; 516ff92e361SMichal Simek #global-interrupts = <1>; 517ff92e361SMichal Simek interrupt-parent = <&gic>; 518e199f2ccSEdgar E. Iglesias interrupts = <0 155 4>, 519e199f2ccSEdgar E. Iglesias <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>, 520e199f2ccSEdgar E. Iglesias <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>, 521e199f2ccSEdgar E. Iglesias <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>, 522e199f2ccSEdgar E. Iglesias <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>; 523ff92e361SMichal Simek }; 524ff92e361SMichal Simek 525f49310dcSMichal Simek spi0: spi@ff040000 { 526f49310dcSMichal Simek compatible = "cdns,spi-r1p6"; 527f49310dcSMichal Simek status = "disabled"; 528f49310dcSMichal Simek interrupt-parent = <&gic>; 529f49310dcSMichal Simek interrupts = <0 19 4>; 5307393fd86SMichal Simek reg = <0x0 0xff040000 0x0 0x1000>; 531f49310dcSMichal Simek clock-names = "ref_clk", "pclk"; 532f49310dcSMichal Simek #address-cells = <1>; 533f49310dcSMichal Simek #size-cells = <0>; 534f49310dcSMichal Simek }; 535f49310dcSMichal Simek 536f49310dcSMichal Simek spi1: spi@ff050000 { 537f49310dcSMichal Simek compatible = "cdns,spi-r1p6"; 538f49310dcSMichal Simek status = "disabled"; 539f49310dcSMichal Simek interrupt-parent = <&gic>; 540f49310dcSMichal Simek interrupts = <0 20 4>; 5417393fd86SMichal Simek reg = <0x0 0xff050000 0x0 0x1000>; 542f49310dcSMichal Simek clock-names = "ref_clk", "pclk"; 543f49310dcSMichal Simek #address-cells = <1>; 544f49310dcSMichal Simek #size-cells = <0>; 545f49310dcSMichal Simek }; 546f49310dcSMichal Simek 5478fd7a775SMichal Simek ttc0: timer@ff110000 { 5488fd7a775SMichal Simek compatible = "cdns,ttc"; 5498fd7a775SMichal Simek status = "disabled"; 5508fd7a775SMichal Simek interrupt-parent = <&gic>; 5518fd7a775SMichal Simek interrupts = <0 36 4>, <0 37 4>, <0 38 4>; 5527393fd86SMichal Simek reg = <0x0 0xff110000 0x0 0x1000>; 5538fd7a775SMichal Simek timer-width = <32>; 5548fd7a775SMichal Simek }; 5558fd7a775SMichal Simek 5568fd7a775SMichal Simek ttc1: timer@ff120000 { 5578fd7a775SMichal Simek compatible = "cdns,ttc"; 5588fd7a775SMichal Simek status = "disabled"; 5598fd7a775SMichal Simek interrupt-parent = <&gic>; 5608fd7a775SMichal Simek interrupts = <0 39 4>, <0 40 4>, <0 41 4>; 5617393fd86SMichal Simek reg = <0x0 0xff120000 0x0 0x1000>; 5628fd7a775SMichal Simek timer-width = <32>; 5638fd7a775SMichal Simek }; 5648fd7a775SMichal Simek 5658fd7a775SMichal Simek ttc2: timer@ff130000 { 5668fd7a775SMichal Simek compatible = "cdns,ttc"; 5678fd7a775SMichal Simek status = "disabled"; 5688fd7a775SMichal Simek interrupt-parent = <&gic>; 5698fd7a775SMichal Simek interrupts = <0 42 4>, <0 43 4>, <0 44 4>; 5707393fd86SMichal Simek reg = <0x0 0xff130000 0x0 0x1000>; 5718fd7a775SMichal Simek timer-width = <32>; 5728fd7a775SMichal Simek }; 5738fd7a775SMichal Simek 5748fd7a775SMichal Simek ttc3: timer@ff140000 { 5758fd7a775SMichal Simek compatible = "cdns,ttc"; 5768fd7a775SMichal Simek status = "disabled"; 5778fd7a775SMichal Simek interrupt-parent = <&gic>; 5788fd7a775SMichal Simek interrupts = <0 45 4>, <0 46 4>, <0 47 4>; 5797393fd86SMichal Simek reg = <0x0 0xff140000 0x0 0x1000>; 5808fd7a775SMichal Simek timer-width = <32>; 5818fd7a775SMichal Simek }; 5828fd7a775SMichal Simek 5838fd7a775SMichal Simek uart0: serial@ff000000 { 58427af3993SMichal Simek compatible = "cdns,uart-r1p12", "xlnx,xuartps"; 5858fd7a775SMichal Simek status = "disabled"; 5868fd7a775SMichal Simek interrupt-parent = <&gic>; 5878fd7a775SMichal Simek interrupts = <0 21 4>; 5887393fd86SMichal Simek reg = <0x0 0xff000000 0x0 0x1000>; 5898fd7a775SMichal Simek clock-names = "uart_clk", "pclk"; 5908fd7a775SMichal Simek }; 5918fd7a775SMichal Simek 5928fd7a775SMichal Simek uart1: serial@ff010000 { 59327af3993SMichal Simek compatible = "cdns,uart-r1p12", "xlnx,xuartps"; 5948fd7a775SMichal Simek status = "disabled"; 5958fd7a775SMichal Simek interrupt-parent = <&gic>; 5968fd7a775SMichal Simek interrupts = <0 22 4>; 5977393fd86SMichal Simek reg = <0x0 0xff010000 0x0 0x1000>; 5988fd7a775SMichal Simek clock-names = "uart_clk", "pclk"; 5998fd7a775SMichal Simek }; 6008fd7a775SMichal Simek 60122eda14aSMichal Simek usb0: usb@fe200000 { 60222eda14aSMichal Simek compatible = "snps,dwc3"; 60322eda14aSMichal Simek status = "disabled"; 60422eda14aSMichal Simek interrupt-parent = <&gic>; 60522eda14aSMichal Simek interrupts = <0 65 4>; 6067393fd86SMichal Simek reg = <0x0 0xfe200000 0x0 0x40000>; 60722eda14aSMichal Simek clock-names = "clk_xin", "clk_ahb"; 60822eda14aSMichal Simek }; 60922eda14aSMichal Simek 61022eda14aSMichal Simek usb1: usb@fe300000 { 61122eda14aSMichal Simek compatible = "snps,dwc3"; 61222eda14aSMichal Simek status = "disabled"; 61322eda14aSMichal Simek interrupt-parent = <&gic>; 61422eda14aSMichal Simek interrupts = <0 70 4>; 6157393fd86SMichal Simek reg = <0x0 0xfe300000 0x0 0x40000>; 61622eda14aSMichal Simek clock-names = "clk_xin", "clk_ahb"; 61722eda14aSMichal Simek }; 61822eda14aSMichal Simek 6195d1b79d2SMichal Simek watchdog0: watchdog@fd4d0000 { 6205d1b79d2SMichal Simek compatible = "cdns,wdt-r1p2"; 6215d1b79d2SMichal Simek status = "disabled"; 6225d1b79d2SMichal Simek interrupt-parent = <&gic>; 623908c9e73SPunnaiah Choudary Kalluri interrupts = <0 113 1>; 6247393fd86SMichal Simek reg = <0x0 0xfd4d0000 0x0 0x1000>; 6255d1b79d2SMichal Simek timeout-sec = <10>; 6265d1b79d2SMichal Simek }; 6275d1b79d2SMichal Simek }; 6285d1b79d2SMichal Simek}; 629