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> 8d5b0e70fSEmmanuel 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 }; 70*8bab661aSEmmanuel Vadot 71*8bab661aSEmmanuel Vadot ehrpwm_tbclk: clock-controller@4140 { 72*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm-tbclk", "syscon"; 73*8bab661aSEmmanuel Vadot reg = <0x4140 0x18>; 74*8bab661aSEmmanuel Vadot #clock-cells = <1>; 75*8bab661aSEmmanuel Vadot }; 76*8bab661aSEmmanuel Vadot }; 77*8bab661aSEmmanuel Vadot 78*8bab661aSEmmanuel Vadot main_ehrpwm0: pwm@3000000 { 79*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 80*8bab661aSEmmanuel Vadot #pwm-cells = <3>; 81*8bab661aSEmmanuel Vadot reg = <0x00 0x3000000 0x00 0x100>; 82*8bab661aSEmmanuel Vadot power-domains = <&k3_pds 83 TI_SCI_PD_EXCLUSIVE>; 83*8bab661aSEmmanuel Vadot clocks = <&ehrpwm_tbclk 0>, <&k3_clks 83 0>; 84*8bab661aSEmmanuel Vadot clock-names = "tbclk", "fck"; 85*8bab661aSEmmanuel Vadot status = "disabled"; 86*8bab661aSEmmanuel Vadot }; 87*8bab661aSEmmanuel Vadot 88*8bab661aSEmmanuel Vadot main_ehrpwm1: pwm@3010000 { 89*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 90*8bab661aSEmmanuel Vadot #pwm-cells = <3>; 91*8bab661aSEmmanuel Vadot reg = <0x00 0x3010000 0x00 0x100>; 92*8bab661aSEmmanuel Vadot power-domains = <&k3_pds 84 TI_SCI_PD_EXCLUSIVE>; 93*8bab661aSEmmanuel Vadot clocks = <&ehrpwm_tbclk 1>, <&k3_clks 84 0>; 94*8bab661aSEmmanuel Vadot clock-names = "tbclk", "fck"; 95*8bab661aSEmmanuel Vadot status = "disabled"; 96*8bab661aSEmmanuel Vadot }; 97*8bab661aSEmmanuel Vadot 98*8bab661aSEmmanuel Vadot main_ehrpwm2: pwm@3020000 { 99*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 100*8bab661aSEmmanuel Vadot #pwm-cells = <3>; 101*8bab661aSEmmanuel Vadot reg = <0x00 0x3020000 0x00 0x100>; 102*8bab661aSEmmanuel Vadot power-domains = <&k3_pds 85 TI_SCI_PD_EXCLUSIVE>; 103*8bab661aSEmmanuel Vadot clocks = <&ehrpwm_tbclk 2>, <&k3_clks 85 0>; 104*8bab661aSEmmanuel Vadot clock-names = "tbclk", "fck"; 105*8bab661aSEmmanuel Vadot status = "disabled"; 106*8bab661aSEmmanuel Vadot }; 107*8bab661aSEmmanuel Vadot 108*8bab661aSEmmanuel Vadot main_ehrpwm3: pwm@3030000 { 109*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 110*8bab661aSEmmanuel Vadot #pwm-cells = <3>; 111*8bab661aSEmmanuel Vadot reg = <0x00 0x3030000 0x00 0x100>; 112*8bab661aSEmmanuel Vadot power-domains = <&k3_pds 86 TI_SCI_PD_EXCLUSIVE>; 113*8bab661aSEmmanuel Vadot clocks = <&ehrpwm_tbclk 3>, <&k3_clks 86 0>; 114*8bab661aSEmmanuel Vadot clock-names = "tbclk", "fck"; 115*8bab661aSEmmanuel Vadot status = "disabled"; 116*8bab661aSEmmanuel Vadot }; 117*8bab661aSEmmanuel Vadot 118*8bab661aSEmmanuel Vadot main_ehrpwm4: pwm@3040000 { 119*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 120*8bab661aSEmmanuel Vadot #pwm-cells = <3>; 121*8bab661aSEmmanuel Vadot reg = <0x00 0x3040000 0x00 0x100>; 122*8bab661aSEmmanuel Vadot power-domains = <&k3_pds 87 TI_SCI_PD_EXCLUSIVE>; 123*8bab661aSEmmanuel Vadot clocks = <&ehrpwm_tbclk 4>, <&k3_clks 87 0>; 124*8bab661aSEmmanuel Vadot clock-names = "tbclk", "fck"; 125*8bab661aSEmmanuel Vadot status = "disabled"; 126*8bab661aSEmmanuel Vadot }; 127*8bab661aSEmmanuel Vadot 128*8bab661aSEmmanuel Vadot main_ehrpwm5: pwm@3050000 { 129*8bab661aSEmmanuel Vadot compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 130*8bab661aSEmmanuel Vadot #pwm-cells = <3>; 131*8bab661aSEmmanuel Vadot reg = <0x00 0x3050000 0x00 0x100>; 132*8bab661aSEmmanuel Vadot power-domains = <&k3_pds 88 TI_SCI_PD_EXCLUSIVE>; 133*8bab661aSEmmanuel Vadot clocks = <&ehrpwm_tbclk 5>, <&k3_clks 88 0>; 134*8bab661aSEmmanuel Vadot clock-names = "tbclk", "fck"; 135*8bab661aSEmmanuel Vadot status = "disabled"; 136c66ec88fSEmmanuel Vadot }; 137c66ec88fSEmmanuel Vadot 138c66ec88fSEmmanuel Vadot gic500: interrupt-controller@1800000 { 139c66ec88fSEmmanuel Vadot compatible = "arm,gic-v3"; 140c66ec88fSEmmanuel Vadot #address-cells = <2>; 141c66ec88fSEmmanuel Vadot #size-cells = <2>; 142c66ec88fSEmmanuel Vadot ranges; 143c66ec88fSEmmanuel Vadot #interrupt-cells = <3>; 144c66ec88fSEmmanuel Vadot interrupt-controller; 145c66ec88fSEmmanuel Vadot reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 146c9ccf3a3SEmmanuel Vadot <0x00 0x01900000 0x00 0x100000>, /* GICR */ 147c9ccf3a3SEmmanuel Vadot <0x00 0x6f000000 0x00 0x2000>, /* GICC */ 148c9ccf3a3SEmmanuel Vadot <0x00 0x6f010000 0x00 0x1000>, /* GICH */ 149c9ccf3a3SEmmanuel Vadot <0x00 0x6f020000 0x00 0x2000>; /* GICV */ 150c66ec88fSEmmanuel Vadot 151c66ec88fSEmmanuel Vadot /* vcpumntirq: virtual CPU interface maintenance interrupt */ 152c66ec88fSEmmanuel Vadot interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 153c66ec88fSEmmanuel Vadot 154c66ec88fSEmmanuel Vadot gic_its: msi-controller@1820000 { 155c66ec88fSEmmanuel Vadot compatible = "arm,gic-v3-its"; 156c66ec88fSEmmanuel Vadot reg = <0x00 0x01820000 0x00 0x10000>; 157c66ec88fSEmmanuel Vadot socionext,synquacer-pre-its = <0x1000000 0x400000>; 158c66ec88fSEmmanuel Vadot msi-controller; 159c66ec88fSEmmanuel Vadot #msi-cells = <1>; 160c66ec88fSEmmanuel Vadot }; 161c66ec88fSEmmanuel Vadot }; 162c66ec88fSEmmanuel Vadot 1632eb4d8dcSEmmanuel Vadot main_gpio_intr: interrupt-controller@a00000 { 164c66ec88fSEmmanuel Vadot compatible = "ti,sci-intr"; 1652eb4d8dcSEmmanuel Vadot reg = <0x00 0x00a00000 0x00 0x800>; 166c66ec88fSEmmanuel Vadot ti,intr-trigger-type = <1>; 167c66ec88fSEmmanuel Vadot interrupt-controller; 168c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 169c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 170c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 171c66ec88fSEmmanuel Vadot ti,sci-dev-id = <131>; 172c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <8 392 56>; 173c66ec88fSEmmanuel Vadot }; 174c66ec88fSEmmanuel Vadot 1752eb4d8dcSEmmanuel Vadot main_navss: bus@30000000 { 176c66ec88fSEmmanuel Vadot compatible = "simple-mfd"; 177c66ec88fSEmmanuel Vadot #address-cells = <2>; 178c66ec88fSEmmanuel Vadot #size-cells = <2>; 1792eb4d8dcSEmmanuel Vadot ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>; 180c66ec88fSEmmanuel Vadot dma-coherent; 181c66ec88fSEmmanuel Vadot dma-ranges; 182c66ec88fSEmmanuel Vadot 183c66ec88fSEmmanuel Vadot ti,sci-dev-id = <199>; 184c66ec88fSEmmanuel Vadot 1852eb4d8dcSEmmanuel Vadot main_navss_intr: interrupt-controller@310e0000 { 186c66ec88fSEmmanuel Vadot compatible = "ti,sci-intr"; 1872eb4d8dcSEmmanuel Vadot reg = <0x0 0x310e0000 0x0 0x4000>; 188c66ec88fSEmmanuel Vadot ti,intr-trigger-type = <4>; 189c66ec88fSEmmanuel Vadot interrupt-controller; 190c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 191c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 192c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 193c66ec88fSEmmanuel Vadot ti,sci-dev-id = <213>; 194c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <0 64 64>, 195c66ec88fSEmmanuel Vadot <64 448 64>, 196c66ec88fSEmmanuel Vadot <128 672 64>; 197c66ec88fSEmmanuel Vadot }; 198c66ec88fSEmmanuel Vadot 199c66ec88fSEmmanuel Vadot main_udmass_inta: interrupt-controller@33d00000 { 200c66ec88fSEmmanuel Vadot compatible = "ti,sci-inta"; 201c66ec88fSEmmanuel Vadot reg = <0x0 0x33d00000 0x0 0x100000>; 202c66ec88fSEmmanuel Vadot interrupt-controller; 203c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 204c66ec88fSEmmanuel Vadot msi-controller; 2055def4c47SEmmanuel Vadot #interrupt-cells = <0>; 206c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 207c66ec88fSEmmanuel Vadot ti,sci-dev-id = <209>; 208c66ec88fSEmmanuel Vadot ti,interrupt-ranges = <0 0 256>; 209c66ec88fSEmmanuel Vadot }; 210c66ec88fSEmmanuel Vadot 211c66ec88fSEmmanuel Vadot secure_proxy_main: mailbox@32c00000 { 212c66ec88fSEmmanuel Vadot compatible = "ti,am654-secure-proxy"; 213c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 214c66ec88fSEmmanuel Vadot reg-names = "target_data", "rt", "scfg"; 215c66ec88fSEmmanuel Vadot reg = <0x00 0x32c00000 0x00 0x100000>, 216c66ec88fSEmmanuel Vadot <0x00 0x32400000 0x00 0x100000>, 217c66ec88fSEmmanuel Vadot <0x00 0x32800000 0x00 0x100000>; 218c66ec88fSEmmanuel Vadot interrupt-names = "rx_011"; 219c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 220c66ec88fSEmmanuel Vadot }; 221c66ec88fSEmmanuel Vadot 222c66ec88fSEmmanuel Vadot smmu0: iommu@36600000 { 223c66ec88fSEmmanuel Vadot compatible = "arm,smmu-v3"; 224c66ec88fSEmmanuel Vadot reg = <0x0 0x36600000 0x0 0x100000>; 225c66ec88fSEmmanuel Vadot interrupt-parent = <&gic500>; 226c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>, 227c66ec88fSEmmanuel Vadot <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>; 228c66ec88fSEmmanuel Vadot interrupt-names = "eventq", "gerror"; 229c66ec88fSEmmanuel Vadot #iommu-cells = <1>; 230c66ec88fSEmmanuel Vadot }; 231c66ec88fSEmmanuel Vadot 232c66ec88fSEmmanuel Vadot hwspinlock: spinlock@30e00000 { 233c66ec88fSEmmanuel Vadot compatible = "ti,am654-hwspinlock"; 234c66ec88fSEmmanuel Vadot reg = <0x00 0x30e00000 0x00 0x1000>; 235c66ec88fSEmmanuel Vadot #hwlock-cells = <1>; 236c66ec88fSEmmanuel Vadot }; 237c66ec88fSEmmanuel Vadot 238c66ec88fSEmmanuel Vadot mailbox0_cluster0: mailbox@31f80000 { 239c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 240c66ec88fSEmmanuel Vadot reg = <0x00 0x31f80000 0x00 0x200>; 241c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 242c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 243c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 244c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 245*8bab661aSEmmanuel Vadot status = "disabled"; 246c66ec88fSEmmanuel Vadot }; 247c66ec88fSEmmanuel Vadot 248c66ec88fSEmmanuel Vadot mailbox0_cluster1: mailbox@31f81000 { 249c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 250c66ec88fSEmmanuel Vadot reg = <0x00 0x31f81000 0x00 0x200>; 251c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 252c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 253c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 254c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 255*8bab661aSEmmanuel Vadot status = "disabled"; 256c66ec88fSEmmanuel Vadot }; 257c66ec88fSEmmanuel Vadot 258c66ec88fSEmmanuel Vadot mailbox0_cluster2: mailbox@31f82000 { 259c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 260c66ec88fSEmmanuel Vadot reg = <0x00 0x31f82000 0x00 0x200>; 261c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 262c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 263c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 264c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 265*8bab661aSEmmanuel Vadot status = "disabled"; 266c66ec88fSEmmanuel Vadot }; 267c66ec88fSEmmanuel Vadot 268c66ec88fSEmmanuel Vadot mailbox0_cluster3: mailbox@31f83000 { 269c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 270c66ec88fSEmmanuel Vadot reg = <0x00 0x31f83000 0x00 0x200>; 271c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 272c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 273c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 274c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 275*8bab661aSEmmanuel Vadot status = "disabled"; 276c66ec88fSEmmanuel Vadot }; 277c66ec88fSEmmanuel Vadot 278c66ec88fSEmmanuel Vadot mailbox0_cluster4: mailbox@31f84000 { 279c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 280c66ec88fSEmmanuel Vadot reg = <0x00 0x31f84000 0x00 0x200>; 281c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 282c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 283c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 284c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 285*8bab661aSEmmanuel Vadot status = "disabled"; 286c66ec88fSEmmanuel Vadot }; 287c66ec88fSEmmanuel Vadot 288c66ec88fSEmmanuel Vadot mailbox0_cluster5: mailbox@31f85000 { 289c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 290c66ec88fSEmmanuel Vadot reg = <0x00 0x31f85000 0x00 0x200>; 291c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 292c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 293c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 294c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 295*8bab661aSEmmanuel Vadot status = "disabled"; 296c66ec88fSEmmanuel Vadot }; 297c66ec88fSEmmanuel Vadot 298c66ec88fSEmmanuel Vadot mailbox0_cluster6: mailbox@31f86000 { 299c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 300c66ec88fSEmmanuel Vadot reg = <0x00 0x31f86000 0x00 0x200>; 301c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 302c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 303c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 304c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 305*8bab661aSEmmanuel Vadot status = "disabled"; 306c66ec88fSEmmanuel Vadot }; 307c66ec88fSEmmanuel Vadot 308c66ec88fSEmmanuel Vadot mailbox0_cluster7: mailbox@31f87000 { 309c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 310c66ec88fSEmmanuel Vadot reg = <0x00 0x31f87000 0x00 0x200>; 311c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 312c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 313c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 314c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 315*8bab661aSEmmanuel Vadot status = "disabled"; 316c66ec88fSEmmanuel Vadot }; 317c66ec88fSEmmanuel Vadot 318c66ec88fSEmmanuel Vadot mailbox0_cluster8: mailbox@31f88000 { 319c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 320c66ec88fSEmmanuel Vadot reg = <0x00 0x31f88000 0x00 0x200>; 321c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 322c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 323c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 324c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 325*8bab661aSEmmanuel Vadot status = "disabled"; 326c66ec88fSEmmanuel Vadot }; 327c66ec88fSEmmanuel Vadot 328c66ec88fSEmmanuel Vadot mailbox0_cluster9: mailbox@31f89000 { 329c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 330c66ec88fSEmmanuel Vadot reg = <0x00 0x31f89000 0x00 0x200>; 331c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 332c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 333c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 334c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 335*8bab661aSEmmanuel Vadot status = "disabled"; 336c66ec88fSEmmanuel Vadot }; 337c66ec88fSEmmanuel Vadot 338c66ec88fSEmmanuel Vadot mailbox0_cluster10: mailbox@31f8a000 { 339c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 340c66ec88fSEmmanuel Vadot reg = <0x00 0x31f8a000 0x00 0x200>; 341c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 342c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 343c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 344c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 345*8bab661aSEmmanuel Vadot status = "disabled"; 346c66ec88fSEmmanuel Vadot }; 347c66ec88fSEmmanuel Vadot 348c66ec88fSEmmanuel Vadot mailbox0_cluster11: mailbox@31f8b000 { 349c66ec88fSEmmanuel Vadot compatible = "ti,am654-mailbox"; 350c66ec88fSEmmanuel Vadot reg = <0x00 0x31f8b000 0x00 0x200>; 351c66ec88fSEmmanuel Vadot #mbox-cells = <1>; 352c66ec88fSEmmanuel Vadot ti,mbox-num-users = <4>; 353c66ec88fSEmmanuel Vadot ti,mbox-num-fifos = <16>; 354c66ec88fSEmmanuel Vadot interrupt-parent = <&main_navss_intr>; 355*8bab661aSEmmanuel Vadot status = "disabled"; 356c66ec88fSEmmanuel Vadot }; 357c66ec88fSEmmanuel Vadot 358c66ec88fSEmmanuel Vadot main_ringacc: ringacc@3c000000 { 359c66ec88fSEmmanuel Vadot compatible = "ti,am654-navss-ringacc"; 360c66ec88fSEmmanuel Vadot reg = <0x0 0x3c000000 0x0 0x400000>, 361c66ec88fSEmmanuel Vadot <0x0 0x38000000 0x0 0x400000>, 362c66ec88fSEmmanuel Vadot <0x0 0x31120000 0x0 0x100>, 363c66ec88fSEmmanuel Vadot <0x0 0x33000000 0x0 0x40000>; 364c66ec88fSEmmanuel Vadot reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; 365c66ec88fSEmmanuel Vadot ti,num-rings = <1024>; 366c66ec88fSEmmanuel Vadot ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 367c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 368c66ec88fSEmmanuel Vadot ti,sci-dev-id = <211>; 369c66ec88fSEmmanuel Vadot msi-parent = <&main_udmass_inta>; 370c66ec88fSEmmanuel Vadot }; 371c66ec88fSEmmanuel Vadot 372c66ec88fSEmmanuel Vadot main_udmap: dma-controller@31150000 { 373c66ec88fSEmmanuel Vadot compatible = "ti,j721e-navss-main-udmap"; 374c66ec88fSEmmanuel Vadot reg = <0x0 0x31150000 0x0 0x100>, 375c66ec88fSEmmanuel Vadot <0x0 0x34000000 0x0 0x100000>, 376c66ec88fSEmmanuel Vadot <0x0 0x35000000 0x0 0x100000>; 377c66ec88fSEmmanuel Vadot reg-names = "gcfg", "rchanrt", "tchanrt"; 378c66ec88fSEmmanuel Vadot msi-parent = <&main_udmass_inta>; 379c66ec88fSEmmanuel Vadot #dma-cells = <1>; 380c66ec88fSEmmanuel Vadot 381c66ec88fSEmmanuel Vadot ti,sci = <&dmsc>; 382c66ec88fSEmmanuel Vadot ti,sci-dev-id = <212>; 383c66ec88fSEmmanuel Vadot ti,ringacc = <&main_ringacc>; 384c66ec88fSEmmanuel Vadot 385c66ec88fSEmmanuel Vadot ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */ 386c66ec88fSEmmanuel Vadot <0x0f>, /* TX_HCHAN */ 387c66ec88fSEmmanuel Vadot <0x10>; /* TX_UHCHAN */ 388c66ec88fSEmmanuel Vadot ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */ 389c66ec88fSEmmanuel Vadot <0x0b>, /* RX_HCHAN */ 390c66ec88fSEmmanuel Vadot <0x0c>; /* RX_UHCHAN */ 391c66ec88fSEmmanuel Vadot ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */ 392c66ec88fSEmmanuel Vadot }; 393c66ec88fSEmmanuel Vadot 394c66ec88fSEmmanuel Vadot cpts@310d0000 { 395c66ec88fSEmmanuel Vadot compatible = "ti,j721e-cpts"; 396c66ec88fSEmmanuel Vadot reg = <0x0 0x310d0000 0x0 0x400>; 397c66ec88fSEmmanuel Vadot reg-names = "cpts"; 398c66ec88fSEmmanuel Vadot clocks = <&k3_clks 201 1>; 399c66ec88fSEmmanuel Vadot clock-names = "cpts"; 400c66ec88fSEmmanuel Vadot interrupts-extended = <&main_navss_intr 391>; 401c66ec88fSEmmanuel Vadot interrupt-names = "cpts"; 402c66ec88fSEmmanuel Vadot ti,cpts-periodic-outputs = <6>; 403c66ec88fSEmmanuel Vadot ti,cpts-ext-ts-inputs = <8>; 404c66ec88fSEmmanuel Vadot }; 405c66ec88fSEmmanuel Vadot }; 406c66ec88fSEmmanuel Vadot 4076be33864SEmmanuel Vadot main_crypto: crypto@4e00000 { 4086be33864SEmmanuel Vadot compatible = "ti,j721e-sa2ul"; 4096be33864SEmmanuel Vadot reg = <0x0 0x4e00000 0x0 0x1200>; 4106be33864SEmmanuel Vadot power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>; 4116be33864SEmmanuel Vadot #address-cells = <2>; 4126be33864SEmmanuel Vadot #size-cells = <2>; 4136be33864SEmmanuel Vadot ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; 4146be33864SEmmanuel Vadot 4156be33864SEmmanuel Vadot dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, 4166be33864SEmmanuel Vadot <&main_udmap 0x4001>; 4176be33864SEmmanuel Vadot dma-names = "tx", "rx1", "rx2"; 4186be33864SEmmanuel Vadot 4196be33864SEmmanuel Vadot rng: rng@4e10000 { 4206be33864SEmmanuel Vadot compatible = "inside-secure,safexcel-eip76"; 4216be33864SEmmanuel Vadot reg = <0x0 0x4e10000 0x0 0x7d>; 4226be33864SEmmanuel Vadot interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 4236be33864SEmmanuel Vadot }; 4246be33864SEmmanuel Vadot }; 4256be33864SEmmanuel Vadot 4266be33864SEmmanuel Vadot main_pmx0: pinctrl@11c000 { 427c66ec88fSEmmanuel Vadot compatible = "pinctrl-single"; 428c66ec88fSEmmanuel Vadot /* Proxy 0 addressing */ 429c66ec88fSEmmanuel Vadot reg = <0x0 0x11c000 0x0 0x2b4>; 430c66ec88fSEmmanuel Vadot #pinctrl-cells = <1>; 431c66ec88fSEmmanuel Vadot pinctrl-single,register-width = <32>; 432c66ec88fSEmmanuel Vadot pinctrl-single,function-mask = <0xffffffff>; 433c66ec88fSEmmanuel Vadot }; 434c66ec88fSEmmanuel Vadot 435c66ec88fSEmmanuel Vadot serdes_wiz0: wiz@5000000 { 436c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 437c66ec88fSEmmanuel Vadot #address-cells = <1>; 438c66ec88fSEmmanuel Vadot #size-cells = <1>; 439c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>; 4405956d97fSEmmanuel Vadot clocks = <&k3_clks 292 5>, <&k3_clks 292 11>, <&cmn_refclk>; 441c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 442c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 292 11>, <&k3_clks 292 0>; 443c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 444c66ec88fSEmmanuel Vadot num-lanes = <2>; 445c66ec88fSEmmanuel Vadot #reset-cells = <1>; 446c66ec88fSEmmanuel Vadot ranges = <0x5000000 0x0 0x5000000 0x10000>; 447c66ec88fSEmmanuel Vadot 448c66ec88fSEmmanuel Vadot wiz0_pll0_refclk: pll0-refclk { 4495956d97fSEmmanuel Vadot clocks = <&k3_clks 292 11>, <&cmn_refclk>; 450c66ec88fSEmmanuel Vadot #clock-cells = <0>; 451c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_pll0_refclk>; 452c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 11>; 453c66ec88fSEmmanuel Vadot }; 454c66ec88fSEmmanuel Vadot 455c66ec88fSEmmanuel Vadot wiz0_pll1_refclk: pll1-refclk { 4565956d97fSEmmanuel Vadot clocks = <&k3_clks 292 0>, <&cmn_refclk1>; 457c66ec88fSEmmanuel Vadot #clock-cells = <0>; 458c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_pll1_refclk>; 459c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 0>; 460c66ec88fSEmmanuel Vadot }; 461c66ec88fSEmmanuel Vadot 462c66ec88fSEmmanuel Vadot wiz0_refclk_dig: refclk-dig { 4635956d97fSEmmanuel Vadot clocks = <&k3_clks 292 11>, <&k3_clks 292 0>, <&cmn_refclk>, <&cmn_refclk1>; 464c66ec88fSEmmanuel Vadot #clock-cells = <0>; 465c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz0_refclk_dig>; 466c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 292 11>; 467c66ec88fSEmmanuel Vadot }; 468c66ec88fSEmmanuel Vadot 469c66ec88fSEmmanuel Vadot wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div { 470c66ec88fSEmmanuel Vadot clocks = <&wiz0_refclk_dig>; 471c66ec88fSEmmanuel Vadot #clock-cells = <0>; 472c66ec88fSEmmanuel Vadot }; 473c66ec88fSEmmanuel Vadot 474c66ec88fSEmmanuel Vadot wiz0_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 475c66ec88fSEmmanuel Vadot clocks = <&wiz0_pll1_refclk>; 476c66ec88fSEmmanuel Vadot #clock-cells = <0>; 477c66ec88fSEmmanuel Vadot }; 478c66ec88fSEmmanuel Vadot 479c66ec88fSEmmanuel Vadot serdes0: serdes@5000000 { 480c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 481c66ec88fSEmmanuel Vadot reg-names = "serdes"; 482c66ec88fSEmmanuel Vadot reg = <0x5000000 0x10000>; 483c66ec88fSEmmanuel Vadot #address-cells = <1>; 484c66ec88fSEmmanuel Vadot #size-cells = <0>; 4855956d97fSEmmanuel Vadot #clock-cells = <1>; 486c66ec88fSEmmanuel Vadot resets = <&serdes_wiz0 0>; 487c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 4885956d97fSEmmanuel Vadot clocks = <&wiz0_cmn_refclk_dig_div>, <&wiz0_cmn_refclk1_dig_div>, 4895956d97fSEmmanuel Vadot <&wiz0_pll0_refclk>, <&wiz0_pll1_refclk>; 4905956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 4915956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 492c66ec88fSEmmanuel Vadot }; 493c66ec88fSEmmanuel Vadot }; 494c66ec88fSEmmanuel Vadot 495c66ec88fSEmmanuel Vadot serdes_wiz1: wiz@5010000 { 496c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 497c66ec88fSEmmanuel Vadot #address-cells = <1>; 498c66ec88fSEmmanuel Vadot #size-cells = <1>; 499c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 293 TI_SCI_PD_EXCLUSIVE>; 5005956d97fSEmmanuel Vadot clocks = <&k3_clks 293 5>, <&k3_clks 293 13>, <&cmn_refclk>; 501c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 502c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 293 13>, <&k3_clks 293 0>; 503c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 17>, <&k3_clks 293 4>; 504c66ec88fSEmmanuel Vadot num-lanes = <2>; 505c66ec88fSEmmanuel Vadot #reset-cells = <1>; 506c66ec88fSEmmanuel Vadot ranges = <0x5010000 0x0 0x5010000 0x10000>; 507c66ec88fSEmmanuel Vadot 508c66ec88fSEmmanuel Vadot wiz1_pll0_refclk: pll0-refclk { 5095956d97fSEmmanuel Vadot clocks = <&k3_clks 293 13>, <&cmn_refclk>; 510c66ec88fSEmmanuel Vadot #clock-cells = <0>; 511c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_pll0_refclk>; 512c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 13>; 513c66ec88fSEmmanuel Vadot }; 514c66ec88fSEmmanuel Vadot 515c66ec88fSEmmanuel Vadot wiz1_pll1_refclk: pll1-refclk { 5165956d97fSEmmanuel Vadot clocks = <&k3_clks 293 0>, <&cmn_refclk1>; 517c66ec88fSEmmanuel Vadot #clock-cells = <0>; 518c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_pll1_refclk>; 519c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 0>; 520c66ec88fSEmmanuel Vadot }; 521c66ec88fSEmmanuel Vadot 522c66ec88fSEmmanuel Vadot wiz1_refclk_dig: refclk-dig { 5235956d97fSEmmanuel Vadot clocks = <&k3_clks 293 13>, <&k3_clks 293 0>, <&cmn_refclk>, <&cmn_refclk1>; 524c66ec88fSEmmanuel Vadot #clock-cells = <0>; 525c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz1_refclk_dig>; 526c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 293 13>; 527c66ec88fSEmmanuel Vadot }; 528c66ec88fSEmmanuel Vadot 529c66ec88fSEmmanuel Vadot wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div{ 530c66ec88fSEmmanuel Vadot clocks = <&wiz1_refclk_dig>; 531c66ec88fSEmmanuel Vadot #clock-cells = <0>; 532c66ec88fSEmmanuel Vadot }; 533c66ec88fSEmmanuel Vadot 534c66ec88fSEmmanuel Vadot wiz1_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 535c66ec88fSEmmanuel Vadot clocks = <&wiz1_pll1_refclk>; 536c66ec88fSEmmanuel Vadot #clock-cells = <0>; 537c66ec88fSEmmanuel Vadot }; 538c66ec88fSEmmanuel Vadot 539c66ec88fSEmmanuel Vadot serdes1: serdes@5010000 { 540c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 541c66ec88fSEmmanuel Vadot reg-names = "serdes"; 542c66ec88fSEmmanuel Vadot reg = <0x5010000 0x10000>; 543c66ec88fSEmmanuel Vadot #address-cells = <1>; 544c66ec88fSEmmanuel Vadot #size-cells = <0>; 5455956d97fSEmmanuel Vadot #clock-cells = <1>; 546c66ec88fSEmmanuel Vadot resets = <&serdes_wiz1 0>; 547c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 5485956d97fSEmmanuel Vadot clocks = <&wiz1_cmn_refclk_dig_div>, <&wiz1_cmn_refclk1_dig_div>, 5495956d97fSEmmanuel Vadot <&wiz1_pll0_refclk>, <&wiz1_pll1_refclk>; 5505956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 5515956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 552c66ec88fSEmmanuel Vadot }; 553c66ec88fSEmmanuel Vadot }; 554c66ec88fSEmmanuel Vadot 555c66ec88fSEmmanuel Vadot serdes_wiz2: wiz@5020000 { 556c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 557c66ec88fSEmmanuel Vadot #address-cells = <1>; 558c66ec88fSEmmanuel Vadot #size-cells = <1>; 559c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 294 TI_SCI_PD_EXCLUSIVE>; 5605956d97fSEmmanuel Vadot clocks = <&k3_clks 294 5>, <&k3_clks 294 11>, <&cmn_refclk>; 561c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 562c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 294 11>, <&k3_clks 294 0>; 563c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 15>, <&k3_clks 294 4>; 564c66ec88fSEmmanuel Vadot num-lanes = <2>; 565c66ec88fSEmmanuel Vadot #reset-cells = <1>; 566c66ec88fSEmmanuel Vadot ranges = <0x5020000 0x0 0x5020000 0x10000>; 567c66ec88fSEmmanuel Vadot 568c66ec88fSEmmanuel Vadot wiz2_pll0_refclk: pll0-refclk { 5695956d97fSEmmanuel Vadot clocks = <&k3_clks 294 11>, <&cmn_refclk>; 570c66ec88fSEmmanuel Vadot #clock-cells = <0>; 571c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_pll0_refclk>; 572c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 11>; 573c66ec88fSEmmanuel Vadot }; 574c66ec88fSEmmanuel Vadot 575c66ec88fSEmmanuel Vadot wiz2_pll1_refclk: pll1-refclk { 5765956d97fSEmmanuel Vadot clocks = <&k3_clks 294 0>, <&cmn_refclk1>; 577c66ec88fSEmmanuel Vadot #clock-cells = <0>; 578c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_pll1_refclk>; 579c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 0>; 580c66ec88fSEmmanuel Vadot }; 581c66ec88fSEmmanuel Vadot 582c66ec88fSEmmanuel Vadot wiz2_refclk_dig: refclk-dig { 5835956d97fSEmmanuel Vadot clocks = <&k3_clks 294 11>, <&k3_clks 294 0>, <&cmn_refclk>, <&cmn_refclk1>; 584c66ec88fSEmmanuel Vadot #clock-cells = <0>; 585c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz2_refclk_dig>; 586c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 294 11>; 587c66ec88fSEmmanuel Vadot }; 588c66ec88fSEmmanuel Vadot 589c66ec88fSEmmanuel Vadot wiz2_cmn_refclk_dig_div: cmn-refclk-dig-div { 590c66ec88fSEmmanuel Vadot clocks = <&wiz2_refclk_dig>; 591c66ec88fSEmmanuel Vadot #clock-cells = <0>; 592c66ec88fSEmmanuel Vadot }; 593c66ec88fSEmmanuel Vadot 594c66ec88fSEmmanuel Vadot wiz2_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 595c66ec88fSEmmanuel Vadot clocks = <&wiz2_pll1_refclk>; 596c66ec88fSEmmanuel Vadot #clock-cells = <0>; 597c66ec88fSEmmanuel Vadot }; 598c66ec88fSEmmanuel Vadot 599c66ec88fSEmmanuel Vadot serdes2: serdes@5020000 { 600c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 601c66ec88fSEmmanuel Vadot reg-names = "serdes"; 602c66ec88fSEmmanuel Vadot reg = <0x5020000 0x10000>; 603c66ec88fSEmmanuel Vadot #address-cells = <1>; 604c66ec88fSEmmanuel Vadot #size-cells = <0>; 6055956d97fSEmmanuel Vadot #clock-cells = <1>; 606c66ec88fSEmmanuel Vadot resets = <&serdes_wiz2 0>; 607c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 6085956d97fSEmmanuel Vadot clocks = <&wiz2_cmn_refclk_dig_div>, <&wiz2_cmn_refclk1_dig_div>, 6095956d97fSEmmanuel Vadot <&wiz2_pll0_refclk>, <&wiz2_pll1_refclk>; 6105956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 6115956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 612c66ec88fSEmmanuel Vadot }; 613c66ec88fSEmmanuel Vadot }; 614c66ec88fSEmmanuel Vadot 615c66ec88fSEmmanuel Vadot serdes_wiz3: wiz@5030000 { 616c66ec88fSEmmanuel Vadot compatible = "ti,j721e-wiz-16g"; 617c66ec88fSEmmanuel Vadot #address-cells = <1>; 618c66ec88fSEmmanuel Vadot #size-cells = <1>; 619c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>; 6205956d97fSEmmanuel Vadot clocks = <&k3_clks 295 5>, <&k3_clks 295 9>, <&cmn_refclk>; 621c66ec88fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 622c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 295 9>, <&k3_clks 295 0>; 623c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 13>, <&k3_clks 295 4>; 624c66ec88fSEmmanuel Vadot num-lanes = <2>; 625c66ec88fSEmmanuel Vadot #reset-cells = <1>; 626c66ec88fSEmmanuel Vadot ranges = <0x5030000 0x0 0x5030000 0x10000>; 627c66ec88fSEmmanuel Vadot 628c66ec88fSEmmanuel Vadot wiz3_pll0_refclk: pll0-refclk { 6295956d97fSEmmanuel Vadot clocks = <&k3_clks 295 9>, <&cmn_refclk>; 630c66ec88fSEmmanuel Vadot #clock-cells = <0>; 631c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_pll0_refclk>; 632c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 9>; 633c66ec88fSEmmanuel Vadot }; 634c66ec88fSEmmanuel Vadot 635c66ec88fSEmmanuel Vadot wiz3_pll1_refclk: pll1-refclk { 6365956d97fSEmmanuel Vadot clocks = <&k3_clks 295 0>, <&cmn_refclk1>; 637c66ec88fSEmmanuel Vadot #clock-cells = <0>; 638c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_pll1_refclk>; 639c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 0>; 640c66ec88fSEmmanuel Vadot }; 641c66ec88fSEmmanuel Vadot 642c66ec88fSEmmanuel Vadot wiz3_refclk_dig: refclk-dig { 6435956d97fSEmmanuel Vadot clocks = <&k3_clks 295 9>, <&k3_clks 295 0>, <&cmn_refclk>, <&cmn_refclk1>; 644c66ec88fSEmmanuel Vadot #clock-cells = <0>; 645c66ec88fSEmmanuel Vadot assigned-clocks = <&wiz3_refclk_dig>; 646c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 295 9>; 647c66ec88fSEmmanuel Vadot }; 648c66ec88fSEmmanuel Vadot 649c66ec88fSEmmanuel Vadot wiz3_cmn_refclk_dig_div: cmn-refclk-dig-div { 650c66ec88fSEmmanuel Vadot clocks = <&wiz3_refclk_dig>; 651c66ec88fSEmmanuel Vadot #clock-cells = <0>; 652c66ec88fSEmmanuel Vadot }; 653c66ec88fSEmmanuel Vadot 654c66ec88fSEmmanuel Vadot wiz3_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 655c66ec88fSEmmanuel Vadot clocks = <&wiz3_pll1_refclk>; 656c66ec88fSEmmanuel Vadot #clock-cells = <0>; 657c66ec88fSEmmanuel Vadot }; 658c66ec88fSEmmanuel Vadot 659c66ec88fSEmmanuel Vadot serdes3: serdes@5030000 { 660c66ec88fSEmmanuel Vadot compatible = "ti,sierra-phy-t0"; 661c66ec88fSEmmanuel Vadot reg-names = "serdes"; 662c66ec88fSEmmanuel Vadot reg = <0x5030000 0x10000>; 663c66ec88fSEmmanuel Vadot #address-cells = <1>; 664c66ec88fSEmmanuel Vadot #size-cells = <0>; 6655956d97fSEmmanuel Vadot #clock-cells = <1>; 666c66ec88fSEmmanuel Vadot resets = <&serdes_wiz3 0>; 667c66ec88fSEmmanuel Vadot reset-names = "sierra_reset"; 6685956d97fSEmmanuel Vadot clocks = <&wiz3_cmn_refclk_dig_div>, <&wiz3_cmn_refclk1_dig_div>, 6695956d97fSEmmanuel Vadot <&wiz3_pll0_refclk>, <&wiz3_pll1_refclk>; 6705956d97fSEmmanuel Vadot clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 6715956d97fSEmmanuel Vadot "pll0_refclk", "pll1_refclk"; 672c66ec88fSEmmanuel Vadot }; 673c66ec88fSEmmanuel Vadot }; 674c66ec88fSEmmanuel Vadot 6756be33864SEmmanuel Vadot pcie0_rc: pcie@2900000 { 6766be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 6776be33864SEmmanuel Vadot reg = <0x00 0x02900000 0x00 0x1000>, 6786be33864SEmmanuel Vadot <0x00 0x02907000 0x00 0x400>, 6796be33864SEmmanuel Vadot <0x00 0x0d000000 0x00 0x00800000>, 6806be33864SEmmanuel Vadot <0x00 0x10000000 0x00 0x00001000>; 6816be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 6826be33864SEmmanuel Vadot interrupt-names = "link_state"; 6836be33864SEmmanuel Vadot interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 6846be33864SEmmanuel Vadot device_type = "pci"; 6855def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4070>; 6866be33864SEmmanuel Vadot max-link-speed = <3>; 6876be33864SEmmanuel Vadot num-lanes = <2>; 6886be33864SEmmanuel Vadot power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 6896be33864SEmmanuel Vadot clocks = <&k3_clks 239 1>; 6906be33864SEmmanuel Vadot clock-names = "fck"; 6916be33864SEmmanuel Vadot #address-cells = <3>; 6926be33864SEmmanuel Vadot #size-cells = <2>; 6938cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 6946be33864SEmmanuel Vadot vendor-id = <0x104c>; 6956be33864SEmmanuel Vadot device-id = <0xb00d>; 6966be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x0 0x10000>; 6976be33864SEmmanuel Vadot dma-coherent; 6986be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x10001000 0x0 0x10001000 0x0 0x0010000>, 6996be33864SEmmanuel Vadot <0x02000000 0x0 0x10011000 0x0 0x10011000 0x0 0x7fef000>; 7006be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 7016be33864SEmmanuel Vadot }; 7026be33864SEmmanuel Vadot 7036be33864SEmmanuel Vadot pcie0_ep: pcie-ep@2900000 { 7046be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 7056be33864SEmmanuel Vadot reg = <0x00 0x02900000 0x00 0x1000>, 7066be33864SEmmanuel Vadot <0x00 0x02907000 0x00 0x400>, 7076be33864SEmmanuel Vadot <0x00 0x0d000000 0x00 0x00800000>, 7086be33864SEmmanuel Vadot <0x00 0x10000000 0x00 0x08000000>; 7096be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 7106be33864SEmmanuel Vadot interrupt-names = "link_state"; 7116be33864SEmmanuel Vadot interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 7125def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4070>; 7136be33864SEmmanuel Vadot max-link-speed = <3>; 7146be33864SEmmanuel Vadot num-lanes = <2>; 7156be33864SEmmanuel Vadot power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 7166be33864SEmmanuel Vadot clocks = <&k3_clks 239 1>; 7176be33864SEmmanuel Vadot clock-names = "fck"; 7186be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 7198cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 7206be33864SEmmanuel Vadot dma-coherent; 7216be33864SEmmanuel Vadot }; 7226be33864SEmmanuel Vadot 7236be33864SEmmanuel Vadot pcie1_rc: pcie@2910000 { 7246be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 7256be33864SEmmanuel Vadot reg = <0x00 0x02910000 0x00 0x1000>, 7266be33864SEmmanuel Vadot <0x00 0x02917000 0x00 0x400>, 7276be33864SEmmanuel Vadot <0x00 0x0d800000 0x00 0x00800000>, 7286be33864SEmmanuel Vadot <0x00 0x18000000 0x00 0x00001000>; 7296be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 7306be33864SEmmanuel Vadot interrupt-names = "link_state"; 7316be33864SEmmanuel Vadot interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 7326be33864SEmmanuel Vadot device_type = "pci"; 7335def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4074>; 7346be33864SEmmanuel Vadot max-link-speed = <3>; 7356be33864SEmmanuel Vadot num-lanes = <2>; 7366be33864SEmmanuel Vadot power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 7376be33864SEmmanuel Vadot clocks = <&k3_clks 240 1>; 7386be33864SEmmanuel Vadot clock-names = "fck"; 7396be33864SEmmanuel Vadot #address-cells = <3>; 7406be33864SEmmanuel Vadot #size-cells = <2>; 7418cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 7426be33864SEmmanuel Vadot vendor-id = <0x104c>; 7436be33864SEmmanuel Vadot device-id = <0xb00d>; 7446be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x10000 0x10000>; 7456be33864SEmmanuel Vadot dma-coherent; 7466be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x18001000 0x0 0x18001000 0x0 0x0010000>, 7476be33864SEmmanuel Vadot <0x02000000 0x0 0x18011000 0x0 0x18011000 0x0 0x7fef000>; 7486be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 7496be33864SEmmanuel Vadot }; 7506be33864SEmmanuel Vadot 7516be33864SEmmanuel Vadot pcie1_ep: pcie-ep@2910000 { 7526be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 7536be33864SEmmanuel Vadot reg = <0x00 0x02910000 0x00 0x1000>, 7546be33864SEmmanuel Vadot <0x00 0x02917000 0x00 0x400>, 7556be33864SEmmanuel Vadot <0x00 0x0d800000 0x00 0x00800000>, 7566be33864SEmmanuel Vadot <0x00 0x18000000 0x00 0x08000000>; 7576be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 7586be33864SEmmanuel Vadot interrupt-names = "link_state"; 7596be33864SEmmanuel Vadot interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 7605def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4074>; 7616be33864SEmmanuel Vadot max-link-speed = <3>; 7626be33864SEmmanuel Vadot num-lanes = <2>; 7636be33864SEmmanuel Vadot power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 7646be33864SEmmanuel Vadot clocks = <&k3_clks 240 1>; 7656be33864SEmmanuel Vadot clock-names = "fck"; 7666be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 7678cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 7686be33864SEmmanuel Vadot dma-coherent; 7696be33864SEmmanuel Vadot }; 7706be33864SEmmanuel Vadot 7716be33864SEmmanuel Vadot pcie2_rc: pcie@2920000 { 7726be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 7736be33864SEmmanuel Vadot reg = <0x00 0x02920000 0x00 0x1000>, 7746be33864SEmmanuel Vadot <0x00 0x02927000 0x00 0x400>, 7756be33864SEmmanuel Vadot <0x00 0x0e000000 0x00 0x00800000>, 7766be33864SEmmanuel Vadot <0x44 0x00000000 0x00 0x00001000>; 7776be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 7786be33864SEmmanuel Vadot interrupt-names = "link_state"; 7796be33864SEmmanuel Vadot interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 7806be33864SEmmanuel Vadot device_type = "pci"; 7815def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4078>; 7826be33864SEmmanuel Vadot max-link-speed = <3>; 7836be33864SEmmanuel Vadot num-lanes = <2>; 7846be33864SEmmanuel Vadot power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 7856be33864SEmmanuel Vadot clocks = <&k3_clks 241 1>; 7866be33864SEmmanuel Vadot clock-names = "fck"; 7876be33864SEmmanuel Vadot #address-cells = <3>; 7886be33864SEmmanuel Vadot #size-cells = <2>; 7898cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 7906be33864SEmmanuel Vadot vendor-id = <0x104c>; 7916be33864SEmmanuel Vadot device-id = <0xb00d>; 7926be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x20000 0x10000>; 7936be33864SEmmanuel Vadot dma-coherent; 7946be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x00001000 0x44 0x00001000 0x0 0x0010000>, 7956be33864SEmmanuel Vadot <0x02000000 0x0 0x00011000 0x44 0x00011000 0x0 0x7fef000>; 7966be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 7976be33864SEmmanuel Vadot }; 7986be33864SEmmanuel Vadot 7996be33864SEmmanuel Vadot pcie2_ep: pcie-ep@2920000 { 8006be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 8016be33864SEmmanuel Vadot reg = <0x00 0x02920000 0x00 0x1000>, 8026be33864SEmmanuel Vadot <0x00 0x02927000 0x00 0x400>, 8036be33864SEmmanuel Vadot <0x00 0x0e000000 0x00 0x00800000>, 8046be33864SEmmanuel Vadot <0x44 0x00000000 0x00 0x08000000>; 8056be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 8066be33864SEmmanuel Vadot interrupt-names = "link_state"; 8076be33864SEmmanuel Vadot interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 8085def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x4078>; 8096be33864SEmmanuel Vadot max-link-speed = <3>; 8106be33864SEmmanuel Vadot num-lanes = <2>; 8116be33864SEmmanuel Vadot power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 8126be33864SEmmanuel Vadot clocks = <&k3_clks 241 1>; 8136be33864SEmmanuel Vadot clock-names = "fck"; 8146be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 8158cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 8166be33864SEmmanuel Vadot dma-coherent; 8176be33864SEmmanuel Vadot }; 8186be33864SEmmanuel Vadot 8196be33864SEmmanuel Vadot pcie3_rc: pcie@2930000 { 8206be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-host"; 8216be33864SEmmanuel Vadot reg = <0x00 0x02930000 0x00 0x1000>, 8226be33864SEmmanuel Vadot <0x00 0x02937000 0x00 0x400>, 8236be33864SEmmanuel Vadot <0x00 0x0e800000 0x00 0x00800000>, 8246be33864SEmmanuel Vadot <0x44 0x10000000 0x00 0x00001000>; 8256be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 8266be33864SEmmanuel Vadot interrupt-names = "link_state"; 8276be33864SEmmanuel Vadot interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 8286be33864SEmmanuel Vadot device_type = "pci"; 8295def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x407c>; 8306be33864SEmmanuel Vadot max-link-speed = <3>; 8316be33864SEmmanuel Vadot num-lanes = <2>; 8326be33864SEmmanuel Vadot power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 8336be33864SEmmanuel Vadot clocks = <&k3_clks 242 1>; 8346be33864SEmmanuel Vadot clock-names = "fck"; 8356be33864SEmmanuel Vadot #address-cells = <3>; 8366be33864SEmmanuel Vadot #size-cells = <2>; 8378cc087a1SEmmanuel Vadot bus-range = <0x0 0xff>; 8386be33864SEmmanuel Vadot vendor-id = <0x104c>; 8396be33864SEmmanuel Vadot device-id = <0xb00d>; 8406be33864SEmmanuel Vadot msi-map = <0x0 &gic_its 0x30000 0x10000>; 8416be33864SEmmanuel Vadot dma-coherent; 8426be33864SEmmanuel Vadot ranges = <0x01000000 0x0 0x00001000 0x44 0x10001000 0x0 0x0010000>, 8436be33864SEmmanuel Vadot <0x02000000 0x0 0x00011000 0x44 0x10011000 0x0 0x7fef000>; 8446be33864SEmmanuel Vadot dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 8456be33864SEmmanuel Vadot }; 8466be33864SEmmanuel Vadot 8476be33864SEmmanuel Vadot pcie3_ep: pcie-ep@2930000 { 8486be33864SEmmanuel Vadot compatible = "ti,j721e-pcie-ep"; 8496be33864SEmmanuel Vadot reg = <0x00 0x02930000 0x00 0x1000>, 8506be33864SEmmanuel Vadot <0x00 0x02937000 0x00 0x400>, 8516be33864SEmmanuel Vadot <0x00 0x0e800000 0x00 0x00800000>, 8526be33864SEmmanuel Vadot <0x44 0x10000000 0x00 0x08000000>; 8536be33864SEmmanuel Vadot reg-names = "intd_cfg", "user_cfg", "reg", "mem"; 8546be33864SEmmanuel Vadot interrupt-names = "link_state"; 8556be33864SEmmanuel Vadot interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 8565def4c47SEmmanuel Vadot ti,syscon-pcie-ctrl = <&scm_conf 0x407c>; 8576be33864SEmmanuel Vadot max-link-speed = <3>; 8586be33864SEmmanuel Vadot num-lanes = <2>; 8596be33864SEmmanuel Vadot power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 8606be33864SEmmanuel Vadot clocks = <&k3_clks 242 1>; 8616be33864SEmmanuel Vadot clock-names = "fck"; 8626be33864SEmmanuel Vadot max-functions = /bits/ 8 <6>; 8638cc087a1SEmmanuel Vadot max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>; 8646be33864SEmmanuel Vadot dma-coherent; 8656be33864SEmmanuel Vadot #address-cells = <2>; 8666be33864SEmmanuel Vadot #size-cells = <2>; 8676be33864SEmmanuel Vadot }; 8686be33864SEmmanuel Vadot 869d5b0e70fSEmmanuel Vadot serdes_wiz4: wiz@5050000 { 870d5b0e70fSEmmanuel Vadot compatible = "ti,am64-wiz-10g"; 871d5b0e70fSEmmanuel Vadot #address-cells = <1>; 872d5b0e70fSEmmanuel Vadot #size-cells = <1>; 873d5b0e70fSEmmanuel Vadot power-domains = <&k3_pds 297 TI_SCI_PD_EXCLUSIVE>; 874d5b0e70fSEmmanuel Vadot clocks = <&k3_clks 297 1>, <&k3_clks 297 9>, <&cmn_refclk>; 875d5b0e70fSEmmanuel Vadot clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 876d5b0e70fSEmmanuel Vadot assigned-clocks = <&k3_clks 297 9>; 877d5b0e70fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 297 10>; 878d5b0e70fSEmmanuel Vadot assigned-clock-rates = <19200000>; 879d5b0e70fSEmmanuel Vadot num-lanes = <4>; 880d5b0e70fSEmmanuel Vadot #reset-cells = <1>; 881d5b0e70fSEmmanuel Vadot #clock-cells = <1>; 882d5b0e70fSEmmanuel Vadot ranges = <0x05050000 0x00 0x05050000 0x010000>, 883d5b0e70fSEmmanuel Vadot <0x0a030a00 0x00 0x0a030a00 0x40>; 884d5b0e70fSEmmanuel Vadot 885d5b0e70fSEmmanuel Vadot serdes4: serdes@5050000 { 886d5b0e70fSEmmanuel Vadot /* 887d5b0e70fSEmmanuel Vadot * Note: we also map DPTX PHY registers as the Torrent 888d5b0e70fSEmmanuel Vadot * needs to manage those. 889d5b0e70fSEmmanuel Vadot */ 890d5b0e70fSEmmanuel Vadot compatible = "ti,j721e-serdes-10g"; 891d5b0e70fSEmmanuel Vadot reg = <0x05050000 0x010000>, 892d5b0e70fSEmmanuel Vadot <0x0a030a00 0x40>; /* DPTX PHY */ 893d5b0e70fSEmmanuel Vadot reg-names = "torrent_phy", "dptx_phy"; 894d5b0e70fSEmmanuel Vadot 895d5b0e70fSEmmanuel Vadot resets = <&serdes_wiz4 0>; 896d5b0e70fSEmmanuel Vadot reset-names = "torrent_reset"; 897d5b0e70fSEmmanuel Vadot clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>; 898d5b0e70fSEmmanuel Vadot clock-names = "refclk"; 899d5b0e70fSEmmanuel Vadot assigned-clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>, 900d5b0e70fSEmmanuel Vadot <&serdes_wiz4 TI_WIZ_PLL1_REFCLK>, 901d5b0e70fSEmmanuel Vadot <&serdes_wiz4 TI_WIZ_REFCLK_DIG>; 902d5b0e70fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 297 9>, 903d5b0e70fSEmmanuel Vadot <&k3_clks 297 9>, 904d5b0e70fSEmmanuel Vadot <&k3_clks 297 9>; 905d5b0e70fSEmmanuel Vadot #address-cells = <1>; 906d5b0e70fSEmmanuel Vadot #size-cells = <0>; 907d5b0e70fSEmmanuel Vadot }; 908d5b0e70fSEmmanuel Vadot }; 909d5b0e70fSEmmanuel Vadot 910c66ec88fSEmmanuel Vadot main_uart0: serial@2800000 { 911c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 912c66ec88fSEmmanuel Vadot reg = <0x00 0x02800000 0x00 0x100>; 913c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; 914c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 915c66ec88fSEmmanuel Vadot current-speed = <115200>; 916c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 917c66ec88fSEmmanuel Vadot clocks = <&k3_clks 146 0>; 918c66ec88fSEmmanuel Vadot clock-names = "fclk"; 919*8bab661aSEmmanuel Vadot status = "disabled"; 920c66ec88fSEmmanuel Vadot }; 921c66ec88fSEmmanuel Vadot 922c66ec88fSEmmanuel Vadot main_uart1: serial@2810000 { 923c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 924c66ec88fSEmmanuel Vadot reg = <0x00 0x02810000 0x00 0x100>; 925c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; 926c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 927c66ec88fSEmmanuel Vadot current-speed = <115200>; 928c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>; 929c66ec88fSEmmanuel Vadot clocks = <&k3_clks 278 0>; 930c66ec88fSEmmanuel Vadot clock-names = "fclk"; 931*8bab661aSEmmanuel Vadot status = "disabled"; 932c66ec88fSEmmanuel Vadot }; 933c66ec88fSEmmanuel Vadot 934c66ec88fSEmmanuel Vadot main_uart2: serial@2820000 { 935c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 936c66ec88fSEmmanuel Vadot reg = <0x00 0x02820000 0x00 0x100>; 937c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; 938c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 939c66ec88fSEmmanuel Vadot current-speed = <115200>; 940c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>; 941c66ec88fSEmmanuel Vadot clocks = <&k3_clks 279 0>; 942c66ec88fSEmmanuel Vadot clock-names = "fclk"; 943*8bab661aSEmmanuel Vadot status = "disabled"; 944c66ec88fSEmmanuel Vadot }; 945c66ec88fSEmmanuel Vadot 946c66ec88fSEmmanuel Vadot main_uart3: serial@2830000 { 947c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 948c66ec88fSEmmanuel Vadot reg = <0x00 0x02830000 0x00 0x100>; 949c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>; 950c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 951c66ec88fSEmmanuel Vadot current-speed = <115200>; 952c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 280 TI_SCI_PD_EXCLUSIVE>; 953c66ec88fSEmmanuel Vadot clocks = <&k3_clks 280 0>; 954c66ec88fSEmmanuel Vadot clock-names = "fclk"; 955*8bab661aSEmmanuel Vadot status = "disabled"; 956c66ec88fSEmmanuel Vadot }; 957c66ec88fSEmmanuel Vadot 958c66ec88fSEmmanuel Vadot main_uart4: serial@2840000 { 959c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 960c66ec88fSEmmanuel Vadot reg = <0x00 0x02840000 0x00 0x100>; 961c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>; 962c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 963c66ec88fSEmmanuel Vadot current-speed = <115200>; 964c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 281 TI_SCI_PD_EXCLUSIVE>; 965c66ec88fSEmmanuel Vadot clocks = <&k3_clks 281 0>; 966c66ec88fSEmmanuel Vadot clock-names = "fclk"; 967*8bab661aSEmmanuel Vadot status = "disabled"; 968c66ec88fSEmmanuel Vadot }; 969c66ec88fSEmmanuel Vadot 970c66ec88fSEmmanuel Vadot main_uart5: serial@2850000 { 971c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 972c66ec88fSEmmanuel Vadot reg = <0x00 0x02850000 0x00 0x100>; 973c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>; 974c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 975c66ec88fSEmmanuel Vadot current-speed = <115200>; 976c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 282 TI_SCI_PD_EXCLUSIVE>; 977c66ec88fSEmmanuel Vadot clocks = <&k3_clks 282 0>; 978c66ec88fSEmmanuel Vadot clock-names = "fclk"; 979*8bab661aSEmmanuel Vadot status = "disabled"; 980c66ec88fSEmmanuel Vadot }; 981c66ec88fSEmmanuel Vadot 982c66ec88fSEmmanuel Vadot main_uart6: serial@2860000 { 983c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 984c66ec88fSEmmanuel Vadot reg = <0x00 0x02860000 0x00 0x100>; 985c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>; 986c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 987c66ec88fSEmmanuel Vadot current-speed = <115200>; 988c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 283 TI_SCI_PD_EXCLUSIVE>; 989c66ec88fSEmmanuel Vadot clocks = <&k3_clks 283 0>; 990c66ec88fSEmmanuel Vadot clock-names = "fclk"; 991*8bab661aSEmmanuel Vadot status = "disabled"; 992c66ec88fSEmmanuel Vadot }; 993c66ec88fSEmmanuel Vadot 994c66ec88fSEmmanuel Vadot main_uart7: serial@2870000 { 995c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 996c66ec88fSEmmanuel Vadot reg = <0x00 0x02870000 0x00 0x100>; 997c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>; 998c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 999c66ec88fSEmmanuel Vadot current-speed = <115200>; 1000c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 284 TI_SCI_PD_EXCLUSIVE>; 1001c66ec88fSEmmanuel Vadot clocks = <&k3_clks 284 0>; 1002c66ec88fSEmmanuel Vadot clock-names = "fclk"; 1003*8bab661aSEmmanuel Vadot status = "disabled"; 1004c66ec88fSEmmanuel Vadot }; 1005c66ec88fSEmmanuel Vadot 1006c66ec88fSEmmanuel Vadot main_uart8: serial@2880000 { 1007c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 1008c66ec88fSEmmanuel Vadot reg = <0x00 0x02880000 0x00 0x100>; 1009c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>; 1010c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 1011c66ec88fSEmmanuel Vadot current-speed = <115200>; 1012c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 285 TI_SCI_PD_EXCLUSIVE>; 1013c66ec88fSEmmanuel Vadot clocks = <&k3_clks 285 0>; 1014c66ec88fSEmmanuel Vadot clock-names = "fclk"; 1015*8bab661aSEmmanuel Vadot status = "disabled"; 1016c66ec88fSEmmanuel Vadot }; 1017c66ec88fSEmmanuel Vadot 1018c66ec88fSEmmanuel Vadot main_uart9: serial@2890000 { 1019c66ec88fSEmmanuel Vadot compatible = "ti,j721e-uart", "ti,am654-uart"; 1020c66ec88fSEmmanuel Vadot reg = <0x00 0x02890000 0x00 0x100>; 1021c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>; 1022c66ec88fSEmmanuel Vadot clock-frequency = <48000000>; 1023c66ec88fSEmmanuel Vadot current-speed = <115200>; 1024c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>; 1025c66ec88fSEmmanuel Vadot clocks = <&k3_clks 286 0>; 1026c66ec88fSEmmanuel Vadot clock-names = "fclk"; 1027*8bab661aSEmmanuel Vadot status = "disabled"; 1028c66ec88fSEmmanuel Vadot }; 1029c66ec88fSEmmanuel Vadot 1030c66ec88fSEmmanuel Vadot main_gpio0: gpio@600000 { 1031c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1032c66ec88fSEmmanuel Vadot reg = <0x0 0x00600000 0x0 0x100>; 1033c66ec88fSEmmanuel Vadot gpio-controller; 1034c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1035c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1036c66ec88fSEmmanuel Vadot interrupts = <256>, <257>, <258>, <259>, 1037c66ec88fSEmmanuel Vadot <260>, <261>, <262>, <263>; 1038c66ec88fSEmmanuel Vadot interrupt-controller; 1039c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1040c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1041c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1042c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 1043c66ec88fSEmmanuel Vadot clocks = <&k3_clks 105 0>; 1044c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1045c66ec88fSEmmanuel Vadot }; 1046c66ec88fSEmmanuel Vadot 1047c66ec88fSEmmanuel Vadot main_gpio1: gpio@601000 { 1048c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1049c66ec88fSEmmanuel Vadot reg = <0x0 0x00601000 0x0 0x100>; 1050c66ec88fSEmmanuel Vadot gpio-controller; 1051c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1052c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1053c66ec88fSEmmanuel Vadot interrupts = <288>, <289>, <290>; 1054c66ec88fSEmmanuel Vadot interrupt-controller; 1055c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1056c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1057c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1058c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; 1059c66ec88fSEmmanuel Vadot clocks = <&k3_clks 106 0>; 1060c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1061c66ec88fSEmmanuel Vadot }; 1062c66ec88fSEmmanuel Vadot 1063c66ec88fSEmmanuel Vadot main_gpio2: gpio@610000 { 1064c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1065c66ec88fSEmmanuel Vadot reg = <0x0 0x00610000 0x0 0x100>; 1066c66ec88fSEmmanuel Vadot gpio-controller; 1067c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1068c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1069c66ec88fSEmmanuel Vadot interrupts = <264>, <265>, <266>, <267>, 1070c66ec88fSEmmanuel Vadot <268>, <269>, <270>, <271>; 1071c66ec88fSEmmanuel Vadot interrupt-controller; 1072c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1073c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1074c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1075c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>; 1076c66ec88fSEmmanuel Vadot clocks = <&k3_clks 107 0>; 1077c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1078c66ec88fSEmmanuel Vadot }; 1079c66ec88fSEmmanuel Vadot 1080c66ec88fSEmmanuel Vadot main_gpio3: gpio@611000 { 1081c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1082c66ec88fSEmmanuel Vadot reg = <0x0 0x00611000 0x0 0x100>; 1083c66ec88fSEmmanuel Vadot gpio-controller; 1084c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1085c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1086c66ec88fSEmmanuel Vadot interrupts = <292>, <293>, <294>; 1087c66ec88fSEmmanuel Vadot interrupt-controller; 1088c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1089c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1090c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1091c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 108 TI_SCI_PD_EXCLUSIVE>; 1092c66ec88fSEmmanuel Vadot clocks = <&k3_clks 108 0>; 1093c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1094c66ec88fSEmmanuel Vadot }; 1095c66ec88fSEmmanuel Vadot 1096c66ec88fSEmmanuel Vadot main_gpio4: gpio@620000 { 1097c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1098c66ec88fSEmmanuel Vadot reg = <0x0 0x00620000 0x0 0x100>; 1099c66ec88fSEmmanuel Vadot gpio-controller; 1100c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1101c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1102c66ec88fSEmmanuel Vadot interrupts = <272>, <273>, <274>, <275>, 1103c66ec88fSEmmanuel Vadot <276>, <277>, <278>, <279>; 1104c66ec88fSEmmanuel Vadot interrupt-controller; 1105c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1106c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1107c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1108c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>; 1109c66ec88fSEmmanuel Vadot clocks = <&k3_clks 109 0>; 1110c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1111c66ec88fSEmmanuel Vadot }; 1112c66ec88fSEmmanuel Vadot 1113c66ec88fSEmmanuel Vadot main_gpio5: gpio@621000 { 1114c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1115c66ec88fSEmmanuel Vadot reg = <0x0 0x00621000 0x0 0x100>; 1116c66ec88fSEmmanuel Vadot gpio-controller; 1117c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1118c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1119c66ec88fSEmmanuel Vadot interrupts = <296>, <297>, <298>; 1120c66ec88fSEmmanuel Vadot interrupt-controller; 1121c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1122c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1123c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1124c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 110 TI_SCI_PD_EXCLUSIVE>; 1125c66ec88fSEmmanuel Vadot clocks = <&k3_clks 110 0>; 1126c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1127c66ec88fSEmmanuel Vadot }; 1128c66ec88fSEmmanuel Vadot 1129c66ec88fSEmmanuel Vadot main_gpio6: gpio@630000 { 1130c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1131c66ec88fSEmmanuel Vadot reg = <0x0 0x00630000 0x0 0x100>; 1132c66ec88fSEmmanuel Vadot gpio-controller; 1133c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1134c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1135c66ec88fSEmmanuel Vadot interrupts = <280>, <281>, <282>, <283>, 1136c66ec88fSEmmanuel Vadot <284>, <285>, <286>, <287>; 1137c66ec88fSEmmanuel Vadot interrupt-controller; 1138c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1139c66ec88fSEmmanuel Vadot ti,ngpio = <128>; 1140c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1141c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>; 1142c66ec88fSEmmanuel Vadot clocks = <&k3_clks 111 0>; 1143c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1144c66ec88fSEmmanuel Vadot }; 1145c66ec88fSEmmanuel Vadot 1146c66ec88fSEmmanuel Vadot main_gpio7: gpio@631000 { 1147c66ec88fSEmmanuel Vadot compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1148c66ec88fSEmmanuel Vadot reg = <0x0 0x00631000 0x0 0x100>; 1149c66ec88fSEmmanuel Vadot gpio-controller; 1150c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 1151c66ec88fSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 1152c66ec88fSEmmanuel Vadot interrupts = <300>, <301>, <302>; 1153c66ec88fSEmmanuel Vadot interrupt-controller; 1154c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 1155c66ec88fSEmmanuel Vadot ti,ngpio = <36>; 1156c66ec88fSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 1157c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 112 TI_SCI_PD_EXCLUSIVE>; 1158c66ec88fSEmmanuel Vadot clocks = <&k3_clks 112 0>; 1159c66ec88fSEmmanuel Vadot clock-names = "gpio"; 1160c66ec88fSEmmanuel Vadot }; 1161c66ec88fSEmmanuel Vadot 11625def4c47SEmmanuel Vadot main_sdhci0: mmc@4f80000 { 1163c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-8bit"; 1164c66ec88fSEmmanuel Vadot reg = <0x0 0x4f80000 0x0 0x1000>, <0x0 0x4f88000 0x0 0x400>; 1165c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 1166c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>; 11675def4c47SEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 11685def4c47SEmmanuel Vadot clocks = <&k3_clks 91 0>, <&k3_clks 91 1>; 1169c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 91 1>; 1170c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 91 2>; 1171c66ec88fSEmmanuel Vadot bus-width = <8>; 11722eb4d8dcSEmmanuel Vadot mmc-hs200-1_8v; 1173c66ec88fSEmmanuel Vadot mmc-ddr-1_8v; 11745def4c47SEmmanuel Vadot ti,otap-del-sel-legacy = <0xf>; 11755def4c47SEmmanuel Vadot ti,otap-del-sel-mmc-hs = <0xf>; 11765def4c47SEmmanuel Vadot ti,otap-del-sel-ddr52 = <0x5>; 11775def4c47SEmmanuel Vadot ti,otap-del-sel-hs200 = <0x6>; 11785def4c47SEmmanuel Vadot ti,otap-del-sel-hs400 = <0x0>; 11792eb4d8dcSEmmanuel Vadot ti,itap-del-sel-legacy = <0x10>; 11802eb4d8dcSEmmanuel Vadot ti,itap-del-sel-mmc-hs = <0xa>; 11812eb4d8dcSEmmanuel Vadot ti,itap-del-sel-ddr52 = <0x3>; 1182c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1183c66ec88fSEmmanuel Vadot ti,strobe-sel = <0x77>; 1184c66ec88fSEmmanuel Vadot dma-coherent; 1185c66ec88fSEmmanuel Vadot }; 1186c66ec88fSEmmanuel Vadot 11875def4c47SEmmanuel Vadot main_sdhci1: mmc@4fb0000 { 1188c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-4bit"; 1189c66ec88fSEmmanuel Vadot reg = <0x0 0x04fb0000 0x0 0x1000>, <0x0 0x4fb8000 0x0 0x400>; 1190c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 1191c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>; 11925def4c47SEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 11935def4c47SEmmanuel Vadot clocks = <&k3_clks 92 5>, <&k3_clks 92 0>; 1194c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 92 0>; 1195c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 92 1>; 11965def4c47SEmmanuel Vadot ti,otap-del-sel-legacy = <0x0>; 11975def4c47SEmmanuel Vadot ti,otap-del-sel-sd-hs = <0xf>; 11985def4c47SEmmanuel Vadot ti,otap-del-sel-sdr12 = <0xf>; 11995def4c47SEmmanuel Vadot ti,otap-del-sel-sdr25 = <0xf>; 12005def4c47SEmmanuel Vadot ti,otap-del-sel-sdr50 = <0xc>; 12015def4c47SEmmanuel Vadot ti,otap-del-sel-ddr50 = <0xc>; 12022eb4d8dcSEmmanuel Vadot ti,itap-del-sel-legacy = <0x0>; 12032eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sd-hs = <0x0>; 12042eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr12 = <0x0>; 12052eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr25 = <0x0>; 12062eb4d8dcSEmmanuel Vadot ti,itap-del-sel-ddr50 = <0x2>; 1207c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1208c66ec88fSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 1209c66ec88fSEmmanuel Vadot dma-coherent; 12102eb4d8dcSEmmanuel Vadot sdhci-caps-mask = <0x2 0x0>; 1211c66ec88fSEmmanuel Vadot }; 1212c66ec88fSEmmanuel Vadot 12135def4c47SEmmanuel Vadot main_sdhci2: mmc@4f98000 { 1214c66ec88fSEmmanuel Vadot compatible = "ti,j721e-sdhci-4bit"; 1215c66ec88fSEmmanuel Vadot reg = <0x0 0x4f98000 0x0 0x1000>, <0x0 0x4f90000 0x0 0x400>; 1216c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 1217c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 93 TI_SCI_PD_EXCLUSIVE>; 12185def4c47SEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 12195def4c47SEmmanuel Vadot clocks = <&k3_clks 93 5>, <&k3_clks 93 0>; 1220c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 93 0>; 1221c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 93 1>; 12225def4c47SEmmanuel Vadot ti,otap-del-sel-legacy = <0x0>; 12235def4c47SEmmanuel Vadot ti,otap-del-sel-sd-hs = <0xf>; 12245def4c47SEmmanuel Vadot ti,otap-del-sel-sdr12 = <0xf>; 12255def4c47SEmmanuel Vadot ti,otap-del-sel-sdr25 = <0xf>; 12265def4c47SEmmanuel Vadot ti,otap-del-sel-sdr50 = <0xc>; 12275def4c47SEmmanuel Vadot ti,otap-del-sel-ddr50 = <0xc>; 12282eb4d8dcSEmmanuel Vadot ti,itap-del-sel-legacy = <0x0>; 12292eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sd-hs = <0x0>; 12302eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr12 = <0x0>; 12312eb4d8dcSEmmanuel Vadot ti,itap-del-sel-sdr25 = <0x0>; 12322eb4d8dcSEmmanuel Vadot ti,itap-del-sel-ddr50 = <0x2>; 1233c66ec88fSEmmanuel Vadot ti,trm-icp = <0x8>; 1234c66ec88fSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 1235c66ec88fSEmmanuel Vadot dma-coherent; 12362eb4d8dcSEmmanuel Vadot sdhci-caps-mask = <0x2 0x0>; 1237c66ec88fSEmmanuel Vadot }; 1238c66ec88fSEmmanuel Vadot 12396be33864SEmmanuel Vadot usbss0: cdns-usb@4104000 { 1240c66ec88fSEmmanuel Vadot compatible = "ti,j721e-usb"; 1241c66ec88fSEmmanuel Vadot reg = <0x00 0x4104000 0x00 0x100>; 1242c66ec88fSEmmanuel Vadot dma-coherent; 1243c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>; 1244c66ec88fSEmmanuel Vadot clocks = <&k3_clks 288 15>, <&k3_clks 288 3>; 1245c66ec88fSEmmanuel Vadot clock-names = "ref", "lpm"; 1246c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 288 15>; /* USB2_REFCLK */ 1247c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */ 1248c66ec88fSEmmanuel Vadot #address-cells = <2>; 1249c66ec88fSEmmanuel Vadot #size-cells = <2>; 1250c66ec88fSEmmanuel Vadot ranges; 1251c66ec88fSEmmanuel Vadot 1252c66ec88fSEmmanuel Vadot usb0: usb@6000000 { 1253c66ec88fSEmmanuel Vadot compatible = "cdns,usb3"; 1254c66ec88fSEmmanuel Vadot reg = <0x00 0x6000000 0x00 0x10000>, 1255c66ec88fSEmmanuel Vadot <0x00 0x6010000 0x00 0x10000>, 1256c66ec88fSEmmanuel Vadot <0x00 0x6020000 0x00 0x10000>; 1257c66ec88fSEmmanuel Vadot reg-names = "otg", "xhci", "dev"; 1258c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1259c66ec88fSEmmanuel Vadot <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1260c66ec88fSEmmanuel Vadot <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1261c66ec88fSEmmanuel Vadot interrupt-names = "host", 1262c66ec88fSEmmanuel Vadot "peripheral", 1263c66ec88fSEmmanuel Vadot "otg"; 1264c66ec88fSEmmanuel Vadot maximum-speed = "super-speed"; 1265c66ec88fSEmmanuel Vadot dr_mode = "otg"; 1266c66ec88fSEmmanuel Vadot }; 1267c66ec88fSEmmanuel Vadot }; 1268c66ec88fSEmmanuel Vadot 12696be33864SEmmanuel Vadot usbss1: cdns-usb@4114000 { 1270c66ec88fSEmmanuel Vadot compatible = "ti,j721e-usb"; 1271c66ec88fSEmmanuel Vadot reg = <0x00 0x4114000 0x00 0x100>; 1272c66ec88fSEmmanuel Vadot dma-coherent; 1273c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 289 TI_SCI_PD_EXCLUSIVE>; 1274c66ec88fSEmmanuel Vadot clocks = <&k3_clks 289 15>, <&k3_clks 289 3>; 1275c66ec88fSEmmanuel Vadot clock-names = "ref", "lpm"; 1276c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 289 15>; /* USB2_REFCLK */ 1277c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 289 16>; /* HFOSC0 */ 1278c66ec88fSEmmanuel Vadot #address-cells = <2>; 1279c66ec88fSEmmanuel Vadot #size-cells = <2>; 1280c66ec88fSEmmanuel Vadot ranges; 1281c66ec88fSEmmanuel Vadot 1282c66ec88fSEmmanuel Vadot usb1: usb@6400000 { 1283c66ec88fSEmmanuel Vadot compatible = "cdns,usb3"; 1284c66ec88fSEmmanuel Vadot reg = <0x00 0x6400000 0x00 0x10000>, 1285c66ec88fSEmmanuel Vadot <0x00 0x6410000 0x00 0x10000>, 1286c66ec88fSEmmanuel Vadot <0x00 0x6420000 0x00 0x10000>; 1287c66ec88fSEmmanuel Vadot reg-names = "otg", "xhci", "dev"; 1288c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1289c66ec88fSEmmanuel Vadot <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1290c66ec88fSEmmanuel Vadot <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1291c66ec88fSEmmanuel Vadot interrupt-names = "host", 1292c66ec88fSEmmanuel Vadot "peripheral", 1293c66ec88fSEmmanuel Vadot "otg"; 1294c66ec88fSEmmanuel Vadot maximum-speed = "super-speed"; 1295c66ec88fSEmmanuel Vadot dr_mode = "otg"; 1296c66ec88fSEmmanuel Vadot }; 1297c66ec88fSEmmanuel Vadot }; 1298c66ec88fSEmmanuel Vadot 1299c66ec88fSEmmanuel Vadot main_i2c0: i2c@2000000 { 1300c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1301c66ec88fSEmmanuel Vadot reg = <0x0 0x2000000 0x0 0x100>; 1302c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>; 1303c66ec88fSEmmanuel Vadot #address-cells = <1>; 1304c66ec88fSEmmanuel Vadot #size-cells = <0>; 1305c66ec88fSEmmanuel Vadot clock-names = "fck"; 1306c66ec88fSEmmanuel Vadot clocks = <&k3_clks 187 0>; 1307c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 187 TI_SCI_PD_SHARED>; 1308*8bab661aSEmmanuel Vadot status = "disabled"; 1309c66ec88fSEmmanuel Vadot }; 1310c66ec88fSEmmanuel Vadot 1311c66ec88fSEmmanuel Vadot main_i2c1: i2c@2010000 { 1312c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1313c66ec88fSEmmanuel Vadot reg = <0x0 0x2010000 0x0 0x100>; 1314c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; 1315c66ec88fSEmmanuel Vadot #address-cells = <1>; 1316c66ec88fSEmmanuel Vadot #size-cells = <0>; 1317c66ec88fSEmmanuel Vadot clock-names = "fck"; 1318c66ec88fSEmmanuel Vadot clocks = <&k3_clks 188 0>; 1319c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 188 TI_SCI_PD_EXCLUSIVE>; 1320*8bab661aSEmmanuel Vadot status = "disabled"; 1321c66ec88fSEmmanuel Vadot }; 1322c66ec88fSEmmanuel Vadot 1323c66ec88fSEmmanuel Vadot main_i2c2: i2c@2020000 { 1324c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1325c66ec88fSEmmanuel Vadot reg = <0x0 0x2020000 0x0 0x100>; 1326c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>; 1327c66ec88fSEmmanuel Vadot #address-cells = <1>; 1328c66ec88fSEmmanuel Vadot #size-cells = <0>; 1329c66ec88fSEmmanuel Vadot clock-names = "fck"; 1330c66ec88fSEmmanuel Vadot clocks = <&k3_clks 189 0>; 1331c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 189 TI_SCI_PD_EXCLUSIVE>; 1332*8bab661aSEmmanuel Vadot status = "disabled"; 1333c66ec88fSEmmanuel Vadot }; 1334c66ec88fSEmmanuel Vadot 1335c66ec88fSEmmanuel Vadot main_i2c3: i2c@2030000 { 1336c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1337c66ec88fSEmmanuel Vadot reg = <0x0 0x2030000 0x0 0x100>; 1338c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 1339c66ec88fSEmmanuel Vadot #address-cells = <1>; 1340c66ec88fSEmmanuel Vadot #size-cells = <0>; 1341c66ec88fSEmmanuel Vadot clock-names = "fck"; 1342c66ec88fSEmmanuel Vadot clocks = <&k3_clks 190 0>; 1343c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>; 1344*8bab661aSEmmanuel Vadot status = "disabled"; 1345c66ec88fSEmmanuel Vadot }; 1346c66ec88fSEmmanuel Vadot 1347c66ec88fSEmmanuel Vadot main_i2c4: i2c@2040000 { 1348c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1349c66ec88fSEmmanuel Vadot reg = <0x0 0x2040000 0x0 0x100>; 1350c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>; 1351c66ec88fSEmmanuel Vadot #address-cells = <1>; 1352c66ec88fSEmmanuel Vadot #size-cells = <0>; 1353c66ec88fSEmmanuel Vadot clock-names = "fck"; 1354c66ec88fSEmmanuel Vadot clocks = <&k3_clks 191 0>; 1355c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>; 1356*8bab661aSEmmanuel Vadot status = "disabled"; 1357c66ec88fSEmmanuel Vadot }; 1358c66ec88fSEmmanuel Vadot 1359c66ec88fSEmmanuel Vadot main_i2c5: i2c@2050000 { 1360c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1361c66ec88fSEmmanuel Vadot reg = <0x0 0x2050000 0x0 0x100>; 1362c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 1363c66ec88fSEmmanuel Vadot #address-cells = <1>; 1364c66ec88fSEmmanuel Vadot #size-cells = <0>; 1365c66ec88fSEmmanuel Vadot clock-names = "fck"; 1366c66ec88fSEmmanuel Vadot clocks = <&k3_clks 192 0>; 1367c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>; 1368*8bab661aSEmmanuel Vadot status = "disabled"; 1369c66ec88fSEmmanuel Vadot }; 1370c66ec88fSEmmanuel Vadot 1371c66ec88fSEmmanuel Vadot main_i2c6: i2c@2060000 { 1372c66ec88fSEmmanuel Vadot compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1373c66ec88fSEmmanuel Vadot reg = <0x0 0x2060000 0x0 0x100>; 1374c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>; 1375c66ec88fSEmmanuel Vadot #address-cells = <1>; 1376c66ec88fSEmmanuel Vadot #size-cells = <0>; 1377c66ec88fSEmmanuel Vadot clock-names = "fck"; 1378c66ec88fSEmmanuel Vadot clocks = <&k3_clks 193 0>; 1379c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 193 TI_SCI_PD_EXCLUSIVE>; 1380*8bab661aSEmmanuel Vadot status = "disabled"; 1381c66ec88fSEmmanuel Vadot }; 1382c66ec88fSEmmanuel Vadot 1383c66ec88fSEmmanuel Vadot ufs_wrapper: ufs-wrapper@4e80000 { 1384c66ec88fSEmmanuel Vadot compatible = "ti,j721e-ufs"; 1385c66ec88fSEmmanuel Vadot reg = <0x0 0x4e80000 0x0 0x100>; 1386c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 277 TI_SCI_PD_EXCLUSIVE>; 1387c66ec88fSEmmanuel Vadot clocks = <&k3_clks 277 1>; 1388c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 277 1>; 1389c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 277 4>; 1390c66ec88fSEmmanuel Vadot ranges; 1391c66ec88fSEmmanuel Vadot #address-cells = <2>; 1392c66ec88fSEmmanuel Vadot #size-cells = <2>; 1393c66ec88fSEmmanuel Vadot 1394c66ec88fSEmmanuel Vadot ufs@4e84000 { 1395c66ec88fSEmmanuel Vadot compatible = "cdns,ufshc-m31-16nm", "jedec,ufs-2.0"; 1396c66ec88fSEmmanuel Vadot reg = <0x0 0x4e84000 0x0 0x10000>; 1397c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1398c66ec88fSEmmanuel Vadot freq-table-hz = <250000000 250000000>, <19200000 19200000>, <19200000 19200000>; 1399c66ec88fSEmmanuel Vadot clocks = <&k3_clks 277 0>, <&k3_clks 277 1>, <&k3_clks 277 1>; 1400c66ec88fSEmmanuel Vadot clock-names = "core_clk", "phy_clk", "ref_clk"; 1401c66ec88fSEmmanuel Vadot dma-coherent; 1402c66ec88fSEmmanuel Vadot }; 1403c66ec88fSEmmanuel Vadot }; 1404c66ec88fSEmmanuel Vadot 1405d5b0e70fSEmmanuel Vadot mhdp: dp-bridge@a000000 { 1406d5b0e70fSEmmanuel Vadot compatible = "ti,j721e-mhdp8546"; 1407d5b0e70fSEmmanuel Vadot /* 1408d5b0e70fSEmmanuel Vadot * Note: we do not map DPTX PHY area, as that is handled by 1409d5b0e70fSEmmanuel Vadot * the PHY driver. 1410d5b0e70fSEmmanuel Vadot */ 1411d5b0e70fSEmmanuel Vadot reg = <0x00 0x0a000000 0x00 0x030a00>, /* DSS_EDP0_V2A_CORE_VP_REGS_APB */ 1412d5b0e70fSEmmanuel Vadot <0x00 0x04f40000 0x00 0x20>; /* DSS_EDP0_INTG_CFG_VP */ 1413d5b0e70fSEmmanuel Vadot reg-names = "mhdptx", "j721e-intg"; 1414d5b0e70fSEmmanuel Vadot 1415d5b0e70fSEmmanuel Vadot clocks = <&k3_clks 151 36>; 1416d5b0e70fSEmmanuel Vadot 1417d5b0e70fSEmmanuel Vadot interrupt-parent = <&gic500>; 1418d5b0e70fSEmmanuel Vadot interrupts = <GIC_SPI 614 IRQ_TYPE_LEVEL_HIGH>; 1419d5b0e70fSEmmanuel Vadot 1420d5b0e70fSEmmanuel Vadot power-domains = <&k3_pds 151 TI_SCI_PD_EXCLUSIVE>; 1421d5b0e70fSEmmanuel Vadot 1422d5b0e70fSEmmanuel Vadot dp0_ports: ports { 1423d5b0e70fSEmmanuel Vadot #address-cells = <1>; 1424d5b0e70fSEmmanuel Vadot #size-cells = <0>; 1425d5b0e70fSEmmanuel Vadot 1426d5b0e70fSEmmanuel Vadot port@0 { 1427d5b0e70fSEmmanuel Vadot reg = <0>; 1428d5b0e70fSEmmanuel Vadot }; 1429d5b0e70fSEmmanuel Vadot 1430d5b0e70fSEmmanuel Vadot port@4 { 1431d5b0e70fSEmmanuel Vadot reg = <4>; 1432d5b0e70fSEmmanuel Vadot }; 1433d5b0e70fSEmmanuel Vadot }; 1434d5b0e70fSEmmanuel Vadot }; 1435d5b0e70fSEmmanuel Vadot 14365def4c47SEmmanuel Vadot dss: dss@4a00000 { 1437c66ec88fSEmmanuel Vadot compatible = "ti,j721e-dss"; 1438c66ec88fSEmmanuel Vadot reg = 1439c66ec88fSEmmanuel Vadot <0x00 0x04a00000 0x00 0x10000>, /* common_m */ 1440c66ec88fSEmmanuel Vadot <0x00 0x04a10000 0x00 0x10000>, /* common_s0*/ 1441c66ec88fSEmmanuel Vadot <0x00 0x04b00000 0x00 0x10000>, /* common_s1*/ 1442c66ec88fSEmmanuel Vadot <0x00 0x04b10000 0x00 0x10000>, /* common_s2*/ 1443c66ec88fSEmmanuel Vadot 1444c66ec88fSEmmanuel Vadot <0x00 0x04a20000 0x00 0x10000>, /* vidl1 */ 1445c66ec88fSEmmanuel Vadot <0x00 0x04a30000 0x00 0x10000>, /* vidl2 */ 1446c66ec88fSEmmanuel Vadot <0x00 0x04a50000 0x00 0x10000>, /* vid1 */ 1447c66ec88fSEmmanuel Vadot <0x00 0x04a60000 0x00 0x10000>, /* vid2 */ 1448c66ec88fSEmmanuel Vadot 1449c66ec88fSEmmanuel Vadot <0x00 0x04a70000 0x00 0x10000>, /* ovr1 */ 1450c66ec88fSEmmanuel Vadot <0x00 0x04a90000 0x00 0x10000>, /* ovr2 */ 1451c66ec88fSEmmanuel Vadot <0x00 0x04ab0000 0x00 0x10000>, /* ovr3 */ 1452c66ec88fSEmmanuel Vadot <0x00 0x04ad0000 0x00 0x10000>, /* ovr4 */ 1453c66ec88fSEmmanuel Vadot 1454c66ec88fSEmmanuel Vadot <0x00 0x04a80000 0x00 0x10000>, /* vp1 */ 1455c66ec88fSEmmanuel Vadot <0x00 0x04aa0000 0x00 0x10000>, /* vp2 */ 1456c66ec88fSEmmanuel Vadot <0x00 0x04ac0000 0x00 0x10000>, /* vp3 */ 1457c66ec88fSEmmanuel Vadot <0x00 0x04ae0000 0x00 0x10000>, /* vp4 */ 1458c66ec88fSEmmanuel Vadot <0x00 0x04af0000 0x00 0x10000>; /* wb */ 1459c66ec88fSEmmanuel Vadot 1460c66ec88fSEmmanuel Vadot reg-names = "common_m", "common_s0", 1461c66ec88fSEmmanuel Vadot "common_s1", "common_s2", 1462c66ec88fSEmmanuel Vadot "vidl1", "vidl2","vid1","vid2", 1463c66ec88fSEmmanuel Vadot "ovr1", "ovr2", "ovr3", "ovr4", 1464c66ec88fSEmmanuel Vadot "vp1", "vp2", "vp3", "vp4", 1465c66ec88fSEmmanuel Vadot "wb"; 1466c66ec88fSEmmanuel Vadot 1467c66ec88fSEmmanuel Vadot clocks = <&k3_clks 152 0>, 1468c66ec88fSEmmanuel Vadot <&k3_clks 152 1>, 1469c66ec88fSEmmanuel Vadot <&k3_clks 152 4>, 1470c66ec88fSEmmanuel Vadot <&k3_clks 152 9>, 1471c66ec88fSEmmanuel Vadot <&k3_clks 152 13>; 1472c66ec88fSEmmanuel Vadot clock-names = "fck", "vp1", "vp2", "vp3", "vp4"; 1473c66ec88fSEmmanuel Vadot 1474c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 1475c66ec88fSEmmanuel Vadot 1476c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>, 1477c66ec88fSEmmanuel Vadot <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>, 1478c66ec88fSEmmanuel Vadot <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>, 1479c66ec88fSEmmanuel Vadot <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1480c66ec88fSEmmanuel Vadot interrupt-names = "common_m", 1481c66ec88fSEmmanuel Vadot "common_s0", 1482c66ec88fSEmmanuel Vadot "common_s1", 1483c66ec88fSEmmanuel Vadot "common_s2"; 1484c66ec88fSEmmanuel Vadot 1485c66ec88fSEmmanuel Vadot dss_ports: ports { 1486c66ec88fSEmmanuel Vadot }; 1487c66ec88fSEmmanuel Vadot }; 1488c66ec88fSEmmanuel Vadot 1489c66ec88fSEmmanuel Vadot mcasp0: mcasp@2b00000 { 1490c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1491c66ec88fSEmmanuel Vadot reg = <0x0 0x02b00000 0x0 0x2000>, 1492c66ec88fSEmmanuel Vadot <0x0 0x02b08000 0x0 0x1000>; 1493c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1494c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 544 IRQ_TYPE_LEVEL_HIGH>, 1495c66ec88fSEmmanuel Vadot <GIC_SPI 545 IRQ_TYPE_LEVEL_HIGH>; 1496c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1497c66ec88fSEmmanuel Vadot 1498c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>; 1499c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1500c66ec88fSEmmanuel Vadot 1501c66ec88fSEmmanuel Vadot clocks = <&k3_clks 174 1>; 1502c66ec88fSEmmanuel Vadot clock-names = "fck"; 1503c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 174 TI_SCI_PD_EXCLUSIVE>; 1504*8bab661aSEmmanuel Vadot status = "disabled"; 1505c66ec88fSEmmanuel Vadot }; 1506c66ec88fSEmmanuel Vadot 1507c66ec88fSEmmanuel Vadot mcasp1: mcasp@2b10000 { 1508c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1509c66ec88fSEmmanuel Vadot reg = <0x0 0x02b10000 0x0 0x2000>, 1510c66ec88fSEmmanuel Vadot <0x0 0x02b18000 0x0 0x1000>; 1511c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1512c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 546 IRQ_TYPE_LEVEL_HIGH>, 1513c66ec88fSEmmanuel Vadot <GIC_SPI 547 IRQ_TYPE_LEVEL_HIGH>; 1514c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1515c66ec88fSEmmanuel Vadot 1516c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>; 1517c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1518c66ec88fSEmmanuel Vadot 1519c66ec88fSEmmanuel Vadot clocks = <&k3_clks 175 1>; 1520c66ec88fSEmmanuel Vadot clock-names = "fck"; 1521c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 175 TI_SCI_PD_EXCLUSIVE>; 1522*8bab661aSEmmanuel Vadot status = "disabled"; 1523c66ec88fSEmmanuel Vadot }; 1524c66ec88fSEmmanuel Vadot 1525c66ec88fSEmmanuel Vadot mcasp2: mcasp@2b20000 { 1526c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1527c66ec88fSEmmanuel Vadot reg = <0x0 0x02b20000 0x0 0x2000>, 1528c66ec88fSEmmanuel Vadot <0x0 0x02b28000 0x0 0x1000>; 1529c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1530c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 548 IRQ_TYPE_LEVEL_HIGH>, 1531c66ec88fSEmmanuel Vadot <GIC_SPI 549 IRQ_TYPE_LEVEL_HIGH>; 1532c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1533c66ec88fSEmmanuel Vadot 1534c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>; 1535c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1536c66ec88fSEmmanuel Vadot 1537c66ec88fSEmmanuel Vadot clocks = <&k3_clks 176 1>; 1538c66ec88fSEmmanuel Vadot clock-names = "fck"; 1539c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 176 TI_SCI_PD_EXCLUSIVE>; 1540*8bab661aSEmmanuel Vadot status = "disabled"; 1541c66ec88fSEmmanuel Vadot }; 1542c66ec88fSEmmanuel Vadot 1543c66ec88fSEmmanuel Vadot mcasp3: mcasp@2b30000 { 1544c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1545c66ec88fSEmmanuel Vadot reg = <0x0 0x02b30000 0x0 0x2000>, 1546c66ec88fSEmmanuel Vadot <0x0 0x02b38000 0x0 0x1000>; 1547c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1548c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>, 1549c66ec88fSEmmanuel Vadot <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>; 1550c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1551c66ec88fSEmmanuel Vadot 1552c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>; 1553c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1554c66ec88fSEmmanuel Vadot 1555c66ec88fSEmmanuel Vadot clocks = <&k3_clks 177 1>; 1556c66ec88fSEmmanuel Vadot clock-names = "fck"; 1557c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 177 TI_SCI_PD_EXCLUSIVE>; 1558*8bab661aSEmmanuel Vadot status = "disabled"; 1559c66ec88fSEmmanuel Vadot }; 1560c66ec88fSEmmanuel Vadot 1561c66ec88fSEmmanuel Vadot mcasp4: mcasp@2b40000 { 1562c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1563c66ec88fSEmmanuel Vadot reg = <0x0 0x02b40000 0x0 0x2000>, 1564c66ec88fSEmmanuel Vadot <0x0 0x02b48000 0x0 0x1000>; 1565c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1566c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>, 1567c66ec88fSEmmanuel Vadot <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>; 1568c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1569c66ec88fSEmmanuel Vadot 1570c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>; 1571c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1572c66ec88fSEmmanuel Vadot 1573c66ec88fSEmmanuel Vadot clocks = <&k3_clks 178 1>; 1574c66ec88fSEmmanuel Vadot clock-names = "fck"; 1575c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 178 TI_SCI_PD_EXCLUSIVE>; 1576*8bab661aSEmmanuel Vadot status = "disabled"; 1577c66ec88fSEmmanuel Vadot }; 1578c66ec88fSEmmanuel Vadot 1579c66ec88fSEmmanuel Vadot mcasp5: mcasp@2b50000 { 1580c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1581c66ec88fSEmmanuel Vadot reg = <0x0 0x02b50000 0x0 0x2000>, 1582c66ec88fSEmmanuel Vadot <0x0 0x02b58000 0x0 0x1000>; 1583c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1584c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 554 IRQ_TYPE_LEVEL_HIGH>, 1585c66ec88fSEmmanuel Vadot <GIC_SPI 555 IRQ_TYPE_LEVEL_HIGH>; 1586c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1587c66ec88fSEmmanuel Vadot 1588c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc502>, <&main_udmap 0x4502>; 1589c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1590c66ec88fSEmmanuel Vadot 1591c66ec88fSEmmanuel Vadot clocks = <&k3_clks 179 1>; 1592c66ec88fSEmmanuel Vadot clock-names = "fck"; 1593c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>; 1594*8bab661aSEmmanuel Vadot status = "disabled"; 1595c66ec88fSEmmanuel Vadot }; 1596c66ec88fSEmmanuel Vadot 1597c66ec88fSEmmanuel Vadot mcasp6: mcasp@2b60000 { 1598c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1599c66ec88fSEmmanuel Vadot reg = <0x0 0x02b60000 0x0 0x2000>, 1600c66ec88fSEmmanuel Vadot <0x0 0x02b68000 0x0 0x1000>; 1601c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1602c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 556 IRQ_TYPE_LEVEL_HIGH>, 1603c66ec88fSEmmanuel Vadot <GIC_SPI 557 IRQ_TYPE_LEVEL_HIGH>; 1604c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1605c66ec88fSEmmanuel Vadot 1606c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc503>, <&main_udmap 0x4503>; 1607c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1608c66ec88fSEmmanuel Vadot 1609c66ec88fSEmmanuel Vadot clocks = <&k3_clks 180 1>; 1610c66ec88fSEmmanuel Vadot clock-names = "fck"; 1611c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 180 TI_SCI_PD_EXCLUSIVE>; 1612*8bab661aSEmmanuel Vadot status = "disabled"; 1613c66ec88fSEmmanuel Vadot }; 1614c66ec88fSEmmanuel Vadot 1615c66ec88fSEmmanuel Vadot mcasp7: mcasp@2b70000 { 1616c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1617c66ec88fSEmmanuel Vadot reg = <0x0 0x02b70000 0x0 0x2000>, 1618c66ec88fSEmmanuel Vadot <0x0 0x02b78000 0x0 0x1000>; 1619c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1620c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 558 IRQ_TYPE_LEVEL_HIGH>, 1621c66ec88fSEmmanuel Vadot <GIC_SPI 559 IRQ_TYPE_LEVEL_HIGH>; 1622c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1623c66ec88fSEmmanuel Vadot 1624c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc504>, <&main_udmap 0x4504>; 1625c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1626c66ec88fSEmmanuel Vadot 1627c66ec88fSEmmanuel Vadot clocks = <&k3_clks 181 1>; 1628c66ec88fSEmmanuel Vadot clock-names = "fck"; 1629c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>; 1630*8bab661aSEmmanuel Vadot status = "disabled"; 1631c66ec88fSEmmanuel Vadot }; 1632c66ec88fSEmmanuel Vadot 1633c66ec88fSEmmanuel Vadot mcasp8: mcasp@2b80000 { 1634c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1635c66ec88fSEmmanuel Vadot reg = <0x0 0x02b80000 0x0 0x2000>, 1636c66ec88fSEmmanuel Vadot <0x0 0x02b88000 0x0 0x1000>; 1637c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1638c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 560 IRQ_TYPE_LEVEL_HIGH>, 1639c66ec88fSEmmanuel Vadot <GIC_SPI 561 IRQ_TYPE_LEVEL_HIGH>; 1640c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1641c66ec88fSEmmanuel Vadot 1642c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc505>, <&main_udmap 0x4505>; 1643c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1644c66ec88fSEmmanuel Vadot 1645c66ec88fSEmmanuel Vadot clocks = <&k3_clks 182 1>; 1646c66ec88fSEmmanuel Vadot clock-names = "fck"; 1647c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 1648*8bab661aSEmmanuel Vadot status = "disabled"; 1649c66ec88fSEmmanuel Vadot }; 1650c66ec88fSEmmanuel Vadot 1651c66ec88fSEmmanuel Vadot mcasp9: mcasp@2b90000 { 1652c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1653c66ec88fSEmmanuel Vadot reg = <0x0 0x02b90000 0x0 0x2000>, 1654c66ec88fSEmmanuel Vadot <0x0 0x02b98000 0x0 0x1000>; 1655c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1656c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 562 IRQ_TYPE_LEVEL_HIGH>, 1657c66ec88fSEmmanuel Vadot <GIC_SPI 563 IRQ_TYPE_LEVEL_HIGH>; 1658c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1659c66ec88fSEmmanuel Vadot 1660c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc506>, <&main_udmap 0x4506>; 1661c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1662c66ec88fSEmmanuel Vadot 1663c66ec88fSEmmanuel Vadot clocks = <&k3_clks 183 1>; 1664c66ec88fSEmmanuel Vadot clock-names = "fck"; 1665c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 183 TI_SCI_PD_EXCLUSIVE>; 1666*8bab661aSEmmanuel Vadot status = "disabled"; 1667c66ec88fSEmmanuel Vadot }; 1668c66ec88fSEmmanuel Vadot 1669c66ec88fSEmmanuel Vadot mcasp10: mcasp@2ba0000 { 1670c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1671c66ec88fSEmmanuel Vadot reg = <0x0 0x02ba0000 0x0 0x2000>, 1672c66ec88fSEmmanuel Vadot <0x0 0x02ba8000 0x0 0x1000>; 1673c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1674c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 564 IRQ_TYPE_LEVEL_HIGH>, 1675c66ec88fSEmmanuel Vadot <GIC_SPI 565 IRQ_TYPE_LEVEL_HIGH>; 1676c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1677c66ec88fSEmmanuel Vadot 1678c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc507>, <&main_udmap 0x4507>; 1679c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1680c66ec88fSEmmanuel Vadot 1681c66ec88fSEmmanuel Vadot clocks = <&k3_clks 184 1>; 1682c66ec88fSEmmanuel Vadot clock-names = "fck"; 1683c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 184 TI_SCI_PD_EXCLUSIVE>; 1684*8bab661aSEmmanuel Vadot status = "disabled"; 1685c66ec88fSEmmanuel Vadot }; 1686c66ec88fSEmmanuel Vadot 1687c66ec88fSEmmanuel Vadot mcasp11: mcasp@2bb0000 { 1688c66ec88fSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 1689c66ec88fSEmmanuel Vadot reg = <0x0 0x02bb0000 0x0 0x2000>, 1690c66ec88fSEmmanuel Vadot <0x0 0x02bb8000 0x0 0x1000>; 1691c66ec88fSEmmanuel Vadot reg-names = "mpu","dat"; 1692c66ec88fSEmmanuel Vadot interrupts = <GIC_SPI 566 IRQ_TYPE_LEVEL_HIGH>, 1693c66ec88fSEmmanuel Vadot <GIC_SPI 567 IRQ_TYPE_LEVEL_HIGH>; 1694c66ec88fSEmmanuel Vadot interrupt-names = "tx", "rx"; 1695c66ec88fSEmmanuel Vadot 1696c66ec88fSEmmanuel Vadot dmas = <&main_udmap 0xc508>, <&main_udmap 0x4508>; 1697c66ec88fSEmmanuel Vadot dma-names = "tx", "rx"; 1698c66ec88fSEmmanuel Vadot 1699c66ec88fSEmmanuel Vadot clocks = <&k3_clks 185 1>; 1700c66ec88fSEmmanuel Vadot clock-names = "fck"; 1701c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>; 1702*8bab661aSEmmanuel Vadot status = "disabled"; 1703c66ec88fSEmmanuel Vadot }; 1704c66ec88fSEmmanuel Vadot 1705c66ec88fSEmmanuel Vadot watchdog0: watchdog@2200000 { 1706c66ec88fSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 1707c66ec88fSEmmanuel Vadot reg = <0x0 0x2200000 0x0 0x100>; 1708c66ec88fSEmmanuel Vadot clocks = <&k3_clks 252 1>; 1709c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; 1710c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 252 1>; 1711c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 252 5>; 1712c66ec88fSEmmanuel Vadot }; 1713c66ec88fSEmmanuel Vadot 1714c66ec88fSEmmanuel Vadot watchdog1: watchdog@2210000 { 1715c66ec88fSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 1716c66ec88fSEmmanuel Vadot reg = <0x0 0x2210000 0x0 0x100>; 1717c66ec88fSEmmanuel Vadot clocks = <&k3_clks 253 1>; 1718c66ec88fSEmmanuel Vadot power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>; 1719c66ec88fSEmmanuel Vadot assigned-clocks = <&k3_clks 253 1>; 1720c66ec88fSEmmanuel Vadot assigned-clock-parents = <&k3_clks 253 5>; 1721c66ec88fSEmmanuel Vadot }; 17226be33864SEmmanuel Vadot 17235def4c47SEmmanuel Vadot main_r5fss0: r5fss@5c00000 { 17245def4c47SEmmanuel Vadot compatible = "ti,j721e-r5fss"; 17255def4c47SEmmanuel Vadot ti,cluster-mode = <1>; 17265def4c47SEmmanuel Vadot #address-cells = <1>; 17275def4c47SEmmanuel Vadot #size-cells = <1>; 17285def4c47SEmmanuel Vadot ranges = <0x5c00000 0x00 0x5c00000 0x20000>, 17295def4c47SEmmanuel Vadot <0x5d00000 0x00 0x5d00000 0x20000>; 17305def4c47SEmmanuel Vadot power-domains = <&k3_pds 243 TI_SCI_PD_EXCLUSIVE>; 17315def4c47SEmmanuel Vadot 17325def4c47SEmmanuel Vadot main_r5fss0_core0: r5f@5c00000 { 17335def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 17345def4c47SEmmanuel Vadot reg = <0x5c00000 0x00008000>, 17355def4c47SEmmanuel Vadot <0x5c10000 0x00008000>; 17365def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 17375def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 17385def4c47SEmmanuel Vadot ti,sci-dev-id = <245>; 17395def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x06 0xff>; 17405def4c47SEmmanuel Vadot resets = <&k3_reset 245 1>; 17415def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f0_0-fw"; 17425def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 17435def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 17445def4c47SEmmanuel Vadot ti,loczrama = <1>; 17455def4c47SEmmanuel Vadot }; 17465def4c47SEmmanuel Vadot 17475def4c47SEmmanuel Vadot main_r5fss0_core1: r5f@5d00000 { 17485def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 17495def4c47SEmmanuel Vadot reg = <0x5d00000 0x00008000>, 17505def4c47SEmmanuel Vadot <0x5d10000 0x00008000>; 17515def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 17525def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 17535def4c47SEmmanuel Vadot ti,sci-dev-id = <246>; 17545def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x07 0xff>; 17555def4c47SEmmanuel Vadot resets = <&k3_reset 246 1>; 17565def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f0_1-fw"; 17575def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 17585def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 17595def4c47SEmmanuel Vadot ti,loczrama = <1>; 17605def4c47SEmmanuel Vadot }; 17615def4c47SEmmanuel Vadot }; 17625def4c47SEmmanuel Vadot 17635def4c47SEmmanuel Vadot main_r5fss1: r5fss@5e00000 { 17645def4c47SEmmanuel Vadot compatible = "ti,j721e-r5fss"; 17655def4c47SEmmanuel Vadot ti,cluster-mode = <1>; 17665def4c47SEmmanuel Vadot #address-cells = <1>; 17675def4c47SEmmanuel Vadot #size-cells = <1>; 17685def4c47SEmmanuel Vadot ranges = <0x5e00000 0x00 0x5e00000 0x20000>, 17695def4c47SEmmanuel Vadot <0x5f00000 0x00 0x5f00000 0x20000>; 17705def4c47SEmmanuel Vadot power-domains = <&k3_pds 244 TI_SCI_PD_EXCLUSIVE>; 17715def4c47SEmmanuel Vadot 17725def4c47SEmmanuel Vadot main_r5fss1_core0: r5f@5e00000 { 17735def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 17745def4c47SEmmanuel Vadot reg = <0x5e00000 0x00008000>, 17755def4c47SEmmanuel Vadot <0x5e10000 0x00008000>; 17765def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 17775def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 17785def4c47SEmmanuel Vadot ti,sci-dev-id = <247>; 17795def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x08 0xff>; 17805def4c47SEmmanuel Vadot resets = <&k3_reset 247 1>; 17815def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f1_0-fw"; 17825def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 17835def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 17845def4c47SEmmanuel Vadot ti,loczrama = <1>; 17855def4c47SEmmanuel Vadot }; 17865def4c47SEmmanuel Vadot 17875def4c47SEmmanuel Vadot main_r5fss1_core1: r5f@5f00000 { 17885def4c47SEmmanuel Vadot compatible = "ti,j721e-r5f"; 17895def4c47SEmmanuel Vadot reg = <0x5f00000 0x00008000>, 17905def4c47SEmmanuel Vadot <0x5f10000 0x00008000>; 17915def4c47SEmmanuel Vadot reg-names = "atcm", "btcm"; 17925def4c47SEmmanuel Vadot ti,sci = <&dmsc>; 17935def4c47SEmmanuel Vadot ti,sci-dev-id = <248>; 17945def4c47SEmmanuel Vadot ti,sci-proc-ids = <0x09 0xff>; 17955def4c47SEmmanuel Vadot resets = <&k3_reset 248 1>; 17965def4c47SEmmanuel Vadot firmware-name = "j7-main-r5f1_1-fw"; 17975def4c47SEmmanuel Vadot ti,atcm-enable = <1>; 17985def4c47SEmmanuel Vadot ti,btcm-enable = <1>; 17995def4c47SEmmanuel Vadot ti,loczrama = <1>; 18005def4c47SEmmanuel Vadot }; 18015def4c47SEmmanuel Vadot }; 18025def4c47SEmmanuel Vadot 18036be33864SEmmanuel Vadot c66_0: dsp@4d80800000 { 18046be33864SEmmanuel Vadot compatible = "ti,j721e-c66-dsp"; 18056be33864SEmmanuel Vadot reg = <0x4d 0x80800000 0x00 0x00048000>, 18066be33864SEmmanuel Vadot <0x4d 0x80e00000 0x00 0x00008000>, 18076be33864SEmmanuel Vadot <0x4d 0x80f00000 0x00 0x00008000>; 18086be33864SEmmanuel Vadot reg-names = "l2sram", "l1pram", "l1dram"; 18096be33864SEmmanuel Vadot ti,sci = <&dmsc>; 18106be33864SEmmanuel Vadot ti,sci-dev-id = <142>; 18116be33864SEmmanuel Vadot ti,sci-proc-ids = <0x03 0xff>; 18126be33864SEmmanuel Vadot resets = <&k3_reset 142 1>; 18136be33864SEmmanuel Vadot firmware-name = "j7-c66_0-fw"; 18146be33864SEmmanuel Vadot }; 18156be33864SEmmanuel Vadot 18166be33864SEmmanuel Vadot c66_1: dsp@4d81800000 { 18176be33864SEmmanuel Vadot compatible = "ti,j721e-c66-dsp"; 18186be33864SEmmanuel Vadot reg = <0x4d 0x81800000 0x00 0x00048000>, 18196be33864SEmmanuel Vadot <0x4d 0x81e00000 0x00 0x00008000>, 18206be33864SEmmanuel Vadot <0x4d 0x81f00000 0x00 0x00008000>; 18216be33864SEmmanuel Vadot reg-names = "l2sram", "l1pram", "l1dram"; 18226be33864SEmmanuel Vadot ti,sci = <&dmsc>; 18236be33864SEmmanuel Vadot ti,sci-dev-id = <143>; 18246be33864SEmmanuel Vadot ti,sci-proc-ids = <0x04 0xff>; 18256be33864SEmmanuel Vadot resets = <&k3_reset 143 1>; 18266be33864SEmmanuel Vadot firmware-name = "j7-c66_1-fw"; 18276be33864SEmmanuel Vadot }; 18286be33864SEmmanuel Vadot 18296be33864SEmmanuel Vadot c71_0: dsp@64800000 { 18306be33864SEmmanuel Vadot compatible = "ti,j721e-c71-dsp"; 18316be33864SEmmanuel Vadot reg = <0x00 0x64800000 0x00 0x00080000>, 18326be33864SEmmanuel Vadot <0x00 0x64e00000 0x00 0x0000c000>; 18336be33864SEmmanuel Vadot reg-names = "l2sram", "l1dram"; 18346be33864SEmmanuel Vadot ti,sci = <&dmsc>; 18356be33864SEmmanuel Vadot ti,sci-dev-id = <15>; 18366be33864SEmmanuel Vadot ti,sci-proc-ids = <0x30 0xff>; 18376be33864SEmmanuel Vadot resets = <&k3_reset 15 1>; 18386be33864SEmmanuel Vadot firmware-name = "j7-c71_0-fw"; 18396be33864SEmmanuel Vadot }; 18402eb4d8dcSEmmanuel Vadot 18412eb4d8dcSEmmanuel Vadot icssg0: icssg@b000000 { 18422eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-icssg"; 18432eb4d8dcSEmmanuel Vadot reg = <0x00 0xb000000 0x00 0x80000>; 18442eb4d8dcSEmmanuel Vadot power-domains = <&k3_pds 119 TI_SCI_PD_EXCLUSIVE>; 18452eb4d8dcSEmmanuel Vadot #address-cells = <1>; 18462eb4d8dcSEmmanuel Vadot #size-cells = <1>; 18472eb4d8dcSEmmanuel Vadot ranges = <0x0 0x00 0x0b000000 0x100000>; 18482eb4d8dcSEmmanuel Vadot 18492eb4d8dcSEmmanuel Vadot icssg0_mem: memories@0 { 18502eb4d8dcSEmmanuel Vadot reg = <0x0 0x2000>, 18512eb4d8dcSEmmanuel Vadot <0x2000 0x2000>, 18522eb4d8dcSEmmanuel Vadot <0x10000 0x10000>; 18532eb4d8dcSEmmanuel Vadot reg-names = "dram0", "dram1", 18542eb4d8dcSEmmanuel Vadot "shrdram2"; 18552eb4d8dcSEmmanuel Vadot }; 18562eb4d8dcSEmmanuel Vadot 18572eb4d8dcSEmmanuel Vadot icssg0_cfg: cfg@26000 { 18582eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-cfg", "syscon"; 18592eb4d8dcSEmmanuel Vadot reg = <0x26000 0x200>; 18602eb4d8dcSEmmanuel Vadot #address-cells = <1>; 18612eb4d8dcSEmmanuel Vadot #size-cells = <1>; 18622eb4d8dcSEmmanuel Vadot ranges = <0x0 0x26000 0x2000>; 18632eb4d8dcSEmmanuel Vadot 18642eb4d8dcSEmmanuel Vadot clocks { 18652eb4d8dcSEmmanuel Vadot #address-cells = <1>; 18662eb4d8dcSEmmanuel Vadot #size-cells = <0>; 18672eb4d8dcSEmmanuel Vadot 18682eb4d8dcSEmmanuel Vadot icssg0_coreclk_mux: coreclk-mux@3c { 18692eb4d8dcSEmmanuel Vadot reg = <0x3c>; 18702eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 18712eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 119 24>, /* icssg0_core_clk */ 18722eb4d8dcSEmmanuel Vadot <&k3_clks 119 1>; /* icssg0_iclk */ 18732eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg0_coreclk_mux>; 18742eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&k3_clks 119 1>; 18752eb4d8dcSEmmanuel Vadot }; 18762eb4d8dcSEmmanuel Vadot 18772eb4d8dcSEmmanuel Vadot icssg0_iepclk_mux: iepclk-mux@30 { 18782eb4d8dcSEmmanuel Vadot reg = <0x30>; 18792eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 18802eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 119 3>, /* icssg0_iep_clk */ 18812eb4d8dcSEmmanuel Vadot <&icssg0_coreclk_mux>; /* core_clk */ 18822eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg0_iepclk_mux>; 18832eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&icssg0_coreclk_mux>; 18842eb4d8dcSEmmanuel Vadot }; 18852eb4d8dcSEmmanuel Vadot }; 18862eb4d8dcSEmmanuel Vadot }; 18872eb4d8dcSEmmanuel Vadot 18882eb4d8dcSEmmanuel Vadot icssg0_mii_rt: mii-rt@32000 { 18892eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii", "syscon"; 18902eb4d8dcSEmmanuel Vadot reg = <0x32000 0x100>; 18912eb4d8dcSEmmanuel Vadot }; 18922eb4d8dcSEmmanuel Vadot 18932eb4d8dcSEmmanuel Vadot icssg0_mii_g_rt: mii-g-rt@33000 { 18942eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii-g", "syscon"; 18952eb4d8dcSEmmanuel Vadot reg = <0x33000 0x1000>; 18962eb4d8dcSEmmanuel Vadot }; 18972eb4d8dcSEmmanuel Vadot 18982eb4d8dcSEmmanuel Vadot icssg0_intc: interrupt-controller@20000 { 18992eb4d8dcSEmmanuel Vadot compatible = "ti,icssg-intc"; 19002eb4d8dcSEmmanuel Vadot reg = <0x20000 0x2000>; 19012eb4d8dcSEmmanuel Vadot interrupt-controller; 19022eb4d8dcSEmmanuel Vadot #interrupt-cells = <3>; 19032eb4d8dcSEmmanuel Vadot interrupts = <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, 19042eb4d8dcSEmmanuel Vadot <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>, 19052eb4d8dcSEmmanuel Vadot <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, 19062eb4d8dcSEmmanuel Vadot <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>, 19072eb4d8dcSEmmanuel Vadot <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>, 19082eb4d8dcSEmmanuel Vadot <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>, 19092eb4d8dcSEmmanuel Vadot <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>, 19102eb4d8dcSEmmanuel Vadot <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>; 19112eb4d8dcSEmmanuel Vadot interrupt-names = "host_intr0", "host_intr1", 19122eb4d8dcSEmmanuel Vadot "host_intr2", "host_intr3", 19132eb4d8dcSEmmanuel Vadot "host_intr4", "host_intr5", 19142eb4d8dcSEmmanuel Vadot "host_intr6", "host_intr7"; 19152eb4d8dcSEmmanuel Vadot }; 19162eb4d8dcSEmmanuel Vadot 19172eb4d8dcSEmmanuel Vadot pru0_0: pru@34000 { 19182eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 19192eb4d8dcSEmmanuel Vadot reg = <0x34000 0x3000>, 19202eb4d8dcSEmmanuel Vadot <0x22000 0x100>, 19212eb4d8dcSEmmanuel Vadot <0x22400 0x100>; 19222eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19232eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru0_0-fw"; 19242eb4d8dcSEmmanuel Vadot }; 19252eb4d8dcSEmmanuel Vadot 19262eb4d8dcSEmmanuel Vadot rtu0_0: rtu@4000 { 19272eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 19282eb4d8dcSEmmanuel Vadot reg = <0x4000 0x2000>, 19292eb4d8dcSEmmanuel Vadot <0x23000 0x100>, 19302eb4d8dcSEmmanuel Vadot <0x23400 0x100>; 19312eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19322eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu0_0-fw"; 19332eb4d8dcSEmmanuel Vadot }; 19342eb4d8dcSEmmanuel Vadot 19352eb4d8dcSEmmanuel Vadot tx_pru0_0: txpru@a000 { 19362eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 19372eb4d8dcSEmmanuel Vadot reg = <0xa000 0x1800>, 19382eb4d8dcSEmmanuel Vadot <0x25000 0x100>, 19392eb4d8dcSEmmanuel Vadot <0x25400 0x100>; 19402eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19412eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru0_0-fw"; 19422eb4d8dcSEmmanuel Vadot }; 19432eb4d8dcSEmmanuel Vadot 19442eb4d8dcSEmmanuel Vadot pru0_1: pru@38000 { 19452eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 19462eb4d8dcSEmmanuel Vadot reg = <0x38000 0x3000>, 19472eb4d8dcSEmmanuel Vadot <0x24000 0x100>, 19482eb4d8dcSEmmanuel Vadot <0x24400 0x100>; 19492eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19502eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru0_1-fw"; 19512eb4d8dcSEmmanuel Vadot }; 19522eb4d8dcSEmmanuel Vadot 19532eb4d8dcSEmmanuel Vadot rtu0_1: rtu@6000 { 19542eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 19552eb4d8dcSEmmanuel Vadot reg = <0x6000 0x2000>, 19562eb4d8dcSEmmanuel Vadot <0x23800 0x100>, 19572eb4d8dcSEmmanuel Vadot <0x23c00 0x100>; 19582eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19592eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu0_1-fw"; 19602eb4d8dcSEmmanuel Vadot }; 19612eb4d8dcSEmmanuel Vadot 19622eb4d8dcSEmmanuel Vadot tx_pru0_1: txpru@c000 { 19632eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 19642eb4d8dcSEmmanuel Vadot reg = <0xc000 0x1800>, 19652eb4d8dcSEmmanuel Vadot <0x25800 0x100>, 19662eb4d8dcSEmmanuel Vadot <0x25c00 0x100>; 19672eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 19682eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru0_1-fw"; 19692eb4d8dcSEmmanuel Vadot }; 19705956d97fSEmmanuel Vadot 19715956d97fSEmmanuel Vadot icssg0_mdio: mdio@32400 { 19725956d97fSEmmanuel Vadot compatible = "ti,davinci_mdio"; 19735956d97fSEmmanuel Vadot reg = <0x32400 0x100>; 19745956d97fSEmmanuel Vadot clocks = <&k3_clks 119 1>; 19755956d97fSEmmanuel Vadot clock-names = "fck"; 19765956d97fSEmmanuel Vadot #address-cells = <1>; 19775956d97fSEmmanuel Vadot #size-cells = <0>; 19785956d97fSEmmanuel Vadot bus_freq = <1000000>; 19795956d97fSEmmanuel Vadot }; 19802eb4d8dcSEmmanuel Vadot }; 19812eb4d8dcSEmmanuel Vadot 19822eb4d8dcSEmmanuel Vadot icssg1: icssg@b100000 { 19832eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-icssg"; 19842eb4d8dcSEmmanuel Vadot reg = <0x00 0xb100000 0x00 0x80000>; 19852eb4d8dcSEmmanuel Vadot power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>; 19862eb4d8dcSEmmanuel Vadot #address-cells = <1>; 19872eb4d8dcSEmmanuel Vadot #size-cells = <1>; 19882eb4d8dcSEmmanuel Vadot ranges = <0x0 0x00 0x0b100000 0x100000>; 19892eb4d8dcSEmmanuel Vadot 19902eb4d8dcSEmmanuel Vadot icssg1_mem: memories@b100000 { 19912eb4d8dcSEmmanuel Vadot reg = <0x0 0x2000>, 19922eb4d8dcSEmmanuel Vadot <0x2000 0x2000>, 19932eb4d8dcSEmmanuel Vadot <0x10000 0x10000>; 19942eb4d8dcSEmmanuel Vadot reg-names = "dram0", "dram1", 19952eb4d8dcSEmmanuel Vadot "shrdram2"; 19962eb4d8dcSEmmanuel Vadot }; 19972eb4d8dcSEmmanuel Vadot 19982eb4d8dcSEmmanuel Vadot icssg1_cfg: cfg@26000 { 19992eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-cfg", "syscon"; 20002eb4d8dcSEmmanuel Vadot reg = <0x26000 0x200>; 20012eb4d8dcSEmmanuel Vadot #address-cells = <1>; 20022eb4d8dcSEmmanuel Vadot #size-cells = <1>; 20032eb4d8dcSEmmanuel Vadot ranges = <0x0 0x26000 0x2000>; 20042eb4d8dcSEmmanuel Vadot 20052eb4d8dcSEmmanuel Vadot clocks { 20062eb4d8dcSEmmanuel Vadot #address-cells = <1>; 20072eb4d8dcSEmmanuel Vadot #size-cells = <0>; 20082eb4d8dcSEmmanuel Vadot 20092eb4d8dcSEmmanuel Vadot icssg1_coreclk_mux: coreclk-mux@3c { 20102eb4d8dcSEmmanuel Vadot reg = <0x3c>; 20112eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 20122eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 120 54>, /* icssg1_core_clk */ 20132eb4d8dcSEmmanuel Vadot <&k3_clks 120 4>; /* icssg1_iclk */ 20142eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg1_coreclk_mux>; 20152eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&k3_clks 120 4>; 20162eb4d8dcSEmmanuel Vadot }; 20172eb4d8dcSEmmanuel Vadot 20182eb4d8dcSEmmanuel Vadot icssg1_iepclk_mux: iepclk-mux@30 { 20192eb4d8dcSEmmanuel Vadot reg = <0x30>; 20202eb4d8dcSEmmanuel Vadot #clock-cells = <0>; 20212eb4d8dcSEmmanuel Vadot clocks = <&k3_clks 120 9>, /* icssg1_iep_clk */ 20222eb4d8dcSEmmanuel Vadot <&icssg1_coreclk_mux>; /* core_clk */ 20232eb4d8dcSEmmanuel Vadot assigned-clocks = <&icssg1_iepclk_mux>; 20242eb4d8dcSEmmanuel Vadot assigned-clock-parents = <&icssg1_coreclk_mux>; 20252eb4d8dcSEmmanuel Vadot }; 20262eb4d8dcSEmmanuel Vadot }; 20272eb4d8dcSEmmanuel Vadot }; 20282eb4d8dcSEmmanuel Vadot 20292eb4d8dcSEmmanuel Vadot icssg1_mii_rt: mii-rt@32000 { 20302eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii", "syscon"; 20312eb4d8dcSEmmanuel Vadot reg = <0x32000 0x100>; 20322eb4d8dcSEmmanuel Vadot }; 20332eb4d8dcSEmmanuel Vadot 20342eb4d8dcSEmmanuel Vadot icssg1_mii_g_rt: mii-g-rt@33000 { 20352eb4d8dcSEmmanuel Vadot compatible = "ti,pruss-mii-g", "syscon"; 20362eb4d8dcSEmmanuel Vadot reg = <0x33000 0x1000>; 20372eb4d8dcSEmmanuel Vadot }; 20382eb4d8dcSEmmanuel Vadot 20392eb4d8dcSEmmanuel Vadot icssg1_intc: interrupt-controller@20000 { 20402eb4d8dcSEmmanuel Vadot compatible = "ti,icssg-intc"; 20412eb4d8dcSEmmanuel Vadot reg = <0x20000 0x2000>; 20422eb4d8dcSEmmanuel Vadot interrupt-controller; 20432eb4d8dcSEmmanuel Vadot #interrupt-cells = <3>; 20442eb4d8dcSEmmanuel Vadot interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>, 20452eb4d8dcSEmmanuel Vadot <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>, 20462eb4d8dcSEmmanuel Vadot <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>, 20472eb4d8dcSEmmanuel Vadot <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>, 20482eb4d8dcSEmmanuel Vadot <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>, 20492eb4d8dcSEmmanuel Vadot <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>, 20502eb4d8dcSEmmanuel Vadot <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>, 20512eb4d8dcSEmmanuel Vadot <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>; 20522eb4d8dcSEmmanuel Vadot interrupt-names = "host_intr0", "host_intr1", 20532eb4d8dcSEmmanuel Vadot "host_intr2", "host_intr3", 20542eb4d8dcSEmmanuel Vadot "host_intr4", "host_intr5", 20552eb4d8dcSEmmanuel Vadot "host_intr6", "host_intr7"; 20562eb4d8dcSEmmanuel Vadot }; 20572eb4d8dcSEmmanuel Vadot 20582eb4d8dcSEmmanuel Vadot pru1_0: pru@34000 { 20592eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 20602eb4d8dcSEmmanuel Vadot reg = <0x34000 0x4000>, 20612eb4d8dcSEmmanuel Vadot <0x22000 0x100>, 20622eb4d8dcSEmmanuel Vadot <0x22400 0x100>; 20632eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 20642eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru1_0-fw"; 20652eb4d8dcSEmmanuel Vadot }; 20662eb4d8dcSEmmanuel Vadot 20672eb4d8dcSEmmanuel Vadot rtu1_0: rtu@4000 { 20682eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 20692eb4d8dcSEmmanuel Vadot reg = <0x4000 0x2000>, 20702eb4d8dcSEmmanuel Vadot <0x23000 0x100>, 20712eb4d8dcSEmmanuel Vadot <0x23400 0x100>; 20722eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 20732eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu1_0-fw"; 20742eb4d8dcSEmmanuel Vadot }; 20752eb4d8dcSEmmanuel Vadot 20762eb4d8dcSEmmanuel Vadot tx_pru1_0: txpru@a000 { 20772eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 20782eb4d8dcSEmmanuel Vadot reg = <0xa000 0x1800>, 20792eb4d8dcSEmmanuel Vadot <0x25000 0x100>, 20802eb4d8dcSEmmanuel Vadot <0x25400 0x100>; 20812eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 20822eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru1_0-fw"; 20832eb4d8dcSEmmanuel Vadot }; 20842eb4d8dcSEmmanuel Vadot 20852eb4d8dcSEmmanuel Vadot pru1_1: pru@38000 { 20862eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-pru"; 20872eb4d8dcSEmmanuel Vadot reg = <0x38000 0x4000>, 20882eb4d8dcSEmmanuel Vadot <0x24000 0x100>, 20892eb4d8dcSEmmanuel Vadot <0x24400 0x100>; 20902eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 20912eb4d8dcSEmmanuel Vadot firmware-name = "j7-pru1_1-fw"; 20922eb4d8dcSEmmanuel Vadot }; 20932eb4d8dcSEmmanuel Vadot 20942eb4d8dcSEmmanuel Vadot rtu1_1: rtu@6000 { 20952eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-rtu"; 20962eb4d8dcSEmmanuel Vadot reg = <0x6000 0x2000>, 20972eb4d8dcSEmmanuel Vadot <0x23800 0x100>, 20982eb4d8dcSEmmanuel Vadot <0x23c00 0x100>; 20992eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 21002eb4d8dcSEmmanuel Vadot firmware-name = "j7-rtu1_1-fw"; 21012eb4d8dcSEmmanuel Vadot }; 21022eb4d8dcSEmmanuel Vadot 21032eb4d8dcSEmmanuel Vadot tx_pru1_1: txpru@c000 { 21042eb4d8dcSEmmanuel Vadot compatible = "ti,j721e-tx-pru"; 21052eb4d8dcSEmmanuel Vadot reg = <0xc000 0x1800>, 21062eb4d8dcSEmmanuel Vadot <0x25800 0x100>, 21072eb4d8dcSEmmanuel Vadot <0x25c00 0x100>; 21082eb4d8dcSEmmanuel Vadot reg-names = "iram", "control", "debug"; 21092eb4d8dcSEmmanuel Vadot firmware-name = "j7-txpru1_1-fw"; 21102eb4d8dcSEmmanuel Vadot }; 21115956d97fSEmmanuel Vadot 21125956d97fSEmmanuel Vadot icssg1_mdio: mdio@32400 { 21135956d97fSEmmanuel Vadot compatible = "ti,davinci_mdio"; 21145956d97fSEmmanuel Vadot reg = <0x32400 0x100>; 21155956d97fSEmmanuel Vadot clocks = <&k3_clks 120 4>; 21165956d97fSEmmanuel Vadot clock-names = "fck"; 21175956d97fSEmmanuel Vadot #address-cells = <1>; 21185956d97fSEmmanuel Vadot #size-cells = <0>; 21195956d97fSEmmanuel Vadot bus_freq = <1000000>; 21205956d97fSEmmanuel Vadot }; 21212eb4d8dcSEmmanuel Vadot }; 2122e67e8565SEmmanuel Vadot 2123e67e8565SEmmanuel Vadot main_mcan0: can@2701000 { 2124e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2125e67e8565SEmmanuel Vadot reg = <0x00 0x02701000 0x00 0x200>, 2126e67e8565SEmmanuel Vadot <0x00 0x02708000 0x00 0x8000>; 2127e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2128e67e8565SEmmanuel Vadot power-domains = <&k3_pds 156 TI_SCI_PD_EXCLUSIVE>; 2129e67e8565SEmmanuel Vadot clocks = <&k3_clks 156 0>, <&k3_clks 156 1>; 2130e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2131e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, 2132e67e8565SEmmanuel Vadot <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; 2133e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2134e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2135*8bab661aSEmmanuel Vadot status = "disabled"; 2136e67e8565SEmmanuel Vadot }; 2137e67e8565SEmmanuel Vadot 2138e67e8565SEmmanuel Vadot main_mcan1: can@2711000 { 2139e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2140e67e8565SEmmanuel Vadot reg = <0x00 0x02711000 0x00 0x200>, 2141e67e8565SEmmanuel Vadot <0x00 0x02718000 0x00 0x8000>; 2142e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2143e67e8565SEmmanuel Vadot power-domains = <&k3_pds 158 TI_SCI_PD_EXCLUSIVE>; 2144e67e8565SEmmanuel Vadot clocks = <&k3_clks 158 0>, <&k3_clks 158 1>; 2145e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2146e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>, 2147e67e8565SEmmanuel Vadot <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>; 2148e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2149e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2150*8bab661aSEmmanuel Vadot status = "disabled"; 2151e67e8565SEmmanuel Vadot }; 2152e67e8565SEmmanuel Vadot 2153e67e8565SEmmanuel Vadot main_mcan2: can@2721000 { 2154e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2155e67e8565SEmmanuel Vadot reg = <0x00 0x02721000 0x00 0x200>, 2156e67e8565SEmmanuel Vadot <0x00 0x02728000 0x00 0x8000>; 2157e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2158e67e8565SEmmanuel Vadot power-domains = <&k3_pds 160 TI_SCI_PD_EXCLUSIVE>; 2159e67e8565SEmmanuel Vadot clocks = <&k3_clks 160 0>, <&k3_clks 160 1>; 2160e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2161e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, 2162e67e8565SEmmanuel Vadot <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 2163e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2164e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2165*8bab661aSEmmanuel Vadot status = "disabled"; 2166e67e8565SEmmanuel Vadot }; 2167e67e8565SEmmanuel Vadot 2168e67e8565SEmmanuel Vadot main_mcan3: can@2731000 { 2169e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2170e67e8565SEmmanuel Vadot reg = <0x00 0x02731000 0x00 0x200>, 2171e67e8565SEmmanuel Vadot <0x00 0x02738000 0x00 0x8000>; 2172e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2173e67e8565SEmmanuel Vadot power-domains = <&k3_pds 161 TI_SCI_PD_EXCLUSIVE>; 2174e67e8565SEmmanuel Vadot clocks = <&k3_clks 161 0>, <&k3_clks 161 1>; 2175e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2176e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, 2177e67e8565SEmmanuel Vadot <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>; 2178e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2179e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2180*8bab661aSEmmanuel Vadot status = "disabled"; 2181e67e8565SEmmanuel Vadot }; 2182e67e8565SEmmanuel Vadot 2183e67e8565SEmmanuel Vadot main_mcan4: can@2741000 { 2184e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2185e67e8565SEmmanuel Vadot reg = <0x00 0x02741000 0x00 0x200>, 2186e67e8565SEmmanuel Vadot <0x00 0x02748000 0x00 0x8000>; 2187e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2188e67e8565SEmmanuel Vadot power-domains = <&k3_pds 162 TI_SCI_PD_EXCLUSIVE>; 2189e67e8565SEmmanuel Vadot clocks = <&k3_clks 162 0>, <&k3_clks 162 1>; 2190e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2191e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, 2192e67e8565SEmmanuel Vadot <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; 2193e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2194e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2195*8bab661aSEmmanuel Vadot status = "disabled"; 2196e67e8565SEmmanuel Vadot }; 2197e67e8565SEmmanuel Vadot 2198e67e8565SEmmanuel Vadot main_mcan5: can@2751000 { 2199e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2200e67e8565SEmmanuel Vadot reg = <0x00 0x02751000 0x00 0x200>, 2201e67e8565SEmmanuel Vadot <0x00 0x02758000 0x00 0x8000>; 2202e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2203e67e8565SEmmanuel Vadot power-domains = <&k3_pds 163 TI_SCI_PD_EXCLUSIVE>; 2204e67e8565SEmmanuel Vadot clocks = <&k3_clks 163 0>, <&k3_clks 163 1>; 2205e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2206e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>, 2207e67e8565SEmmanuel Vadot <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 2208e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2209e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2210*8bab661aSEmmanuel Vadot status = "disabled"; 2211e67e8565SEmmanuel Vadot }; 2212e67e8565SEmmanuel Vadot 2213e67e8565SEmmanuel Vadot main_mcan6: can@2761000 { 2214e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2215e67e8565SEmmanuel Vadot reg = <0x00 0x02761000 0x00 0x200>, 2216e67e8565SEmmanuel Vadot <0x00 0x02768000 0x00 0x8000>; 2217e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2218e67e8565SEmmanuel Vadot power-domains = <&k3_pds 164 TI_SCI_PD_EXCLUSIVE>; 2219e67e8565SEmmanuel Vadot clocks = <&k3_clks 164 0>, <&k3_clks 164 1>; 2220e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2221e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, 2222e67e8565SEmmanuel Vadot <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; 2223e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2224e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2225*8bab661aSEmmanuel Vadot status = "disabled"; 2226e67e8565SEmmanuel Vadot }; 2227e67e8565SEmmanuel Vadot 2228e67e8565SEmmanuel Vadot main_mcan7: can@2771000 { 2229e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2230e67e8565SEmmanuel Vadot reg = <0x00 0x02771000 0x00 0x200>, 2231e67e8565SEmmanuel Vadot <0x00 0x02778000 0x00 0x8000>; 2232e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2233e67e8565SEmmanuel Vadot power-domains = <&k3_pds 165 TI_SCI_PD_EXCLUSIVE>; 2234e67e8565SEmmanuel Vadot clocks = <&k3_clks 165 0>, <&k3_clks 165 1>; 2235e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2236e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 2237e67e8565SEmmanuel Vadot <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 2238e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2239e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2240*8bab661aSEmmanuel Vadot status = "disabled"; 2241e67e8565SEmmanuel Vadot }; 2242e67e8565SEmmanuel Vadot 2243e67e8565SEmmanuel Vadot main_mcan8: can@2781000 { 2244e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2245e67e8565SEmmanuel Vadot reg = <0x00 0x02781000 0x00 0x200>, 2246e67e8565SEmmanuel Vadot <0x00 0x02788000 0x00 0x8000>; 2247e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2248e67e8565SEmmanuel Vadot power-domains = <&k3_pds 166 TI_SCI_PD_EXCLUSIVE>; 2249e67e8565SEmmanuel Vadot clocks = <&k3_clks 166 0>, <&k3_clks 166 1>; 2250e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2251e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 576 IRQ_TYPE_LEVEL_HIGH>, 2252e67e8565SEmmanuel Vadot <GIC_SPI 577 IRQ_TYPE_LEVEL_HIGH>; 2253e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2254e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2255*8bab661aSEmmanuel Vadot status = "disabled"; 2256e67e8565SEmmanuel Vadot }; 2257e67e8565SEmmanuel Vadot 2258e67e8565SEmmanuel Vadot main_mcan9: can@2791000 { 2259e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2260e67e8565SEmmanuel Vadot reg = <0x00 0x02791000 0x00 0x200>, 2261e67e8565SEmmanuel Vadot <0x00 0x02798000 0x00 0x8000>; 2262e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2263e67e8565SEmmanuel Vadot power-domains = <&k3_pds 167 TI_SCI_PD_EXCLUSIVE>; 2264e67e8565SEmmanuel Vadot clocks = <&k3_clks 167 0>, <&k3_clks 167 1>; 2265e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2266e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 579 IRQ_TYPE_LEVEL_HIGH>, 2267e67e8565SEmmanuel Vadot <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>; 2268e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2269e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2270*8bab661aSEmmanuel Vadot status = "disabled"; 2271e67e8565SEmmanuel Vadot }; 2272e67e8565SEmmanuel Vadot 2273e67e8565SEmmanuel Vadot main_mcan10: can@27a1000 { 2274e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2275e67e8565SEmmanuel Vadot reg = <0x00 0x027a1000 0x00 0x200>, 2276e67e8565SEmmanuel Vadot <0x00 0x027a8000 0x00 0x8000>; 2277e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2278e67e8565SEmmanuel Vadot power-domains = <&k3_pds 168 TI_SCI_PD_EXCLUSIVE>; 2279e67e8565SEmmanuel Vadot clocks = <&k3_clks 168 0>, <&k3_clks 168 1>; 2280e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2281e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>, 2282e67e8565SEmmanuel Vadot <GIC_SPI 583 IRQ_TYPE_LEVEL_HIGH>; 2283e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2284e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2285*8bab661aSEmmanuel Vadot status = "disabled"; 2286e67e8565SEmmanuel Vadot }; 2287e67e8565SEmmanuel Vadot 2288e67e8565SEmmanuel Vadot main_mcan11: can@27b1000 { 2289e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2290e67e8565SEmmanuel Vadot reg = <0x00 0x027b1000 0x00 0x200>, 2291e67e8565SEmmanuel Vadot <0x00 0x027b8000 0x00 0x8000>; 2292e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2293e67e8565SEmmanuel Vadot power-domains = <&k3_pds 169 TI_SCI_PD_EXCLUSIVE>; 2294e67e8565SEmmanuel Vadot clocks = <&k3_clks 169 0>, <&k3_clks 169 1>; 2295e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2296e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 585 IRQ_TYPE_LEVEL_HIGH>, 2297e67e8565SEmmanuel Vadot <GIC_SPI 586 IRQ_TYPE_LEVEL_HIGH>; 2298e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2299e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2300*8bab661aSEmmanuel Vadot status = "disabled"; 2301e67e8565SEmmanuel Vadot }; 2302e67e8565SEmmanuel Vadot 2303e67e8565SEmmanuel Vadot main_mcan12: can@27c1000 { 2304e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2305e67e8565SEmmanuel Vadot reg = <0x00 0x027c1000 0x00 0x200>, 2306e67e8565SEmmanuel Vadot <0x00 0x027c8000 0x00 0x8000>; 2307e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2308e67e8565SEmmanuel Vadot power-domains = <&k3_pds 170 TI_SCI_PD_EXCLUSIVE>; 2309e67e8565SEmmanuel Vadot clocks = <&k3_clks 170 0>, <&k3_clks 170 1>; 2310e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2311e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>, 2312e67e8565SEmmanuel Vadot <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>; 2313e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2314e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2315*8bab661aSEmmanuel Vadot status = "disabled"; 2316e67e8565SEmmanuel Vadot }; 2317e67e8565SEmmanuel Vadot 2318e67e8565SEmmanuel Vadot main_mcan13: can@27d1000 { 2319e67e8565SEmmanuel Vadot compatible = "bosch,m_can"; 2320e67e8565SEmmanuel Vadot reg = <0x00 0x027d1000 0x00 0x200>, 2321e67e8565SEmmanuel Vadot <0x00 0x027d8000 0x00 0x8000>; 2322e67e8565SEmmanuel Vadot reg-names = "m_can", "message_ram"; 2323e67e8565SEmmanuel Vadot power-domains = <&k3_pds 171 TI_SCI_PD_EXCLUSIVE>; 2324e67e8565SEmmanuel Vadot clocks = <&k3_clks 171 0>, <&k3_clks 171 1>; 2325e67e8565SEmmanuel Vadot clock-names = "hclk", "cclk"; 2326e67e8565SEmmanuel Vadot interrupts = <GIC_SPI 591 IRQ_TYPE_LEVEL_HIGH>, 2327e67e8565SEmmanuel Vadot <GIC_SPI 592 IRQ_TYPE_LEVEL_HIGH>; 2328e67e8565SEmmanuel Vadot interrupt-names = "int0", "int1"; 2329e67e8565SEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2330*8bab661aSEmmanuel Vadot status = "disabled"; 2331e67e8565SEmmanuel Vadot }; 2332c66ec88fSEmmanuel Vadot}; 2333