1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2c66ec88fSEmmanuel Vadot/* 3c66ec88fSEmmanuel Vadot * Device Tree Source for J721E SoC Family Main Domain peripherals 4c66ec88fSEmmanuel Vadot * 5c66ec88fSEmmanuel Vadot * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/ 6c66ec88fSEmmanuel Vadot */ 7c66ec88fSEmmanuel Vadot#include <dt-bindings/phy/phy.h> 8c66ec88fSEmmanuel Vadot#include <dt-bindings/mux/mux.h> 9*6be33864SEmmanuel Vadot#include <dt-bindings/mux/ti-serdes.h> 10c66ec88fSEmmanuel Vadot 11c66ec88fSEmmanuel Vadot&cbass_main { 12c66ec88fSEmmanuel Vadot msmc_ram: sram@70000000 { 13c66ec88fSEmmanuel Vadot compatible = "mmio-sram"; 14c66ec88fSEmmanuel Vadot reg = <0x0 0x70000000 0x0 0x800000>; 15c66ec88fSEmmanuel Vadot #address-cells = <1>; 16c66ec88fSEmmanuel Vadot #size-cells = <1>; 17c66ec88fSEmmanuel Vadot ranges = <0x0 0x0 0x70000000 0x800000>; 18c66ec88fSEmmanuel Vadot 19c66ec88fSEmmanuel Vadot atf-sram@0 { 20c66ec88fSEmmanuel Vadot reg = <0x0 0x20000>; 21c66ec88fSEmmanuel Vadot }; 22c66ec88fSEmmanuel Vadot }; 23c66ec88fSEmmanuel Vadot 24c66ec88fSEmmanuel Vadot scm_conf: scm-conf@100000 { 25c66ec88fSEmmanuel Vadot compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 26c66ec88fSEmmanuel Vadot reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 27c66ec88fSEmmanuel Vadot #address-cells = <1>; 28c66ec88fSEmmanuel Vadot #size-cells = <1>; 29c66ec88fSEmmanuel Vadot ranges = <0x0 0x0 0x00100000 0x1c000>; 30c66ec88fSEmmanuel Vadot 31*6be33864SEmmanuel Vadot pcie0_ctrl: syscon@4070 { 32*6be33864SEmmanuel Vadot compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 33*6be33864SEmmanuel Vadot reg = <0x00004070 0x4>; 34*6be33864SEmmanuel Vadot #address-cells = <1>; 35*6be33864SEmmanuel Vadot #size-cells = <1>; 36*6be33864SEmmanuel Vadot ranges = <0x4070 0x4070 0x4>; 37*6be33864SEmmanuel Vadot }; 38*6be33864SEmmanuel Vadot 39*6be33864SEmmanuel Vadot pcie1_ctrl: syscon@4074 { 40*6be33864SEmmanuel Vadot compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 41*6be33864SEmmanuel Vadot reg = <0x00004074 0x4>; 42*6be33864SEmmanuel Vadot #address-cells = <1>; 43*6be33864SEmmanuel Vadot #size-cells = <1>; 44*6be33864SEmmanuel Vadot ranges = <0x4074 0x4074 0x4>; 45*6be33864SEmmanuel Vadot }; 46*6be33864SEmmanuel Vadot 47*6be33864SEmmanuel Vadot pcie2_ctrl: syscon@4078 { 48*6be33864SEmmanuel Vadot compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 49*6be33864SEmmanuel Vadot reg = <0x00004078 0x4>; 50*6be33864SEmmanuel Vadot #address-cells = <1>; 51*6be33864SEmmanuel Vadot #size-cells = <1>; 52*6be33864SEmmanuel Vadot ranges = <0x4078 0x4078 0x4>; 53*6be33864SEmmanuel Vadot }; 54*6be33864SEmmanuel Vadot 55*6be33864SEmmanuel Vadot pcie3_ctrl: syscon@407c { 56*6be33864SEmmanuel Vadot compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 57*6be33864SEmmanuel Vadot reg = <0x0000407c 0x4>; 58*6be33864SEmmanuel Vadot #address-cells = <1>; 59*6be33864SEmmanuel Vadot #size-cells = <1>; 60*6be33864SEmmanuel Vadot ranges = <0x407c 0x407c 0x4>; 61*6be33864SEmmanuel Vadot }; 62*6be33864SEmmanuel Vadot 63*6be33864SEmmanuel Vadot serdes_ln_ctrl: mux@4080 { 64c66ec88fSEmmanuel Vadot compatible = "mmio-mux"; 65c66ec88fSEmmanuel Vadot reg = <0x00004080 0x50>; 66c66ec88fSEmmanuel Vadot #mux-control-cells = <1>; 67c66ec88fSEmmanuel Vadot mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */ 68c66ec88fSEmmanuel Vadot <0x4090 0x3>, <0x4094 0x3>, /* SERDES1 lane0/1 select */ 69c66ec88fSEmmanuel Vadot <0x40a0 0x3>, <0x40a4 0x3>, /* SERDES2 lane0/1 select */ 70c66ec88fSEmmanuel Vadot <0x40b0 0x3>, <0x40b4 0x3>, /* SERDES3 lane0/1 select */ 71c66ec88fSEmmanuel Vadot <0x40c0 0x3>, <0x40c4 0x3>, <0x40c8 0x3>, <0x40cc 0x3>; 72c66ec88fSEmmanuel Vadot /* SERDES4 lane0/1/2/3 select */ 73*6be33864SEmmanuel Vadot idle-states = <J721E_SERDES0_LANE0_PCIE0_LANE0>, <J721E_SERDES0_LANE1_PCIE0_LANE1>, 74*6be33864SEmmanuel Vadot <J721E_SERDES1_LANE0_PCIE1_LANE0>, <J721E_SERDES1_LANE1_PCIE1_LANE1>, 75*6be33864SEmmanuel Vadot <J721E_SERDES2_LANE0_PCIE2_LANE0>, <J721E_SERDES2_LANE1_PCIE2_LANE1>, 76*6be33864SEmmanuel Vadot <MUX_IDLE_AS_IS>, <J721E_SERDES3_LANE1_USB3_0>, 77*6be33864SEmmanuel Vadot <J721E_SERDES4_LANE0_EDP_LANE0>, <J721E_SERDES4_LANE1_EDP_LANE1>, 78*6be33864SEmmanuel Vadot <J721E_SERDES4_LANE2_EDP_LANE2>, <J721E_SERDES4_LANE3_EDP_LANE3>; 79c66ec88fSEmmanuel Vadot }; 80c66ec88fSEmmanuel Vadot 81c66ec88fSEmmanuel Vadot usb_serdes_mux: mux-controller@4000 { 82c66ec88fSEmmanuel Vadot compatible = "mmio-mux"; 83c66ec88fSEmmanuel Vadot #mux-control-cells = <1>; 84c66ec88fSEmmanuel Vadot mux-reg-masks = <0x4000 0x8000000>, /* USB0 to SERDES0/3 mux */ 85c66ec88fSEmmanuel Vadot <0x4010 0x8000000>; /* USB1 to SERDES1/2 mux */ 86c66ec88fSEmmanuel Vadot }; 87c66ec88fSEmmanuel Vadot }; 88c66ec88fSEmmanuel Vadot 89c66ec88fSEmmanuel Vadot gic500: interrupt-controller@1800000 { 90c66ec88fSEmmanuel Vadot compatible = "arm,gic-v3"; 91c66ec88fSEmmanuel Vadot #address-cells = <2>; 92c66ec88fSEmmanuel Vadot #size-cells = <2>; 93c66ec88fSEmmanuel Vadot ranges; 94c66ec88fSEmmanuel Vadot #interrupt-cells = <3>; 95c66ec88fSEmmanuel Vadot interrupt-controller; 96c66ec88fSEmmanuel Vadot reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 97c66ec88fSEmmanuel Vadot <0x00 0x01900000 0x00 0x100000>; /* GICR */ 98c66ec88fSEmmanuel Vadot 99c66ec88fSEmmanuel Vadot /* vcpumntirq: virtual CPU interface maintenance interrupt */ 100c66ec88fSEmmanuel Vadot interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 101c66ec88fSEmmanuel Vadot 102c66ec88fSEmmanuel Vadot gic_its: msi-controller@1820000 { 103c66ec88fSEmmanuel Vadot compatible = "arm,gic-v3-its"; 104c66ec88fSEmmanuel Vadot reg = <0x00 0x01820000 0x00 0x10000>; 105c66ec88fSEmmanuel Vadot socionext,synquacer-pre-its = <0x1000000 0x400000>; 106c66ec88fSEmmanuel Vadot msi-controller; 107c66ec88fSEmmanuel Vadot #msi-cells = <1>; 108c66ec88fSEmmanuel Vadot }; 109c66ec88fSEmmanuel Vadot }; 110c66ec88fSEmmanuel Vadot 111c66ec88fSEmmanuel Vadot main_gpio_intr: interrupt-controller0 { 112c66ec88fSEmmanuel Vadot compatible = "ti,sci-intr"; 113c66ec88fSEmmanuel Vadot ti,intr-trigger-type = <1>; 114c66ec88fSEmmanuel Vadot interrupt-controller; 115c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 116c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 117c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 118c66ec88fSEmmanuel Vadot ti,sci-dev-id = <131>; 119c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <8 392 56>; 120c66ec88fSEmmanuel Vadot }; 121c66ec88fSEmmanuel Vadot 122*6be33864SEmmanuel Vadot main-navss { 123c66ec88fSEmmanuel Vadot compatible = "simple-mfd"; 124c66ec88fSEmmanuel Vadot #address-cells = <2>; 125c66ec88fSEmmanuel Vadot #size-cells = <2>; 126c66ec88fSEmmanuel Vadot ranges; 127c66ec88fSEmmanuel Vadot dma-coherent; 128c66ec88fSEmmanuel Vadot dma-ranges; 129c66ec88fSEmmanuel Vadot 130c66ec88fSEmmanuel Vadot ti,sci-dev-id = <199>; 131c66ec88fSEmmanuel Vadot 132c66ec88fSEmmanuel Vadot main_navss_intr: interrupt-controller1 { 133c66ec88fSEmmanuel Vadot compatible = "ti,sci-intr"; 134c66ec88fSEmmanuel Vadot ti,intr-trigger-type = <4>; 135c66ec88fSEmmanuel Vadot interrupt-controller; 136c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 137c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 138c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 139c66ec88fSEmmanuel Vadot ti,sci-dev-id = <213>; 140c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <0 64 64>, 141c66ec88fSEmmanuel Vadot <64 448 64>, 142c66ec88fSEmmanuel Vadot <128 672 64>; 143c66ec88fSEmmanuel Vadot }; 144c66ec88fSEmmanuel Vadot 145c66ec88fSEmmanuel Vadot main_udmass_inta: interrupt-controller@33d00000 { 146c66ec88fSEmmanuel Vadot compatible = "ti,sci-inta"; 147c66ec88fSEmmanuel Vadot reg = <0x0 0x33d00000 0x0 0x100000>; 148c66ec88fSEmmanuel Vadot interrupt-controller; 149c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 150c66ec88fSEmmanuel Vadot msi-controller; 151c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 152c66ec88fSEmmanuel Vadot ti,sci-dev-id = <209>; 153c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <0 0 256>; 154c66ec88fSEmmanuel Vadot }; 155c66ec88fSEmmanuel Vadot 156c66ec88fSEmmanuel Vadot secure_proxy_main: mailbox@32c00000 { 157c66ec88fSEmmanuel Vadot compatible = "ti,am654-secure-proxy"; 158c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 159c66ec88fSEmmanuel Vadot reg-names = "target_data", "rt", "scfg"; 160c66ec88fSEmmanuel Vadot reg = <0x00 0x32c00000 0x00 0x100000>, 161c66ec88fSEmmanuel Vadot <0x00 0x32400000 0x00 0x100000>, 162c66ec88fSEmmanuel Vadot <0x00 0x32800000 0x00 0x100000>; 163c66ec88fSEmmanuel Vadot interrupt-names = "rx_011"; 164c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 165c66ec88fSEmmanuel Vadot }; 166c66ec88fSEmmanuel Vadot 167c66ec88fSEmmanuel Vadot smmu0: iommu@36600000 { 168c66ec88fSEmmanuel Vadot compatible = "arm,smmu-v3"; 169c66ec88fSEmmanuel Vadot reg = <0x0 0x36600000 0x0 0x100000>; 170c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 171c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>, 172c66ec88fSEmmanuel Vadot <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>; 173c66ec88fSEmmanuel Vadot interrupt-names = "eventq", "gerror"; 174c66ec88fSEmmanuel Vadot #iommu-cells = <1>; 175c66ec88fSEmmanuel Vadot }; 176c66ec88fSEmmanuel Vadot 177c66ec88fSEmmanuel Vadot hwspinlock: spinlock@30e00000 { 178c66ec88fSEmmanuel Vadot compatible = "ti,am654-hwspinlock"; 179c66ec88fSEmmanuel Vadot reg = <0x00 0x30e00000 0x00 0x1000>; 180c66ec88fSEmmanuel Vadot #hwlock-cells = <1>; 181c66ec88fSEmmanuel Vadot }; 182c66ec88fSEmmanuel Vadot 183c66ec88fSEmmanuel Vadot mailbox0_cluster0: mailbox@31f80000 { 184c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 185c66ec88fSEmmanuel Vadot reg = <0x00 0x31f80000 0x00 0x200>; 186c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 187c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 188c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 189c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 190c66ec88fSEmmanuel Vadot }; 191c66ec88fSEmmanuel Vadot 192c66ec88fSEmmanuel Vadot mailbox0_cluster1: mailbox@31f81000 { 193c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 194c66ec88fSEmmanuel Vadot reg = <0x00 0x31f81000 0x00 0x200>; 195c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 196c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 197c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 198c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 199c66ec88fSEmmanuel Vadot }; 200c66ec88fSEmmanuel Vadot 201c66ec88fSEmmanuel Vadot mailbox0_cluster2: mailbox@31f82000 { 202c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 203c66ec88fSEmmanuel Vadot reg = <0x00 0x31f82000 0x00 0x200>; 204c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 205c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 206c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 207c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 208c66ec88fSEmmanuel Vadot }; 209c66ec88fSEmmanuel Vadot 210c66ec88fSEmmanuel Vadot mailbox0_cluster3: mailbox@31f83000 { 211c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 212c66ec88fSEmmanuel Vadot reg = <0x00 0x31f83000 0x00 0x200>; 213c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 214c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 215c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 216c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 217c66ec88fSEmmanuel Vadot }; 218c66ec88fSEmmanuel Vadot 219c66ec88fSEmmanuel Vadot mailbox0_cluster4: mailbox@31f84000 { 220c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 221c66ec88fSEmmanuel Vadot reg = <0x00 0x31f84000 0x00 0x200>; 222c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 223c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 224c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 225c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 226c66ec88fSEmmanuel Vadot }; 227c66ec88fSEmmanuel Vadot 228c66ec88fSEmmanuel Vadot mailbox0_cluster5: mailbox@31f85000 { 229c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 230c66ec88fSEmmanuel Vadot reg = <0x00 0x31f85000 0x00 0x200>; 231c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 232c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 233c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 234c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 235c66ec88fSEmmanuel Vadot }; 236c66ec88fSEmmanuel Vadot 237c66ec88fSEmmanuel Vadot mailbox0_cluster6: mailbox@31f86000 { 238c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 239c66ec88fSEmmanuel Vadot reg = <0x00 0x31f86000 0x00 0x200>; 240c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 241c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 242c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 243c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 244c66ec88fSEmmanuel Vadot }; 245c66ec88fSEmmanuel Vadot 246c66ec88fSEmmanuel Vadot mailbox0_cluster7: mailbox@31f87000 { 247c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 248c66ec88fSEmmanuel Vadot reg = <0x00 0x31f87000 0x00 0x200>; 249c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 250c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 251c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 252c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 253c66ec88fSEmmanuel Vadot }; 254c66ec88fSEmmanuel Vadot 255c66ec88fSEmmanuel Vadot mailbox0_cluster8: mailbox@31f88000 { 256c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 257c66ec88fSEmmanuel Vadot reg = <0x00 0x31f88000 0x00 0x200>; 258c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 259c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 260c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 261c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 262c66ec88fSEmmanuel Vadot }; 263c66ec88fSEmmanuel Vadot 264c66ec88fSEmmanuel Vadot mailbox0_cluster9: mailbox@31f89000 { 265c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 266c66ec88fSEmmanuel Vadot reg = <0x00 0x31f89000 0x00 0x200>; 267c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 268c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 269c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 270c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 271c66ec88fSEmmanuel Vadot }; 272c66ec88fSEmmanuel Vadot 273c66ec88fSEmmanuel Vadot mailbox0_cluster10: mailbox@31f8a000 { 274c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 275c66ec88fSEmmanuel Vadot reg = <0x00 0x31f8a000 0x00 0x200>; 276c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 277c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 278c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 279c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 280c66ec88fSEmmanuel Vadot }; 281c66ec88fSEmmanuel Vadot 282c66ec88fSEmmanuel Vadot mailbox0_cluster11: mailbox@31f8b000 { 283c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 284c66ec88fSEmmanuel Vadot reg = <0x00 0x31f8b000 0x00 0x200>; 285c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 286c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 287c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 288c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 289c66ec88fSEmmanuel Vadot }; 290c66ec88fSEmmanuel Vadot 291c66ec88fSEmmanuel Vadot main_ringacc: ringacc@3c000000 { 292c66ec88fSEmmanuel Vadot compatible = "ti,am654-navss-ringacc"; 293c66ec88fSEmmanuel Vadot reg = <0x0 0x3c000000 0x0 0x400000>, 294c66ec88fSEmmanuel Vadot <0x0 0x38000000 0x0 0x400000>, 295c66ec88fSEmmanuel Vadot <0x0 0x31120000 0x0 0x100>, 296c66ec88fSEmmanuel Vadot <0x0 0x33000000 0x0 0x40000>; 297c66ec88fSEmmanuel Vadot reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; 298c66ec88fSEmmanuel Vadot ti,num-rings = <1024>; 299c66ec88fSEmmanuel Vadot ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 300c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 301c66ec88fSEmmanuel Vadot ti,sci-dev-id = <211>; 302c66ec88fSEmmanuel Vadot msi-parent = <&main_udmass_inta>; 303c66ec88fSEmmanuel Vadot }; 304c66ec88fSEmmanuel Vadot 305c66ec88fSEmmanuel Vadot main_udmap: dma-controller@31150000 { 306c66ec88fSEmmanuel Vadot compatible = "ti,j721e-navss-main-udmap"; 307c66ec88fSEmmanuel Vadot reg = <0x0 0x31150000 0x0 0x100>, 308c66ec88fSEmmanuel Vadot <0x0 0x34000000 0x0 0x100000>, 309c66ec88fSEmmanuel Vadot <0x0 0x35000000 0x0 0x100000>; 310c66ec88fSEmmanuel Vadot reg-names = "gcfg", "rchanrt", "tchanrt"; 311c66ec88fSEmmanuel Vadot msi-parent = <&main_udmass_inta>; 312c66ec88fSEmmanuel Vadot #dma-cells = <1>; 313c66ec88fSEmmanuel Vadot 314c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 315c66ec88fSEmmanuel Vadot ti,sci-dev-id = <212>; 316c66ec88fSEmmanuel Vadot ti,ringacc = <&main_ringacc>; 317c66ec88fSEmmanuel Vadot 318c66ec88fSEmmanuel Vadot ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */ 319c66ec88fSEmmanuel Vadot <0x0f>, /* TX_HCHAN */ 320c66ec88fSEmmanuel Vadot <0x10>; /* TX_UHCHAN */ 321c66ec88fSEmmanuel Vadot ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */ 322c66ec88fSEmmanuel Vadot <0x0b>, /* RX_HCHAN */ 323c66ec88fSEmmanuel Vadot <0x0c>; /* RX_UHCHAN */ 324c66ec88fSEmmanuel Vadot ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */ 325c66ec88fSEmmanuel Vadot }; 326c66ec88fSEmmanuel Vadot 327c66ec88fSEmmanuel Vadot cpts@310d0000 { 328c66ec88fSEmmanuel Vadot compatible = "ti,j721e-cpts"; 329c66ec88fSEmmanuel Vadot reg = <0x0 0x310d0000 0x0 0x400>; 330c66ec88fSEmmanuel Vadot reg-names = "cpts"; 331c66ec88fSEmmanuel Vadot clocks = <&k3_clks 201 1>; 332c66ec88fSEmmanuel Vadot clock-names = "cpts"; 333c66ec88fSEmmanuel Vadot interrupts-extended = <&main_navss_intr 391>; 334c66ec88fSEmmanuel Vadot interrupt-names = "cpts"; 335c66ec88fSEmmanuel Vadot ti,cpts-periodic-outputs = <6>; 336c66ec88fSEmmanuel Vadot ti,cpts-ext-ts-inputs = <8>; 337c66ec88fSEmmanuel Vadot }; 338c66ec88fSEmmanuel Vadot }; 339c66ec88fSEmmanuel Vadot 340*6be33864SEmmanuel Vadot main_crypto: crypto@4e00000 { 341*6be33864SEmmanuel Vadot compatible = "ti,j721e-sa2ul"; 342*6be33864SEmmanuel Vadot reg = <0x0 0x4e00000 0x0 0x1200>; 343*6be33864SEmmanuel Vadot power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>; 344*6be33864SEmmanuel Vadot #address-cells = <2>; 345*6be33864SEmmanuel Vadot #size-cells = <2>; 346*6be33864SEmmanuel Vadot ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; 347*6be33864SEmmanuel Vadot 348*6be33864SEmmanuel Vadot status = "okay"; 349*6be33864SEmmanuel Vadot 350*6be33864SEmmanuel Vadot dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, 351*6be33864SEmmanuel Vadot <&main_udmap 0x4001>; 352*6be33864SEmmanuel Vadot dma-names = "tx", "rx1", "rx2"; 353*6be33864SEmmanuel Vadot dma-coherent; 354*6be33864SEmmanuel Vadot 355*6be33864SEmmanuel Vadot rng: rng@4e10000 { 356*6be33864SEmmanuel Vadot compatible = "inside-secure,safexcel-eip76"; 357*6be33864SEmmanuel Vadot reg = <0x0 0x4e10000 0x0 0x7d>; 358*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 359*6be33864SEmmanuel Vadot clocks = <&k3_clks 264 1>; 360*6be33864SEmmanuel Vadot }; 361*6be33864SEmmanuel Vadot }; 362*6be33864SEmmanuel Vadot 363*6be33864SEmmanuel Vadot main_pmx0: pinctrl@11c000 { 364c66ec88fSEmmanuel Vadot compatible = "pinctrl-single"; 365c66ec88fSEmmanuel Vadot /* Proxy 0 addressing */ 366c66ec88fSEmmanuel Vadot reg = <0x0 0x11c000 0x0 0x2b4>; 367c66ec88fSEmmanuel Vadot #pinctrl-cells = <1>; 368c66ec88fSEmmanuel Vadot pinctrl-single,register-width = <32>; 369c66ec88fSEmmanuel Vadot pinctrl-single,function-mask = <0xffffffff>; 370c66ec88fSEmmanuel Vadot }; 371c66ec88fSEmmanuel Vadot 372c66ec88fSEmmanuel Vadot dummy_cmn_refclk: dummy-cmn-refclk { 373c66ec88fSEmmanuel Vadot #clock-cells = <0>; 374c66ec88fSEmmanuel Vadot compatible = "fixed-clock"; 375c66ec88fSEmmanuel Vadot clock-frequency = <100000000>; 376c66ec88fSEmmanuel Vadot }; 377c66ec88fSEmmanuel Vadot 378c66ec88fSEmmanuel Vadot dummy_cmn_refclk1: dummy-cmn-refclk1 { 379c66ec88fSEmmanuel Vadot #clock-cells = <0>; 380c66ec88fSEmmanuel Vadot compatible = "fixed-clock"; 381c66ec88fSEmmanuel Vadot clock-frequency = <100000000>; 382c66ec88fSEmmanuel Vadot }; 383c66ec88fSEmmanuel Vadot 384c66ec88fSEmmanuel Vadot serdes_wiz0: wiz@5000000 { 385c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 386c66ec88fSEmmanuel Vadot #address-cells = <1>; 387c66ec88fSEmmanuel Vadot #size-cells = <1>; 388c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>; 389c66ec88fSEmmanuel Vadot clocks = <&k3_clks 292 5>, <&k3_clks 292 11>, <&dummy_cmn_refclk>; 390c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 391c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 292 11>, <&k3_clks 292 0>; 392c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 393c66ec88fSEmmanuel Vadot num-lanes = <2>; 394c66ec88fSEmmanuel Vadot #reset-cells = <1>; 395c66ec88fSEmmanuel Vadot ranges = <0x5000000 0x0 0x5000000 0x10000>; 396c66ec88fSEmmanuel Vadot 397c66ec88fSEmmanuel Vadot wiz0_pll0_refclk: pll0-refclk { 398c66ec88fSEmmanuel Vadot clocks = <&k3_clks 292 11>, <&dummy_cmn_refclk>; 399c66ec88fSEmmanuel Vadot #clock-cells = <0>; 400c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_pll0_refclk>; 401c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 11>; 402c66ec88fSEmmanuel Vadot }; 403c66ec88fSEmmanuel Vadot 404c66ec88fSEmmanuel Vadot wiz0_pll1_refclk: pll1-refclk { 405c66ec88fSEmmanuel Vadot clocks = <&k3_clks 292 0>, <&dummy_cmn_refclk1>; 406c66ec88fSEmmanuel Vadot #clock-cells = <0>; 407c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_pll1_refclk>; 408c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 0>; 409c66ec88fSEmmanuel Vadot }; 410c66ec88fSEmmanuel Vadot 411c66ec88fSEmmanuel Vadot wiz0_refclk_dig: refclk-dig { 412c66ec88fSEmmanuel Vadot clocks = <&k3_clks 292 11>, <&k3_clks 292 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 413c66ec88fSEmmanuel Vadot #clock-cells = <0>; 414c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_refclk_dig>; 415c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 11>; 416c66ec88fSEmmanuel Vadot }; 417c66ec88fSEmmanuel Vadot 418c66ec88fSEmmanuel Vadot wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div { 419c66ec88fSEmmanuel Vadot clocks = <&wiz0_refclk_dig>; 420c66ec88fSEmmanuel Vadot #clock-cells = <0>; 421c66ec88fSEmmanuel Vadot }; 422c66ec88fSEmmanuel Vadot 423c66ec88fSEmmanuel Vadot wiz0_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 424c66ec88fSEmmanuel Vadot clocks = <&wiz0_pll1_refclk>; 425c66ec88fSEmmanuel Vadot #clock-cells = <0>; 426c66ec88fSEmmanuel Vadot }; 427c66ec88fSEmmanuel Vadot 428c66ec88fSEmmanuel Vadot serdes0: serdes@5000000 { 429c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 430c66ec88fSEmmanuel Vadot reg-names = "serdes"; 431c66ec88fSEmmanuel Vadot reg = <0x5000000 0x10000>; 432c66ec88fSEmmanuel Vadot #address-cells = <1>; 433c66ec88fSEmmanuel Vadot #size-cells = <0>; 434c66ec88fSEmmanuel Vadot resets = <&serdes_wiz0 0>; 435c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 436c66ec88fSEmmanuel Vadot clocks = <&wiz0_cmn_refclk_dig_div>, <&wiz0_cmn_refclk1_dig_div>; 437c66ec88fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 438c66ec88fSEmmanuel Vadot }; 439c66ec88fSEmmanuel Vadot }; 440c66ec88fSEmmanuel Vadot 441c66ec88fSEmmanuel Vadot serdes_wiz1: wiz@5010000 { 442c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 443c66ec88fSEmmanuel Vadot #address-cells = <1>; 444c66ec88fSEmmanuel Vadot #size-cells = <1>; 445c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 293 TI_SCI_PD_EXCLUSIVE>; 446c66ec88fSEmmanuel Vadot clocks = <&k3_clks 293 5>, <&k3_clks 293 13>, <&dummy_cmn_refclk>; 447c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 448c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 293 13>, <&k3_clks 293 0>; 449c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 17>, <&k3_clks 293 4>; 450c66ec88fSEmmanuel Vadot num-lanes = <2>; 451c66ec88fSEmmanuel Vadot #reset-cells = <1>; 452c66ec88fSEmmanuel Vadot ranges = <0x5010000 0x0 0x5010000 0x10000>; 453c66ec88fSEmmanuel Vadot 454c66ec88fSEmmanuel Vadot wiz1_pll0_refclk: pll0-refclk { 455c66ec88fSEmmanuel Vadot clocks = <&k3_clks 293 13>, <&dummy_cmn_refclk>; 456c66ec88fSEmmanuel Vadot #clock-cells = <0>; 457c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_pll0_refclk>; 458c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 13>; 459c66ec88fSEmmanuel Vadot }; 460c66ec88fSEmmanuel Vadot 461c66ec88fSEmmanuel Vadot wiz1_pll1_refclk: pll1-refclk { 462c66ec88fSEmmanuel Vadot clocks = <&k3_clks 293 0>, <&dummy_cmn_refclk1>; 463c66ec88fSEmmanuel Vadot #clock-cells = <0>; 464c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_pll1_refclk>; 465c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 0>; 466c66ec88fSEmmanuel Vadot }; 467c66ec88fSEmmanuel Vadot 468c66ec88fSEmmanuel Vadot wiz1_refclk_dig: refclk-dig { 469c66ec88fSEmmanuel Vadot clocks = <&k3_clks 293 13>, <&k3_clks 293 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 470c66ec88fSEmmanuel Vadot #clock-cells = <0>; 471c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_refclk_dig>; 472c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 13>; 473c66ec88fSEmmanuel Vadot }; 474c66ec88fSEmmanuel Vadot 475c66ec88fSEmmanuel Vadot wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div{ 476c66ec88fSEmmanuel Vadot clocks = <&wiz1_refclk_dig>; 477c66ec88fSEmmanuel Vadot #clock-cells = <0>; 478c66ec88fSEmmanuel Vadot }; 479c66ec88fSEmmanuel Vadot 480c66ec88fSEmmanuel Vadot wiz1_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 481c66ec88fSEmmanuel Vadot clocks = <&wiz1_pll1_refclk>; 482c66ec88fSEmmanuel Vadot #clock-cells = <0>; 483c66ec88fSEmmanuel Vadot }; 484c66ec88fSEmmanuel Vadot 485c66ec88fSEmmanuel Vadot serdes1: serdes@5010000 { 486c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 487c66ec88fSEmmanuel Vadot reg-names = "serdes"; 488c66ec88fSEmmanuel Vadot reg = <0x5010000 0x10000>; 489c66ec88fSEmmanuel Vadot #address-cells = <1>; 490c66ec88fSEmmanuel Vadot #size-cells = <0>; 491c66ec88fSEmmanuel Vadot resets = <&serdes_wiz1 0>; 492c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 493c66ec88fSEmmanuel Vadot clocks = <&wiz1_cmn_refclk_dig_div>, <&wiz1_cmn_refclk1_dig_div>; 494c66ec88fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 495c66ec88fSEmmanuel Vadot }; 496c66ec88fSEmmanuel Vadot }; 497c66ec88fSEmmanuel Vadot 498c66ec88fSEmmanuel Vadot serdes_wiz2: wiz@5020000 { 499c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 500c66ec88fSEmmanuel Vadot #address-cells = <1>; 501c66ec88fSEmmanuel Vadot #size-cells = <1>; 502c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 294 TI_SCI_PD_EXCLUSIVE>; 503c66ec88fSEmmanuel Vadot clocks = <&k3_clks 294 5>, <&k3_clks 294 11>, <&dummy_cmn_refclk>; 504c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 505c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 294 11>, <&k3_clks 294 0>; 506c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 15>, <&k3_clks 294 4>; 507c66ec88fSEmmanuel Vadot num-lanes = <2>; 508c66ec88fSEmmanuel Vadot #reset-cells = <1>; 509c66ec88fSEmmanuel Vadot ranges = <0x5020000 0x0 0x5020000 0x10000>; 510c66ec88fSEmmanuel Vadot 511c66ec88fSEmmanuel Vadot wiz2_pll0_refclk: pll0-refclk { 512c66ec88fSEmmanuel Vadot clocks = <&k3_clks 294 11>, <&dummy_cmn_refclk>; 513c66ec88fSEmmanuel Vadot #clock-cells = <0>; 514c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_pll0_refclk>; 515c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 11>; 516c66ec88fSEmmanuel Vadot }; 517c66ec88fSEmmanuel Vadot 518c66ec88fSEmmanuel Vadot wiz2_pll1_refclk: pll1-refclk { 519c66ec88fSEmmanuel Vadot clocks = <&k3_clks 294 0>, <&dummy_cmn_refclk1>; 520c66ec88fSEmmanuel Vadot #clock-cells = <0>; 521c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_pll1_refclk>; 522c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 0>; 523c66ec88fSEmmanuel Vadot }; 524c66ec88fSEmmanuel Vadot 525c66ec88fSEmmanuel Vadot wiz2_refclk_dig: refclk-dig { 526c66ec88fSEmmanuel Vadot clocks = <&k3_clks 294 11>, <&k3_clks 294 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 527c66ec88fSEmmanuel Vadot #clock-cells = <0>; 528c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_refclk_dig>; 529c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 11>; 530c66ec88fSEmmanuel Vadot }; 531c66ec88fSEmmanuel Vadot 532c66ec88fSEmmanuel Vadot wiz2_cmn_refclk_dig_div: cmn-refclk-dig-div { 533c66ec88fSEmmanuel Vadot clocks = <&wiz2_refclk_dig>; 534c66ec88fSEmmanuel Vadot #clock-cells = <0>; 535c66ec88fSEmmanuel Vadot }; 536c66ec88fSEmmanuel Vadot 537c66ec88fSEmmanuel Vadot wiz2_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 538c66ec88fSEmmanuel Vadot clocks = <&wiz2_pll1_refclk>; 539c66ec88fSEmmanuel Vadot #clock-cells = <0>; 540c66ec88fSEmmanuel Vadot }; 541c66ec88fSEmmanuel Vadot 542c66ec88fSEmmanuel Vadot serdes2: serdes@5020000 { 543c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 544c66ec88fSEmmanuel Vadot reg-names = "serdes"; 545c66ec88fSEmmanuel Vadot reg = <0x5020000 0x10000>; 546c66ec88fSEmmanuel Vadot #address-cells = <1>; 547c66ec88fSEmmanuel Vadot #size-cells = <0>; 548c66ec88fSEmmanuel Vadot resets = <&serdes_wiz2 0>; 549c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 550c66ec88fSEmmanuel Vadot clocks = <&wiz2_cmn_refclk_dig_div>, <&wiz2_cmn_refclk1_dig_div>; 551c66ec88fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 552c66ec88fSEmmanuel Vadot }; 553c66ec88fSEmmanuel Vadot }; 554c66ec88fSEmmanuel Vadot 555c66ec88fSEmmanuel Vadot serdes_wiz3: wiz@5030000 { 556c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 557c66ec88fSEmmanuel Vadot #address-cells = <1>; 558c66ec88fSEmmanuel Vadot #size-cells = <1>; 559c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>; 560c66ec88fSEmmanuel Vadot clocks = <&k3_clks 295 5>, <&k3_clks 295 9>, <&dummy_cmn_refclk>; 561c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 562c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 295 9>, <&k3_clks 295 0>; 563c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 13>, <&k3_clks 295 4>; 564c66ec88fSEmmanuel Vadot num-lanes = <2>; 565c66ec88fSEmmanuel Vadot #reset-cells = <1>; 566c66ec88fSEmmanuel Vadot ranges = <0x5030000 0x0 0x5030000 0x10000>; 567c66ec88fSEmmanuel Vadot 568c66ec88fSEmmanuel Vadot wiz3_pll0_refclk: pll0-refclk { 569c66ec88fSEmmanuel Vadot clocks = <&k3_clks 295 9>, <&dummy_cmn_refclk>; 570c66ec88fSEmmanuel Vadot #clock-cells = <0>; 571c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_pll0_refclk>; 572c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 9>; 573c66ec88fSEmmanuel Vadot }; 574c66ec88fSEmmanuel Vadot 575c66ec88fSEmmanuel Vadot wiz3_pll1_refclk: pll1-refclk { 576c66ec88fSEmmanuel Vadot clocks = <&k3_clks 295 0>, <&dummy_cmn_refclk1>; 577c66ec88fSEmmanuel Vadot #clock-cells = <0>; 578c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_pll1_refclk>; 579c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 0>; 580c66ec88fSEmmanuel Vadot }; 581c66ec88fSEmmanuel Vadot 582c66ec88fSEmmanuel Vadot wiz3_refclk_dig: refclk-dig { 583c66ec88fSEmmanuel Vadot clocks = <&k3_clks 295 9>, <&k3_clks 295 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 584c66ec88fSEmmanuel Vadot #clock-cells = <0>; 585c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_refclk_dig>; 586c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 9>; 587c66ec88fSEmmanuel Vadot }; 588c66ec88fSEmmanuel Vadot 589c66ec88fSEmmanuel Vadot wiz3_cmn_refclk_dig_div: cmn-refclk-dig-div { 590c66ec88fSEmmanuel Vadot clocks = <&wiz3_refclk_dig>; 591c66ec88fSEmmanuel Vadot #clock-cells = <0>; 592c66ec88fSEmmanuel Vadot }; 593c66ec88fSEmmanuel Vadot 594c66ec88fSEmmanuel Vadot wiz3_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 595c66ec88fSEmmanuel Vadot clocks = <&wiz3_pll1_refclk>; 596c66ec88fSEmmanuel Vadot #clock-cells = <0>; 597c66ec88fSEmmanuel Vadot }; 598c66ec88fSEmmanuel Vadot 599c66ec88fSEmmanuel Vadot serdes3: serdes@5030000 { 600c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 601c66ec88fSEmmanuel Vadot reg-names = "serdes"; 602c66ec88fSEmmanuel Vadot reg = <0x5030000 0x10000>; 603c66ec88fSEmmanuel Vadot #address-cells = <1>; 604c66ec88fSEmmanuel Vadot #size-cells = <0>; 605c66ec88fSEmmanuel Vadot resets = <&serdes_wiz3 0>; 606c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 607c66ec88fSEmmanuel Vadot clocks = <&wiz3_cmn_refclk_dig_div>, <&wiz3_cmn_refclk1_dig_div>; 608c66ec88fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 609c66ec88fSEmmanuel Vadot }; 610c66ec88fSEmmanuel Vadot }; 611c66ec88fSEmmanuel Vadot 612*6be33864SEmmanuel Vadot pcie0_rc: pcie@2900000 { 613*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 614*6be33864SEmmanuel Vadot reg = <0x00 0x02900000 0x00 0x1000>, 615*6be33864SEmmanuel Vadot <0x00 0x02907000 0x00 0x400>, 616*6be33864SEmmanuel Vadot <0x00 0x0d000000 0x00 0x00800000>, 617*6be33864SEmmanuel Vadot <0x00 0x10000000 0x00 0x00001000>; 618*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 619*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 620*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 621*6be33864SEmmanuel Vadot device_type = "pci"; 622*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie0_ctrl>; 623*6be33864SEmmanuel Vadot max-link-speed = <3>; 624*6be33864SEmmanuel Vadot num-lanes = <2>; 625*6be33864SEmmanuel Vadot power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 626*6be33864SEmmanuel Vadot clocks = <&k3_clks 239 1>; 627*6be33864SEmmanuel Vadot clock-names = "fck"; 628*6be33864SEmmanuel Vadot #address-cells = <3>; 629*6be33864SEmmanuel Vadot #size-cells = <2>; 630*6be33864SEmmanuel Vadot bus-range = <0x0 0xf>; 631*6be33864SEmmanuel Vadot vendor-id = <0x104c>; 632*6be33864SEmmanuel Vadot device-id = <0xb00d>; 633*6be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x0 0x10000>; 634*6be33864SEmmanuel Vadot dma-coherent; 635*6be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x10001000 0x0 0x10001000 0x0 0x0010000>, 636*6be33864SEmmanuel Vadot <0x02000000 0x0 0x10011000 0x0 0x10011000 0x0 0x7fef000>; 637*6be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 638*6be33864SEmmanuel Vadot }; 639*6be33864SEmmanuel Vadot 640*6be33864SEmmanuel Vadot pcie0_ep: pcie-ep@2900000 { 641*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 642*6be33864SEmmanuel Vadot reg = <0x00 0x02900000 0x00 0x1000>, 643*6be33864SEmmanuel Vadot <0x00 0x02907000 0x00 0x400>, 644*6be33864SEmmanuel Vadot <0x00 0x0d000000 0x00 0x00800000>, 645*6be33864SEmmanuel Vadot <0x00 0x10000000 0x00 0x08000000>; 646*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 647*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 648*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 649*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie0_ctrl>; 650*6be33864SEmmanuel Vadot max-link-speed = <3>; 651*6be33864SEmmanuel Vadot num-lanes = <2>; 652*6be33864SEmmanuel Vadot power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 653*6be33864SEmmanuel Vadot clocks = <&k3_clks 239 1>; 654*6be33864SEmmanuel Vadot clock-names = "fck"; 655*6be33864SEmmanuel Vadot cdns,max-outbound-regions = <16>; 656*6be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 657*6be33864SEmmanuel Vadot max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; 658*6be33864SEmmanuel Vadot dma-coherent; 659*6be33864SEmmanuel Vadot }; 660*6be33864SEmmanuel Vadot 661*6be33864SEmmanuel Vadot pcie1_rc: pcie@2910000 { 662*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 663*6be33864SEmmanuel Vadot reg = <0x00 0x02910000 0x00 0x1000>, 664*6be33864SEmmanuel Vadot <0x00 0x02917000 0x00 0x400>, 665*6be33864SEmmanuel Vadot <0x00 0x0d800000 0x00 0x00800000>, 666*6be33864SEmmanuel Vadot <0x00 0x18000000 0x00 0x00001000>; 667*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 668*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 669*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 670*6be33864SEmmanuel Vadot device_type = "pci"; 671*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie1_ctrl>; 672*6be33864SEmmanuel Vadot max-link-speed = <3>; 673*6be33864SEmmanuel Vadot num-lanes = <2>; 674*6be33864SEmmanuel Vadot power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 675*6be33864SEmmanuel Vadot clocks = <&k3_clks 240 1>; 676*6be33864SEmmanuel Vadot clock-names = "fck"; 677*6be33864SEmmanuel Vadot #address-cells = <3>; 678*6be33864SEmmanuel Vadot #size-cells = <2>; 679*6be33864SEmmanuel Vadot bus-range = <0x0 0xf>; 680*6be33864SEmmanuel Vadot vendor-id = <0x104c>; 681*6be33864SEmmanuel Vadot device-id = <0xb00d>; 682*6be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x10000 0x10000>; 683*6be33864SEmmanuel Vadot dma-coherent; 684*6be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x18001000 0x0 0x18001000 0x0 0x0010000>, 685*6be33864SEmmanuel Vadot <0x02000000 0x0 0x18011000 0x0 0x18011000 0x0 0x7fef000>; 686*6be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 687*6be33864SEmmanuel Vadot }; 688*6be33864SEmmanuel Vadot 689*6be33864SEmmanuel Vadot pcie1_ep: pcie-ep@2910000 { 690*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 691*6be33864SEmmanuel Vadot reg = <0x00 0x02910000 0x00 0x1000>, 692*6be33864SEmmanuel Vadot <0x00 0x02917000 0x00 0x400>, 693*6be33864SEmmanuel Vadot <0x00 0x0d800000 0x00 0x00800000>, 694*6be33864SEmmanuel Vadot <0x00 0x18000000 0x00 0x08000000>; 695*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 696*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 697*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 698*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie1_ctrl>; 699*6be33864SEmmanuel Vadot max-link-speed = <3>; 700*6be33864SEmmanuel Vadot num-lanes = <2>; 701*6be33864SEmmanuel Vadot power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 702*6be33864SEmmanuel Vadot clocks = <&k3_clks 240 1>; 703*6be33864SEmmanuel Vadot clock-names = "fck"; 704*6be33864SEmmanuel Vadot cdns,max-outbound-regions = <16>; 705*6be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 706*6be33864SEmmanuel Vadot max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; 707*6be33864SEmmanuel Vadot dma-coherent; 708*6be33864SEmmanuel Vadot }; 709*6be33864SEmmanuel Vadot 710*6be33864SEmmanuel Vadot pcie2_rc: pcie@2920000 { 711*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 712*6be33864SEmmanuel Vadot reg = <0x00 0x02920000 0x00 0x1000>, 713*6be33864SEmmanuel Vadot <0x00 0x02927000 0x00 0x400>, 714*6be33864SEmmanuel Vadot <0x00 0x0e000000 0x00 0x00800000>, 715*6be33864SEmmanuel Vadot <0x44 0x00000000 0x00 0x00001000>; 716*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 717*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 718*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 719*6be33864SEmmanuel Vadot device_type = "pci"; 720*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie2_ctrl>; 721*6be33864SEmmanuel Vadot max-link-speed = <3>; 722*6be33864SEmmanuel Vadot num-lanes = <2>; 723*6be33864SEmmanuel Vadot power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 724*6be33864SEmmanuel Vadot clocks = <&k3_clks 241 1>; 725*6be33864SEmmanuel Vadot clock-names = "fck"; 726*6be33864SEmmanuel Vadot #address-cells = <3>; 727*6be33864SEmmanuel Vadot #size-cells = <2>; 728*6be33864SEmmanuel Vadot bus-range = <0x0 0xf>; 729*6be33864SEmmanuel Vadot vendor-id = <0x104c>; 730*6be33864SEmmanuel Vadot device-id = <0xb00d>; 731*6be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x20000 0x10000>; 732*6be33864SEmmanuel Vadot dma-coherent; 733*6be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x00001000 0x44 0x00001000 0x0 0x0010000>, 734*6be33864SEmmanuel Vadot <0x02000000 0x0 0x00011000 0x44 0x00011000 0x0 0x7fef000>; 735*6be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 736*6be33864SEmmanuel Vadot }; 737*6be33864SEmmanuel Vadot 738*6be33864SEmmanuel Vadot pcie2_ep: pcie-ep@2920000 { 739*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 740*6be33864SEmmanuel Vadot reg = <0x00 0x02920000 0x00 0x1000>, 741*6be33864SEmmanuel Vadot <0x00 0x02927000 0x00 0x400>, 742*6be33864SEmmanuel Vadot <0x00 0x0e000000 0x00 0x00800000>, 743*6be33864SEmmanuel Vadot <0x44 0x00000000 0x00 0x08000000>; 744*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 745*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 746*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 747*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie2_ctrl>; 748*6be33864SEmmanuel Vadot max-link-speed = <3>; 749*6be33864SEmmanuel Vadot num-lanes = <2>; 750*6be33864SEmmanuel Vadot power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 751*6be33864SEmmanuel Vadot clocks = <&k3_clks 241 1>; 752*6be33864SEmmanuel Vadot clock-names = "fck"; 753*6be33864SEmmanuel Vadot cdns,max-outbound-regions = <16>; 754*6be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 755*6be33864SEmmanuel Vadot max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; 756*6be33864SEmmanuel Vadot dma-coherent; 757*6be33864SEmmanuel Vadot }; 758*6be33864SEmmanuel Vadot 759*6be33864SEmmanuel Vadot pcie3_rc: pcie@2930000 { 760*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 761*6be33864SEmmanuel Vadot reg = <0x00 0x02930000 0x00 0x1000>, 762*6be33864SEmmanuel Vadot <0x00 0x02937000 0x00 0x400>, 763*6be33864SEmmanuel Vadot <0x00 0x0e800000 0x00 0x00800000>, 764*6be33864SEmmanuel Vadot <0x44 0x10000000 0x00 0x00001000>; 765*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 766*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 767*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 768*6be33864SEmmanuel Vadot device_type = "pci"; 769*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie3_ctrl>; 770*6be33864SEmmanuel Vadot max-link-speed = <3>; 771*6be33864SEmmanuel Vadot num-lanes = <2>; 772*6be33864SEmmanuel Vadot power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 773*6be33864SEmmanuel Vadot clocks = <&k3_clks 242 1>; 774*6be33864SEmmanuel Vadot clock-names = "fck"; 775*6be33864SEmmanuel Vadot #address-cells = <3>; 776*6be33864SEmmanuel Vadot #size-cells = <2>; 777*6be33864SEmmanuel Vadot bus-range = <0x0 0xf>; 778*6be33864SEmmanuel Vadot vendor-id = <0x104c>; 779*6be33864SEmmanuel Vadot device-id = <0xb00d>; 780*6be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x30000 0x10000>; 781*6be33864SEmmanuel Vadot dma-coherent; 782*6be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x00001000 0x44 0x10001000 0x0 0x0010000>, 783*6be33864SEmmanuel Vadot <0x02000000 0x0 0x00011000 0x44 0x10011000 0x0 0x7fef000>; 784*6be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 785*6be33864SEmmanuel Vadot }; 786*6be33864SEmmanuel Vadot 787*6be33864SEmmanuel Vadot pcie3_ep: pcie-ep@2930000 { 788*6be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 789*6be33864SEmmanuel Vadot reg = <0x00 0x02930000 0x00 0x1000>, 790*6be33864SEmmanuel Vadot <0x00 0x02937000 0x00 0x400>, 791*6be33864SEmmanuel Vadot <0x00 0x0e800000 0x00 0x00800000>, 792*6be33864SEmmanuel Vadot <0x44 0x10000000 0x00 0x08000000>; 793*6be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 794*6be33864SEmmanuel Vadot interrupt-names = "link_state"; 795*6be33864SEmmanuel Vadot interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 796*6be33864SEmmanuel Vadot ti,syscon-pcie-ctrl = <&pcie3_ctrl>; 797*6be33864SEmmanuel Vadot max-link-speed = <3>; 798*6be33864SEmmanuel Vadot num-lanes = <2>; 799*6be33864SEmmanuel Vadot power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 800*6be33864SEmmanuel Vadot clocks = <&k3_clks 242 1>; 801*6be33864SEmmanuel Vadot clock-names = "fck"; 802*6be33864SEmmanuel Vadot cdns,max-outbound-regions = <16>; 803*6be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 804*6be33864SEmmanuel Vadot max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; 805*6be33864SEmmanuel Vadot dma-coherent; 806*6be33864SEmmanuel Vadot #address-cells = <2>; 807*6be33864SEmmanuel Vadot #size-cells = <2>; 808*6be33864SEmmanuel Vadot }; 809*6be33864SEmmanuel Vadot 810c66ec88fSEmmanuel Vadot main_uart0: serial@2800000 { 811c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 812c66ec88fSEmmanuel Vadot reg = <0x00 0x02800000 0x00 0x100>; 813c66ec88fSEmmanuel Vadot reg-shift = <2>; 814c66ec88fSEmmanuel Vadot reg-io-width = <4>; 815c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; 816c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 817c66ec88fSEmmanuel Vadot current-speed = <115200>; 818c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 819c66ec88fSEmmanuel Vadot clocks = <&k3_clks 146 0>; 820c66ec88fSEmmanuel Vadot clock-names = "fclk"; 821c66ec88fSEmmanuel Vadot }; 822c66ec88fSEmmanuel Vadot 823c66ec88fSEmmanuel Vadot main_uart1: serial@2810000 { 824c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 825c66ec88fSEmmanuel Vadot reg = <0x00 0x02810000 0x00 0x100>; 826c66ec88fSEmmanuel Vadot reg-shift = <2>; 827c66ec88fSEmmanuel Vadot reg-io-width = <4>; 828c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; 829c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 830c66ec88fSEmmanuel Vadot current-speed = <115200>; 831c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>; 832c66ec88fSEmmanuel Vadot clocks = <&k3_clks 278 0>; 833c66ec88fSEmmanuel Vadot clock-names = "fclk"; 834c66ec88fSEmmanuel Vadot }; 835c66ec88fSEmmanuel Vadot 836c66ec88fSEmmanuel Vadot main_uart2: serial@2820000 { 837c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 838c66ec88fSEmmanuel Vadot reg = <0x00 0x02820000 0x00 0x100>; 839c66ec88fSEmmanuel Vadot reg-shift = <2>; 840c66ec88fSEmmanuel Vadot reg-io-width = <4>; 841c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; 842c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 843c66ec88fSEmmanuel Vadot current-speed = <115200>; 844c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>; 845c66ec88fSEmmanuel Vadot clocks = <&k3_clks 279 0>; 846c66ec88fSEmmanuel Vadot clock-names = "fclk"; 847c66ec88fSEmmanuel Vadot }; 848c66ec88fSEmmanuel Vadot 849c66ec88fSEmmanuel Vadot main_uart3: serial@2830000 { 850c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 851c66ec88fSEmmanuel Vadot reg = <0x00 0x02830000 0x00 0x100>; 852c66ec88fSEmmanuel Vadot reg-shift = <2>; 853c66ec88fSEmmanuel Vadot reg-io-width = <4>; 854c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>; 855c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 856c66ec88fSEmmanuel Vadot current-speed = <115200>; 857c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 280 TI_SCI_PD_EXCLUSIVE>; 858c66ec88fSEmmanuel Vadot clocks = <&k3_clks 280 0>; 859c66ec88fSEmmanuel Vadot clock-names = "fclk"; 860c66ec88fSEmmanuel Vadot }; 861c66ec88fSEmmanuel Vadot 862c66ec88fSEmmanuel Vadot main_uart4: serial@2840000 { 863c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 864c66ec88fSEmmanuel Vadot reg = <0x00 0x02840000 0x00 0x100>; 865c66ec88fSEmmanuel Vadot reg-shift = <2>; 866c66ec88fSEmmanuel Vadot reg-io-width = <4>; 867c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>; 868c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 869c66ec88fSEmmanuel Vadot current-speed = <115200>; 870c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 281 TI_SCI_PD_EXCLUSIVE>; 871c66ec88fSEmmanuel Vadot clocks = <&k3_clks 281 0>; 872c66ec88fSEmmanuel Vadot clock-names = "fclk"; 873c66ec88fSEmmanuel Vadot }; 874c66ec88fSEmmanuel Vadot 875c66ec88fSEmmanuel Vadot main_uart5: serial@2850000 { 876c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 877c66ec88fSEmmanuel Vadot reg = <0x00 0x02850000 0x00 0x100>; 878c66ec88fSEmmanuel Vadot reg-shift = <2>; 879c66ec88fSEmmanuel Vadot reg-io-width = <4>; 880c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>; 881c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 882c66ec88fSEmmanuel Vadot current-speed = <115200>; 883c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 282 TI_SCI_PD_EXCLUSIVE>; 884c66ec88fSEmmanuel Vadot clocks = <&k3_clks 282 0>; 885c66ec88fSEmmanuel Vadot clock-names = "fclk"; 886c66ec88fSEmmanuel Vadot }; 887c66ec88fSEmmanuel Vadot 888c66ec88fSEmmanuel Vadot main_uart6: serial@2860000 { 889c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 890c66ec88fSEmmanuel Vadot reg = <0x00 0x02860000 0x00 0x100>; 891c66ec88fSEmmanuel Vadot reg-shift = <2>; 892c66ec88fSEmmanuel Vadot reg-io-width = <4>; 893c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>; 894c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 895c66ec88fSEmmanuel Vadot current-speed = <115200>; 896c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 283 TI_SCI_PD_EXCLUSIVE>; 897c66ec88fSEmmanuel Vadot clocks = <&k3_clks 283 0>; 898c66ec88fSEmmanuel Vadot clock-names = "fclk"; 899c66ec88fSEmmanuel Vadot }; 900c66ec88fSEmmanuel Vadot 901c66ec88fSEmmanuel Vadot main_uart7: serial@2870000 { 902c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 903c66ec88fSEmmanuel Vadot reg = <0x00 0x02870000 0x00 0x100>; 904c66ec88fSEmmanuel Vadot reg-shift = <2>; 905c66ec88fSEmmanuel Vadot reg-io-width = <4>; 906c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>; 907c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 908c66ec88fSEmmanuel Vadot current-speed = <115200>; 909c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 284 TI_SCI_PD_EXCLUSIVE>; 910c66ec88fSEmmanuel Vadot clocks = <&k3_clks 284 0>; 911c66ec88fSEmmanuel Vadot clock-names = "fclk"; 912c66ec88fSEmmanuel Vadot }; 913c66ec88fSEmmanuel Vadot 914c66ec88fSEmmanuel Vadot main_uart8: serial@2880000 { 915c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 916c66ec88fSEmmanuel Vadot reg = <0x00 0x02880000 0x00 0x100>; 917c66ec88fSEmmanuel Vadot reg-shift = <2>; 918c66ec88fSEmmanuel Vadot reg-io-width = <4>; 919c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>; 920c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 921c66ec88fSEmmanuel Vadot current-speed = <115200>; 922c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 285 TI_SCI_PD_EXCLUSIVE>; 923c66ec88fSEmmanuel Vadot clocks = <&k3_clks 285 0>; 924c66ec88fSEmmanuel Vadot clock-names = "fclk"; 925c66ec88fSEmmanuel Vadot }; 926c66ec88fSEmmanuel Vadot 927c66ec88fSEmmanuel Vadot main_uart9: serial@2890000 { 928c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 929c66ec88fSEmmanuel Vadot reg = <0x00 0x02890000 0x00 0x100>; 930c66ec88fSEmmanuel Vadot reg-shift = <2>; 931c66ec88fSEmmanuel Vadot reg-io-width = <4>; 932c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>; 933c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 934c66ec88fSEmmanuel Vadot current-speed = <115200>; 935c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>; 936c66ec88fSEmmanuel Vadot clocks = <&k3_clks 286 0>; 937c66ec88fSEmmanuel Vadot clock-names = "fclk"; 938c66ec88fSEmmanuel Vadot }; 939c66ec88fSEmmanuel Vadot 940c66ec88fSEmmanuel Vadot main_gpio0: gpio@600000 { 941c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 942c66ec88fSEmmanuel Vadot reg = <0x0 0x00600000 0x0 0x100>; 943c66ec88fSEmmanuel Vadot gpio-controller; 944c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 945c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 946c66ec88fSEmmanuel Vadot interrupts = <256>, <257>, <258>, <259>, 947c66ec88fSEmmanuel Vadot <260>, <261>, <262>, <263>; 948c66ec88fSEmmanuel Vadot interrupt-controller; 949c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 950c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 951c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 952c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 953c66ec88fSEmmanuel Vadot clocks = <&k3_clks 105 0>; 954c66ec88fSEmmanuel Vadot clock-names = "gpio"; 955c66ec88fSEmmanuel Vadot }; 956c66ec88fSEmmanuel Vadot 957c66ec88fSEmmanuel Vadot main_gpio1: gpio@601000 { 958c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 959c66ec88fSEmmanuel Vadot reg = <0x0 0x00601000 0x0 0x100>; 960c66ec88fSEmmanuel Vadot gpio-controller; 961c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 962c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 963c66ec88fSEmmanuel Vadot interrupts = <288>, <289>, <290>; 964c66ec88fSEmmanuel Vadot interrupt-controller; 965c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 966c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 967c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 968c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; 969c66ec88fSEmmanuel Vadot clocks = <&k3_clks 106 0>; 970c66ec88fSEmmanuel Vadot clock-names = "gpio"; 971c66ec88fSEmmanuel Vadot }; 972c66ec88fSEmmanuel Vadot 973c66ec88fSEmmanuel Vadot main_gpio2: gpio@610000 { 974c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 975c66ec88fSEmmanuel Vadot reg = <0x0 0x00610000 0x0 0x100>; 976c66ec88fSEmmanuel Vadot gpio-controller; 977c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 978c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 979c66ec88fSEmmanuel Vadot interrupts = <264>, <265>, <266>, <267>, 980c66ec88fSEmmanuel Vadot <268>, <269>, <270>, <271>; 981c66ec88fSEmmanuel Vadot interrupt-controller; 982c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 983c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 984c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 985c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>; 986c66ec88fSEmmanuel Vadot clocks = <&k3_clks 107 0>; 987c66ec88fSEmmanuel Vadot clock-names = "gpio"; 988c66ec88fSEmmanuel Vadot }; 989c66ec88fSEmmanuel Vadot 990c66ec88fSEmmanuel Vadot main_gpio3: gpio@611000 { 991c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 992c66ec88fSEmmanuel Vadot reg = <0x0 0x00611000 0x0 0x100>; 993c66ec88fSEmmanuel Vadot gpio-controller; 994c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 995c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 996c66ec88fSEmmanuel Vadot interrupts = <292>, <293>, <294>; 997c66ec88fSEmmanuel Vadot interrupt-controller; 998c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 999c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1000c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1001c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 108 TI_SCI_PD_EXCLUSIVE>; 1002c66ec88fSEmmanuel Vadot clocks = <&k3_clks 108 0>; 1003c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1004c66ec88fSEmmanuel Vadot }; 1005c66ec88fSEmmanuel Vadot 1006c66ec88fSEmmanuel Vadot main_gpio4: gpio@620000 { 1007c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1008c66ec88fSEmmanuel Vadot reg = <0x0 0x00620000 0x0 0x100>; 1009c66ec88fSEmmanuel Vadot gpio-controller; 1010c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1011c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1012c66ec88fSEmmanuel Vadot interrupts = <272>, <273>, <274>, <275>, 1013c66ec88fSEmmanuel Vadot <276>, <277>, <278>, <279>; 1014c66ec88fSEmmanuel Vadot interrupt-controller; 1015c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1016c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1017c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1018c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>; 1019c66ec88fSEmmanuel Vadot clocks = <&k3_clks 109 0>; 1020c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1021c66ec88fSEmmanuel Vadot }; 1022c66ec88fSEmmanuel Vadot 1023c66ec88fSEmmanuel Vadot main_gpio5: gpio@621000 { 1024c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1025c66ec88fSEmmanuel Vadot reg = <0x0 0x00621000 0x0 0x100>; 1026c66ec88fSEmmanuel Vadot gpio-controller; 1027c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1028c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1029c66ec88fSEmmanuel Vadot interrupts = <296>, <297>, <298>; 1030c66ec88fSEmmanuel Vadot interrupt-controller; 1031c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1032c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1033c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1034c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 110 TI_SCI_PD_EXCLUSIVE>; 1035c66ec88fSEmmanuel Vadot clocks = <&k3_clks 110 0>; 1036c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1037c66ec88fSEmmanuel Vadot }; 1038c66ec88fSEmmanuel Vadot 1039c66ec88fSEmmanuel Vadot main_gpio6: gpio@630000 { 1040c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1041c66ec88fSEmmanuel Vadot reg = <0x0 0x00630000 0x0 0x100>; 1042c66ec88fSEmmanuel Vadot gpio-controller; 1043c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1044c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1045c66ec88fSEmmanuel Vadot interrupts = <280>, <281>, <282>, <283>, 1046c66ec88fSEmmanuel Vadot <284>, <285>, <286>, <287>; 1047c66ec88fSEmmanuel Vadot interrupt-controller; 1048c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1049c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1050c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1051c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>; 1052c66ec88fSEmmanuel Vadot clocks = <&k3_clks 111 0>; 1053c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1054c66ec88fSEmmanuel Vadot }; 1055c66ec88fSEmmanuel Vadot 1056c66ec88fSEmmanuel Vadot main_gpio7: gpio@631000 { 1057c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1058c66ec88fSEmmanuel Vadot reg = <0x0 0x00631000 0x0 0x100>; 1059c66ec88fSEmmanuel Vadot gpio-controller; 1060c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1061c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1062c66ec88fSEmmanuel Vadot interrupts = <300>, <301>, <302>; 1063c66ec88fSEmmanuel Vadot interrupt-controller; 1064c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1065c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1066c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1067c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 112 TI_SCI_PD_EXCLUSIVE>; 1068c66ec88fSEmmanuel Vadot clocks = <&k3_clks 112 0>; 1069c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1070c66ec88fSEmmanuel Vadot }; 1071c66ec88fSEmmanuel Vadot 1072c66ec88fSEmmanuel Vadot main_sdhci0: sdhci@4f80000 { 1073c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-8bit"; 1074c66ec88fSEmmanuel Vadot reg = <0x0 0x4f80000 0x0 0x1000>, <0x0 0x4f88000 0x0 0x400>; 1075c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 1076c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>; 1077c66ec88fSEmmanuel Vadot clock-names = "clk_xin", "clk_ahb"; 1078c66ec88fSEmmanuel Vadot clocks = <&k3_clks 91 1>, <&k3_clks 91 0>; 1079c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 91 1>; 1080c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 91 2>; 1081c66ec88fSEmmanuel Vadot bus-width = <8>; 1082c66ec88fSEmmanuel Vadot mmc-hs400-1_8v; 1083c66ec88fSEmmanuel Vadot mmc-ddr-1_8v; 1084c66ec88fSEmmanuel Vadot ti,otap-del-sel = <0x2>; 1085c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1086c66ec88fSEmmanuel Vadot ti,strobe-sel = <0x77>; 1087c66ec88fSEmmanuel Vadot dma-coherent; 1088c66ec88fSEmmanuel Vadot }; 1089c66ec88fSEmmanuel Vadot 1090c66ec88fSEmmanuel Vadot main_sdhci1: sdhci@4fb0000 { 1091c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-4bit"; 1092c66ec88fSEmmanuel Vadot reg = <0x0 0x04fb0000 0x0 0x1000>, <0x0 0x4fb8000 0x0 0x400>; 1093c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 1094c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>; 1095c66ec88fSEmmanuel Vadot clock-names = "clk_xin", "clk_ahb"; 1096c66ec88fSEmmanuel Vadot clocks = <&k3_clks 92 0>, <&k3_clks 92 5>; 1097c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 92 0>; 1098c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 92 1>; 1099c66ec88fSEmmanuel Vadot ti,otap-del-sel = <0x2>; 1100c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1101c66ec88fSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 1102c66ec88fSEmmanuel Vadot dma-coherent; 1103c66ec88fSEmmanuel Vadot no-1-8-v; 1104c66ec88fSEmmanuel Vadot }; 1105c66ec88fSEmmanuel Vadot 1106c66ec88fSEmmanuel Vadot main_sdhci2: sdhci@4f98000 { 1107c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-4bit"; 1108c66ec88fSEmmanuel Vadot reg = <0x0 0x4f98000 0x0 0x1000>, <0x0 0x4f90000 0x0 0x400>; 1109c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 1110c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 93 TI_SCI_PD_EXCLUSIVE>; 1111c66ec88fSEmmanuel Vadot clock-names = "clk_xin", "clk_ahb"; 1112c66ec88fSEmmanuel Vadot clocks = <&k3_clks 93 0>, <&k3_clks 93 5>; 1113c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 93 0>; 1114c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 93 1>; 1115c66ec88fSEmmanuel Vadot ti,otap-del-sel = <0x2>; 1116c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1117c66ec88fSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 1118c66ec88fSEmmanuel Vadot dma-coherent; 1119c66ec88fSEmmanuel Vadot no-1-8-v; 1120c66ec88fSEmmanuel Vadot }; 1121c66ec88fSEmmanuel Vadot 1122*6be33864SEmmanuel Vadot usbss0: cdns-usb@4104000 { 1123c66ec88fSEmmanuel Vadot compatible = "ti,j721e-usb"; 1124c66ec88fSEmmanuel Vadot reg = <0x00 0x4104000 0x00 0x100>; 1125c66ec88fSEmmanuel Vadot dma-coherent; 1126c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>; 1127c66ec88fSEmmanuel Vadot clocks = <&k3_clks 288 15>, <&k3_clks 288 3>; 1128c66ec88fSEmmanuel Vadot clock-names = "ref", "lpm"; 1129c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 288 15>; /* USB2_REFCLK */ 1130c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */ 1131c66ec88fSEmmanuel Vadot #address-cells = <2>; 1132c66ec88fSEmmanuel Vadot #size-cells = <2>; 1133c66ec88fSEmmanuel Vadot ranges; 1134c66ec88fSEmmanuel Vadot 1135c66ec88fSEmmanuel Vadot usb0: usb@6000000 { 1136c66ec88fSEmmanuel Vadot compatible = "cdns,usb3"; 1137c66ec88fSEmmanuel Vadot reg = <0x00 0x6000000 0x00 0x10000>, 1138c66ec88fSEmmanuel Vadot <0x00 0x6010000 0x00 0x10000>, 1139c66ec88fSEmmanuel Vadot <0x00 0x6020000 0x00 0x10000>; 1140c66ec88fSEmmanuel Vadot reg-names = "otg", "xhci", "dev"; 1141c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1142c66ec88fSEmmanuel Vadot <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1143c66ec88fSEmmanuel Vadot <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1144c66ec88fSEmmanuel Vadot interrupt-names = "host", 1145c66ec88fSEmmanuel Vadot "peripheral", 1146c66ec88fSEmmanuel Vadot "otg"; 1147c66ec88fSEmmanuel Vadot maximum-speed = "super-speed"; 1148c66ec88fSEmmanuel Vadot dr_mode = "otg"; 1149c66ec88fSEmmanuel Vadot }; 1150c66ec88fSEmmanuel Vadot }; 1151c66ec88fSEmmanuel Vadot 1152*6be33864SEmmanuel Vadot usbss1: cdns-usb@4114000 { 1153c66ec88fSEmmanuel Vadot compatible = "ti,j721e-usb"; 1154c66ec88fSEmmanuel Vadot reg = <0x00 0x4114000 0x00 0x100>; 1155c66ec88fSEmmanuel Vadot dma-coherent; 1156c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 289 TI_SCI_PD_EXCLUSIVE>; 1157c66ec88fSEmmanuel Vadot clocks = <&k3_clks 289 15>, <&k3_clks 289 3>; 1158c66ec88fSEmmanuel Vadot clock-names = "ref", "lpm"; 1159c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 289 15>; /* USB2_REFCLK */ 1160c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 289 16>; /* HFOSC0 */ 1161c66ec88fSEmmanuel Vadot #address-cells = <2>; 1162c66ec88fSEmmanuel Vadot #size-cells = <2>; 1163c66ec88fSEmmanuel Vadot ranges; 1164c66ec88fSEmmanuel Vadot 1165c66ec88fSEmmanuel Vadot usb1: usb@6400000 { 1166c66ec88fSEmmanuel Vadot compatible = "cdns,usb3"; 1167c66ec88fSEmmanuel Vadot reg = <0x00 0x6400000 0x00 0x10000>, 1168c66ec88fSEmmanuel Vadot <0x00 0x6410000 0x00 0x10000>, 1169c66ec88fSEmmanuel Vadot <0x00 0x6420000 0x00 0x10000>; 1170c66ec88fSEmmanuel Vadot reg-names = "otg", "xhci", "dev"; 1171c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1172c66ec88fSEmmanuel Vadot <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1173c66ec88fSEmmanuel Vadot <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1174c66ec88fSEmmanuel Vadot interrupt-names = "host", 1175c66ec88fSEmmanuel Vadot "peripheral", 1176c66ec88fSEmmanuel Vadot "otg"; 1177c66ec88fSEmmanuel Vadot maximum-speed = "super-speed"; 1178c66ec88fSEmmanuel Vadot dr_mode = "otg"; 1179c66ec88fSEmmanuel Vadot }; 1180c66ec88fSEmmanuel Vadot }; 1181c66ec88fSEmmanuel Vadot 1182c66ec88fSEmmanuel Vadot main_i2c0: i2c@2000000 { 1183c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1184c66ec88fSEmmanuel Vadot reg = <0x0 0x2000000 0x0 0x100>; 1185c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>; 1186c66ec88fSEmmanuel Vadot #address-cells = <1>; 1187c66ec88fSEmmanuel Vadot #size-cells = <0>; 1188c66ec88fSEmmanuel Vadot clock-names = "fck"; 1189c66ec88fSEmmanuel Vadot clocks = <&k3_clks 187 0>; 1190c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 187 TI_SCI_PD_SHARED>; 1191c66ec88fSEmmanuel Vadot }; 1192c66ec88fSEmmanuel Vadot 1193c66ec88fSEmmanuel Vadot main_i2c1: i2c@2010000 { 1194c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1195c66ec88fSEmmanuel Vadot reg = <0x0 0x2010000 0x0 0x100>; 1196c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; 1197c66ec88fSEmmanuel Vadot #address-cells = <1>; 1198c66ec88fSEmmanuel Vadot #size-cells = <0>; 1199c66ec88fSEmmanuel Vadot clock-names = "fck"; 1200c66ec88fSEmmanuel Vadot clocks = <&k3_clks 188 0>; 1201c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 188 TI_SCI_PD_EXCLUSIVE>; 1202c66ec88fSEmmanuel Vadot }; 1203c66ec88fSEmmanuel Vadot 1204c66ec88fSEmmanuel Vadot main_i2c2: i2c@2020000 { 1205c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1206c66ec88fSEmmanuel Vadot reg = <0x0 0x2020000 0x0 0x100>; 1207c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>; 1208c66ec88fSEmmanuel Vadot #address-cells = <1>; 1209c66ec88fSEmmanuel Vadot #size-cells = <0>; 1210c66ec88fSEmmanuel Vadot clock-names = "fck"; 1211c66ec88fSEmmanuel Vadot clocks = <&k3_clks 189 0>; 1212c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 189 TI_SCI_PD_EXCLUSIVE>; 1213c66ec88fSEmmanuel Vadot }; 1214c66ec88fSEmmanuel Vadot 1215c66ec88fSEmmanuel Vadot main_i2c3: i2c@2030000 { 1216c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1217c66ec88fSEmmanuel Vadot reg = <0x0 0x2030000 0x0 0x100>; 1218c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 1219c66ec88fSEmmanuel Vadot #address-cells = <1>; 1220c66ec88fSEmmanuel Vadot #size-cells = <0>; 1221c66ec88fSEmmanuel Vadot clock-names = "fck"; 1222c66ec88fSEmmanuel Vadot clocks = <&k3_clks 190 0>; 1223c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>; 1224c66ec88fSEmmanuel Vadot }; 1225c66ec88fSEmmanuel Vadot 1226c66ec88fSEmmanuel Vadot main_i2c4: i2c@2040000 { 1227c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1228c66ec88fSEmmanuel Vadot reg = <0x0 0x2040000 0x0 0x100>; 1229c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>; 1230c66ec88fSEmmanuel Vadot #address-cells = <1>; 1231c66ec88fSEmmanuel Vadot #size-cells = <0>; 1232c66ec88fSEmmanuel Vadot clock-names = "fck"; 1233c66ec88fSEmmanuel Vadot clocks = <&k3_clks 191 0>; 1234c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>; 1235c66ec88fSEmmanuel Vadot }; 1236c66ec88fSEmmanuel Vadot 1237c66ec88fSEmmanuel Vadot main_i2c5: i2c@2050000 { 1238c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1239c66ec88fSEmmanuel Vadot reg = <0x0 0x2050000 0x0 0x100>; 1240c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 1241c66ec88fSEmmanuel Vadot #address-cells = <1>; 1242c66ec88fSEmmanuel Vadot #size-cells = <0>; 1243c66ec88fSEmmanuel Vadot clock-names = "fck"; 1244c66ec88fSEmmanuel Vadot clocks = <&k3_clks 192 0>; 1245c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>; 1246c66ec88fSEmmanuel Vadot }; 1247c66ec88fSEmmanuel Vadot 1248c66ec88fSEmmanuel Vadot main_i2c6: i2c@2060000 { 1249c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1250c66ec88fSEmmanuel Vadot reg = <0x0 0x2060000 0x0 0x100>; 1251c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>; 1252c66ec88fSEmmanuel Vadot #address-cells = <1>; 1253c66ec88fSEmmanuel Vadot #size-cells = <0>; 1254c66ec88fSEmmanuel Vadot clock-names = "fck"; 1255c66ec88fSEmmanuel Vadot clocks = <&k3_clks 193 0>; 1256c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 193 TI_SCI_PD_EXCLUSIVE>; 1257c66ec88fSEmmanuel Vadot }; 1258c66ec88fSEmmanuel Vadot 1259c66ec88fSEmmanuel Vadot ufs_wrapper: ufs-wrapper@4e80000 { 1260c66ec88fSEmmanuel Vadot compatible = "ti,j721e-ufs"; 1261c66ec88fSEmmanuel Vadot reg = <0x0 0x4e80000 0x0 0x100>; 1262c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 277 TI_SCI_PD_EXCLUSIVE>; 1263c66ec88fSEmmanuel Vadot clocks = <&k3_clks 277 1>; 1264c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 277 1>; 1265c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 277 4>; 1266c66ec88fSEmmanuel Vadot ranges; 1267c66ec88fSEmmanuel Vadot #address-cells = <2>; 1268c66ec88fSEmmanuel Vadot #size-cells = <2>; 1269c66ec88fSEmmanuel Vadot 1270c66ec88fSEmmanuel Vadot ufs@4e84000 { 1271c66ec88fSEmmanuel Vadot compatible = "cdns,ufshc-m31-16nm", "jedec,ufs-2.0"; 1272c66ec88fSEmmanuel Vadot reg = <0x0 0x4e84000 0x0 0x10000>; 1273c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1274c66ec88fSEmmanuel Vadot freq-table-hz = <250000000 250000000>, <19200000 19200000>, <19200000 19200000>; 1275c66ec88fSEmmanuel Vadot clocks = <&k3_clks 277 0>, <&k3_clks 277 1>, <&k3_clks 277 1>; 1276c66ec88fSEmmanuel Vadot clock-names = "core_clk", "phy_clk", "ref_clk"; 1277c66ec88fSEmmanuel Vadot dma-coherent; 1278c66ec88fSEmmanuel Vadot }; 1279c66ec88fSEmmanuel Vadot }; 1280c66ec88fSEmmanuel Vadot 1281c66ec88fSEmmanuel Vadot dss: dss@04a00000 { 1282c66ec88fSEmmanuel Vadot compatible = "ti,j721e-dss"; 1283c66ec88fSEmmanuel Vadot reg = 1284c66ec88fSEmmanuel Vadot <0x00 0x04a00000 0x00 0x10000>, /* common_m */ 1285c66ec88fSEmmanuel Vadot <0x00 0x04a10000 0x00 0x10000>, /* common_s0*/ 1286c66ec88fSEmmanuel Vadot <0x00 0x04b00000 0x00 0x10000>, /* common_s1*/ 1287c66ec88fSEmmanuel Vadot <0x00 0x04b10000 0x00 0x10000>, /* common_s2*/ 1288c66ec88fSEmmanuel Vadot 1289c66ec88fSEmmanuel Vadot <0x00 0x04a20000 0x00 0x10000>, /* vidl1 */ 1290c66ec88fSEmmanuel Vadot <0x00 0x04a30000 0x00 0x10000>, /* vidl2 */ 1291c66ec88fSEmmanuel Vadot <0x00 0x04a50000 0x00 0x10000>, /* vid1 */ 1292c66ec88fSEmmanuel Vadot <0x00 0x04a60000 0x00 0x10000>, /* vid2 */ 1293c66ec88fSEmmanuel Vadot 1294c66ec88fSEmmanuel Vadot <0x00 0x04a70000 0x00 0x10000>, /* ovr1 */ 1295c66ec88fSEmmanuel Vadot <0x00 0x04a90000 0x00 0x10000>, /* ovr2 */ 1296c66ec88fSEmmanuel Vadot <0x00 0x04ab0000 0x00 0x10000>, /* ovr3 */ 1297c66ec88fSEmmanuel Vadot <0x00 0x04ad0000 0x00 0x10000>, /* ovr4 */ 1298c66ec88fSEmmanuel Vadot 1299c66ec88fSEmmanuel Vadot <0x00 0x04a80000 0x00 0x10000>, /* vp1 */ 1300c66ec88fSEmmanuel Vadot <0x00 0x04aa0000 0x00 0x10000>, /* vp2 */ 1301c66ec88fSEmmanuel Vadot <0x00 0x04ac0000 0x00 0x10000>, /* vp3 */ 1302c66ec88fSEmmanuel Vadot <0x00 0x04ae0000 0x00 0x10000>, /* vp4 */ 1303c66ec88fSEmmanuel Vadot <0x00 0x04af0000 0x00 0x10000>; /* wb */ 1304c66ec88fSEmmanuel Vadot 1305c66ec88fSEmmanuel Vadot reg-names = "common_m", "common_s0", 1306c66ec88fSEmmanuel Vadot "common_s1", "common_s2", 1307c66ec88fSEmmanuel Vadot "vidl1", "vidl2","vid1","vid2", 1308c66ec88fSEmmanuel Vadot "ovr1", "ovr2", "ovr3", "ovr4", 1309c66ec88fSEmmanuel Vadot "vp1", "vp2", "vp3", "vp4", 1310c66ec88fSEmmanuel Vadot "wb"; 1311c66ec88fSEmmanuel Vadot 1312c66ec88fSEmmanuel Vadot clocks = <&k3_clks 152 0>, 1313c66ec88fSEmmanuel Vadot <&k3_clks 152 1>, 1314c66ec88fSEmmanuel Vadot <&k3_clks 152 4>, 1315c66ec88fSEmmanuel Vadot <&k3_clks 152 9>, 1316c66ec88fSEmmanuel Vadot <&k3_clks 152 13>; 1317c66ec88fSEmmanuel Vadot clock-names = "fck", "vp1", "vp2", "vp3", "vp4"; 1318c66ec88fSEmmanuel Vadot 1319c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 1320c66ec88fSEmmanuel Vadot 1321c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>, 1322c66ec88fSEmmanuel Vadot <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>, 1323c66ec88fSEmmanuel Vadot <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>, 1324c66ec88fSEmmanuel Vadot <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1325c66ec88fSEmmanuel Vadot interrupt-names = "common_m", 1326c66ec88fSEmmanuel Vadot "common_s0", 1327c66ec88fSEmmanuel Vadot "common_s1", 1328c66ec88fSEmmanuel Vadot "common_s2"; 1329c66ec88fSEmmanuel Vadot 1330c66ec88fSEmmanuel Vadot status = "disabled"; 1331c66ec88fSEmmanuel Vadot 1332c66ec88fSEmmanuel Vadot dss_ports: ports { 1333c66ec88fSEmmanuel Vadot #address-cells = <1>; 1334c66ec88fSEmmanuel Vadot #size-cells = <0>; 1335c66ec88fSEmmanuel Vadot }; 1336c66ec88fSEmmanuel Vadot }; 1337c66ec88fSEmmanuel Vadot 1338c66ec88fSEmmanuel Vadot mcasp0: mcasp@2b00000 { 1339c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1340c66ec88fSEmmanuel Vadot reg = <0x0 0x02b00000 0x0 0x2000>, 1341c66ec88fSEmmanuel Vadot <0x0 0x02b08000 0x0 0x1000>; 1342c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1343c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 544 IRQ_TYPE_LEVEL_HIGH>, 1344c66ec88fSEmmanuel Vadot <GIC_SPI 545 IRQ_TYPE_LEVEL_HIGH>; 1345c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1346c66ec88fSEmmanuel Vadot 1347c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>; 1348c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1349c66ec88fSEmmanuel Vadot 1350c66ec88fSEmmanuel Vadot clocks = <&k3_clks 174 1>; 1351c66ec88fSEmmanuel Vadot clock-names = "fck"; 1352c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 174 TI_SCI_PD_EXCLUSIVE>; 1353c66ec88fSEmmanuel Vadot 1354c66ec88fSEmmanuel Vadot status = "disabled"; 1355c66ec88fSEmmanuel Vadot }; 1356c66ec88fSEmmanuel Vadot 1357c66ec88fSEmmanuel Vadot mcasp1: mcasp@2b10000 { 1358c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1359c66ec88fSEmmanuel Vadot reg = <0x0 0x02b10000 0x0 0x2000>, 1360c66ec88fSEmmanuel Vadot <0x0 0x02b18000 0x0 0x1000>; 1361c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1362c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 546 IRQ_TYPE_LEVEL_HIGH>, 1363c66ec88fSEmmanuel Vadot <GIC_SPI 547 IRQ_TYPE_LEVEL_HIGH>; 1364c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1365c66ec88fSEmmanuel Vadot 1366c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>; 1367c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1368c66ec88fSEmmanuel Vadot 1369c66ec88fSEmmanuel Vadot clocks = <&k3_clks 175 1>; 1370c66ec88fSEmmanuel Vadot clock-names = "fck"; 1371c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 175 TI_SCI_PD_EXCLUSIVE>; 1372c66ec88fSEmmanuel Vadot 1373c66ec88fSEmmanuel Vadot status = "disabled"; 1374c66ec88fSEmmanuel Vadot }; 1375c66ec88fSEmmanuel Vadot 1376c66ec88fSEmmanuel Vadot mcasp2: mcasp@2b20000 { 1377c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1378c66ec88fSEmmanuel Vadot reg = <0x0 0x02b20000 0x0 0x2000>, 1379c66ec88fSEmmanuel Vadot <0x0 0x02b28000 0x0 0x1000>; 1380c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1381c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 548 IRQ_TYPE_LEVEL_HIGH>, 1382c66ec88fSEmmanuel Vadot <GIC_SPI 549 IRQ_TYPE_LEVEL_HIGH>; 1383c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1384c66ec88fSEmmanuel Vadot 1385c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>; 1386c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1387c66ec88fSEmmanuel Vadot 1388c66ec88fSEmmanuel Vadot clocks = <&k3_clks 176 1>; 1389c66ec88fSEmmanuel Vadot clock-names = "fck"; 1390c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 176 TI_SCI_PD_EXCLUSIVE>; 1391c66ec88fSEmmanuel Vadot 1392c66ec88fSEmmanuel Vadot status = "disabled"; 1393c66ec88fSEmmanuel Vadot }; 1394c66ec88fSEmmanuel Vadot 1395c66ec88fSEmmanuel Vadot mcasp3: mcasp@2b30000 { 1396c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1397c66ec88fSEmmanuel Vadot reg = <0x0 0x02b30000 0x0 0x2000>, 1398c66ec88fSEmmanuel Vadot <0x0 0x02b38000 0x0 0x1000>; 1399c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1400c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>, 1401c66ec88fSEmmanuel Vadot <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>; 1402c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1403c66ec88fSEmmanuel Vadot 1404c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>; 1405c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1406c66ec88fSEmmanuel Vadot 1407c66ec88fSEmmanuel Vadot clocks = <&k3_clks 177 1>; 1408c66ec88fSEmmanuel Vadot clock-names = "fck"; 1409c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 177 TI_SCI_PD_EXCLUSIVE>; 1410c66ec88fSEmmanuel Vadot 1411c66ec88fSEmmanuel Vadot status = "disabled"; 1412c66ec88fSEmmanuel Vadot }; 1413c66ec88fSEmmanuel Vadot 1414c66ec88fSEmmanuel Vadot mcasp4: mcasp@2b40000 { 1415c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1416c66ec88fSEmmanuel Vadot reg = <0x0 0x02b40000 0x0 0x2000>, 1417c66ec88fSEmmanuel Vadot <0x0 0x02b48000 0x0 0x1000>; 1418c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1419c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>, 1420c66ec88fSEmmanuel Vadot <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>; 1421c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1422c66ec88fSEmmanuel Vadot 1423c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>; 1424c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1425c66ec88fSEmmanuel Vadot 1426c66ec88fSEmmanuel Vadot clocks = <&k3_clks 178 1>; 1427c66ec88fSEmmanuel Vadot clock-names = "fck"; 1428c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 178 TI_SCI_PD_EXCLUSIVE>; 1429c66ec88fSEmmanuel Vadot 1430c66ec88fSEmmanuel Vadot status = "disabled"; 1431c66ec88fSEmmanuel Vadot }; 1432c66ec88fSEmmanuel Vadot 1433c66ec88fSEmmanuel Vadot mcasp5: mcasp@2b50000 { 1434c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1435c66ec88fSEmmanuel Vadot reg = <0x0 0x02b50000 0x0 0x2000>, 1436c66ec88fSEmmanuel Vadot <0x0 0x02b58000 0x0 0x1000>; 1437c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1438c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 554 IRQ_TYPE_LEVEL_HIGH>, 1439c66ec88fSEmmanuel Vadot <GIC_SPI 555 IRQ_TYPE_LEVEL_HIGH>; 1440c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1441c66ec88fSEmmanuel Vadot 1442c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc502>, <&main_udmap 0x4502>; 1443c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1444c66ec88fSEmmanuel Vadot 1445c66ec88fSEmmanuel Vadot clocks = <&k3_clks 179 1>; 1446c66ec88fSEmmanuel Vadot clock-names = "fck"; 1447c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>; 1448c66ec88fSEmmanuel Vadot 1449c66ec88fSEmmanuel Vadot status = "disabled"; 1450c66ec88fSEmmanuel Vadot }; 1451c66ec88fSEmmanuel Vadot 1452c66ec88fSEmmanuel Vadot mcasp6: mcasp@2b60000 { 1453c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1454c66ec88fSEmmanuel Vadot reg = <0x0 0x02b60000 0x0 0x2000>, 1455c66ec88fSEmmanuel Vadot <0x0 0x02b68000 0x0 0x1000>; 1456c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1457c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 556 IRQ_TYPE_LEVEL_HIGH>, 1458c66ec88fSEmmanuel Vadot <GIC_SPI 557 IRQ_TYPE_LEVEL_HIGH>; 1459c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1460c66ec88fSEmmanuel Vadot 1461c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc503>, <&main_udmap 0x4503>; 1462c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1463c66ec88fSEmmanuel Vadot 1464c66ec88fSEmmanuel Vadot clocks = <&k3_clks 180 1>; 1465c66ec88fSEmmanuel Vadot clock-names = "fck"; 1466c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 180 TI_SCI_PD_EXCLUSIVE>; 1467c66ec88fSEmmanuel Vadot 1468c66ec88fSEmmanuel Vadot status = "disabled"; 1469c66ec88fSEmmanuel Vadot }; 1470c66ec88fSEmmanuel Vadot 1471c66ec88fSEmmanuel Vadot mcasp7: mcasp@2b70000 { 1472c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1473c66ec88fSEmmanuel Vadot reg = <0x0 0x02b70000 0x0 0x2000>, 1474c66ec88fSEmmanuel Vadot <0x0 0x02b78000 0x0 0x1000>; 1475c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1476c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 558 IRQ_TYPE_LEVEL_HIGH>, 1477c66ec88fSEmmanuel Vadot <GIC_SPI 559 IRQ_TYPE_LEVEL_HIGH>; 1478c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1479c66ec88fSEmmanuel Vadot 1480c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc504>, <&main_udmap 0x4504>; 1481c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1482c66ec88fSEmmanuel Vadot 1483c66ec88fSEmmanuel Vadot clocks = <&k3_clks 181 1>; 1484c66ec88fSEmmanuel Vadot clock-names = "fck"; 1485c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>; 1486c66ec88fSEmmanuel Vadot 1487c66ec88fSEmmanuel Vadot status = "disabled"; 1488c66ec88fSEmmanuel Vadot }; 1489c66ec88fSEmmanuel Vadot 1490c66ec88fSEmmanuel Vadot mcasp8: mcasp@2b80000 { 1491c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1492c66ec88fSEmmanuel Vadot reg = <0x0 0x02b80000 0x0 0x2000>, 1493c66ec88fSEmmanuel Vadot <0x0 0x02b88000 0x0 0x1000>; 1494c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1495c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 560 IRQ_TYPE_LEVEL_HIGH>, 1496c66ec88fSEmmanuel Vadot <GIC_SPI 561 IRQ_TYPE_LEVEL_HIGH>; 1497c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1498c66ec88fSEmmanuel Vadot 1499c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc505>, <&main_udmap 0x4505>; 1500c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1501c66ec88fSEmmanuel Vadot 1502c66ec88fSEmmanuel Vadot clocks = <&k3_clks 182 1>; 1503c66ec88fSEmmanuel Vadot clock-names = "fck"; 1504c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 1505c66ec88fSEmmanuel Vadot 1506c66ec88fSEmmanuel Vadot status = "disabled"; 1507c66ec88fSEmmanuel Vadot }; 1508c66ec88fSEmmanuel Vadot 1509c66ec88fSEmmanuel Vadot mcasp9: mcasp@2b90000 { 1510c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1511c66ec88fSEmmanuel Vadot reg = <0x0 0x02b90000 0x0 0x2000>, 1512c66ec88fSEmmanuel Vadot <0x0 0x02b98000 0x0 0x1000>; 1513c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1514c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 562 IRQ_TYPE_LEVEL_HIGH>, 1515c66ec88fSEmmanuel Vadot <GIC_SPI 563 IRQ_TYPE_LEVEL_HIGH>; 1516c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1517c66ec88fSEmmanuel Vadot 1518c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc506>, <&main_udmap 0x4506>; 1519c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1520c66ec88fSEmmanuel Vadot 1521c66ec88fSEmmanuel Vadot clocks = <&k3_clks 183 1>; 1522c66ec88fSEmmanuel Vadot clock-names = "fck"; 1523c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 183 TI_SCI_PD_EXCLUSIVE>; 1524c66ec88fSEmmanuel Vadot 1525c66ec88fSEmmanuel Vadot status = "disabled"; 1526c66ec88fSEmmanuel Vadot }; 1527c66ec88fSEmmanuel Vadot 1528c66ec88fSEmmanuel Vadot mcasp10: mcasp@2ba0000 { 1529c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1530c66ec88fSEmmanuel Vadot reg = <0x0 0x02ba0000 0x0 0x2000>, 1531c66ec88fSEmmanuel Vadot <0x0 0x02ba8000 0x0 0x1000>; 1532c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1533c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 564 IRQ_TYPE_LEVEL_HIGH>, 1534c66ec88fSEmmanuel Vadot <GIC_SPI 565 IRQ_TYPE_LEVEL_HIGH>; 1535c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1536c66ec88fSEmmanuel Vadot 1537c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc507>, <&main_udmap 0x4507>; 1538c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1539c66ec88fSEmmanuel Vadot 1540c66ec88fSEmmanuel Vadot clocks = <&k3_clks 184 1>; 1541c66ec88fSEmmanuel Vadot clock-names = "fck"; 1542c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 184 TI_SCI_PD_EXCLUSIVE>; 1543c66ec88fSEmmanuel Vadot 1544c66ec88fSEmmanuel Vadot status = "disabled"; 1545c66ec88fSEmmanuel Vadot }; 1546c66ec88fSEmmanuel Vadot 1547c66ec88fSEmmanuel Vadot mcasp11: mcasp@2bb0000 { 1548c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1549c66ec88fSEmmanuel Vadot reg = <0x0 0x02bb0000 0x0 0x2000>, 1550c66ec88fSEmmanuel Vadot <0x0 0x02bb8000 0x0 0x1000>; 1551c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1552c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 566 IRQ_TYPE_LEVEL_HIGH>, 1553c66ec88fSEmmanuel Vadot <GIC_SPI 567 IRQ_TYPE_LEVEL_HIGH>; 1554c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1555c66ec88fSEmmanuel Vadot 1556c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc508>, <&main_udmap 0x4508>; 1557c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1558c66ec88fSEmmanuel Vadot 1559c66ec88fSEmmanuel Vadot clocks = <&k3_clks 185 1>; 1560c66ec88fSEmmanuel Vadot clock-names = "fck"; 1561c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>; 1562c66ec88fSEmmanuel Vadot 1563c66ec88fSEmmanuel Vadot status = "disabled"; 1564c66ec88fSEmmanuel Vadot }; 1565c66ec88fSEmmanuel Vadot 1566c66ec88fSEmmanuel Vadot watchdog0: watchdog@2200000 { 1567c66ec88fSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 1568c66ec88fSEmmanuel Vadot reg = <0x0 0x2200000 0x0 0x100>; 1569c66ec88fSEmmanuel Vadot clocks = <&k3_clks 252 1>; 1570c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; 1571c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 252 1>; 1572c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 252 5>; 1573c66ec88fSEmmanuel Vadot }; 1574c66ec88fSEmmanuel Vadot 1575c66ec88fSEmmanuel Vadot watchdog1: watchdog@2210000 { 1576c66ec88fSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 1577c66ec88fSEmmanuel Vadot reg = <0x0 0x2210000 0x0 0x100>; 1578c66ec88fSEmmanuel Vadot clocks = <&k3_clks 253 1>; 1579c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>; 1580c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 253 1>; 1581c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 253 5>; 1582c66ec88fSEmmanuel Vadot }; 1583*6be33864SEmmanuel Vadot 1584*6be33864SEmmanuel Vadot c66_0: dsp@4d80800000 { 1585*6be33864SEmmanuel Vadot compatible = "ti,j721e-c66-dsp"; 1586*6be33864SEmmanuel Vadot reg = <0x4d 0x80800000 0x00 0x00048000>, 1587*6be33864SEmmanuel Vadot <0x4d 0x80e00000 0x00 0x00008000>, 1588*6be33864SEmmanuel Vadot <0x4d 0x80f00000 0x00 0x00008000>; 1589*6be33864SEmmanuel Vadot reg-names = "l2sram", "l1pram", "l1dram"; 1590*6be33864SEmmanuel Vadot ti,sci = <&dmsc>; 1591*6be33864SEmmanuel Vadot ti,sci-dev-id = <142>; 1592*6be33864SEmmanuel Vadot ti,sci-proc-ids = <0x03 0xff>; 1593*6be33864SEmmanuel Vadot resets = <&k3_reset 142 1>; 1594*6be33864SEmmanuel Vadot firmware-name = "j7-c66_0-fw"; 1595*6be33864SEmmanuel Vadot }; 1596*6be33864SEmmanuel Vadot 1597*6be33864SEmmanuel Vadot c66_1: dsp@4d81800000 { 1598*6be33864SEmmanuel Vadot compatible = "ti,j721e-c66-dsp"; 1599*6be33864SEmmanuel Vadot reg = <0x4d 0x81800000 0x00 0x00048000>, 1600*6be33864SEmmanuel Vadot <0x4d 0x81e00000 0x00 0x00008000>, 1601*6be33864SEmmanuel Vadot <0x4d 0x81f00000 0x00 0x00008000>; 1602*6be33864SEmmanuel Vadot reg-names = "l2sram", "l1pram", "l1dram"; 1603*6be33864SEmmanuel Vadot ti,sci = <&dmsc>; 1604*6be33864SEmmanuel Vadot ti,sci-dev-id = <143>; 1605*6be33864SEmmanuel Vadot ti,sci-proc-ids = <0x04 0xff>; 1606*6be33864SEmmanuel Vadot resets = <&k3_reset 143 1>; 1607*6be33864SEmmanuel Vadot firmware-name = "j7-c66_1-fw"; 1608*6be33864SEmmanuel Vadot }; 1609*6be33864SEmmanuel Vadot 1610*6be33864SEmmanuel Vadot c71_0: dsp@64800000 { 1611*6be33864SEmmanuel Vadot compatible = "ti,j721e-c71-dsp"; 1612*6be33864SEmmanuel Vadot reg = <0x00 0x64800000 0x00 0x00080000>, 1613*6be33864SEmmanuel Vadot <0x00 0x64e00000 0x00 0x0000c000>; 1614*6be33864SEmmanuel Vadot reg-names = "l2sram", "l1dram"; 1615*6be33864SEmmanuel Vadot ti,sci = <&dmsc>; 1616*6be33864SEmmanuel Vadot ti,sci-dev-id = <15>; 1617*6be33864SEmmanuel Vadot ti,sci-proc-ids = <0x30 0xff>; 1618*6be33864SEmmanuel Vadot resets = <&k3_reset 15 1>; 1619*6be33864SEmmanuel Vadot firmware-name = "j7-c71_0-fw"; 1620*6be33864SEmmanuel Vadot }; 1621c66ec88fSEmmanuel Vadot}; 1622