1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2c66ec88fSEmmanuel Vadot/* 3c66ec88fSEmmanuel Vadot * Device Tree Source for J721E SoC Family Main Domain peripherals 4c66ec88fSEmmanuel Vadot * 55def4c47SEmmanuel Vadot * Copyright (C) 2016-2020 Texas Instruments Incorporated - https://www.ti.com/ 6c66ec88fSEmmanuel Vadot */ 7c66ec88fSEmmanuel Vadot#include <dt-bindings/phy/phy.h> 8*d5b0e70fSEmmanuel Vadot#include <dt-bindings/phy/phy-ti.h> 9c66ec88fSEmmanuel Vadot#include <dt-bindings/mux/mux.h> 106be33864SEmmanuel Vadot#include <dt-bindings/mux/ti-serdes.h> 11c66ec88fSEmmanuel Vadot 125956d97fSEmmanuel Vadot/ { 135956d97fSEmmanuel Vadot cmn_refclk: clock-cmnrefclk { 145956d97fSEmmanuel Vadot #clock-cells = <0>; 155956d97fSEmmanuel Vadot compatible = "fixed-clock"; 165956d97fSEmmanuel Vadot clock-frequency = <0>; 175956d97fSEmmanuel Vadot }; 185956d97fSEmmanuel Vadot 195956d97fSEmmanuel Vadot cmn_refclk1: clock-cmnrefclk1 { 205956d97fSEmmanuel Vadot #clock-cells = <0>; 215956d97fSEmmanuel Vadot compatible = "fixed-clock"; 225956d97fSEmmanuel Vadot clock-frequency = <0>; 235956d97fSEmmanuel Vadot }; 245956d97fSEmmanuel Vadot}; 255956d97fSEmmanuel Vadot 26c66ec88fSEmmanuel Vadot&cbass_main { 27c66ec88fSEmmanuel Vadot msmc_ram: sram@70000000 { 28c66ec88fSEmmanuel Vadot compatible = "mmio-sram"; 29c66ec88fSEmmanuel Vadot reg = <0x0 0x70000000 0x0 0x800000>; 30c66ec88fSEmmanuel Vadot #address-cells = <1>; 31c66ec88fSEmmanuel Vadot #size-cells = <1>; 32c66ec88fSEmmanuel Vadot ranges = <0x0 0x0 0x70000000 0x800000>; 33c66ec88fSEmmanuel Vadot 34c66ec88fSEmmanuel Vadot atf-sram@0 { 35c66ec88fSEmmanuel Vadot reg = <0x0 0x20000>; 36c66ec88fSEmmanuel Vadot }; 37c66ec88fSEmmanuel Vadot }; 38c66ec88fSEmmanuel Vadot 39c66ec88fSEmmanuel Vadot scm_conf: scm-conf@100000 { 40c66ec88fSEmmanuel Vadot compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 41c66ec88fSEmmanuel Vadot reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 42c66ec88fSEmmanuel Vadot #address-cells = <1>; 43c66ec88fSEmmanuel Vadot #size-cells = <1>; 44c66ec88fSEmmanuel Vadot ranges = <0x0 0x0 0x00100000 0x1c000>; 45c66ec88fSEmmanuel Vadot 46e67e8565SEmmanuel Vadot serdes_ln_ctrl: mux-controller@4080 { 47c66ec88fSEmmanuel Vadot compatible = "mmio-mux"; 48c66ec88fSEmmanuel Vadot reg = <0x00004080 0x50>; 49c66ec88fSEmmanuel Vadot #mux-control-cells = <1>; 50c66ec88fSEmmanuel Vadot mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */ 51c66ec88fSEmmanuel Vadot <0x4090 0x3>, <0x4094 0x3>, /* SERDES1 lane0/1 select */ 52c66ec88fSEmmanuel Vadot <0x40a0 0x3>, <0x40a4 0x3>, /* SERDES2 lane0/1 select */ 53c66ec88fSEmmanuel Vadot <0x40b0 0x3>, <0x40b4 0x3>, /* SERDES3 lane0/1 select */ 54c66ec88fSEmmanuel Vadot <0x40c0 0x3>, <0x40c4 0x3>, <0x40c8 0x3>, <0x40cc 0x3>; 55c66ec88fSEmmanuel Vadot /* SERDES4 lane0/1/2/3 select */ 566be33864SEmmanuel Vadot idle-states = <J721E_SERDES0_LANE0_PCIE0_LANE0>, <J721E_SERDES0_LANE1_PCIE0_LANE1>, 576be33864SEmmanuel Vadot <J721E_SERDES1_LANE0_PCIE1_LANE0>, <J721E_SERDES1_LANE1_PCIE1_LANE1>, 586be33864SEmmanuel Vadot <J721E_SERDES2_LANE0_PCIE2_LANE0>, <J721E_SERDES2_LANE1_PCIE2_LANE1>, 596be33864SEmmanuel Vadot <MUX_IDLE_AS_IS>, <J721E_SERDES3_LANE1_USB3_0>, 606be33864SEmmanuel Vadot <J721E_SERDES4_LANE0_EDP_LANE0>, <J721E_SERDES4_LANE1_EDP_LANE1>, 616be33864SEmmanuel Vadot <J721E_SERDES4_LANE2_EDP_LANE2>, <J721E_SERDES4_LANE3_EDP_LANE3>; 62c66ec88fSEmmanuel Vadot }; 63c66ec88fSEmmanuel Vadot 64c66ec88fSEmmanuel Vadot usb_serdes_mux: mux-controller@4000 { 65c66ec88fSEmmanuel Vadot compatible = "mmio-mux"; 66c66ec88fSEmmanuel Vadot #mux-control-cells = <1>; 67c66ec88fSEmmanuel Vadot mux-reg-masks = <0x4000 0x8000000>, /* USB0 to SERDES0/3 mux */ 68c66ec88fSEmmanuel Vadot <0x4010 0x8000000>; /* USB1 to SERDES1/2 mux */ 69c66ec88fSEmmanuel Vadot }; 70c66ec88fSEmmanuel Vadot }; 71c66ec88fSEmmanuel Vadot 72c66ec88fSEmmanuel Vadot gic500: interrupt-controller@1800000 { 73c66ec88fSEmmanuel Vadot compatible = "arm,gic-v3"; 74c66ec88fSEmmanuel Vadot #address-cells = <2>; 75c66ec88fSEmmanuel Vadot #size-cells = <2>; 76c66ec88fSEmmanuel Vadot ranges; 77c66ec88fSEmmanuel Vadot #interrupt-cells = <3>; 78c66ec88fSEmmanuel Vadot interrupt-controller; 79c66ec88fSEmmanuel Vadot reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 80c9ccf3a3SEmmanuel Vadot <0x00 0x01900000 0x00 0x100000>, /* GICR */ 81c9ccf3a3SEmmanuel Vadot <0x00 0x6f000000 0x00 0x2000>, /* GICC */ 82c9ccf3a3SEmmanuel Vadot <0x00 0x6f010000 0x00 0x1000>, /* GICH */ 83c9ccf3a3SEmmanuel Vadot <0x00 0x6f020000 0x00 0x2000>; /* GICV */ 84c66ec88fSEmmanuel Vadot 85c66ec88fSEmmanuel Vadot /* vcpumntirq: virtual CPU interface maintenance interrupt */ 86c66ec88fSEmmanuel Vadot interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 87c66ec88fSEmmanuel Vadot 88c66ec88fSEmmanuel Vadot gic_its: msi-controller@1820000 { 89c66ec88fSEmmanuel Vadot compatible = "arm,gic-v3-its"; 90c66ec88fSEmmanuel Vadot reg = <0x00 0x01820000 0x00 0x10000>; 91c66ec88fSEmmanuel Vadot socionext,synquacer-pre-its = <0x1000000 0x400000>; 92c66ec88fSEmmanuel Vadot msi-controller; 93c66ec88fSEmmanuel Vadot #msi-cells = <1>; 94c66ec88fSEmmanuel Vadot }; 95c66ec88fSEmmanuel Vadot }; 96c66ec88fSEmmanuel Vadot 972eb4d8dcSEmmanuel Vadot main_gpio_intr: interrupt-controller@a00000 { 98c66ec88fSEmmanuel Vadot compatible = "ti,sci-intr"; 992eb4d8dcSEmmanuel Vadot reg = <0x00 0x00a00000 0x00 0x800>; 100c66ec88fSEmmanuel Vadot ti,intr-trigger-type = <1>; 101c66ec88fSEmmanuel Vadot interrupt-controller; 102c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 103c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 104c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 105c66ec88fSEmmanuel Vadot ti,sci-dev-id = <131>; 106c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <8 392 56>; 107c66ec88fSEmmanuel Vadot }; 108c66ec88fSEmmanuel Vadot 1092eb4d8dcSEmmanuel Vadot main_navss: bus@30000000 { 110c66ec88fSEmmanuel Vadot compatible = "simple-mfd"; 111c66ec88fSEmmanuel Vadot #address-cells = <2>; 112c66ec88fSEmmanuel Vadot #size-cells = <2>; 1132eb4d8dcSEmmanuel Vadot ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>; 114c66ec88fSEmmanuel Vadot dma-coherent; 115c66ec88fSEmmanuel Vadot dma-ranges; 116c66ec88fSEmmanuel Vadot 117c66ec88fSEmmanuel Vadot ti,sci-dev-id = <199>; 118c66ec88fSEmmanuel Vadot 1192eb4d8dcSEmmanuel Vadot main_navss_intr: interrupt-controller@310e0000 { 120c66ec88fSEmmanuel Vadot compatible = "ti,sci-intr"; 1212eb4d8dcSEmmanuel Vadot reg = <0x0 0x310e0000 0x0 0x4000>; 122c66ec88fSEmmanuel Vadot ti,intr-trigger-type = <4>; 123c66ec88fSEmmanuel Vadot interrupt-controller; 124c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 125c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 126c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 127c66ec88fSEmmanuel Vadot ti,sci-dev-id = <213>; 128c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <0 64 64>, 129c66ec88fSEmmanuel Vadot <64 448 64>, 130c66ec88fSEmmanuel Vadot <128 672 64>; 131c66ec88fSEmmanuel Vadot }; 132c66ec88fSEmmanuel Vadot 133c66ec88fSEmmanuel Vadot main_udmass_inta: interrupt-controller@33d00000 { 134c66ec88fSEmmanuel Vadot compatible = "ti,sci-inta"; 135c66ec88fSEmmanuel Vadot reg = <0x0 0x33d00000 0x0 0x100000>; 136c66ec88fSEmmanuel Vadot interrupt-controller; 137c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 138c66ec88fSEmmanuel Vadot msi-controller; 1395def4c47SEmmanuel Vadot #interrupt-cells = <0>; 140c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 141c66ec88fSEmmanuel Vadot ti,sci-dev-id = <209>; 142c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <0 0 256>; 143c66ec88fSEmmanuel Vadot }; 144c66ec88fSEmmanuel Vadot 145c66ec88fSEmmanuel Vadot secure_proxy_main: mailbox@32c00000 { 146c66ec88fSEmmanuel Vadot compatible = "ti,am654-secure-proxy"; 147c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 148c66ec88fSEmmanuel Vadot reg-names = "target_data", "rt", "scfg"; 149c66ec88fSEmmanuel Vadot reg = <0x00 0x32c00000 0x00 0x100000>, 150c66ec88fSEmmanuel Vadot <0x00 0x32400000 0x00 0x100000>, 151c66ec88fSEmmanuel Vadot <0x00 0x32800000 0x00 0x100000>; 152c66ec88fSEmmanuel Vadot interrupt-names = "rx_011"; 153c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 154c66ec88fSEmmanuel Vadot }; 155c66ec88fSEmmanuel Vadot 156c66ec88fSEmmanuel Vadot smmu0: iommu@36600000 { 157c66ec88fSEmmanuel Vadot compatible = "arm,smmu-v3"; 158c66ec88fSEmmanuel Vadot reg = <0x0 0x36600000 0x0 0x100000>; 159c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 160c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>, 161c66ec88fSEmmanuel Vadot <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>; 162c66ec88fSEmmanuel Vadot interrupt-names = "eventq", "gerror"; 163c66ec88fSEmmanuel Vadot #iommu-cells = <1>; 164c66ec88fSEmmanuel Vadot }; 165c66ec88fSEmmanuel Vadot 166c66ec88fSEmmanuel Vadot hwspinlock: spinlock@30e00000 { 167c66ec88fSEmmanuel Vadot compatible = "ti,am654-hwspinlock"; 168c66ec88fSEmmanuel Vadot reg = <0x00 0x30e00000 0x00 0x1000>; 169c66ec88fSEmmanuel Vadot #hwlock-cells = <1>; 170c66ec88fSEmmanuel Vadot }; 171c66ec88fSEmmanuel Vadot 172c66ec88fSEmmanuel Vadot mailbox0_cluster0: mailbox@31f80000 { 173c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 174c66ec88fSEmmanuel Vadot reg = <0x00 0x31f80000 0x00 0x200>; 175c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 176c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 177c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 178c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 179c66ec88fSEmmanuel Vadot }; 180c66ec88fSEmmanuel Vadot 181c66ec88fSEmmanuel Vadot mailbox0_cluster1: mailbox@31f81000 { 182c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 183c66ec88fSEmmanuel Vadot reg = <0x00 0x31f81000 0x00 0x200>; 184c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 185c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 186c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 187c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 188c66ec88fSEmmanuel Vadot }; 189c66ec88fSEmmanuel Vadot 190c66ec88fSEmmanuel Vadot mailbox0_cluster2: mailbox@31f82000 { 191c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 192c66ec88fSEmmanuel Vadot reg = <0x00 0x31f82000 0x00 0x200>; 193c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 194c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 195c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 196c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 197c66ec88fSEmmanuel Vadot }; 198c66ec88fSEmmanuel Vadot 199c66ec88fSEmmanuel Vadot mailbox0_cluster3: mailbox@31f83000 { 200c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 201c66ec88fSEmmanuel Vadot reg = <0x00 0x31f83000 0x00 0x200>; 202c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 203c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 204c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 205c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 206c66ec88fSEmmanuel Vadot }; 207c66ec88fSEmmanuel Vadot 208c66ec88fSEmmanuel Vadot mailbox0_cluster4: mailbox@31f84000 { 209c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 210c66ec88fSEmmanuel Vadot reg = <0x00 0x31f84000 0x00 0x200>; 211c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 212c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 213c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 214c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 215c66ec88fSEmmanuel Vadot }; 216c66ec88fSEmmanuel Vadot 217c66ec88fSEmmanuel Vadot mailbox0_cluster5: mailbox@31f85000 { 218c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 219c66ec88fSEmmanuel Vadot reg = <0x00 0x31f85000 0x00 0x200>; 220c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 221c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 222c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 223c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 224c66ec88fSEmmanuel Vadot }; 225c66ec88fSEmmanuel Vadot 226c66ec88fSEmmanuel Vadot mailbox0_cluster6: mailbox@31f86000 { 227c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 228c66ec88fSEmmanuel Vadot reg = <0x00 0x31f86000 0x00 0x200>; 229c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 230c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 231c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 232c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 233c66ec88fSEmmanuel Vadot }; 234c66ec88fSEmmanuel Vadot 235c66ec88fSEmmanuel Vadot mailbox0_cluster7: mailbox@31f87000 { 236c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 237c66ec88fSEmmanuel Vadot reg = <0x00 0x31f87000 0x00 0x200>; 238c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 239c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 240c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 241c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 242c66ec88fSEmmanuel Vadot }; 243c66ec88fSEmmanuel Vadot 244c66ec88fSEmmanuel Vadot mailbox0_cluster8: mailbox@31f88000 { 245c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 246c66ec88fSEmmanuel Vadot reg = <0x00 0x31f88000 0x00 0x200>; 247c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 248c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 249c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 250c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 251c66ec88fSEmmanuel Vadot }; 252c66ec88fSEmmanuel Vadot 253c66ec88fSEmmanuel Vadot mailbox0_cluster9: mailbox@31f89000 { 254c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 255c66ec88fSEmmanuel Vadot reg = <0x00 0x31f89000 0x00 0x200>; 256c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 257c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 258c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 259c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 260c66ec88fSEmmanuel Vadot }; 261c66ec88fSEmmanuel Vadot 262c66ec88fSEmmanuel Vadot mailbox0_cluster10: mailbox@31f8a000 { 263c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 264c66ec88fSEmmanuel Vadot reg = <0x00 0x31f8a000 0x00 0x200>; 265c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 266c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 267c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 268c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 269c66ec88fSEmmanuel Vadot }; 270c66ec88fSEmmanuel Vadot 271c66ec88fSEmmanuel Vadot mailbox0_cluster11: mailbox@31f8b000 { 272c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 273c66ec88fSEmmanuel Vadot reg = <0x00 0x31f8b000 0x00 0x200>; 274c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 275c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 276c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 277c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 278c66ec88fSEmmanuel Vadot }; 279c66ec88fSEmmanuel Vadot 280c66ec88fSEmmanuel Vadot main_ringacc: ringacc@3c000000 { 281c66ec88fSEmmanuel Vadot compatible = "ti,am654-navss-ringacc"; 282c66ec88fSEmmanuel Vadot reg = <0x0 0x3c000000 0x0 0x400000>, 283c66ec88fSEmmanuel Vadot <0x0 0x38000000 0x0 0x400000>, 284c66ec88fSEmmanuel Vadot <0x0 0x31120000 0x0 0x100>, 285c66ec88fSEmmanuel Vadot <0x0 0x33000000 0x0 0x40000>; 286c66ec88fSEmmanuel Vadot reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; 287c66ec88fSEmmanuel Vadot ti,num-rings = <1024>; 288c66ec88fSEmmanuel Vadot ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 289c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 290c66ec88fSEmmanuel Vadot ti,sci-dev-id = <211>; 291c66ec88fSEmmanuel Vadot msi-parent = <&main_udmass_inta>; 292c66ec88fSEmmanuel Vadot }; 293c66ec88fSEmmanuel Vadot 294c66ec88fSEmmanuel Vadot main_udmap: dma-controller@31150000 { 295c66ec88fSEmmanuel Vadot compatible = "ti,j721e-navss-main-udmap"; 296c66ec88fSEmmanuel Vadot reg = <0x0 0x31150000 0x0 0x100>, 297c66ec88fSEmmanuel Vadot <0x0 0x34000000 0x0 0x100000>, 298c66ec88fSEmmanuel Vadot <0x0 0x35000000 0x0 0x100000>; 299c66ec88fSEmmanuel Vadot reg-names = "gcfg", "rchanrt", "tchanrt"; 300c66ec88fSEmmanuel Vadot msi-parent = <&main_udmass_inta>; 301c66ec88fSEmmanuel Vadot #dma-cells = <1>; 302c66ec88fSEmmanuel Vadot 303c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 304c66ec88fSEmmanuel Vadot ti,sci-dev-id = <212>; 305c66ec88fSEmmanuel Vadot ti,ringacc = <&main_ringacc>; 306c66ec88fSEmmanuel Vadot 307c66ec88fSEmmanuel Vadot ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */ 308c66ec88fSEmmanuel Vadot <0x0f>, /* TX_HCHAN */ 309c66ec88fSEmmanuel Vadot <0x10>; /* TX_UHCHAN */ 310c66ec88fSEmmanuel Vadot ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */ 311c66ec88fSEmmanuel Vadot <0x0b>, /* RX_HCHAN */ 312c66ec88fSEmmanuel Vadot <0x0c>; /* RX_UHCHAN */ 313c66ec88fSEmmanuel Vadot ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */ 314c66ec88fSEmmanuel Vadot }; 315c66ec88fSEmmanuel Vadot 316c66ec88fSEmmanuel Vadot cpts@310d0000 { 317c66ec88fSEmmanuel Vadot compatible = "ti,j721e-cpts"; 318c66ec88fSEmmanuel Vadot reg = <0x0 0x310d0000 0x0 0x400>; 319c66ec88fSEmmanuel Vadot reg-names = "cpts"; 320c66ec88fSEmmanuel Vadot clocks = <&k3_clks 201 1>; 321c66ec88fSEmmanuel Vadot clock-names = "cpts"; 322c66ec88fSEmmanuel Vadot interrupts-extended = <&main_navss_intr 391>; 323c66ec88fSEmmanuel Vadot interrupt-names = "cpts"; 324c66ec88fSEmmanuel Vadot ti,cpts-periodic-outputs = <6>; 325c66ec88fSEmmanuel Vadot ti,cpts-ext-ts-inputs = <8>; 326c66ec88fSEmmanuel Vadot }; 327c66ec88fSEmmanuel Vadot }; 328c66ec88fSEmmanuel Vadot 3296be33864SEmmanuel Vadot main_crypto: crypto@4e00000 { 3306be33864SEmmanuel Vadot compatible = "ti,j721e-sa2ul"; 3316be33864SEmmanuel Vadot reg = <0x0 0x4e00000 0x0 0x1200>; 3326be33864SEmmanuel Vadot power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>; 3336be33864SEmmanuel Vadot #address-cells = <2>; 3346be33864SEmmanuel Vadot #size-cells = <2>; 3356be33864SEmmanuel Vadot ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; 3366be33864SEmmanuel Vadot 3376be33864SEmmanuel Vadot dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, 3386be33864SEmmanuel Vadot <&main_udmap 0x4001>; 3396be33864SEmmanuel Vadot dma-names = "tx", "rx1", "rx2"; 3406be33864SEmmanuel Vadot dma-coherent; 3416be33864SEmmanuel Vadot 3426be33864SEmmanuel Vadot rng: rng@4e10000 { 3436be33864SEmmanuel Vadot compatible = "inside-secure,safexcel-eip76"; 3446be33864SEmmanuel Vadot reg = <0x0 0x4e10000 0x0 0x7d>; 3456be33864SEmmanuel Vadot interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 3466be33864SEmmanuel Vadot clocks = <&k3_clks 264 1>; 3476be33864SEmmanuel Vadot }; 3486be33864SEmmanuel Vadot }; 3496be33864SEmmanuel Vadot 3506be33864SEmmanuel Vadot main_pmx0: pinctrl@11c000 { 351c66ec88fSEmmanuel Vadot compatible = "pinctrl-single"; 352c66ec88fSEmmanuel Vadot /* Proxy 0 addressing */ 353c66ec88fSEmmanuel Vadot reg = <0x0 0x11c000 0x0 0x2b4>; 354c66ec88fSEmmanuel Vadot #pinctrl-cells = <1>; 355c66ec88fSEmmanuel Vadot pinctrl-single,register-width = <32>; 356c66ec88fSEmmanuel Vadot pinctrl-single,function-mask = <0xffffffff>; 357c66ec88fSEmmanuel Vadot }; 358c66ec88fSEmmanuel Vadot 359c66ec88fSEmmanuel Vadot serdes_wiz0: wiz@5000000 { 360c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 361c66ec88fSEmmanuel Vadot #address-cells = <1>; 362c66ec88fSEmmanuel Vadot #size-cells = <1>; 363c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>; 3645956d97fSEmmanuel Vadot clocks = <&k3_clks 292 5>, <&k3_clks 292 11>, <&cmn_refclk>; 365c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 366c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 292 11>, <&k3_clks 292 0>; 367c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 368c66ec88fSEmmanuel Vadot num-lanes = <2>; 369c66ec88fSEmmanuel Vadot #reset-cells = <1>; 370c66ec88fSEmmanuel Vadot ranges = <0x5000000 0x0 0x5000000 0x10000>; 371c66ec88fSEmmanuel Vadot 372c66ec88fSEmmanuel Vadot wiz0_pll0_refclk: pll0-refclk { 3735956d97fSEmmanuel Vadot clocks = <&k3_clks 292 11>, <&cmn_refclk>; 374c66ec88fSEmmanuel Vadot #clock-cells = <0>; 375c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_pll0_refclk>; 376c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 11>; 377c66ec88fSEmmanuel Vadot }; 378c66ec88fSEmmanuel Vadot 379c66ec88fSEmmanuel Vadot wiz0_pll1_refclk: pll1-refclk { 3805956d97fSEmmanuel Vadot clocks = <&k3_clks 292 0>, <&cmn_refclk1>; 381c66ec88fSEmmanuel Vadot #clock-cells = <0>; 382c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_pll1_refclk>; 383c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 0>; 384c66ec88fSEmmanuel Vadot }; 385c66ec88fSEmmanuel Vadot 386c66ec88fSEmmanuel Vadot wiz0_refclk_dig: refclk-dig { 3875956d97fSEmmanuel Vadot clocks = <&k3_clks 292 11>, <&k3_clks 292 0>, <&cmn_refclk>, <&cmn_refclk1>; 388c66ec88fSEmmanuel Vadot #clock-cells = <0>; 389c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_refclk_dig>; 390c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 11>; 391c66ec88fSEmmanuel Vadot }; 392c66ec88fSEmmanuel Vadot 393c66ec88fSEmmanuel Vadot wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div { 394c66ec88fSEmmanuel Vadot clocks = <&wiz0_refclk_dig>; 395c66ec88fSEmmanuel Vadot #clock-cells = <0>; 396c66ec88fSEmmanuel Vadot }; 397c66ec88fSEmmanuel Vadot 398c66ec88fSEmmanuel Vadot wiz0_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 399c66ec88fSEmmanuel Vadot clocks = <&wiz0_pll1_refclk>; 400c66ec88fSEmmanuel Vadot #clock-cells = <0>; 401c66ec88fSEmmanuel Vadot }; 402c66ec88fSEmmanuel Vadot 403c66ec88fSEmmanuel Vadot serdes0: serdes@5000000 { 404c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 405c66ec88fSEmmanuel Vadot reg-names = "serdes"; 406c66ec88fSEmmanuel Vadot reg = <0x5000000 0x10000>; 407c66ec88fSEmmanuel Vadot #address-cells = <1>; 408c66ec88fSEmmanuel Vadot #size-cells = <0>; 4095956d97fSEmmanuel Vadot #clock-cells = <1>; 410c66ec88fSEmmanuel Vadot resets = <&serdes_wiz0 0>; 411c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 4125956d97fSEmmanuel Vadot clocks = <&wiz0_cmn_refclk_dig_div>, <&wiz0_cmn_refclk1_dig_div>, 4135956d97fSEmmanuel Vadot <&wiz0_pll0_refclk>, <&wiz0_pll1_refclk>; 4145956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 4155956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 416c66ec88fSEmmanuel Vadot }; 417c66ec88fSEmmanuel Vadot }; 418c66ec88fSEmmanuel Vadot 419c66ec88fSEmmanuel Vadot serdes_wiz1: wiz@5010000 { 420c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 421c66ec88fSEmmanuel Vadot #address-cells = <1>; 422c66ec88fSEmmanuel Vadot #size-cells = <1>; 423c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 293 TI_SCI_PD_EXCLUSIVE>; 4245956d97fSEmmanuel Vadot clocks = <&k3_clks 293 5>, <&k3_clks 293 13>, <&cmn_refclk>; 425c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 426c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 293 13>, <&k3_clks 293 0>; 427c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 17>, <&k3_clks 293 4>; 428c66ec88fSEmmanuel Vadot num-lanes = <2>; 429c66ec88fSEmmanuel Vadot #reset-cells = <1>; 430c66ec88fSEmmanuel Vadot ranges = <0x5010000 0x0 0x5010000 0x10000>; 431c66ec88fSEmmanuel Vadot 432c66ec88fSEmmanuel Vadot wiz1_pll0_refclk: pll0-refclk { 4335956d97fSEmmanuel Vadot clocks = <&k3_clks 293 13>, <&cmn_refclk>; 434c66ec88fSEmmanuel Vadot #clock-cells = <0>; 435c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_pll0_refclk>; 436c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 13>; 437c66ec88fSEmmanuel Vadot }; 438c66ec88fSEmmanuel Vadot 439c66ec88fSEmmanuel Vadot wiz1_pll1_refclk: pll1-refclk { 4405956d97fSEmmanuel Vadot clocks = <&k3_clks 293 0>, <&cmn_refclk1>; 441c66ec88fSEmmanuel Vadot #clock-cells = <0>; 442c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_pll1_refclk>; 443c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 0>; 444c66ec88fSEmmanuel Vadot }; 445c66ec88fSEmmanuel Vadot 446c66ec88fSEmmanuel Vadot wiz1_refclk_dig: refclk-dig { 4475956d97fSEmmanuel Vadot clocks = <&k3_clks 293 13>, <&k3_clks 293 0>, <&cmn_refclk>, <&cmn_refclk1>; 448c66ec88fSEmmanuel Vadot #clock-cells = <0>; 449c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_refclk_dig>; 450c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 13>; 451c66ec88fSEmmanuel Vadot }; 452c66ec88fSEmmanuel Vadot 453c66ec88fSEmmanuel Vadot wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div{ 454c66ec88fSEmmanuel Vadot clocks = <&wiz1_refclk_dig>; 455c66ec88fSEmmanuel Vadot #clock-cells = <0>; 456c66ec88fSEmmanuel Vadot }; 457c66ec88fSEmmanuel Vadot 458c66ec88fSEmmanuel Vadot wiz1_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 459c66ec88fSEmmanuel Vadot clocks = <&wiz1_pll1_refclk>; 460c66ec88fSEmmanuel Vadot #clock-cells = <0>; 461c66ec88fSEmmanuel Vadot }; 462c66ec88fSEmmanuel Vadot 463c66ec88fSEmmanuel Vadot serdes1: serdes@5010000 { 464c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 465c66ec88fSEmmanuel Vadot reg-names = "serdes"; 466c66ec88fSEmmanuel Vadot reg = <0x5010000 0x10000>; 467c66ec88fSEmmanuel Vadot #address-cells = <1>; 468c66ec88fSEmmanuel Vadot #size-cells = <0>; 4695956d97fSEmmanuel Vadot #clock-cells = <1>; 470c66ec88fSEmmanuel Vadot resets = <&serdes_wiz1 0>; 471c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 4725956d97fSEmmanuel Vadot clocks = <&wiz1_cmn_refclk_dig_div>, <&wiz1_cmn_refclk1_dig_div>, 4735956d97fSEmmanuel Vadot <&wiz1_pll0_refclk>, <&wiz1_pll1_refclk>; 4745956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 4755956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 476c66ec88fSEmmanuel Vadot }; 477c66ec88fSEmmanuel Vadot }; 478c66ec88fSEmmanuel Vadot 479c66ec88fSEmmanuel Vadot serdes_wiz2: wiz@5020000 { 480c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 481c66ec88fSEmmanuel Vadot #address-cells = <1>; 482c66ec88fSEmmanuel Vadot #size-cells = <1>; 483c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 294 TI_SCI_PD_EXCLUSIVE>; 4845956d97fSEmmanuel Vadot clocks = <&k3_clks 294 5>, <&k3_clks 294 11>, <&cmn_refclk>; 485c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 486c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 294 11>, <&k3_clks 294 0>; 487c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 15>, <&k3_clks 294 4>; 488c66ec88fSEmmanuel Vadot num-lanes = <2>; 489c66ec88fSEmmanuel Vadot #reset-cells = <1>; 490c66ec88fSEmmanuel Vadot ranges = <0x5020000 0x0 0x5020000 0x10000>; 491c66ec88fSEmmanuel Vadot 492c66ec88fSEmmanuel Vadot wiz2_pll0_refclk: pll0-refclk { 4935956d97fSEmmanuel Vadot clocks = <&k3_clks 294 11>, <&cmn_refclk>; 494c66ec88fSEmmanuel Vadot #clock-cells = <0>; 495c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_pll0_refclk>; 496c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 11>; 497c66ec88fSEmmanuel Vadot }; 498c66ec88fSEmmanuel Vadot 499c66ec88fSEmmanuel Vadot wiz2_pll1_refclk: pll1-refclk { 5005956d97fSEmmanuel Vadot clocks = <&k3_clks 294 0>, <&cmn_refclk1>; 501c66ec88fSEmmanuel Vadot #clock-cells = <0>; 502c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_pll1_refclk>; 503c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 0>; 504c66ec88fSEmmanuel Vadot }; 505c66ec88fSEmmanuel Vadot 506c66ec88fSEmmanuel Vadot wiz2_refclk_dig: refclk-dig { 5075956d97fSEmmanuel Vadot clocks = <&k3_clks 294 11>, <&k3_clks 294 0>, <&cmn_refclk>, <&cmn_refclk1>; 508c66ec88fSEmmanuel Vadot #clock-cells = <0>; 509c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_refclk_dig>; 510c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 11>; 511c66ec88fSEmmanuel Vadot }; 512c66ec88fSEmmanuel Vadot 513c66ec88fSEmmanuel Vadot wiz2_cmn_refclk_dig_div: cmn-refclk-dig-div { 514c66ec88fSEmmanuel Vadot clocks = <&wiz2_refclk_dig>; 515c66ec88fSEmmanuel Vadot #clock-cells = <0>; 516c66ec88fSEmmanuel Vadot }; 517c66ec88fSEmmanuel Vadot 518c66ec88fSEmmanuel Vadot wiz2_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 519c66ec88fSEmmanuel Vadot clocks = <&wiz2_pll1_refclk>; 520c66ec88fSEmmanuel Vadot #clock-cells = <0>; 521c66ec88fSEmmanuel Vadot }; 522c66ec88fSEmmanuel Vadot 523c66ec88fSEmmanuel Vadot serdes2: serdes@5020000 { 524c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 525c66ec88fSEmmanuel Vadot reg-names = "serdes"; 526c66ec88fSEmmanuel Vadot reg = <0x5020000 0x10000>; 527c66ec88fSEmmanuel Vadot #address-cells = <1>; 528c66ec88fSEmmanuel Vadot #size-cells = <0>; 5295956d97fSEmmanuel Vadot #clock-cells = <1>; 530c66ec88fSEmmanuel Vadot resets = <&serdes_wiz2 0>; 531c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 5325956d97fSEmmanuel Vadot clocks = <&wiz2_cmn_refclk_dig_div>, <&wiz2_cmn_refclk1_dig_div>, 5335956d97fSEmmanuel Vadot <&wiz2_pll0_refclk>, <&wiz2_pll1_refclk>; 5345956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 5355956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 536c66ec88fSEmmanuel Vadot }; 537c66ec88fSEmmanuel Vadot }; 538c66ec88fSEmmanuel Vadot 539c66ec88fSEmmanuel Vadot serdes_wiz3: wiz@5030000 { 540c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 541c66ec88fSEmmanuel Vadot #address-cells = <1>; 542c66ec88fSEmmanuel Vadot #size-cells = <1>; 543c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>; 5445956d97fSEmmanuel Vadot clocks = <&k3_clks 295 5>, <&k3_clks 295 9>, <&cmn_refclk>; 545c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 546c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 295 9>, <&k3_clks 295 0>; 547c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 13>, <&k3_clks 295 4>; 548c66ec88fSEmmanuel Vadot num-lanes = <2>; 549c66ec88fSEmmanuel Vadot #reset-cells = <1>; 550c66ec88fSEmmanuel Vadot ranges = <0x5030000 0x0 0x5030000 0x10000>; 551c66ec88fSEmmanuel Vadot 552c66ec88fSEmmanuel Vadot wiz3_pll0_refclk: pll0-refclk { 5535956d97fSEmmanuel Vadot clocks = <&k3_clks 295 9>, <&cmn_refclk>; 554c66ec88fSEmmanuel Vadot #clock-cells = <0>; 555c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_pll0_refclk>; 556c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 9>; 557c66ec88fSEmmanuel Vadot }; 558c66ec88fSEmmanuel Vadot 559c66ec88fSEmmanuel Vadot wiz3_pll1_refclk: pll1-refclk { 5605956d97fSEmmanuel Vadot clocks = <&k3_clks 295 0>, <&cmn_refclk1>; 561c66ec88fSEmmanuel Vadot #clock-cells = <0>; 562c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_pll1_refclk>; 563c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 0>; 564c66ec88fSEmmanuel Vadot }; 565c66ec88fSEmmanuel Vadot 566c66ec88fSEmmanuel Vadot wiz3_refclk_dig: refclk-dig { 5675956d97fSEmmanuel Vadot clocks = <&k3_clks 295 9>, <&k3_clks 295 0>, <&cmn_refclk>, <&cmn_refclk1>; 568c66ec88fSEmmanuel Vadot #clock-cells = <0>; 569c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_refclk_dig>; 570c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 9>; 571c66ec88fSEmmanuel Vadot }; 572c66ec88fSEmmanuel Vadot 573c66ec88fSEmmanuel Vadot wiz3_cmn_refclk_dig_div: cmn-refclk-dig-div { 574c66ec88fSEmmanuel Vadot clocks = <&wiz3_refclk_dig>; 575c66ec88fSEmmanuel Vadot #clock-cells = <0>; 576c66ec88fSEmmanuel Vadot }; 577c66ec88fSEmmanuel Vadot 578c66ec88fSEmmanuel Vadot wiz3_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 579c66ec88fSEmmanuel Vadot clocks = <&wiz3_pll1_refclk>; 580c66ec88fSEmmanuel Vadot #clock-cells = <0>; 581c66ec88fSEmmanuel Vadot }; 582c66ec88fSEmmanuel Vadot 583c66ec88fSEmmanuel Vadot serdes3: serdes@5030000 { 584c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 585c66ec88fSEmmanuel Vadot reg-names = "serdes"; 586c66ec88fSEmmanuel Vadot reg = <0x5030000 0x10000>; 587c66ec88fSEmmanuel Vadot #address-cells = <1>; 588c66ec88fSEmmanuel Vadot #size-cells = <0>; 5895956d97fSEmmanuel Vadot #clock-cells = <1>; 590c66ec88fSEmmanuel Vadot resets = <&serdes_wiz3 0>; 591c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 5925956d97fSEmmanuel Vadot clocks = <&wiz3_cmn_refclk_dig_div>, <&wiz3_cmn_refclk1_dig_div>, 5935956d97fSEmmanuel Vadot <&wiz3_pll0_refclk>, <&wiz3_pll1_refclk>; 5945956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 5955956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 596c66ec88fSEmmanuel Vadot }; 597c66ec88fSEmmanuel Vadot }; 598c66ec88fSEmmanuel Vadot 5996be33864SEmmanuel Vadot pcie0_rc: pcie@2900000 { 6006be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 6016be33864SEmmanuel Vadot reg = <0x00 0x02900000 0x00 0x1000>, 6026be33864SEmmanuel Vadot <0x00 0x02907000 0x00 0x400>, 6036be33864SEmmanuel Vadot <0x00 0x0d000000 0x00 0x00800000>, 6046be33864SEmmanuel Vadot <0x00 0x10000000 0x00 0x00001000>; 6056be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 6066be33864SEmmanuel Vadot interrupt-names = "link_state"; 6076be33864SEmmanuel Vadot interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 6086be33864SEmmanuel Vadot device_type = "pci"; 6095def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4070>; 6106be33864SEmmanuel Vadot max-link-speed = <3>; 6116be33864SEmmanuel Vadot num-lanes = <2>; 6126be33864SEmmanuel Vadot power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 6136be33864SEmmanuel Vadot clocks = <&k3_clks 239 1>; 6146be33864SEmmanuel Vadot clock-names = "fck"; 6156be33864SEmmanuel Vadot #address-cells = <3>; 6166be33864SEmmanuel Vadot #size-cells = <2>; 6178cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 6186be33864SEmmanuel Vadot vendor-id = <0x104c>; 6196be33864SEmmanuel Vadot device-id = <0xb00d>; 6206be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x0 0x10000>; 6216be33864SEmmanuel Vadot dma-coherent; 6226be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x10001000 0x0 0x10001000 0x0 0x0010000>, 6236be33864SEmmanuel Vadot <0x02000000 0x0 0x10011000 0x0 0x10011000 0x0 0x7fef000>; 6246be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 6256be33864SEmmanuel Vadot }; 6266be33864SEmmanuel Vadot 6276be33864SEmmanuel Vadot pcie0_ep: pcie-ep@2900000 { 6286be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 6296be33864SEmmanuel Vadot reg = <0x00 0x02900000 0x00 0x1000>, 6306be33864SEmmanuel Vadot <0x00 0x02907000 0x00 0x400>, 6316be33864SEmmanuel Vadot <0x00 0x0d000000 0x00 0x00800000>, 6326be33864SEmmanuel Vadot <0x00 0x10000000 0x00 0x08000000>; 6336be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 6346be33864SEmmanuel Vadot interrupt-names = "link_state"; 6356be33864SEmmanuel Vadot interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 6365def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4070>; 6376be33864SEmmanuel Vadot max-link-speed = <3>; 6386be33864SEmmanuel Vadot num-lanes = <2>; 6396be33864SEmmanuel Vadot power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 6406be33864SEmmanuel Vadot clocks = <&k3_clks 239 1>; 6416be33864SEmmanuel Vadot clock-names = "fck"; 6426be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 6438cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 6446be33864SEmmanuel Vadot dma-coherent; 6456be33864SEmmanuel Vadot }; 6466be33864SEmmanuel Vadot 6476be33864SEmmanuel Vadot pcie1_rc: pcie@2910000 { 6486be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 6496be33864SEmmanuel Vadot reg = <0x00 0x02910000 0x00 0x1000>, 6506be33864SEmmanuel Vadot <0x00 0x02917000 0x00 0x400>, 6516be33864SEmmanuel Vadot <0x00 0x0d800000 0x00 0x00800000>, 6526be33864SEmmanuel Vadot <0x00 0x18000000 0x00 0x00001000>; 6536be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 6546be33864SEmmanuel Vadot interrupt-names = "link_state"; 6556be33864SEmmanuel Vadot interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 6566be33864SEmmanuel Vadot device_type = "pci"; 6575def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4074>; 6586be33864SEmmanuel Vadot max-link-speed = <3>; 6596be33864SEmmanuel Vadot num-lanes = <2>; 6606be33864SEmmanuel Vadot power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 6616be33864SEmmanuel Vadot clocks = <&k3_clks 240 1>; 6626be33864SEmmanuel Vadot clock-names = "fck"; 6636be33864SEmmanuel Vadot #address-cells = <3>; 6646be33864SEmmanuel Vadot #size-cells = <2>; 6658cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 6666be33864SEmmanuel Vadot vendor-id = <0x104c>; 6676be33864SEmmanuel Vadot device-id = <0xb00d>; 6686be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x10000 0x10000>; 6696be33864SEmmanuel Vadot dma-coherent; 6706be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x18001000 0x0 0x18001000 0x0 0x0010000>, 6716be33864SEmmanuel Vadot <0x02000000 0x0 0x18011000 0x0 0x18011000 0x0 0x7fef000>; 6726be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 6736be33864SEmmanuel Vadot }; 6746be33864SEmmanuel Vadot 6756be33864SEmmanuel Vadot pcie1_ep: pcie-ep@2910000 { 6766be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 6776be33864SEmmanuel Vadot reg = <0x00 0x02910000 0x00 0x1000>, 6786be33864SEmmanuel Vadot <0x00 0x02917000 0x00 0x400>, 6796be33864SEmmanuel Vadot <0x00 0x0d800000 0x00 0x00800000>, 6806be33864SEmmanuel Vadot <0x00 0x18000000 0x00 0x08000000>; 6816be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 6826be33864SEmmanuel Vadot interrupt-names = "link_state"; 6836be33864SEmmanuel Vadot interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 6845def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4074>; 6856be33864SEmmanuel Vadot max-link-speed = <3>; 6866be33864SEmmanuel Vadot num-lanes = <2>; 6876be33864SEmmanuel Vadot power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 6886be33864SEmmanuel Vadot clocks = <&k3_clks 240 1>; 6896be33864SEmmanuel Vadot clock-names = "fck"; 6906be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 6918cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 6926be33864SEmmanuel Vadot dma-coherent; 6936be33864SEmmanuel Vadot }; 6946be33864SEmmanuel Vadot 6956be33864SEmmanuel Vadot pcie2_rc: pcie@2920000 { 6966be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 6976be33864SEmmanuel Vadot reg = <0x00 0x02920000 0x00 0x1000>, 6986be33864SEmmanuel Vadot <0x00 0x02927000 0x00 0x400>, 6996be33864SEmmanuel Vadot <0x00 0x0e000000 0x00 0x00800000>, 7006be33864SEmmanuel Vadot <0x44 0x00000000 0x00 0x00001000>; 7016be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 7026be33864SEmmanuel Vadot interrupt-names = "link_state"; 7036be33864SEmmanuel Vadot interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 7046be33864SEmmanuel Vadot device_type = "pci"; 7055def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4078>; 7066be33864SEmmanuel Vadot max-link-speed = <3>; 7076be33864SEmmanuel Vadot num-lanes = <2>; 7086be33864SEmmanuel Vadot power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 7096be33864SEmmanuel Vadot clocks = <&k3_clks 241 1>; 7106be33864SEmmanuel Vadot clock-names = "fck"; 7116be33864SEmmanuel Vadot #address-cells = <3>; 7126be33864SEmmanuel Vadot #size-cells = <2>; 7138cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 7146be33864SEmmanuel Vadot vendor-id = <0x104c>; 7156be33864SEmmanuel Vadot device-id = <0xb00d>; 7166be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x20000 0x10000>; 7176be33864SEmmanuel Vadot dma-coherent; 7186be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x00001000 0x44 0x00001000 0x0 0x0010000>, 7196be33864SEmmanuel Vadot <0x02000000 0x0 0x00011000 0x44 0x00011000 0x0 0x7fef000>; 7206be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 7216be33864SEmmanuel Vadot }; 7226be33864SEmmanuel Vadot 7236be33864SEmmanuel Vadot pcie2_ep: pcie-ep@2920000 { 7246be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 7256be33864SEmmanuel Vadot reg = <0x00 0x02920000 0x00 0x1000>, 7266be33864SEmmanuel Vadot <0x00 0x02927000 0x00 0x400>, 7276be33864SEmmanuel Vadot <0x00 0x0e000000 0x00 0x00800000>, 7286be33864SEmmanuel Vadot <0x44 0x00000000 0x00 0x08000000>; 7296be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 7306be33864SEmmanuel Vadot interrupt-names = "link_state"; 7316be33864SEmmanuel Vadot interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 7325def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4078>; 7336be33864SEmmanuel Vadot max-link-speed = <3>; 7346be33864SEmmanuel Vadot num-lanes = <2>; 7356be33864SEmmanuel Vadot power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 7366be33864SEmmanuel Vadot clocks = <&k3_clks 241 1>; 7376be33864SEmmanuel Vadot clock-names = "fck"; 7386be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 7398cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 7406be33864SEmmanuel Vadot dma-coherent; 7416be33864SEmmanuel Vadot }; 7426be33864SEmmanuel Vadot 7436be33864SEmmanuel Vadot pcie3_rc: pcie@2930000 { 7446be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 7456be33864SEmmanuel Vadot reg = <0x00 0x02930000 0x00 0x1000>, 7466be33864SEmmanuel Vadot <0x00 0x02937000 0x00 0x400>, 7476be33864SEmmanuel Vadot <0x00 0x0e800000 0x00 0x00800000>, 7486be33864SEmmanuel Vadot <0x44 0x10000000 0x00 0x00001000>; 7496be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 7506be33864SEmmanuel Vadot interrupt-names = "link_state"; 7516be33864SEmmanuel Vadot interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 7526be33864SEmmanuel Vadot device_type = "pci"; 7535def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x407c>; 7546be33864SEmmanuel Vadot max-link-speed = <3>; 7556be33864SEmmanuel Vadot num-lanes = <2>; 7566be33864SEmmanuel Vadot power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 7576be33864SEmmanuel Vadot clocks = <&k3_clks 242 1>; 7586be33864SEmmanuel Vadot clock-names = "fck"; 7596be33864SEmmanuel Vadot #address-cells = <3>; 7606be33864SEmmanuel Vadot #size-cells = <2>; 7618cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 7626be33864SEmmanuel Vadot vendor-id = <0x104c>; 7636be33864SEmmanuel Vadot device-id = <0xb00d>; 7646be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x30000 0x10000>; 7656be33864SEmmanuel Vadot dma-coherent; 7666be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x00001000 0x44 0x10001000 0x0 0x0010000>, 7676be33864SEmmanuel Vadot <0x02000000 0x0 0x00011000 0x44 0x10011000 0x0 0x7fef000>; 7686be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 7696be33864SEmmanuel Vadot }; 7706be33864SEmmanuel Vadot 7716be33864SEmmanuel Vadot pcie3_ep: pcie-ep@2930000 { 7726be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 7736be33864SEmmanuel Vadot reg = <0x00 0x02930000 0x00 0x1000>, 7746be33864SEmmanuel Vadot <0x00 0x02937000 0x00 0x400>, 7756be33864SEmmanuel Vadot <0x00 0x0e800000 0x00 0x00800000>, 7766be33864SEmmanuel Vadot <0x44 0x10000000 0x00 0x08000000>; 7776be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 7786be33864SEmmanuel Vadot interrupt-names = "link_state"; 7796be33864SEmmanuel Vadot interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 7805def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x407c>; 7816be33864SEmmanuel Vadot max-link-speed = <3>; 7826be33864SEmmanuel Vadot num-lanes = <2>; 7836be33864SEmmanuel Vadot power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 7846be33864SEmmanuel Vadot clocks = <&k3_clks 242 1>; 7856be33864SEmmanuel Vadot clock-names = "fck"; 7866be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 7878cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 7886be33864SEmmanuel Vadot dma-coherent; 7896be33864SEmmanuel Vadot #address-cells = <2>; 7906be33864SEmmanuel Vadot #size-cells = <2>; 7916be33864SEmmanuel Vadot }; 7926be33864SEmmanuel Vadot 793*d5b0e70fSEmmanuel Vadot serdes_wiz4: wiz@5050000 { 794*d5b0e70fSEmmanuel Vadot compatible = "ti,am64-wiz-10g"; 795*d5b0e70fSEmmanuel Vadot #address-cells = <1>; 796*d5b0e70fSEmmanuel Vadot #size-cells = <1>; 797*d5b0e70fSEmmanuel Vadot power-domains = <&k3_pds 297 TI_SCI_PD_EXCLUSIVE>; 798*d5b0e70fSEmmanuel Vadot clocks = <&k3_clks 297 1>, <&k3_clks 297 9>, <&cmn_refclk>; 799*d5b0e70fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 800*d5b0e70fSEmmanuel Vadot assigned-clocks = <&k3_clks 297 9>; 801*d5b0e70fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 297 10>; 802*d5b0e70fSEmmanuel Vadot assigned-clock-rates = <19200000>; 803*d5b0e70fSEmmanuel Vadot num-lanes = <4>; 804*d5b0e70fSEmmanuel Vadot #reset-cells = <1>; 805*d5b0e70fSEmmanuel Vadot #clock-cells = <1>; 806*d5b0e70fSEmmanuel Vadot ranges = <0x05050000 0x00 0x05050000 0x010000>, 807*d5b0e70fSEmmanuel Vadot <0x0a030a00 0x00 0x0a030a00 0x40>; 808*d5b0e70fSEmmanuel Vadot 809*d5b0e70fSEmmanuel Vadot serdes4: serdes@5050000 { 810*d5b0e70fSEmmanuel Vadot /* 811*d5b0e70fSEmmanuel Vadot * Note: we also map DPTX PHY registers as the Torrent 812*d5b0e70fSEmmanuel Vadot * needs to manage those. 813*d5b0e70fSEmmanuel Vadot */ 814*d5b0e70fSEmmanuel Vadot compatible = "ti,j721e-serdes-10g"; 815*d5b0e70fSEmmanuel Vadot reg = <0x05050000 0x010000>, 816*d5b0e70fSEmmanuel Vadot <0x0a030a00 0x40>; /* DPTX PHY */ 817*d5b0e70fSEmmanuel Vadot reg-names = "torrent_phy", "dptx_phy"; 818*d5b0e70fSEmmanuel Vadot 819*d5b0e70fSEmmanuel Vadot resets = <&serdes_wiz4 0>; 820*d5b0e70fSEmmanuel Vadot reset-names = "torrent_reset"; 821*d5b0e70fSEmmanuel Vadot clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>; 822*d5b0e70fSEmmanuel Vadot clock-names = "refclk"; 823*d5b0e70fSEmmanuel Vadot assigned-clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>, 824*d5b0e70fSEmmanuel Vadot <&serdes_wiz4 TI_WIZ_PLL1_REFCLK>, 825*d5b0e70fSEmmanuel Vadot <&serdes_wiz4 TI_WIZ_REFCLK_DIG>; 826*d5b0e70fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 297 9>, 827*d5b0e70fSEmmanuel Vadot <&k3_clks 297 9>, 828*d5b0e70fSEmmanuel Vadot <&k3_clks 297 9>; 829*d5b0e70fSEmmanuel Vadot #address-cells = <1>; 830*d5b0e70fSEmmanuel Vadot #size-cells = <0>; 831*d5b0e70fSEmmanuel Vadot }; 832*d5b0e70fSEmmanuel Vadot }; 833*d5b0e70fSEmmanuel Vadot 834c66ec88fSEmmanuel Vadot main_uart0: serial@2800000 { 835c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 836c66ec88fSEmmanuel Vadot reg = <0x00 0x02800000 0x00 0x100>; 837c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; 838c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 839c66ec88fSEmmanuel Vadot current-speed = <115200>; 840c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 841c66ec88fSEmmanuel Vadot clocks = <&k3_clks 146 0>; 842c66ec88fSEmmanuel Vadot clock-names = "fclk"; 843c66ec88fSEmmanuel Vadot }; 844c66ec88fSEmmanuel Vadot 845c66ec88fSEmmanuel Vadot main_uart1: serial@2810000 { 846c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 847c66ec88fSEmmanuel Vadot reg = <0x00 0x02810000 0x00 0x100>; 848c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; 849c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 850c66ec88fSEmmanuel Vadot current-speed = <115200>; 851c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>; 852c66ec88fSEmmanuel Vadot clocks = <&k3_clks 278 0>; 853c66ec88fSEmmanuel Vadot clock-names = "fclk"; 854c66ec88fSEmmanuel Vadot }; 855c66ec88fSEmmanuel Vadot 856c66ec88fSEmmanuel Vadot main_uart2: serial@2820000 { 857c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 858c66ec88fSEmmanuel Vadot reg = <0x00 0x02820000 0x00 0x100>; 859c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; 860c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 861c66ec88fSEmmanuel Vadot current-speed = <115200>; 862c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>; 863c66ec88fSEmmanuel Vadot clocks = <&k3_clks 279 0>; 864c66ec88fSEmmanuel Vadot clock-names = "fclk"; 865c66ec88fSEmmanuel Vadot }; 866c66ec88fSEmmanuel Vadot 867c66ec88fSEmmanuel Vadot main_uart3: serial@2830000 { 868c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 869c66ec88fSEmmanuel Vadot reg = <0x00 0x02830000 0x00 0x100>; 870c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>; 871c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 872c66ec88fSEmmanuel Vadot current-speed = <115200>; 873c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 280 TI_SCI_PD_EXCLUSIVE>; 874c66ec88fSEmmanuel Vadot clocks = <&k3_clks 280 0>; 875c66ec88fSEmmanuel Vadot clock-names = "fclk"; 876c66ec88fSEmmanuel Vadot }; 877c66ec88fSEmmanuel Vadot 878c66ec88fSEmmanuel Vadot main_uart4: serial@2840000 { 879c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 880c66ec88fSEmmanuel Vadot reg = <0x00 0x02840000 0x00 0x100>; 881c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>; 882c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 883c66ec88fSEmmanuel Vadot current-speed = <115200>; 884c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 281 TI_SCI_PD_EXCLUSIVE>; 885c66ec88fSEmmanuel Vadot clocks = <&k3_clks 281 0>; 886c66ec88fSEmmanuel Vadot clock-names = "fclk"; 887c66ec88fSEmmanuel Vadot }; 888c66ec88fSEmmanuel Vadot 889c66ec88fSEmmanuel Vadot main_uart5: serial@2850000 { 890c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 891c66ec88fSEmmanuel Vadot reg = <0x00 0x02850000 0x00 0x100>; 892c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>; 893c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 894c66ec88fSEmmanuel Vadot current-speed = <115200>; 895c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 282 TI_SCI_PD_EXCLUSIVE>; 896c66ec88fSEmmanuel Vadot clocks = <&k3_clks 282 0>; 897c66ec88fSEmmanuel Vadot clock-names = "fclk"; 898c66ec88fSEmmanuel Vadot }; 899c66ec88fSEmmanuel Vadot 900c66ec88fSEmmanuel Vadot main_uart6: serial@2860000 { 901c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 902c66ec88fSEmmanuel Vadot reg = <0x00 0x02860000 0x00 0x100>; 903c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>; 904c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 905c66ec88fSEmmanuel Vadot current-speed = <115200>; 906c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 283 TI_SCI_PD_EXCLUSIVE>; 907c66ec88fSEmmanuel Vadot clocks = <&k3_clks 283 0>; 908c66ec88fSEmmanuel Vadot clock-names = "fclk"; 909c66ec88fSEmmanuel Vadot }; 910c66ec88fSEmmanuel Vadot 911c66ec88fSEmmanuel Vadot main_uart7: serial@2870000 { 912c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 913c66ec88fSEmmanuel Vadot reg = <0x00 0x02870000 0x00 0x100>; 914c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>; 915c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 916c66ec88fSEmmanuel Vadot current-speed = <115200>; 917c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 284 TI_SCI_PD_EXCLUSIVE>; 918c66ec88fSEmmanuel Vadot clocks = <&k3_clks 284 0>; 919c66ec88fSEmmanuel Vadot clock-names = "fclk"; 920c66ec88fSEmmanuel Vadot }; 921c66ec88fSEmmanuel Vadot 922c66ec88fSEmmanuel Vadot main_uart8: serial@2880000 { 923c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 924c66ec88fSEmmanuel Vadot reg = <0x00 0x02880000 0x00 0x100>; 925c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>; 926c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 927c66ec88fSEmmanuel Vadot current-speed = <115200>; 928c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 285 TI_SCI_PD_EXCLUSIVE>; 929c66ec88fSEmmanuel Vadot clocks = <&k3_clks 285 0>; 930c66ec88fSEmmanuel Vadot clock-names = "fclk"; 931c66ec88fSEmmanuel Vadot }; 932c66ec88fSEmmanuel Vadot 933c66ec88fSEmmanuel Vadot main_uart9: serial@2890000 { 934c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 935c66ec88fSEmmanuel Vadot reg = <0x00 0x02890000 0x00 0x100>; 936c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>; 937c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 938c66ec88fSEmmanuel Vadot current-speed = <115200>; 939c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>; 940c66ec88fSEmmanuel Vadot clocks = <&k3_clks 286 0>; 941c66ec88fSEmmanuel Vadot clock-names = "fclk"; 942c66ec88fSEmmanuel Vadot }; 943c66ec88fSEmmanuel Vadot 944c66ec88fSEmmanuel Vadot main_gpio0: gpio@600000 { 945c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 946c66ec88fSEmmanuel Vadot reg = <0x0 0x00600000 0x0 0x100>; 947c66ec88fSEmmanuel Vadot gpio-controller; 948c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 949c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 950c66ec88fSEmmanuel Vadot interrupts = <256>, <257>, <258>, <259>, 951c66ec88fSEmmanuel Vadot <260>, <261>, <262>, <263>; 952c66ec88fSEmmanuel Vadot interrupt-controller; 953c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 954c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 955c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 956c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 957c66ec88fSEmmanuel Vadot clocks = <&k3_clks 105 0>; 958c66ec88fSEmmanuel Vadot clock-names = "gpio"; 959c66ec88fSEmmanuel Vadot }; 960c66ec88fSEmmanuel Vadot 961c66ec88fSEmmanuel Vadot main_gpio1: gpio@601000 { 962c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 963c66ec88fSEmmanuel Vadot reg = <0x0 0x00601000 0x0 0x100>; 964c66ec88fSEmmanuel Vadot gpio-controller; 965c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 966c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 967c66ec88fSEmmanuel Vadot interrupts = <288>, <289>, <290>; 968c66ec88fSEmmanuel Vadot interrupt-controller; 969c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 970c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 971c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 972c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; 973c66ec88fSEmmanuel Vadot clocks = <&k3_clks 106 0>; 974c66ec88fSEmmanuel Vadot clock-names = "gpio"; 975c66ec88fSEmmanuel Vadot }; 976c66ec88fSEmmanuel Vadot 977c66ec88fSEmmanuel Vadot main_gpio2: gpio@610000 { 978c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 979c66ec88fSEmmanuel Vadot reg = <0x0 0x00610000 0x0 0x100>; 980c66ec88fSEmmanuel Vadot gpio-controller; 981c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 982c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 983c66ec88fSEmmanuel Vadot interrupts = <264>, <265>, <266>, <267>, 984c66ec88fSEmmanuel Vadot <268>, <269>, <270>, <271>; 985c66ec88fSEmmanuel Vadot interrupt-controller; 986c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 987c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 988c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 989c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>; 990c66ec88fSEmmanuel Vadot clocks = <&k3_clks 107 0>; 991c66ec88fSEmmanuel Vadot clock-names = "gpio"; 992c66ec88fSEmmanuel Vadot }; 993c66ec88fSEmmanuel Vadot 994c66ec88fSEmmanuel Vadot main_gpio3: gpio@611000 { 995c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 996c66ec88fSEmmanuel Vadot reg = <0x0 0x00611000 0x0 0x100>; 997c66ec88fSEmmanuel Vadot gpio-controller; 998c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 999c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1000c66ec88fSEmmanuel Vadot interrupts = <292>, <293>, <294>; 1001c66ec88fSEmmanuel Vadot interrupt-controller; 1002c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1003c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1004c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1005c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 108 TI_SCI_PD_EXCLUSIVE>; 1006c66ec88fSEmmanuel Vadot clocks = <&k3_clks 108 0>; 1007c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1008c66ec88fSEmmanuel Vadot }; 1009c66ec88fSEmmanuel Vadot 1010c66ec88fSEmmanuel Vadot main_gpio4: gpio@620000 { 1011c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1012c66ec88fSEmmanuel Vadot reg = <0x0 0x00620000 0x0 0x100>; 1013c66ec88fSEmmanuel Vadot gpio-controller; 1014c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1015c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1016c66ec88fSEmmanuel Vadot interrupts = <272>, <273>, <274>, <275>, 1017c66ec88fSEmmanuel Vadot <276>, <277>, <278>, <279>; 1018c66ec88fSEmmanuel Vadot interrupt-controller; 1019c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1020c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1021c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1022c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>; 1023c66ec88fSEmmanuel Vadot clocks = <&k3_clks 109 0>; 1024c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1025c66ec88fSEmmanuel Vadot }; 1026c66ec88fSEmmanuel Vadot 1027c66ec88fSEmmanuel Vadot main_gpio5: gpio@621000 { 1028c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1029c66ec88fSEmmanuel Vadot reg = <0x0 0x00621000 0x0 0x100>; 1030c66ec88fSEmmanuel Vadot gpio-controller; 1031c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1032c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1033c66ec88fSEmmanuel Vadot interrupts = <296>, <297>, <298>; 1034c66ec88fSEmmanuel Vadot interrupt-controller; 1035c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1036c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1037c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1038c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 110 TI_SCI_PD_EXCLUSIVE>; 1039c66ec88fSEmmanuel Vadot clocks = <&k3_clks 110 0>; 1040c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1041c66ec88fSEmmanuel Vadot }; 1042c66ec88fSEmmanuel Vadot 1043c66ec88fSEmmanuel Vadot main_gpio6: gpio@630000 { 1044c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1045c66ec88fSEmmanuel Vadot reg = <0x0 0x00630000 0x0 0x100>; 1046c66ec88fSEmmanuel Vadot gpio-controller; 1047c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1048c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1049c66ec88fSEmmanuel Vadot interrupts = <280>, <281>, <282>, <283>, 1050c66ec88fSEmmanuel Vadot <284>, <285>, <286>, <287>; 1051c66ec88fSEmmanuel Vadot interrupt-controller; 1052c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1053c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1054c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1055c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>; 1056c66ec88fSEmmanuel Vadot clocks = <&k3_clks 111 0>; 1057c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1058c66ec88fSEmmanuel Vadot }; 1059c66ec88fSEmmanuel Vadot 1060c66ec88fSEmmanuel Vadot main_gpio7: gpio@631000 { 1061c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1062c66ec88fSEmmanuel Vadot reg = <0x0 0x00631000 0x0 0x100>; 1063c66ec88fSEmmanuel Vadot gpio-controller; 1064c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1065c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1066c66ec88fSEmmanuel Vadot interrupts = <300>, <301>, <302>; 1067c66ec88fSEmmanuel Vadot interrupt-controller; 1068c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1069c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1070c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1071c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 112 TI_SCI_PD_EXCLUSIVE>; 1072c66ec88fSEmmanuel Vadot clocks = <&k3_clks 112 0>; 1073c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1074c66ec88fSEmmanuel Vadot }; 1075c66ec88fSEmmanuel Vadot 10765def4c47SEmmanuel Vadot main_sdhci0: mmc@4f80000 { 1077c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-8bit"; 1078c66ec88fSEmmanuel Vadot reg = <0x0 0x4f80000 0x0 0x1000>, <0x0 0x4f88000 0x0 0x400>; 1079c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 1080c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>; 10815def4c47SEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 10825def4c47SEmmanuel Vadot clocks = <&k3_clks 91 0>, <&k3_clks 91 1>; 1083c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 91 1>; 1084c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 91 2>; 1085c66ec88fSEmmanuel Vadot bus-width = <8>; 10862eb4d8dcSEmmanuel Vadot mmc-hs200-1_8v; 1087c66ec88fSEmmanuel Vadot mmc-ddr-1_8v; 10885def4c47SEmmanuel Vadot ti,otap-del-sel-legacy = <0xf>; 10895def4c47SEmmanuel Vadot ti,otap-del-sel-mmc-hs = <0xf>; 10905def4c47SEmmanuel Vadot ti,otap-del-sel-ddr52 = <0x5>; 10915def4c47SEmmanuel Vadot ti,otap-del-sel-hs200 = <0x6>; 10925def4c47SEmmanuel Vadot ti,otap-del-sel-hs400 = <0x0>; 10932eb4d8dcSEmmanuel Vadot ti,itap-del-sel-legacy = <0x10>; 10942eb4d8dcSEmmanuel Vadot ti,itap-del-sel-mmc-hs = <0xa>; 10952eb4d8dcSEmmanuel Vadot ti,itap-del-sel-ddr52 = <0x3>; 1096c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1097c66ec88fSEmmanuel Vadot ti,strobe-sel = <0x77>; 1098c66ec88fSEmmanuel Vadot dma-coherent; 1099c66ec88fSEmmanuel Vadot }; 1100c66ec88fSEmmanuel Vadot 11015def4c47SEmmanuel Vadot main_sdhci1: mmc@4fb0000 { 1102c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-4bit"; 1103c66ec88fSEmmanuel Vadot reg = <0x0 0x04fb0000 0x0 0x1000>, <0x0 0x4fb8000 0x0 0x400>; 1104c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 1105c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>; 11065def4c47SEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 11075def4c47SEmmanuel Vadot clocks = <&k3_clks 92 5>, <&k3_clks 92 0>; 1108c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 92 0>; 1109c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 92 1>; 11105def4c47SEmmanuel Vadot ti,otap-del-sel-legacy = <0x0>; 11115def4c47SEmmanuel Vadot ti,otap-del-sel-sd-hs = <0xf>; 11125def4c47SEmmanuel Vadot ti,otap-del-sel-sdr12 = <0xf>; 11135def4c47SEmmanuel Vadot ti,otap-del-sel-sdr25 = <0xf>; 11145def4c47SEmmanuel Vadot ti,otap-del-sel-sdr50 = <0xc>; 11155def4c47SEmmanuel Vadot ti,otap-del-sel-ddr50 = <0xc>; 11162eb4d8dcSEmmanuel Vadot ti,itap-del-sel-legacy = <0x0>; 11172eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sd-hs = <0x0>; 11182eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr12 = <0x0>; 11192eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr25 = <0x0>; 11202eb4d8dcSEmmanuel Vadot ti,itap-del-sel-ddr50 = <0x2>; 1121c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1122c66ec88fSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 1123c66ec88fSEmmanuel Vadot dma-coherent; 11242eb4d8dcSEmmanuel Vadot sdhci-caps-mask = <0x2 0x0>; 1125c66ec88fSEmmanuel Vadot }; 1126c66ec88fSEmmanuel Vadot 11275def4c47SEmmanuel Vadot main_sdhci2: mmc@4f98000 { 1128c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-4bit"; 1129c66ec88fSEmmanuel Vadot reg = <0x0 0x4f98000 0x0 0x1000>, <0x0 0x4f90000 0x0 0x400>; 1130c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 1131c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 93 TI_SCI_PD_EXCLUSIVE>; 11325def4c47SEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 11335def4c47SEmmanuel Vadot clocks = <&k3_clks 93 5>, <&k3_clks 93 0>; 1134c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 93 0>; 1135c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 93 1>; 11365def4c47SEmmanuel Vadot ti,otap-del-sel-legacy = <0x0>; 11375def4c47SEmmanuel Vadot ti,otap-del-sel-sd-hs = <0xf>; 11385def4c47SEmmanuel Vadot ti,otap-del-sel-sdr12 = <0xf>; 11395def4c47SEmmanuel Vadot ti,otap-del-sel-sdr25 = <0xf>; 11405def4c47SEmmanuel Vadot ti,otap-del-sel-sdr50 = <0xc>; 11415def4c47SEmmanuel Vadot ti,otap-del-sel-ddr50 = <0xc>; 11422eb4d8dcSEmmanuel Vadot ti,itap-del-sel-legacy = <0x0>; 11432eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sd-hs = <0x0>; 11442eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr12 = <0x0>; 11452eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr25 = <0x0>; 11462eb4d8dcSEmmanuel Vadot ti,itap-del-sel-ddr50 = <0x2>; 1147c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1148c66ec88fSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 1149c66ec88fSEmmanuel Vadot dma-coherent; 11502eb4d8dcSEmmanuel Vadot sdhci-caps-mask = <0x2 0x0>; 1151c66ec88fSEmmanuel Vadot }; 1152c66ec88fSEmmanuel Vadot 11536be33864SEmmanuel Vadot usbss0: cdns-usb@4104000 { 1154c66ec88fSEmmanuel Vadot compatible = "ti,j721e-usb"; 1155c66ec88fSEmmanuel Vadot reg = <0x00 0x4104000 0x00 0x100>; 1156c66ec88fSEmmanuel Vadot dma-coherent; 1157c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>; 1158c66ec88fSEmmanuel Vadot clocks = <&k3_clks 288 15>, <&k3_clks 288 3>; 1159c66ec88fSEmmanuel Vadot clock-names = "ref", "lpm"; 1160c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 288 15>; /* USB2_REFCLK */ 1161c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */ 1162c66ec88fSEmmanuel Vadot #address-cells = <2>; 1163c66ec88fSEmmanuel Vadot #size-cells = <2>; 1164c66ec88fSEmmanuel Vadot ranges; 1165c66ec88fSEmmanuel Vadot 1166c66ec88fSEmmanuel Vadot usb0: usb@6000000 { 1167c66ec88fSEmmanuel Vadot compatible = "cdns,usb3"; 1168c66ec88fSEmmanuel Vadot reg = <0x00 0x6000000 0x00 0x10000>, 1169c66ec88fSEmmanuel Vadot <0x00 0x6010000 0x00 0x10000>, 1170c66ec88fSEmmanuel Vadot <0x00 0x6020000 0x00 0x10000>; 1171c66ec88fSEmmanuel Vadot reg-names = "otg", "xhci", "dev"; 1172c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1173c66ec88fSEmmanuel Vadot <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1174c66ec88fSEmmanuel Vadot <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1175c66ec88fSEmmanuel Vadot interrupt-names = "host", 1176c66ec88fSEmmanuel Vadot "peripheral", 1177c66ec88fSEmmanuel Vadot "otg"; 1178c66ec88fSEmmanuel Vadot maximum-speed = "super-speed"; 1179c66ec88fSEmmanuel Vadot dr_mode = "otg"; 1180c66ec88fSEmmanuel Vadot }; 1181c66ec88fSEmmanuel Vadot }; 1182c66ec88fSEmmanuel Vadot 11836be33864SEmmanuel Vadot usbss1: cdns-usb@4114000 { 1184c66ec88fSEmmanuel Vadot compatible = "ti,j721e-usb"; 1185c66ec88fSEmmanuel Vadot reg = <0x00 0x4114000 0x00 0x100>; 1186c66ec88fSEmmanuel Vadot dma-coherent; 1187c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 289 TI_SCI_PD_EXCLUSIVE>; 1188c66ec88fSEmmanuel Vadot clocks = <&k3_clks 289 15>, <&k3_clks 289 3>; 1189c66ec88fSEmmanuel Vadot clock-names = "ref", "lpm"; 1190c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 289 15>; /* USB2_REFCLK */ 1191c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 289 16>; /* HFOSC0 */ 1192c66ec88fSEmmanuel Vadot #address-cells = <2>; 1193c66ec88fSEmmanuel Vadot #size-cells = <2>; 1194c66ec88fSEmmanuel Vadot ranges; 1195c66ec88fSEmmanuel Vadot 1196c66ec88fSEmmanuel Vadot usb1: usb@6400000 { 1197c66ec88fSEmmanuel Vadot compatible = "cdns,usb3"; 1198c66ec88fSEmmanuel Vadot reg = <0x00 0x6400000 0x00 0x10000>, 1199c66ec88fSEmmanuel Vadot <0x00 0x6410000 0x00 0x10000>, 1200c66ec88fSEmmanuel Vadot <0x00 0x6420000 0x00 0x10000>; 1201c66ec88fSEmmanuel Vadot reg-names = "otg", "xhci", "dev"; 1202c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1203c66ec88fSEmmanuel Vadot <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1204c66ec88fSEmmanuel Vadot <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1205c66ec88fSEmmanuel Vadot interrupt-names = "host", 1206c66ec88fSEmmanuel Vadot "peripheral", 1207c66ec88fSEmmanuel Vadot "otg"; 1208c66ec88fSEmmanuel Vadot maximum-speed = "super-speed"; 1209c66ec88fSEmmanuel Vadot dr_mode = "otg"; 1210c66ec88fSEmmanuel Vadot }; 1211c66ec88fSEmmanuel Vadot }; 1212c66ec88fSEmmanuel Vadot 1213c66ec88fSEmmanuel Vadot main_i2c0: i2c@2000000 { 1214c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1215c66ec88fSEmmanuel Vadot reg = <0x0 0x2000000 0x0 0x100>; 1216c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>; 1217c66ec88fSEmmanuel Vadot #address-cells = <1>; 1218c66ec88fSEmmanuel Vadot #size-cells = <0>; 1219c66ec88fSEmmanuel Vadot clock-names = "fck"; 1220c66ec88fSEmmanuel Vadot clocks = <&k3_clks 187 0>; 1221c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 187 TI_SCI_PD_SHARED>; 1222c66ec88fSEmmanuel Vadot }; 1223c66ec88fSEmmanuel Vadot 1224c66ec88fSEmmanuel Vadot main_i2c1: i2c@2010000 { 1225c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1226c66ec88fSEmmanuel Vadot reg = <0x0 0x2010000 0x0 0x100>; 1227c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; 1228c66ec88fSEmmanuel Vadot #address-cells = <1>; 1229c66ec88fSEmmanuel Vadot #size-cells = <0>; 1230c66ec88fSEmmanuel Vadot clock-names = "fck"; 1231c66ec88fSEmmanuel Vadot clocks = <&k3_clks 188 0>; 1232c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 188 TI_SCI_PD_EXCLUSIVE>; 1233c66ec88fSEmmanuel Vadot }; 1234c66ec88fSEmmanuel Vadot 1235c66ec88fSEmmanuel Vadot main_i2c2: i2c@2020000 { 1236c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1237c66ec88fSEmmanuel Vadot reg = <0x0 0x2020000 0x0 0x100>; 1238c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>; 1239c66ec88fSEmmanuel Vadot #address-cells = <1>; 1240c66ec88fSEmmanuel Vadot #size-cells = <0>; 1241c66ec88fSEmmanuel Vadot clock-names = "fck"; 1242c66ec88fSEmmanuel Vadot clocks = <&k3_clks 189 0>; 1243c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 189 TI_SCI_PD_EXCLUSIVE>; 1244c66ec88fSEmmanuel Vadot }; 1245c66ec88fSEmmanuel Vadot 1246c66ec88fSEmmanuel Vadot main_i2c3: i2c@2030000 { 1247c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1248c66ec88fSEmmanuel Vadot reg = <0x0 0x2030000 0x0 0x100>; 1249c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 1250c66ec88fSEmmanuel Vadot #address-cells = <1>; 1251c66ec88fSEmmanuel Vadot #size-cells = <0>; 1252c66ec88fSEmmanuel Vadot clock-names = "fck"; 1253c66ec88fSEmmanuel Vadot clocks = <&k3_clks 190 0>; 1254c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>; 1255c66ec88fSEmmanuel Vadot }; 1256c66ec88fSEmmanuel Vadot 1257c66ec88fSEmmanuel Vadot main_i2c4: i2c@2040000 { 1258c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1259c66ec88fSEmmanuel Vadot reg = <0x0 0x2040000 0x0 0x100>; 1260c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>; 1261c66ec88fSEmmanuel Vadot #address-cells = <1>; 1262c66ec88fSEmmanuel Vadot #size-cells = <0>; 1263c66ec88fSEmmanuel Vadot clock-names = "fck"; 1264c66ec88fSEmmanuel Vadot clocks = <&k3_clks 191 0>; 1265c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>; 1266c66ec88fSEmmanuel Vadot }; 1267c66ec88fSEmmanuel Vadot 1268c66ec88fSEmmanuel Vadot main_i2c5: i2c@2050000 { 1269c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1270c66ec88fSEmmanuel Vadot reg = <0x0 0x2050000 0x0 0x100>; 1271c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 1272c66ec88fSEmmanuel Vadot #address-cells = <1>; 1273c66ec88fSEmmanuel Vadot #size-cells = <0>; 1274c66ec88fSEmmanuel Vadot clock-names = "fck"; 1275c66ec88fSEmmanuel Vadot clocks = <&k3_clks 192 0>; 1276c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>; 1277c66ec88fSEmmanuel Vadot }; 1278c66ec88fSEmmanuel Vadot 1279c66ec88fSEmmanuel Vadot main_i2c6: i2c@2060000 { 1280c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1281c66ec88fSEmmanuel Vadot reg = <0x0 0x2060000 0x0 0x100>; 1282c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>; 1283c66ec88fSEmmanuel Vadot #address-cells = <1>; 1284c66ec88fSEmmanuel Vadot #size-cells = <0>; 1285c66ec88fSEmmanuel Vadot clock-names = "fck"; 1286c66ec88fSEmmanuel Vadot clocks = <&k3_clks 193 0>; 1287c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 193 TI_SCI_PD_EXCLUSIVE>; 1288c66ec88fSEmmanuel Vadot }; 1289c66ec88fSEmmanuel Vadot 1290c66ec88fSEmmanuel Vadot ufs_wrapper: ufs-wrapper@4e80000 { 1291c66ec88fSEmmanuel Vadot compatible = "ti,j721e-ufs"; 1292c66ec88fSEmmanuel Vadot reg = <0x0 0x4e80000 0x0 0x100>; 1293c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 277 TI_SCI_PD_EXCLUSIVE>; 1294c66ec88fSEmmanuel Vadot clocks = <&k3_clks 277 1>; 1295c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 277 1>; 1296c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 277 4>; 1297c66ec88fSEmmanuel Vadot ranges; 1298c66ec88fSEmmanuel Vadot #address-cells = <2>; 1299c66ec88fSEmmanuel Vadot #size-cells = <2>; 1300c66ec88fSEmmanuel Vadot 1301c66ec88fSEmmanuel Vadot ufs@4e84000 { 1302c66ec88fSEmmanuel Vadot compatible = "cdns,ufshc-m31-16nm", "jedec,ufs-2.0"; 1303c66ec88fSEmmanuel Vadot reg = <0x0 0x4e84000 0x0 0x10000>; 1304c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1305c66ec88fSEmmanuel Vadot freq-table-hz = <250000000 250000000>, <19200000 19200000>, <19200000 19200000>; 1306c66ec88fSEmmanuel Vadot clocks = <&k3_clks 277 0>, <&k3_clks 277 1>, <&k3_clks 277 1>; 1307c66ec88fSEmmanuel Vadot clock-names = "core_clk", "phy_clk", "ref_clk"; 1308c66ec88fSEmmanuel Vadot dma-coherent; 1309c66ec88fSEmmanuel Vadot }; 1310c66ec88fSEmmanuel Vadot }; 1311c66ec88fSEmmanuel Vadot 1312*d5b0e70fSEmmanuel Vadot mhdp: dp-bridge@a000000 { 1313*d5b0e70fSEmmanuel Vadot compatible = "ti,j721e-mhdp8546"; 1314*d5b0e70fSEmmanuel Vadot /* 1315*d5b0e70fSEmmanuel Vadot * Note: we do not map DPTX PHY area, as that is handled by 1316*d5b0e70fSEmmanuel Vadot * the PHY driver. 1317*d5b0e70fSEmmanuel Vadot */ 1318*d5b0e70fSEmmanuel Vadot reg = <0x00 0x0a000000 0x00 0x030a00>, /* DSS_EDP0_V2A_CORE_VP_REGS_APB */ 1319*d5b0e70fSEmmanuel Vadot <0x00 0x04f40000 0x00 0x20>; /* DSS_EDP0_INTG_CFG_VP */ 1320*d5b0e70fSEmmanuel Vadot reg-names = "mhdptx", "j721e-intg"; 1321*d5b0e70fSEmmanuel Vadot 1322*d5b0e70fSEmmanuel Vadot clocks = <&k3_clks 151 36>; 1323*d5b0e70fSEmmanuel Vadot 1324*d5b0e70fSEmmanuel Vadot interrupt-parent = <&gic500>; 1325*d5b0e70fSEmmanuel Vadot interrupts = <GIC_SPI 614 IRQ_TYPE_LEVEL_HIGH>; 1326*d5b0e70fSEmmanuel Vadot 1327*d5b0e70fSEmmanuel Vadot power-domains = <&k3_pds 151 TI_SCI_PD_EXCLUSIVE>; 1328*d5b0e70fSEmmanuel Vadot 1329*d5b0e70fSEmmanuel Vadot dp0_ports: ports { 1330*d5b0e70fSEmmanuel Vadot #address-cells = <1>; 1331*d5b0e70fSEmmanuel Vadot #size-cells = <0>; 1332*d5b0e70fSEmmanuel Vadot 1333*d5b0e70fSEmmanuel Vadot port@0 { 1334*d5b0e70fSEmmanuel Vadot reg = <0>; 1335*d5b0e70fSEmmanuel Vadot }; 1336*d5b0e70fSEmmanuel Vadot 1337*d5b0e70fSEmmanuel Vadot port@4 { 1338*d5b0e70fSEmmanuel Vadot reg = <4>; 1339*d5b0e70fSEmmanuel Vadot }; 1340*d5b0e70fSEmmanuel Vadot }; 1341*d5b0e70fSEmmanuel Vadot }; 1342*d5b0e70fSEmmanuel Vadot 13435def4c47SEmmanuel Vadot dss: dss@4a00000 { 1344c66ec88fSEmmanuel Vadot compatible = "ti,j721e-dss"; 1345c66ec88fSEmmanuel Vadot reg = 1346c66ec88fSEmmanuel Vadot <0x00 0x04a00000 0x00 0x10000>, /* common_m */ 1347c66ec88fSEmmanuel Vadot <0x00 0x04a10000 0x00 0x10000>, /* common_s0*/ 1348c66ec88fSEmmanuel Vadot <0x00 0x04b00000 0x00 0x10000>, /* common_s1*/ 1349c66ec88fSEmmanuel Vadot <0x00 0x04b10000 0x00 0x10000>, /* common_s2*/ 1350c66ec88fSEmmanuel Vadot 1351c66ec88fSEmmanuel Vadot <0x00 0x04a20000 0x00 0x10000>, /* vidl1 */ 1352c66ec88fSEmmanuel Vadot <0x00 0x04a30000 0x00 0x10000>, /* vidl2 */ 1353c66ec88fSEmmanuel Vadot <0x00 0x04a50000 0x00 0x10000>, /* vid1 */ 1354c66ec88fSEmmanuel Vadot <0x00 0x04a60000 0x00 0x10000>, /* vid2 */ 1355c66ec88fSEmmanuel Vadot 1356c66ec88fSEmmanuel Vadot <0x00 0x04a70000 0x00 0x10000>, /* ovr1 */ 1357c66ec88fSEmmanuel Vadot <0x00 0x04a90000 0x00 0x10000>, /* ovr2 */ 1358c66ec88fSEmmanuel Vadot <0x00 0x04ab0000 0x00 0x10000>, /* ovr3 */ 1359c66ec88fSEmmanuel Vadot <0x00 0x04ad0000 0x00 0x10000>, /* ovr4 */ 1360c66ec88fSEmmanuel Vadot 1361c66ec88fSEmmanuel Vadot <0x00 0x04a80000 0x00 0x10000>, /* vp1 */ 1362c66ec88fSEmmanuel Vadot <0x00 0x04aa0000 0x00 0x10000>, /* vp2 */ 1363c66ec88fSEmmanuel Vadot <0x00 0x04ac0000 0x00 0x10000>, /* vp3 */ 1364c66ec88fSEmmanuel Vadot <0x00 0x04ae0000 0x00 0x10000>, /* vp4 */ 1365c66ec88fSEmmanuel Vadot <0x00 0x04af0000 0x00 0x10000>; /* wb */ 1366c66ec88fSEmmanuel Vadot 1367c66ec88fSEmmanuel Vadot reg-names = "common_m", "common_s0", 1368c66ec88fSEmmanuel Vadot "common_s1", "common_s2", 1369c66ec88fSEmmanuel Vadot "vidl1", "vidl2","vid1","vid2", 1370c66ec88fSEmmanuel Vadot "ovr1", "ovr2", "ovr3", "ovr4", 1371c66ec88fSEmmanuel Vadot "vp1", "vp2", "vp3", "vp4", 1372c66ec88fSEmmanuel Vadot "wb"; 1373c66ec88fSEmmanuel Vadot 1374c66ec88fSEmmanuel Vadot clocks = <&k3_clks 152 0>, 1375c66ec88fSEmmanuel Vadot <&k3_clks 152 1>, 1376c66ec88fSEmmanuel Vadot <&k3_clks 152 4>, 1377c66ec88fSEmmanuel Vadot <&k3_clks 152 9>, 1378c66ec88fSEmmanuel Vadot <&k3_clks 152 13>; 1379c66ec88fSEmmanuel Vadot clock-names = "fck", "vp1", "vp2", "vp3", "vp4"; 1380c66ec88fSEmmanuel Vadot 1381c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 1382c66ec88fSEmmanuel Vadot 1383c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>, 1384c66ec88fSEmmanuel Vadot <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>, 1385c66ec88fSEmmanuel Vadot <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>, 1386c66ec88fSEmmanuel Vadot <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1387c66ec88fSEmmanuel Vadot interrupt-names = "common_m", 1388c66ec88fSEmmanuel Vadot "common_s0", 1389c66ec88fSEmmanuel Vadot "common_s1", 1390c66ec88fSEmmanuel Vadot "common_s2"; 1391c66ec88fSEmmanuel Vadot 1392c66ec88fSEmmanuel Vadot dss_ports: ports { 1393c66ec88fSEmmanuel Vadot }; 1394c66ec88fSEmmanuel Vadot }; 1395c66ec88fSEmmanuel Vadot 1396c66ec88fSEmmanuel Vadot mcasp0: mcasp@2b00000 { 1397c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1398c66ec88fSEmmanuel Vadot reg = <0x0 0x02b00000 0x0 0x2000>, 1399c66ec88fSEmmanuel Vadot <0x0 0x02b08000 0x0 0x1000>; 1400c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1401c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 544 IRQ_TYPE_LEVEL_HIGH>, 1402c66ec88fSEmmanuel Vadot <GIC_SPI 545 IRQ_TYPE_LEVEL_HIGH>; 1403c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1404c66ec88fSEmmanuel Vadot 1405c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>; 1406c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1407c66ec88fSEmmanuel Vadot 1408c66ec88fSEmmanuel Vadot clocks = <&k3_clks 174 1>; 1409c66ec88fSEmmanuel Vadot clock-names = "fck"; 1410c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 174 TI_SCI_PD_EXCLUSIVE>; 1411c66ec88fSEmmanuel Vadot }; 1412c66ec88fSEmmanuel Vadot 1413c66ec88fSEmmanuel Vadot mcasp1: mcasp@2b10000 { 1414c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1415c66ec88fSEmmanuel Vadot reg = <0x0 0x02b10000 0x0 0x2000>, 1416c66ec88fSEmmanuel Vadot <0x0 0x02b18000 0x0 0x1000>; 1417c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1418c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 546 IRQ_TYPE_LEVEL_HIGH>, 1419c66ec88fSEmmanuel Vadot <GIC_SPI 547 IRQ_TYPE_LEVEL_HIGH>; 1420c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1421c66ec88fSEmmanuel Vadot 1422c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>; 1423c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1424c66ec88fSEmmanuel Vadot 1425c66ec88fSEmmanuel Vadot clocks = <&k3_clks 175 1>; 1426c66ec88fSEmmanuel Vadot clock-names = "fck"; 1427c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 175 TI_SCI_PD_EXCLUSIVE>; 1428c66ec88fSEmmanuel Vadot }; 1429c66ec88fSEmmanuel Vadot 1430c66ec88fSEmmanuel Vadot mcasp2: mcasp@2b20000 { 1431c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1432c66ec88fSEmmanuel Vadot reg = <0x0 0x02b20000 0x0 0x2000>, 1433c66ec88fSEmmanuel Vadot <0x0 0x02b28000 0x0 0x1000>; 1434c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1435c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 548 IRQ_TYPE_LEVEL_HIGH>, 1436c66ec88fSEmmanuel Vadot <GIC_SPI 549 IRQ_TYPE_LEVEL_HIGH>; 1437c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1438c66ec88fSEmmanuel Vadot 1439c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>; 1440c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1441c66ec88fSEmmanuel Vadot 1442c66ec88fSEmmanuel Vadot clocks = <&k3_clks 176 1>; 1443c66ec88fSEmmanuel Vadot clock-names = "fck"; 1444c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 176 TI_SCI_PD_EXCLUSIVE>; 1445c66ec88fSEmmanuel Vadot }; 1446c66ec88fSEmmanuel Vadot 1447c66ec88fSEmmanuel Vadot mcasp3: mcasp@2b30000 { 1448c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1449c66ec88fSEmmanuel Vadot reg = <0x0 0x02b30000 0x0 0x2000>, 1450c66ec88fSEmmanuel Vadot <0x0 0x02b38000 0x0 0x1000>; 1451c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1452c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>, 1453c66ec88fSEmmanuel Vadot <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>; 1454c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1455c66ec88fSEmmanuel Vadot 1456c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>; 1457c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1458c66ec88fSEmmanuel Vadot 1459c66ec88fSEmmanuel Vadot clocks = <&k3_clks 177 1>; 1460c66ec88fSEmmanuel Vadot clock-names = "fck"; 1461c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 177 TI_SCI_PD_EXCLUSIVE>; 1462c66ec88fSEmmanuel Vadot }; 1463c66ec88fSEmmanuel Vadot 1464c66ec88fSEmmanuel Vadot mcasp4: mcasp@2b40000 { 1465c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1466c66ec88fSEmmanuel Vadot reg = <0x0 0x02b40000 0x0 0x2000>, 1467c66ec88fSEmmanuel Vadot <0x0 0x02b48000 0x0 0x1000>; 1468c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1469c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>, 1470c66ec88fSEmmanuel Vadot <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>; 1471c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1472c66ec88fSEmmanuel Vadot 1473c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>; 1474c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1475c66ec88fSEmmanuel Vadot 1476c66ec88fSEmmanuel Vadot clocks = <&k3_clks 178 1>; 1477c66ec88fSEmmanuel Vadot clock-names = "fck"; 1478c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 178 TI_SCI_PD_EXCLUSIVE>; 1479c66ec88fSEmmanuel Vadot }; 1480c66ec88fSEmmanuel Vadot 1481c66ec88fSEmmanuel Vadot mcasp5: mcasp@2b50000 { 1482c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1483c66ec88fSEmmanuel Vadot reg = <0x0 0x02b50000 0x0 0x2000>, 1484c66ec88fSEmmanuel Vadot <0x0 0x02b58000 0x0 0x1000>; 1485c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1486c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 554 IRQ_TYPE_LEVEL_HIGH>, 1487c66ec88fSEmmanuel Vadot <GIC_SPI 555 IRQ_TYPE_LEVEL_HIGH>; 1488c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1489c66ec88fSEmmanuel Vadot 1490c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc502>, <&main_udmap 0x4502>; 1491c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1492c66ec88fSEmmanuel Vadot 1493c66ec88fSEmmanuel Vadot clocks = <&k3_clks 179 1>; 1494c66ec88fSEmmanuel Vadot clock-names = "fck"; 1495c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>; 1496c66ec88fSEmmanuel Vadot }; 1497c66ec88fSEmmanuel Vadot 1498c66ec88fSEmmanuel Vadot mcasp6: mcasp@2b60000 { 1499c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1500c66ec88fSEmmanuel Vadot reg = <0x0 0x02b60000 0x0 0x2000>, 1501c66ec88fSEmmanuel Vadot <0x0 0x02b68000 0x0 0x1000>; 1502c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1503c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 556 IRQ_TYPE_LEVEL_HIGH>, 1504c66ec88fSEmmanuel Vadot <GIC_SPI 557 IRQ_TYPE_LEVEL_HIGH>; 1505c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1506c66ec88fSEmmanuel Vadot 1507c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc503>, <&main_udmap 0x4503>; 1508c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1509c66ec88fSEmmanuel Vadot 1510c66ec88fSEmmanuel Vadot clocks = <&k3_clks 180 1>; 1511c66ec88fSEmmanuel Vadot clock-names = "fck"; 1512c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 180 TI_SCI_PD_EXCLUSIVE>; 1513c66ec88fSEmmanuel Vadot }; 1514c66ec88fSEmmanuel Vadot 1515c66ec88fSEmmanuel Vadot mcasp7: mcasp@2b70000 { 1516c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1517c66ec88fSEmmanuel Vadot reg = <0x0 0x02b70000 0x0 0x2000>, 1518c66ec88fSEmmanuel Vadot <0x0 0x02b78000 0x0 0x1000>; 1519c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1520c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 558 IRQ_TYPE_LEVEL_HIGH>, 1521c66ec88fSEmmanuel Vadot <GIC_SPI 559 IRQ_TYPE_LEVEL_HIGH>; 1522c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1523c66ec88fSEmmanuel Vadot 1524c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc504>, <&main_udmap 0x4504>; 1525c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1526c66ec88fSEmmanuel Vadot 1527c66ec88fSEmmanuel Vadot clocks = <&k3_clks 181 1>; 1528c66ec88fSEmmanuel Vadot clock-names = "fck"; 1529c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>; 1530c66ec88fSEmmanuel Vadot }; 1531c66ec88fSEmmanuel Vadot 1532c66ec88fSEmmanuel Vadot mcasp8: mcasp@2b80000 { 1533c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1534c66ec88fSEmmanuel Vadot reg = <0x0 0x02b80000 0x0 0x2000>, 1535c66ec88fSEmmanuel Vadot <0x0 0x02b88000 0x0 0x1000>; 1536c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1537c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 560 IRQ_TYPE_LEVEL_HIGH>, 1538c66ec88fSEmmanuel Vadot <GIC_SPI 561 IRQ_TYPE_LEVEL_HIGH>; 1539c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1540c66ec88fSEmmanuel Vadot 1541c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc505>, <&main_udmap 0x4505>; 1542c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1543c66ec88fSEmmanuel Vadot 1544c66ec88fSEmmanuel Vadot clocks = <&k3_clks 182 1>; 1545c66ec88fSEmmanuel Vadot clock-names = "fck"; 1546c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 1547c66ec88fSEmmanuel Vadot }; 1548c66ec88fSEmmanuel Vadot 1549c66ec88fSEmmanuel Vadot mcasp9: mcasp@2b90000 { 1550c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1551c66ec88fSEmmanuel Vadot reg = <0x0 0x02b90000 0x0 0x2000>, 1552c66ec88fSEmmanuel Vadot <0x0 0x02b98000 0x0 0x1000>; 1553c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1554c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 562 IRQ_TYPE_LEVEL_HIGH>, 1555c66ec88fSEmmanuel Vadot <GIC_SPI 563 IRQ_TYPE_LEVEL_HIGH>; 1556c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1557c66ec88fSEmmanuel Vadot 1558c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc506>, <&main_udmap 0x4506>; 1559c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1560c66ec88fSEmmanuel Vadot 1561c66ec88fSEmmanuel Vadot clocks = <&k3_clks 183 1>; 1562c66ec88fSEmmanuel Vadot clock-names = "fck"; 1563c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 183 TI_SCI_PD_EXCLUSIVE>; 1564c66ec88fSEmmanuel Vadot }; 1565c66ec88fSEmmanuel Vadot 1566c66ec88fSEmmanuel Vadot mcasp10: mcasp@2ba0000 { 1567c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1568c66ec88fSEmmanuel Vadot reg = <0x0 0x02ba0000 0x0 0x2000>, 1569c66ec88fSEmmanuel Vadot <0x0 0x02ba8000 0x0 0x1000>; 1570c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1571c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 564 IRQ_TYPE_LEVEL_HIGH>, 1572c66ec88fSEmmanuel Vadot <GIC_SPI 565 IRQ_TYPE_LEVEL_HIGH>; 1573c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1574c66ec88fSEmmanuel Vadot 1575c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc507>, <&main_udmap 0x4507>; 1576c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1577c66ec88fSEmmanuel Vadot 1578c66ec88fSEmmanuel Vadot clocks = <&k3_clks 184 1>; 1579c66ec88fSEmmanuel Vadot clock-names = "fck"; 1580c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 184 TI_SCI_PD_EXCLUSIVE>; 1581c66ec88fSEmmanuel Vadot }; 1582c66ec88fSEmmanuel Vadot 1583c66ec88fSEmmanuel Vadot mcasp11: mcasp@2bb0000 { 1584c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1585c66ec88fSEmmanuel Vadot reg = <0x0 0x02bb0000 0x0 0x2000>, 1586c66ec88fSEmmanuel Vadot <0x0 0x02bb8000 0x0 0x1000>; 1587c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1588c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 566 IRQ_TYPE_LEVEL_HIGH>, 1589c66ec88fSEmmanuel Vadot <GIC_SPI 567 IRQ_TYPE_LEVEL_HIGH>; 1590c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1591c66ec88fSEmmanuel Vadot 1592c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc508>, <&main_udmap 0x4508>; 1593c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1594c66ec88fSEmmanuel Vadot 1595c66ec88fSEmmanuel Vadot clocks = <&k3_clks 185 1>; 1596c66ec88fSEmmanuel Vadot clock-names = "fck"; 1597c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>; 1598c66ec88fSEmmanuel Vadot }; 1599c66ec88fSEmmanuel Vadot 1600c66ec88fSEmmanuel Vadot watchdog0: watchdog@2200000 { 1601c66ec88fSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 1602c66ec88fSEmmanuel Vadot reg = <0x0 0x2200000 0x0 0x100>; 1603c66ec88fSEmmanuel Vadot clocks = <&k3_clks 252 1>; 1604c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; 1605c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 252 1>; 1606c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 252 5>; 1607c66ec88fSEmmanuel Vadot }; 1608c66ec88fSEmmanuel Vadot 1609c66ec88fSEmmanuel Vadot watchdog1: watchdog@2210000 { 1610c66ec88fSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 1611c66ec88fSEmmanuel Vadot reg = <0x0 0x2210000 0x0 0x100>; 1612c66ec88fSEmmanuel Vadot clocks = <&k3_clks 253 1>; 1613c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>; 1614c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 253 1>; 1615c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 253 5>; 1616c66ec88fSEmmanuel Vadot }; 16176be33864SEmmanuel Vadot 16185def4c47SEmmanuel Vadot main_r5fss0: r5fss@5c00000 { 16195def4c47SEmmanuel Vadot compatible = "ti,j721e-r5fss"; 16205def4c47SEmmanuel Vadot ti,cluster-mode = <1>; 16215def4c47SEmmanuel Vadot #address-cells = <1>; 16225def4c47SEmmanuel Vadot #size-cells = <1>; 16235def4c47SEmmanuel Vadot ranges = <0x5c00000 0x00 0x5c00000 0x20000>, 16245def4c47SEmmanuel Vadot <0x5d00000 0x00 0x5d00000 0x20000>; 16255def4c47SEmmanuel Vadot power-domains = <&k3_pds 243 TI_SCI_PD_EXCLUSIVE>; 16265def4c47SEmmanuel Vadot 16275def4c47SEmmanuel Vadot main_r5fss0_core0: r5f@5c00000 { 16285def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 16295def4c47SEmmanuel Vadot reg = <0x5c00000 0x00008000>, 16305def4c47SEmmanuel Vadot <0x5c10000 0x00008000>; 16315def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 16325def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 16335def4c47SEmmanuel Vadot ti,sci-dev-id = <245>; 16345def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x06 0xff>; 16355def4c47SEmmanuel Vadot resets = <&k3_reset 245 1>; 16365def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f0_0-fw"; 16375def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 16385def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 16395def4c47SEmmanuel Vadot ti,loczrama = <1>; 16405def4c47SEmmanuel Vadot }; 16415def4c47SEmmanuel Vadot 16425def4c47SEmmanuel Vadot main_r5fss0_core1: r5f@5d00000 { 16435def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 16445def4c47SEmmanuel Vadot reg = <0x5d00000 0x00008000>, 16455def4c47SEmmanuel Vadot <0x5d10000 0x00008000>; 16465def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 16475def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 16485def4c47SEmmanuel Vadot ti,sci-dev-id = <246>; 16495def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x07 0xff>; 16505def4c47SEmmanuel Vadot resets = <&k3_reset 246 1>; 16515def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f0_1-fw"; 16525def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 16535def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 16545def4c47SEmmanuel Vadot ti,loczrama = <1>; 16555def4c47SEmmanuel Vadot }; 16565def4c47SEmmanuel Vadot }; 16575def4c47SEmmanuel Vadot 16585def4c47SEmmanuel Vadot main_r5fss1: r5fss@5e00000 { 16595def4c47SEmmanuel Vadot compatible = "ti,j721e-r5fss"; 16605def4c47SEmmanuel Vadot ti,cluster-mode = <1>; 16615def4c47SEmmanuel Vadot #address-cells = <1>; 16625def4c47SEmmanuel Vadot #size-cells = <1>; 16635def4c47SEmmanuel Vadot ranges = <0x5e00000 0x00 0x5e00000 0x20000>, 16645def4c47SEmmanuel Vadot <0x5f00000 0x00 0x5f00000 0x20000>; 16655def4c47SEmmanuel Vadot power-domains = <&k3_pds 244 TI_SCI_PD_EXCLUSIVE>; 16665def4c47SEmmanuel Vadot 16675def4c47SEmmanuel Vadot main_r5fss1_core0: r5f@5e00000 { 16685def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 16695def4c47SEmmanuel Vadot reg = <0x5e00000 0x00008000>, 16705def4c47SEmmanuel Vadot <0x5e10000 0x00008000>; 16715def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 16725def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 16735def4c47SEmmanuel Vadot ti,sci-dev-id = <247>; 16745def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x08 0xff>; 16755def4c47SEmmanuel Vadot resets = <&k3_reset 247 1>; 16765def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f1_0-fw"; 16775def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 16785def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 16795def4c47SEmmanuel Vadot ti,loczrama = <1>; 16805def4c47SEmmanuel Vadot }; 16815def4c47SEmmanuel Vadot 16825def4c47SEmmanuel Vadot main_r5fss1_core1: r5f@5f00000 { 16835def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 16845def4c47SEmmanuel Vadot reg = <0x5f00000 0x00008000>, 16855def4c47SEmmanuel Vadot <0x5f10000 0x00008000>; 16865def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 16875def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 16885def4c47SEmmanuel Vadot ti,sci-dev-id = <248>; 16895def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x09 0xff>; 16905def4c47SEmmanuel Vadot resets = <&k3_reset 248 1>; 16915def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f1_1-fw"; 16925def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 16935def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 16945def4c47SEmmanuel Vadot ti,loczrama = <1>; 16955def4c47SEmmanuel Vadot }; 16965def4c47SEmmanuel Vadot }; 16975def4c47SEmmanuel Vadot 16986be33864SEmmanuel Vadot c66_0: dsp@4d80800000 { 16996be33864SEmmanuel Vadot compatible = "ti,j721e-c66-dsp"; 17006be33864SEmmanuel Vadot reg = <0x4d 0x80800000 0x00 0x00048000>, 17016be33864SEmmanuel Vadot <0x4d 0x80e00000 0x00 0x00008000>, 17026be33864SEmmanuel Vadot <0x4d 0x80f00000 0x00 0x00008000>; 17036be33864SEmmanuel Vadot reg-names = "l2sram", "l1pram", "l1dram"; 17046be33864SEmmanuel Vadot ti,sci = <&dmsc>; 17056be33864SEmmanuel Vadot ti,sci-dev-id = <142>; 17066be33864SEmmanuel Vadot ti,sci-proc-ids = <0x03 0xff>; 17076be33864SEmmanuel Vadot resets = <&k3_reset 142 1>; 17086be33864SEmmanuel Vadot firmware-name = "j7-c66_0-fw"; 17096be33864SEmmanuel Vadot }; 17106be33864SEmmanuel Vadot 17116be33864SEmmanuel Vadot c66_1: dsp@4d81800000 { 17126be33864SEmmanuel Vadot compatible = "ti,j721e-c66-dsp"; 17136be33864SEmmanuel Vadot reg = <0x4d 0x81800000 0x00 0x00048000>, 17146be33864SEmmanuel Vadot <0x4d 0x81e00000 0x00 0x00008000>, 17156be33864SEmmanuel Vadot <0x4d 0x81f00000 0x00 0x00008000>; 17166be33864SEmmanuel Vadot reg-names = "l2sram", "l1pram", "l1dram"; 17176be33864SEmmanuel Vadot ti,sci = <&dmsc>; 17186be33864SEmmanuel Vadot ti,sci-dev-id = <143>; 17196be33864SEmmanuel Vadot ti,sci-proc-ids = <0x04 0xff>; 17206be33864SEmmanuel Vadot resets = <&k3_reset 143 1>; 17216be33864SEmmanuel Vadot firmware-name = "j7-c66_1-fw"; 17226be33864SEmmanuel Vadot }; 17236be33864SEmmanuel Vadot 17246be33864SEmmanuel Vadot c71_0: dsp@64800000 { 17256be33864SEmmanuel Vadot compatible = "ti,j721e-c71-dsp"; 17266be33864SEmmanuel Vadot reg = <0x00 0x64800000 0x00 0x00080000>, 17276be33864SEmmanuel Vadot <0x00 0x64e00000 0x00 0x0000c000>; 17286be33864SEmmanuel Vadot reg-names = "l2sram", "l1dram"; 17296be33864SEmmanuel Vadot ti,sci = <&dmsc>; 17306be33864SEmmanuel Vadot ti,sci-dev-id = <15>; 17316be33864SEmmanuel Vadot ti,sci-proc-ids = <0x30 0xff>; 17326be33864SEmmanuel Vadot resets = <&k3_reset 15 1>; 17336be33864SEmmanuel Vadot firmware-name = "j7-c71_0-fw"; 17346be33864SEmmanuel Vadot }; 17352eb4d8dcSEmmanuel Vadot 17362eb4d8dcSEmmanuel Vadot icssg0: icssg@b000000 { 17372eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-icssg"; 17382eb4d8dcSEmmanuel Vadot reg = <0x00 0xb000000 0x00 0x80000>; 17392eb4d8dcSEmmanuel Vadot power-domains = <&k3_pds 119 TI_SCI_PD_EXCLUSIVE>; 17402eb4d8dcSEmmanuel Vadot #address-cells = <1>; 17412eb4d8dcSEmmanuel Vadot #size-cells = <1>; 17422eb4d8dcSEmmanuel Vadot ranges = <0x0 0x00 0x0b000000 0x100000>; 17432eb4d8dcSEmmanuel Vadot 17442eb4d8dcSEmmanuel Vadot icssg0_mem: memories@0 { 17452eb4d8dcSEmmanuel Vadot reg = <0x0 0x2000>, 17462eb4d8dcSEmmanuel Vadot <0x2000 0x2000>, 17472eb4d8dcSEmmanuel Vadot <0x10000 0x10000>; 17482eb4d8dcSEmmanuel Vadot reg-names = "dram0", "dram1", 17492eb4d8dcSEmmanuel Vadot "shrdram2"; 17502eb4d8dcSEmmanuel Vadot }; 17512eb4d8dcSEmmanuel Vadot 17522eb4d8dcSEmmanuel Vadot icssg0_cfg: cfg@26000 { 17532eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-cfg", "syscon"; 17542eb4d8dcSEmmanuel Vadot reg = <0x26000 0x200>; 17552eb4d8dcSEmmanuel Vadot #address-cells = <1>; 17562eb4d8dcSEmmanuel Vadot #size-cells = <1>; 17572eb4d8dcSEmmanuel Vadot ranges = <0x0 0x26000 0x2000>; 17582eb4d8dcSEmmanuel Vadot 17592eb4d8dcSEmmanuel Vadot clocks { 17602eb4d8dcSEmmanuel Vadot #address-cells = <1>; 17612eb4d8dcSEmmanuel Vadot #size-cells = <0>; 17622eb4d8dcSEmmanuel Vadot 17632eb4d8dcSEmmanuel Vadot icssg0_coreclk_mux: coreclk-mux@3c { 17642eb4d8dcSEmmanuel Vadot reg = <0x3c>; 17652eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 17662eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 119 24>, /* icssg0_core_clk */ 17672eb4d8dcSEmmanuel Vadot <&k3_clks 119 1>; /* icssg0_iclk */ 17682eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg0_coreclk_mux>; 17692eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&k3_clks 119 1>; 17702eb4d8dcSEmmanuel Vadot }; 17712eb4d8dcSEmmanuel Vadot 17722eb4d8dcSEmmanuel Vadot icssg0_iepclk_mux: iepclk-mux@30 { 17732eb4d8dcSEmmanuel Vadot reg = <0x30>; 17742eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 17752eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 119 3>, /* icssg0_iep_clk */ 17762eb4d8dcSEmmanuel Vadot <&icssg0_coreclk_mux>; /* core_clk */ 17772eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg0_iepclk_mux>; 17782eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&icssg0_coreclk_mux>; 17792eb4d8dcSEmmanuel Vadot }; 17802eb4d8dcSEmmanuel Vadot }; 17812eb4d8dcSEmmanuel Vadot }; 17822eb4d8dcSEmmanuel Vadot 17832eb4d8dcSEmmanuel Vadot icssg0_mii_rt: mii-rt@32000 { 17842eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii", "syscon"; 17852eb4d8dcSEmmanuel Vadot reg = <0x32000 0x100>; 17862eb4d8dcSEmmanuel Vadot }; 17872eb4d8dcSEmmanuel Vadot 17882eb4d8dcSEmmanuel Vadot icssg0_mii_g_rt: mii-g-rt@33000 { 17892eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii-g", "syscon"; 17902eb4d8dcSEmmanuel Vadot reg = <0x33000 0x1000>; 17912eb4d8dcSEmmanuel Vadot }; 17922eb4d8dcSEmmanuel Vadot 17932eb4d8dcSEmmanuel Vadot icssg0_intc: interrupt-controller@20000 { 17942eb4d8dcSEmmanuel Vadot compatible = "ti,icssg-intc"; 17952eb4d8dcSEmmanuel Vadot reg = <0x20000 0x2000>; 17962eb4d8dcSEmmanuel Vadot interrupt-controller; 17972eb4d8dcSEmmanuel Vadot #interrupt-cells = <3>; 17982eb4d8dcSEmmanuel Vadot interrupts = <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, 17992eb4d8dcSEmmanuel Vadot <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>, 18002eb4d8dcSEmmanuel Vadot <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, 18012eb4d8dcSEmmanuel Vadot <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>, 18022eb4d8dcSEmmanuel Vadot <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>, 18032eb4d8dcSEmmanuel Vadot <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>, 18042eb4d8dcSEmmanuel Vadot <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>, 18052eb4d8dcSEmmanuel Vadot <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>; 18062eb4d8dcSEmmanuel Vadot interrupt-names = "host_intr0", "host_intr1", 18072eb4d8dcSEmmanuel Vadot "host_intr2", "host_intr3", 18082eb4d8dcSEmmanuel Vadot "host_intr4", "host_intr5", 18092eb4d8dcSEmmanuel Vadot "host_intr6", "host_intr7"; 18102eb4d8dcSEmmanuel Vadot }; 18112eb4d8dcSEmmanuel Vadot 18122eb4d8dcSEmmanuel Vadot pru0_0: pru@34000 { 18132eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 18142eb4d8dcSEmmanuel Vadot reg = <0x34000 0x3000>, 18152eb4d8dcSEmmanuel Vadot <0x22000 0x100>, 18162eb4d8dcSEmmanuel Vadot <0x22400 0x100>; 18172eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 18182eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru0_0-fw"; 18192eb4d8dcSEmmanuel Vadot }; 18202eb4d8dcSEmmanuel Vadot 18212eb4d8dcSEmmanuel Vadot rtu0_0: rtu@4000 { 18222eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 18232eb4d8dcSEmmanuel Vadot reg = <0x4000 0x2000>, 18242eb4d8dcSEmmanuel Vadot <0x23000 0x100>, 18252eb4d8dcSEmmanuel Vadot <0x23400 0x100>; 18262eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 18272eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu0_0-fw"; 18282eb4d8dcSEmmanuel Vadot }; 18292eb4d8dcSEmmanuel Vadot 18302eb4d8dcSEmmanuel Vadot tx_pru0_0: txpru@a000 { 18312eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 18322eb4d8dcSEmmanuel Vadot reg = <0xa000 0x1800>, 18332eb4d8dcSEmmanuel Vadot <0x25000 0x100>, 18342eb4d8dcSEmmanuel Vadot <0x25400 0x100>; 18352eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 18362eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru0_0-fw"; 18372eb4d8dcSEmmanuel Vadot }; 18382eb4d8dcSEmmanuel Vadot 18392eb4d8dcSEmmanuel Vadot pru0_1: pru@38000 { 18402eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 18412eb4d8dcSEmmanuel Vadot reg = <0x38000 0x3000>, 18422eb4d8dcSEmmanuel Vadot <0x24000 0x100>, 18432eb4d8dcSEmmanuel Vadot <0x24400 0x100>; 18442eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 18452eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru0_1-fw"; 18462eb4d8dcSEmmanuel Vadot }; 18472eb4d8dcSEmmanuel Vadot 18482eb4d8dcSEmmanuel Vadot rtu0_1: rtu@6000 { 18492eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 18502eb4d8dcSEmmanuel Vadot reg = <0x6000 0x2000>, 18512eb4d8dcSEmmanuel Vadot <0x23800 0x100>, 18522eb4d8dcSEmmanuel Vadot <0x23c00 0x100>; 18532eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 18542eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu0_1-fw"; 18552eb4d8dcSEmmanuel Vadot }; 18562eb4d8dcSEmmanuel Vadot 18572eb4d8dcSEmmanuel Vadot tx_pru0_1: txpru@c000 { 18582eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 18592eb4d8dcSEmmanuel Vadot reg = <0xc000 0x1800>, 18602eb4d8dcSEmmanuel Vadot <0x25800 0x100>, 18612eb4d8dcSEmmanuel Vadot <0x25c00 0x100>; 18622eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 18632eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru0_1-fw"; 18642eb4d8dcSEmmanuel Vadot }; 18655956d97fSEmmanuel Vadot 18665956d97fSEmmanuel Vadot icssg0_mdio: mdio@32400 { 18675956d97fSEmmanuel Vadot compatible = "ti,davinci_mdio"; 18685956d97fSEmmanuel Vadot reg = <0x32400 0x100>; 18695956d97fSEmmanuel Vadot clocks = <&k3_clks 119 1>; 18705956d97fSEmmanuel Vadot clock-names = "fck"; 18715956d97fSEmmanuel Vadot #address-cells = <1>; 18725956d97fSEmmanuel Vadot #size-cells = <0>; 18735956d97fSEmmanuel Vadot bus_freq = <1000000>; 18745956d97fSEmmanuel Vadot }; 18752eb4d8dcSEmmanuel Vadot }; 18762eb4d8dcSEmmanuel Vadot 18772eb4d8dcSEmmanuel Vadot icssg1: icssg@b100000 { 18782eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-icssg"; 18792eb4d8dcSEmmanuel Vadot reg = <0x00 0xb100000 0x00 0x80000>; 18802eb4d8dcSEmmanuel Vadot power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>; 18812eb4d8dcSEmmanuel Vadot #address-cells = <1>; 18822eb4d8dcSEmmanuel Vadot #size-cells = <1>; 18832eb4d8dcSEmmanuel Vadot ranges = <0x0 0x00 0x0b100000 0x100000>; 18842eb4d8dcSEmmanuel Vadot 18852eb4d8dcSEmmanuel Vadot icssg1_mem: memories@b100000 { 18862eb4d8dcSEmmanuel Vadot reg = <0x0 0x2000>, 18872eb4d8dcSEmmanuel Vadot <0x2000 0x2000>, 18882eb4d8dcSEmmanuel Vadot <0x10000 0x10000>; 18892eb4d8dcSEmmanuel Vadot reg-names = "dram0", "dram1", 18902eb4d8dcSEmmanuel Vadot "shrdram2"; 18912eb4d8dcSEmmanuel Vadot }; 18922eb4d8dcSEmmanuel Vadot 18932eb4d8dcSEmmanuel Vadot icssg1_cfg: cfg@26000 { 18942eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-cfg", "syscon"; 18952eb4d8dcSEmmanuel Vadot reg = <0x26000 0x200>; 18962eb4d8dcSEmmanuel Vadot #address-cells = <1>; 18972eb4d8dcSEmmanuel Vadot #size-cells = <1>; 18982eb4d8dcSEmmanuel Vadot ranges = <0x0 0x26000 0x2000>; 18992eb4d8dcSEmmanuel Vadot 19002eb4d8dcSEmmanuel Vadot clocks { 19012eb4d8dcSEmmanuel Vadot #address-cells = <1>; 19022eb4d8dcSEmmanuel Vadot #size-cells = <0>; 19032eb4d8dcSEmmanuel Vadot 19042eb4d8dcSEmmanuel Vadot icssg1_coreclk_mux: coreclk-mux@3c { 19052eb4d8dcSEmmanuel Vadot reg = <0x3c>; 19062eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 19072eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 120 54>, /* icssg1_core_clk */ 19082eb4d8dcSEmmanuel Vadot <&k3_clks 120 4>; /* icssg1_iclk */ 19092eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg1_coreclk_mux>; 19102eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&k3_clks 120 4>; 19112eb4d8dcSEmmanuel Vadot }; 19122eb4d8dcSEmmanuel Vadot 19132eb4d8dcSEmmanuel Vadot icssg1_iepclk_mux: iepclk-mux@30 { 19142eb4d8dcSEmmanuel Vadot reg = <0x30>; 19152eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 19162eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 120 9>, /* icssg1_iep_clk */ 19172eb4d8dcSEmmanuel Vadot <&icssg1_coreclk_mux>; /* core_clk */ 19182eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg1_iepclk_mux>; 19192eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&icssg1_coreclk_mux>; 19202eb4d8dcSEmmanuel Vadot }; 19212eb4d8dcSEmmanuel Vadot }; 19222eb4d8dcSEmmanuel Vadot }; 19232eb4d8dcSEmmanuel Vadot 19242eb4d8dcSEmmanuel Vadot icssg1_mii_rt: mii-rt@32000 { 19252eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii", "syscon"; 19262eb4d8dcSEmmanuel Vadot reg = <0x32000 0x100>; 19272eb4d8dcSEmmanuel Vadot }; 19282eb4d8dcSEmmanuel Vadot 19292eb4d8dcSEmmanuel Vadot icssg1_mii_g_rt: mii-g-rt@33000 { 19302eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii-g", "syscon"; 19312eb4d8dcSEmmanuel Vadot reg = <0x33000 0x1000>; 19322eb4d8dcSEmmanuel Vadot }; 19332eb4d8dcSEmmanuel Vadot 19342eb4d8dcSEmmanuel Vadot icssg1_intc: interrupt-controller@20000 { 19352eb4d8dcSEmmanuel Vadot compatible = "ti,icssg-intc"; 19362eb4d8dcSEmmanuel Vadot reg = <0x20000 0x2000>; 19372eb4d8dcSEmmanuel Vadot interrupt-controller; 19382eb4d8dcSEmmanuel Vadot #interrupt-cells = <3>; 19392eb4d8dcSEmmanuel Vadot interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>, 19402eb4d8dcSEmmanuel Vadot <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>, 19412eb4d8dcSEmmanuel Vadot <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>, 19422eb4d8dcSEmmanuel Vadot <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>, 19432eb4d8dcSEmmanuel Vadot <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>, 19442eb4d8dcSEmmanuel Vadot <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>, 19452eb4d8dcSEmmanuel Vadot <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>, 19462eb4d8dcSEmmanuel Vadot <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>; 19472eb4d8dcSEmmanuel Vadot interrupt-names = "host_intr0", "host_intr1", 19482eb4d8dcSEmmanuel Vadot "host_intr2", "host_intr3", 19492eb4d8dcSEmmanuel Vadot "host_intr4", "host_intr5", 19502eb4d8dcSEmmanuel Vadot "host_intr6", "host_intr7"; 19512eb4d8dcSEmmanuel Vadot }; 19522eb4d8dcSEmmanuel Vadot 19532eb4d8dcSEmmanuel Vadot pru1_0: pru@34000 { 19542eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 19552eb4d8dcSEmmanuel Vadot reg = <0x34000 0x4000>, 19562eb4d8dcSEmmanuel Vadot <0x22000 0x100>, 19572eb4d8dcSEmmanuel Vadot <0x22400 0x100>; 19582eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19592eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru1_0-fw"; 19602eb4d8dcSEmmanuel Vadot }; 19612eb4d8dcSEmmanuel Vadot 19622eb4d8dcSEmmanuel Vadot rtu1_0: rtu@4000 { 19632eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 19642eb4d8dcSEmmanuel Vadot reg = <0x4000 0x2000>, 19652eb4d8dcSEmmanuel Vadot <0x23000 0x100>, 19662eb4d8dcSEmmanuel Vadot <0x23400 0x100>; 19672eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19682eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu1_0-fw"; 19692eb4d8dcSEmmanuel Vadot }; 19702eb4d8dcSEmmanuel Vadot 19712eb4d8dcSEmmanuel Vadot tx_pru1_0: txpru@a000 { 19722eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 19732eb4d8dcSEmmanuel Vadot reg = <0xa000 0x1800>, 19742eb4d8dcSEmmanuel Vadot <0x25000 0x100>, 19752eb4d8dcSEmmanuel Vadot <0x25400 0x100>; 19762eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19772eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru1_0-fw"; 19782eb4d8dcSEmmanuel Vadot }; 19792eb4d8dcSEmmanuel Vadot 19802eb4d8dcSEmmanuel Vadot pru1_1: pru@38000 { 19812eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 19822eb4d8dcSEmmanuel Vadot reg = <0x38000 0x4000>, 19832eb4d8dcSEmmanuel Vadot <0x24000 0x100>, 19842eb4d8dcSEmmanuel Vadot <0x24400 0x100>; 19852eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19862eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru1_1-fw"; 19872eb4d8dcSEmmanuel Vadot }; 19882eb4d8dcSEmmanuel Vadot 19892eb4d8dcSEmmanuel Vadot rtu1_1: rtu@6000 { 19902eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 19912eb4d8dcSEmmanuel Vadot reg = <0x6000 0x2000>, 19922eb4d8dcSEmmanuel Vadot <0x23800 0x100>, 19932eb4d8dcSEmmanuel Vadot <0x23c00 0x100>; 19942eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19952eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu1_1-fw"; 19962eb4d8dcSEmmanuel Vadot }; 19972eb4d8dcSEmmanuel Vadot 19982eb4d8dcSEmmanuel Vadot tx_pru1_1: txpru@c000 { 19992eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 20002eb4d8dcSEmmanuel Vadot reg = <0xc000 0x1800>, 20012eb4d8dcSEmmanuel Vadot <0x25800 0x100>, 20022eb4d8dcSEmmanuel Vadot <0x25c00 0x100>; 20032eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 20042eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru1_1-fw"; 20052eb4d8dcSEmmanuel Vadot }; 20065956d97fSEmmanuel Vadot 20075956d97fSEmmanuel Vadot icssg1_mdio: mdio@32400 { 20085956d97fSEmmanuel Vadot compatible = "ti,davinci_mdio"; 20095956d97fSEmmanuel Vadot reg = <0x32400 0x100>; 20105956d97fSEmmanuel Vadot clocks = <&k3_clks 120 4>; 20115956d97fSEmmanuel Vadot clock-names = "fck"; 20125956d97fSEmmanuel Vadot #address-cells = <1>; 20135956d97fSEmmanuel Vadot #size-cells = <0>; 20145956d97fSEmmanuel Vadot bus_freq = <1000000>; 20155956d97fSEmmanuel Vadot }; 20162eb4d8dcSEmmanuel Vadot }; 2017e67e8565SEmmanuel Vadot 2018e67e8565SEmmanuel Vadot main_mcan0: can@2701000 { 2019e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2020e67e8565SEmmanuel Vadot reg = <0x00 0x02701000 0x00 0x200>, 2021e67e8565SEmmanuel Vadot <0x00 0x02708000 0x00 0x8000>; 2022e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2023e67e8565SEmmanuel Vadot power-domains = <&k3_pds 156 TI_SCI_PD_EXCLUSIVE>; 2024e67e8565SEmmanuel Vadot clocks = <&k3_clks 156 0>, <&k3_clks 156 1>; 2025e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2026e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, 2027e67e8565SEmmanuel Vadot <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; 2028e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2029e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2030e67e8565SEmmanuel Vadot }; 2031e67e8565SEmmanuel Vadot 2032e67e8565SEmmanuel Vadot main_mcan1: can@2711000 { 2033e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2034e67e8565SEmmanuel Vadot reg = <0x00 0x02711000 0x00 0x200>, 2035e67e8565SEmmanuel Vadot <0x00 0x02718000 0x00 0x8000>; 2036e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2037e67e8565SEmmanuel Vadot power-domains = <&k3_pds 158 TI_SCI_PD_EXCLUSIVE>; 2038e67e8565SEmmanuel Vadot clocks = <&k3_clks 158 0>, <&k3_clks 158 1>; 2039e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2040e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>, 2041e67e8565SEmmanuel Vadot <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>; 2042e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2043e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2044e67e8565SEmmanuel Vadot }; 2045e67e8565SEmmanuel Vadot 2046e67e8565SEmmanuel Vadot main_mcan2: can@2721000 { 2047e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2048e67e8565SEmmanuel Vadot reg = <0x00 0x02721000 0x00 0x200>, 2049e67e8565SEmmanuel Vadot <0x00 0x02728000 0x00 0x8000>; 2050e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2051e67e8565SEmmanuel Vadot power-domains = <&k3_pds 160 TI_SCI_PD_EXCLUSIVE>; 2052e67e8565SEmmanuel Vadot clocks = <&k3_clks 160 0>, <&k3_clks 160 1>; 2053e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2054e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, 2055e67e8565SEmmanuel Vadot <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 2056e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2057e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2058e67e8565SEmmanuel Vadot }; 2059e67e8565SEmmanuel Vadot 2060e67e8565SEmmanuel Vadot main_mcan3: can@2731000 { 2061e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2062e67e8565SEmmanuel Vadot reg = <0x00 0x02731000 0x00 0x200>, 2063e67e8565SEmmanuel Vadot <0x00 0x02738000 0x00 0x8000>; 2064e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2065e67e8565SEmmanuel Vadot power-domains = <&k3_pds 161 TI_SCI_PD_EXCLUSIVE>; 2066e67e8565SEmmanuel Vadot clocks = <&k3_clks 161 0>, <&k3_clks 161 1>; 2067e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2068e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, 2069e67e8565SEmmanuel Vadot <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>; 2070e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2071e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2072e67e8565SEmmanuel Vadot }; 2073e67e8565SEmmanuel Vadot 2074e67e8565SEmmanuel Vadot main_mcan4: can@2741000 { 2075e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2076e67e8565SEmmanuel Vadot reg = <0x00 0x02741000 0x00 0x200>, 2077e67e8565SEmmanuel Vadot <0x00 0x02748000 0x00 0x8000>; 2078e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2079e67e8565SEmmanuel Vadot power-domains = <&k3_pds 162 TI_SCI_PD_EXCLUSIVE>; 2080e67e8565SEmmanuel Vadot clocks = <&k3_clks 162 0>, <&k3_clks 162 1>; 2081e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2082e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, 2083e67e8565SEmmanuel Vadot <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; 2084e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2085e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2086e67e8565SEmmanuel Vadot }; 2087e67e8565SEmmanuel Vadot 2088e67e8565SEmmanuel Vadot main_mcan5: can@2751000 { 2089e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2090e67e8565SEmmanuel Vadot reg = <0x00 0x02751000 0x00 0x200>, 2091e67e8565SEmmanuel Vadot <0x00 0x02758000 0x00 0x8000>; 2092e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2093e67e8565SEmmanuel Vadot power-domains = <&k3_pds 163 TI_SCI_PD_EXCLUSIVE>; 2094e67e8565SEmmanuel Vadot clocks = <&k3_clks 163 0>, <&k3_clks 163 1>; 2095e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2096e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>, 2097e67e8565SEmmanuel Vadot <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 2098e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2099e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2100e67e8565SEmmanuel Vadot }; 2101e67e8565SEmmanuel Vadot 2102e67e8565SEmmanuel Vadot main_mcan6: can@2761000 { 2103e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2104e67e8565SEmmanuel Vadot reg = <0x00 0x02761000 0x00 0x200>, 2105e67e8565SEmmanuel Vadot <0x00 0x02768000 0x00 0x8000>; 2106e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2107e67e8565SEmmanuel Vadot power-domains = <&k3_pds 164 TI_SCI_PD_EXCLUSIVE>; 2108e67e8565SEmmanuel Vadot clocks = <&k3_clks 164 0>, <&k3_clks 164 1>; 2109e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2110e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, 2111e67e8565SEmmanuel Vadot <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; 2112e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2113e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2114e67e8565SEmmanuel Vadot }; 2115e67e8565SEmmanuel Vadot 2116e67e8565SEmmanuel Vadot main_mcan7: can@2771000 { 2117e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2118e67e8565SEmmanuel Vadot reg = <0x00 0x02771000 0x00 0x200>, 2119e67e8565SEmmanuel Vadot <0x00 0x02778000 0x00 0x8000>; 2120e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2121e67e8565SEmmanuel Vadot power-domains = <&k3_pds 165 TI_SCI_PD_EXCLUSIVE>; 2122e67e8565SEmmanuel Vadot clocks = <&k3_clks 165 0>, <&k3_clks 165 1>; 2123e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2124e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 2125e67e8565SEmmanuel Vadot <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 2126e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2127e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2128e67e8565SEmmanuel Vadot }; 2129e67e8565SEmmanuel Vadot 2130e67e8565SEmmanuel Vadot main_mcan8: can@2781000 { 2131e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2132e67e8565SEmmanuel Vadot reg = <0x00 0x02781000 0x00 0x200>, 2133e67e8565SEmmanuel Vadot <0x00 0x02788000 0x00 0x8000>; 2134e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2135e67e8565SEmmanuel Vadot power-domains = <&k3_pds 166 TI_SCI_PD_EXCLUSIVE>; 2136e67e8565SEmmanuel Vadot clocks = <&k3_clks 166 0>, <&k3_clks 166 1>; 2137e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2138e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 576 IRQ_TYPE_LEVEL_HIGH>, 2139e67e8565SEmmanuel Vadot <GIC_SPI 577 IRQ_TYPE_LEVEL_HIGH>; 2140e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2141e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2142e67e8565SEmmanuel Vadot }; 2143e67e8565SEmmanuel Vadot 2144e67e8565SEmmanuel Vadot main_mcan9: can@2791000 { 2145e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2146e67e8565SEmmanuel Vadot reg = <0x00 0x02791000 0x00 0x200>, 2147e67e8565SEmmanuel Vadot <0x00 0x02798000 0x00 0x8000>; 2148e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2149e67e8565SEmmanuel Vadot power-domains = <&k3_pds 167 TI_SCI_PD_EXCLUSIVE>; 2150e67e8565SEmmanuel Vadot clocks = <&k3_clks 167 0>, <&k3_clks 167 1>; 2151e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2152e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 579 IRQ_TYPE_LEVEL_HIGH>, 2153e67e8565SEmmanuel Vadot <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>; 2154e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2155e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2156e67e8565SEmmanuel Vadot }; 2157e67e8565SEmmanuel Vadot 2158e67e8565SEmmanuel Vadot main_mcan10: can@27a1000 { 2159e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2160e67e8565SEmmanuel Vadot reg = <0x00 0x027a1000 0x00 0x200>, 2161e67e8565SEmmanuel Vadot <0x00 0x027a8000 0x00 0x8000>; 2162e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2163e67e8565SEmmanuel Vadot power-domains = <&k3_pds 168 TI_SCI_PD_EXCLUSIVE>; 2164e67e8565SEmmanuel Vadot clocks = <&k3_clks 168 0>, <&k3_clks 168 1>; 2165e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2166e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>, 2167e67e8565SEmmanuel Vadot <GIC_SPI 583 IRQ_TYPE_LEVEL_HIGH>; 2168e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2169e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2170e67e8565SEmmanuel Vadot }; 2171e67e8565SEmmanuel Vadot 2172e67e8565SEmmanuel Vadot main_mcan11: can@27b1000 { 2173e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2174e67e8565SEmmanuel Vadot reg = <0x00 0x027b1000 0x00 0x200>, 2175e67e8565SEmmanuel Vadot <0x00 0x027b8000 0x00 0x8000>; 2176e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2177e67e8565SEmmanuel Vadot power-domains = <&k3_pds 169 TI_SCI_PD_EXCLUSIVE>; 2178e67e8565SEmmanuel Vadot clocks = <&k3_clks 169 0>, <&k3_clks 169 1>; 2179e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2180e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 585 IRQ_TYPE_LEVEL_HIGH>, 2181e67e8565SEmmanuel Vadot <GIC_SPI 586 IRQ_TYPE_LEVEL_HIGH>; 2182e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2183e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2184e67e8565SEmmanuel Vadot }; 2185e67e8565SEmmanuel Vadot 2186e67e8565SEmmanuel Vadot main_mcan12: can@27c1000 { 2187e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2188e67e8565SEmmanuel Vadot reg = <0x00 0x027c1000 0x00 0x200>, 2189e67e8565SEmmanuel Vadot <0x00 0x027c8000 0x00 0x8000>; 2190e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2191e67e8565SEmmanuel Vadot power-domains = <&k3_pds 170 TI_SCI_PD_EXCLUSIVE>; 2192e67e8565SEmmanuel Vadot clocks = <&k3_clks 170 0>, <&k3_clks 170 1>; 2193e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2194e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>, 2195e67e8565SEmmanuel Vadot <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>; 2196e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2197e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2198e67e8565SEmmanuel Vadot }; 2199e67e8565SEmmanuel Vadot 2200e67e8565SEmmanuel Vadot main_mcan13: can@27d1000 { 2201e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2202e67e8565SEmmanuel Vadot reg = <0x00 0x027d1000 0x00 0x200>, 2203e67e8565SEmmanuel Vadot <0x00 0x027d8000 0x00 0x8000>; 2204e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2205e67e8565SEmmanuel Vadot power-domains = <&k3_pds 171 TI_SCI_PD_EXCLUSIVE>; 2206e67e8565SEmmanuel Vadot clocks = <&k3_clks 171 0>, <&k3_clks 171 1>; 2207e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2208e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 591 IRQ_TYPE_LEVEL_HIGH>, 2209e67e8565SEmmanuel Vadot <GIC_SPI 592 IRQ_TYPE_LEVEL_HIGH>; 2210e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2211e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2212e67e8565SEmmanuel Vadot }; 2213c66ec88fSEmmanuel Vadot}; 2214