12d87061eSNishanth Menon// SPDX-License-Identifier: GPL-2.0 22d87061eSNishanth Menon/* 32d87061eSNishanth Menon * Device Tree Source for J721E SoC Family Main Domain peripherals 42d87061eSNishanth Menon * 5303d6f62SAlexander A. Klimov * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/ 62d87061eSNishanth Menon */ 7afd094ebSKishon Vijay Abraham I#include <dt-bindings/phy/phy.h> 8b766e3b0SKishon Vijay Abraham I#include <dt-bindings/mux/mux.h> 9c65176fdSRoger Quadros#include <dt-bindings/mux/ti-serdes.h> 102d87061eSNishanth Menon 112d87061eSNishanth Menon&cbass_main { 122d87061eSNishanth Menon msmc_ram: sram@70000000 { 132d87061eSNishanth Menon compatible = "mmio-sram"; 142d87061eSNishanth Menon reg = <0x0 0x70000000 0x0 0x800000>; 152d87061eSNishanth Menon #address-cells = <1>; 162d87061eSNishanth Menon #size-cells = <1>; 172d87061eSNishanth Menon ranges = <0x0 0x0 0x70000000 0x800000>; 182d87061eSNishanth Menon 192d87061eSNishanth Menon atf-sram@0 { 202d87061eSNishanth Menon reg = <0x0 0x20000>; 212d87061eSNishanth Menon }; 222d87061eSNishanth Menon }; 232d87061eSNishanth Menon 24b766e3b0SKishon Vijay Abraham I scm_conf: scm-conf@100000 { 25b766e3b0SKishon Vijay Abraham I compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 26b766e3b0SKishon Vijay Abraham I reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 27b766e3b0SKishon Vijay Abraham I #address-cells = <1>; 28b766e3b0SKishon Vijay Abraham I #size-cells = <1>; 29b766e3b0SKishon Vijay Abraham I ranges = <0x0 0x0 0x00100000 0x1c000>; 30b766e3b0SKishon Vijay Abraham I 31b766e3b0SKishon Vijay Abraham I serdes_ln_ctrl: serdes-ln-ctrl@4080 { 32b766e3b0SKishon Vijay Abraham I compatible = "mmio-mux"; 33b766e3b0SKishon Vijay Abraham I reg = <0x00004080 0x50>; 34b766e3b0SKishon Vijay Abraham I #mux-control-cells = <1>; 35b766e3b0SKishon Vijay Abraham I mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */ 36b766e3b0SKishon Vijay Abraham I <0x4090 0x3>, <0x4094 0x3>, /* SERDES1 lane0/1 select */ 37b766e3b0SKishon Vijay Abraham I <0x40a0 0x3>, <0x40a4 0x3>, /* SERDES2 lane0/1 select */ 38b766e3b0SKishon Vijay Abraham I <0x40b0 0x3>, <0x40b4 0x3>, /* SERDES3 lane0/1 select */ 39b766e3b0SKishon Vijay Abraham I <0x40c0 0x3>, <0x40c4 0x3>, <0x40c8 0x3>, <0x40cc 0x3>; 40b766e3b0SKishon Vijay Abraham I /* SERDES4 lane0/1/2/3 select */ 41c65176fdSRoger Quadros idle-states = <J721E_SERDES0_LANE0_PCIE0_LANE0>, <J721E_SERDES0_LANE1_PCIE0_LANE1>, 42c65176fdSRoger Quadros <J721E_SERDES1_LANE0_PCIE1_LANE0>, <J721E_SERDES1_LANE1_PCIE1_LANE1>, 43c65176fdSRoger Quadros <J721E_SERDES2_LANE0_PCIE2_LANE0>, <J721E_SERDES2_LANE1_PCIE2_LANE1>, 44c65176fdSRoger Quadros <MUX_IDLE_AS_IS>, <J721E_SERDES3_LANE1_USB3_0>, 45c65176fdSRoger Quadros <J721E_SERDES4_LANE0_EDP_LANE0>, <J721E_SERDES4_LANE1_EDP_LANE1>, 46c65176fdSRoger Quadros <J721E_SERDES4_LANE2_EDP_LANE2>, <J721E_SERDES4_LANE3_EDP_LANE3>; 47b766e3b0SKishon Vijay Abraham I }; 484716053aSRoger Quadros 494716053aSRoger Quadros usb_serdes_mux: mux-controller@4000 { 504716053aSRoger Quadros compatible = "mmio-mux"; 514716053aSRoger Quadros #mux-control-cells = <1>; 524716053aSRoger Quadros mux-reg-masks = <0x4000 0x8000000>, /* USB0 to SERDES0/3 mux */ 534716053aSRoger Quadros <0x4010 0x8000000>; /* USB1 to SERDES1/2 mux */ 544716053aSRoger Quadros }; 55b766e3b0SKishon Vijay Abraham I }; 56b766e3b0SKishon Vijay Abraham I 572d87061eSNishanth Menon gic500: interrupt-controller@1800000 { 582d87061eSNishanth Menon compatible = "arm,gic-v3"; 592d87061eSNishanth Menon #address-cells = <2>; 602d87061eSNishanth Menon #size-cells = <2>; 612d87061eSNishanth Menon ranges; 622d87061eSNishanth Menon #interrupt-cells = <3>; 632d87061eSNishanth Menon interrupt-controller; 642d87061eSNishanth Menon reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 652d87061eSNishanth Menon <0x00 0x01900000 0x00 0x100000>; /* GICR */ 662d87061eSNishanth Menon 672d87061eSNishanth Menon /* vcpumntirq: virtual CPU interface maintenance interrupt */ 682d87061eSNishanth Menon interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 692d87061eSNishanth Menon 706e6972f9SGrygorii Strashko gic_its: msi-controller@1820000 { 712d87061eSNishanth Menon compatible = "arm,gic-v3-its"; 722d87061eSNishanth Menon reg = <0x00 0x01820000 0x00 0x10000>; 732d87061eSNishanth Menon socionext,synquacer-pre-its = <0x1000000 0x400000>; 742d87061eSNishanth Menon msi-controller; 752d87061eSNishanth Menon #msi-cells = <1>; 762d87061eSNishanth Menon }; 772d87061eSNishanth Menon }; 782d87061eSNishanth Menon 79073086fcSLokesh Vutla main_gpio_intr: interrupt-controller0 { 80073086fcSLokesh Vutla compatible = "ti,sci-intr"; 81073086fcSLokesh Vutla ti,intr-trigger-type = <1>; 82073086fcSLokesh Vutla interrupt-controller; 83073086fcSLokesh Vutla interrupt-parent = <&gic500>; 848d523f09SLokesh Vutla #interrupt-cells = <1>; 85073086fcSLokesh Vutla ti,sci = <&dmsc>; 868d523f09SLokesh Vutla ti,sci-dev-id = <131>; 878d523f09SLokesh Vutla ti,interrupt-ranges = <8 392 56>; 88073086fcSLokesh Vutla }; 89073086fcSLokesh Vutla 90ab641f28SPeter Ujfalusi main_navss { 91ab641f28SPeter Ujfalusi compatible = "simple-mfd"; 921463a70dSSuman Anna #address-cells = <2>; 931463a70dSSuman Anna #size-cells = <2>; 941463a70dSSuman Anna ranges; 956f73c1e5SPeter Ujfalusi dma-coherent; 966f73c1e5SPeter Ujfalusi dma-ranges; 976f73c1e5SPeter Ujfalusi 986f73c1e5SPeter Ujfalusi ti,sci-dev-id = <199>; 991463a70dSSuman Anna 1001463a70dSSuman Anna main_navss_intr: interrupt-controller1 { 1011463a70dSSuman Anna compatible = "ti,sci-intr"; 1021463a70dSSuman Anna ti,intr-trigger-type = <4>; 1031463a70dSSuman Anna interrupt-controller; 1041463a70dSSuman Anna interrupt-parent = <&gic500>; 1058d523f09SLokesh Vutla #interrupt-cells = <1>; 1061463a70dSSuman Anna ti,sci = <&dmsc>; 1078d523f09SLokesh Vutla ti,sci-dev-id = <213>; 1088d523f09SLokesh Vutla ti,interrupt-ranges = <0 64 64>, 1098d523f09SLokesh Vutla <64 448 64>, 1108d523f09SLokesh Vutla <128 672 64>; 1111463a70dSSuman Anna }; 112073086fcSLokesh Vutla 113073086fcSLokesh Vutla main_udmass_inta: interrupt-controller@33d00000 { 114073086fcSLokesh Vutla compatible = "ti,sci-inta"; 115073086fcSLokesh Vutla reg = <0x0 0x33d00000 0x0 0x100000>; 116073086fcSLokesh Vutla interrupt-controller; 117073086fcSLokesh Vutla interrupt-parent = <&main_navss_intr>; 118073086fcSLokesh Vutla msi-controller; 119073086fcSLokesh Vutla ti,sci = <&dmsc>; 120073086fcSLokesh Vutla ti,sci-dev-id = <209>; 1218d523f09SLokesh Vutla ti,interrupt-ranges = <0 0 256>; 122073086fcSLokesh Vutla }; 1237b472cedSSuman Anna 124515c0340SPeter Ujfalusi secure_proxy_main: mailbox@32c00000 { 125515c0340SPeter Ujfalusi compatible = "ti,am654-secure-proxy"; 126515c0340SPeter Ujfalusi #mbox-cells = <1>; 127515c0340SPeter Ujfalusi reg-names = "target_data", "rt", "scfg"; 128515c0340SPeter Ujfalusi reg = <0x00 0x32c00000 0x00 0x100000>, 129515c0340SPeter Ujfalusi <0x00 0x32400000 0x00 0x100000>, 130515c0340SPeter Ujfalusi <0x00 0x32800000 0x00 0x100000>; 131515c0340SPeter Ujfalusi interrupt-names = "rx_011"; 132515c0340SPeter Ujfalusi interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 133515c0340SPeter Ujfalusi }; 134515c0340SPeter Ujfalusi 135d0c72c77SGrygorii Strashko smmu0: iommu@36600000 { 136515c0340SPeter Ujfalusi compatible = "arm,smmu-v3"; 137515c0340SPeter Ujfalusi reg = <0x0 0x36600000 0x0 0x100000>; 138515c0340SPeter Ujfalusi interrupt-parent = <&gic500>; 139515c0340SPeter Ujfalusi interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>, 140515c0340SPeter Ujfalusi <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>; 141515c0340SPeter Ujfalusi interrupt-names = "eventq", "gerror"; 142515c0340SPeter Ujfalusi #iommu-cells = <1>; 143515c0340SPeter Ujfalusi }; 144515c0340SPeter Ujfalusi 1457b472cedSSuman Anna hwspinlock: spinlock@30e00000 { 1467b472cedSSuman Anna compatible = "ti,am654-hwspinlock"; 1477b472cedSSuman Anna reg = <0x00 0x30e00000 0x00 0x1000>; 1487b472cedSSuman Anna #hwlock-cells = <1>; 1497b472cedSSuman Anna }; 15056f18582SSuman Anna 15156f18582SSuman Anna mailbox0_cluster0: mailbox@31f80000 { 15256f18582SSuman Anna compatible = "ti,am654-mailbox"; 15356f18582SSuman Anna reg = <0x00 0x31f80000 0x00 0x200>; 15456f18582SSuman Anna #mbox-cells = <1>; 15556f18582SSuman Anna ti,mbox-num-users = <4>; 15656f18582SSuman Anna ti,mbox-num-fifos = <16>; 15756f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 15856f18582SSuman Anna }; 15956f18582SSuman Anna 16056f18582SSuman Anna mailbox0_cluster1: mailbox@31f81000 { 16156f18582SSuman Anna compatible = "ti,am654-mailbox"; 16256f18582SSuman Anna reg = <0x00 0x31f81000 0x00 0x200>; 16356f18582SSuman Anna #mbox-cells = <1>; 16456f18582SSuman Anna ti,mbox-num-users = <4>; 16556f18582SSuman Anna ti,mbox-num-fifos = <16>; 16656f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 16756f18582SSuman Anna }; 16856f18582SSuman Anna 16956f18582SSuman Anna mailbox0_cluster2: mailbox@31f82000 { 17056f18582SSuman Anna compatible = "ti,am654-mailbox"; 17156f18582SSuman Anna reg = <0x00 0x31f82000 0x00 0x200>; 17256f18582SSuman Anna #mbox-cells = <1>; 17356f18582SSuman Anna ti,mbox-num-users = <4>; 17456f18582SSuman Anna ti,mbox-num-fifos = <16>; 17556f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 17656f18582SSuman Anna }; 17756f18582SSuman Anna 17856f18582SSuman Anna mailbox0_cluster3: mailbox@31f83000 { 17956f18582SSuman Anna compatible = "ti,am654-mailbox"; 18056f18582SSuman Anna reg = <0x00 0x31f83000 0x00 0x200>; 18156f18582SSuman Anna #mbox-cells = <1>; 18256f18582SSuman Anna ti,mbox-num-users = <4>; 18356f18582SSuman Anna ti,mbox-num-fifos = <16>; 18456f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 18556f18582SSuman Anna }; 18656f18582SSuman Anna 18756f18582SSuman Anna mailbox0_cluster4: mailbox@31f84000 { 18856f18582SSuman Anna compatible = "ti,am654-mailbox"; 18956f18582SSuman Anna reg = <0x00 0x31f84000 0x00 0x200>; 19056f18582SSuman Anna #mbox-cells = <1>; 19156f18582SSuman Anna ti,mbox-num-users = <4>; 19256f18582SSuman Anna ti,mbox-num-fifos = <16>; 19356f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 19456f18582SSuman Anna }; 19556f18582SSuman Anna 19656f18582SSuman Anna mailbox0_cluster5: mailbox@31f85000 { 19756f18582SSuman Anna compatible = "ti,am654-mailbox"; 19856f18582SSuman Anna reg = <0x00 0x31f85000 0x00 0x200>; 19956f18582SSuman Anna #mbox-cells = <1>; 20056f18582SSuman Anna ti,mbox-num-users = <4>; 20156f18582SSuman Anna ti,mbox-num-fifos = <16>; 20256f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 20356f18582SSuman Anna }; 20456f18582SSuman Anna 20556f18582SSuman Anna mailbox0_cluster6: mailbox@31f86000 { 20656f18582SSuman Anna compatible = "ti,am654-mailbox"; 20756f18582SSuman Anna reg = <0x00 0x31f86000 0x00 0x200>; 20856f18582SSuman Anna #mbox-cells = <1>; 20956f18582SSuman Anna ti,mbox-num-users = <4>; 21056f18582SSuman Anna ti,mbox-num-fifos = <16>; 21156f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 21256f18582SSuman Anna }; 21356f18582SSuman Anna 21456f18582SSuman Anna mailbox0_cluster7: mailbox@31f87000 { 21556f18582SSuman Anna compatible = "ti,am654-mailbox"; 21656f18582SSuman Anna reg = <0x00 0x31f87000 0x00 0x200>; 21756f18582SSuman Anna #mbox-cells = <1>; 21856f18582SSuman Anna ti,mbox-num-users = <4>; 21956f18582SSuman Anna ti,mbox-num-fifos = <16>; 22056f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 22156f18582SSuman Anna }; 22256f18582SSuman Anna 22356f18582SSuman Anna mailbox0_cluster8: mailbox@31f88000 { 22456f18582SSuman Anna compatible = "ti,am654-mailbox"; 22556f18582SSuman Anna reg = <0x00 0x31f88000 0x00 0x200>; 22656f18582SSuman Anna #mbox-cells = <1>; 22756f18582SSuman Anna ti,mbox-num-users = <4>; 22856f18582SSuman Anna ti,mbox-num-fifos = <16>; 22956f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 23056f18582SSuman Anna }; 23156f18582SSuman Anna 23256f18582SSuman Anna mailbox0_cluster9: mailbox@31f89000 { 23356f18582SSuman Anna compatible = "ti,am654-mailbox"; 23456f18582SSuman Anna reg = <0x00 0x31f89000 0x00 0x200>; 23556f18582SSuman Anna #mbox-cells = <1>; 23656f18582SSuman Anna ti,mbox-num-users = <4>; 23756f18582SSuman Anna ti,mbox-num-fifos = <16>; 23856f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 23956f18582SSuman Anna }; 24056f18582SSuman Anna 24156f18582SSuman Anna mailbox0_cluster10: mailbox@31f8a000 { 24256f18582SSuman Anna compatible = "ti,am654-mailbox"; 24356f18582SSuman Anna reg = <0x00 0x31f8a000 0x00 0x200>; 24456f18582SSuman Anna #mbox-cells = <1>; 24556f18582SSuman Anna ti,mbox-num-users = <4>; 24656f18582SSuman Anna ti,mbox-num-fifos = <16>; 24756f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 24856f18582SSuman Anna }; 24956f18582SSuman Anna 25056f18582SSuman Anna mailbox0_cluster11: mailbox@31f8b000 { 25156f18582SSuman Anna compatible = "ti,am654-mailbox"; 25256f18582SSuman Anna reg = <0x00 0x31f8b000 0x00 0x200>; 25356f18582SSuman Anna #mbox-cells = <1>; 25456f18582SSuman Anna ti,mbox-num-users = <4>; 25556f18582SSuman Anna ti,mbox-num-fifos = <16>; 25656f18582SSuman Anna interrupt-parent = <&main_navss_intr>; 25756f18582SSuman Anna }; 2586f73c1e5SPeter Ujfalusi 2596f73c1e5SPeter Ujfalusi main_ringacc: ringacc@3c000000 { 2606f73c1e5SPeter Ujfalusi compatible = "ti,am654-navss-ringacc"; 2616f73c1e5SPeter Ujfalusi reg = <0x0 0x3c000000 0x0 0x400000>, 2626f73c1e5SPeter Ujfalusi <0x0 0x38000000 0x0 0x400000>, 2636f73c1e5SPeter Ujfalusi <0x0 0x31120000 0x0 0x100>, 2646f73c1e5SPeter Ujfalusi <0x0 0x33000000 0x0 0x40000>; 2656f73c1e5SPeter Ujfalusi reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; 2666f73c1e5SPeter Ujfalusi ti,num-rings = <1024>; 2676f73c1e5SPeter Ujfalusi ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 2686f73c1e5SPeter Ujfalusi ti,sci = <&dmsc>; 2696f73c1e5SPeter Ujfalusi ti,sci-dev-id = <211>; 2706f73c1e5SPeter Ujfalusi msi-parent = <&main_udmass_inta>; 2716f73c1e5SPeter Ujfalusi }; 2726f73c1e5SPeter Ujfalusi 2736f73c1e5SPeter Ujfalusi main_udmap: dma-controller@31150000 { 2746f73c1e5SPeter Ujfalusi compatible = "ti,j721e-navss-main-udmap"; 2756f73c1e5SPeter Ujfalusi reg = <0x0 0x31150000 0x0 0x100>, 2766f73c1e5SPeter Ujfalusi <0x0 0x34000000 0x0 0x100000>, 2776f73c1e5SPeter Ujfalusi <0x0 0x35000000 0x0 0x100000>; 2786f73c1e5SPeter Ujfalusi reg-names = "gcfg", "rchanrt", "tchanrt"; 2796f73c1e5SPeter Ujfalusi msi-parent = <&main_udmass_inta>; 2806f73c1e5SPeter Ujfalusi #dma-cells = <1>; 2816f73c1e5SPeter Ujfalusi 2826f73c1e5SPeter Ujfalusi ti,sci = <&dmsc>; 2836f73c1e5SPeter Ujfalusi ti,sci-dev-id = <212>; 2846f73c1e5SPeter Ujfalusi ti,ringacc = <&main_ringacc>; 2856f73c1e5SPeter Ujfalusi 2866f73c1e5SPeter Ujfalusi ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */ 2876f73c1e5SPeter Ujfalusi <0x0f>, /* TX_HCHAN */ 2886f73c1e5SPeter Ujfalusi <0x10>; /* TX_UHCHAN */ 2896f73c1e5SPeter Ujfalusi ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */ 2906f73c1e5SPeter Ujfalusi <0x0b>, /* RX_HCHAN */ 2916f73c1e5SPeter Ujfalusi <0x0c>; /* RX_UHCHAN */ 2926f73c1e5SPeter Ujfalusi ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */ 2936f73c1e5SPeter Ujfalusi }; 294461d6d05SGrygorii Strashko 295461d6d05SGrygorii Strashko cpts@310d0000 { 296461d6d05SGrygorii Strashko compatible = "ti,j721e-cpts"; 297461d6d05SGrygorii Strashko reg = <0x0 0x310d0000 0x0 0x400>; 298461d6d05SGrygorii Strashko reg-names = "cpts"; 299461d6d05SGrygorii Strashko clocks = <&k3_clks 201 1>; 300461d6d05SGrygorii Strashko clock-names = "cpts"; 3018d523f09SLokesh Vutla interrupts-extended = <&main_navss_intr 391>; 302461d6d05SGrygorii Strashko interrupt-names = "cpts"; 303461d6d05SGrygorii Strashko ti,cpts-periodic-outputs = <6>; 304461d6d05SGrygorii Strashko ti,cpts-ext-ts-inputs = <8>; 305461d6d05SGrygorii Strashko }; 3061463a70dSSuman Anna }; 3071463a70dSSuman Anna 3082d87061eSNishanth Menon main_pmx0: pinmux@11c000 { 3092d87061eSNishanth Menon compatible = "pinctrl-single"; 3102d87061eSNishanth Menon /* Proxy 0 addressing */ 3112d87061eSNishanth Menon reg = <0x0 0x11c000 0x0 0x2b4>; 3122d87061eSNishanth Menon #pinctrl-cells = <1>; 3132d87061eSNishanth Menon pinctrl-single,register-width = <32>; 3142d87061eSNishanth Menon pinctrl-single,function-mask = <0xffffffff>; 3152d87061eSNishanth Menon }; 3162d87061eSNishanth Menon 317afd094ebSKishon Vijay Abraham I dummy_cmn_refclk: dummy-cmn-refclk { 318afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 319afd094ebSKishon Vijay Abraham I compatible = "fixed-clock"; 320afd094ebSKishon Vijay Abraham I clock-frequency = <100000000>; 321afd094ebSKishon Vijay Abraham I }; 322afd094ebSKishon Vijay Abraham I 323afd094ebSKishon Vijay Abraham I dummy_cmn_refclk1: dummy-cmn-refclk1 { 324afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 325afd094ebSKishon Vijay Abraham I compatible = "fixed-clock"; 326afd094ebSKishon Vijay Abraham I clock-frequency = <100000000>; 327afd094ebSKishon Vijay Abraham I }; 328afd094ebSKishon Vijay Abraham I 329afd094ebSKishon Vijay Abraham I serdes_wiz0: wiz@5000000 { 330afd094ebSKishon Vijay Abraham I compatible = "ti,j721e-wiz-16g"; 331afd094ebSKishon Vijay Abraham I #address-cells = <1>; 332afd094ebSKishon Vijay Abraham I #size-cells = <1>; 333afd094ebSKishon Vijay Abraham I power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>; 334afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 292 5>, <&k3_clks 292 11>, <&dummy_cmn_refclk>; 335afd094ebSKishon Vijay Abraham I clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 336afd094ebSKishon Vijay Abraham I assigned-clocks = <&k3_clks 292 11>, <&k3_clks 292 0>; 337afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 338afd094ebSKishon Vijay Abraham I num-lanes = <2>; 339afd094ebSKishon Vijay Abraham I #reset-cells = <1>; 340afd094ebSKishon Vijay Abraham I ranges = <0x5000000 0x0 0x5000000 0x10000>; 341afd094ebSKishon Vijay Abraham I 342afd094ebSKishon Vijay Abraham I wiz0_pll0_refclk: pll0-refclk { 343afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 292 11>, <&dummy_cmn_refclk>; 344afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 345afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz0_pll0_refclk>; 346afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 292 11>; 347afd094ebSKishon Vijay Abraham I }; 348afd094ebSKishon Vijay Abraham I 349afd094ebSKishon Vijay Abraham I wiz0_pll1_refclk: pll1-refclk { 350afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 292 0>, <&dummy_cmn_refclk1>; 351afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 352afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz0_pll1_refclk>; 353afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 292 0>; 354afd094ebSKishon Vijay Abraham I }; 355afd094ebSKishon Vijay Abraham I 356afd094ebSKishon Vijay Abraham I wiz0_refclk_dig: refclk-dig { 357afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 292 11>, <&k3_clks 292 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 358afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 359afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz0_refclk_dig>; 360afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 292 11>; 361afd094ebSKishon Vijay Abraham I }; 362afd094ebSKishon Vijay Abraham I 363afd094ebSKishon Vijay Abraham I wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div { 364afd094ebSKishon Vijay Abraham I clocks = <&wiz0_refclk_dig>; 365afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 366afd094ebSKishon Vijay Abraham I }; 367afd094ebSKishon Vijay Abraham I 368afd094ebSKishon Vijay Abraham I wiz0_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 369afd094ebSKishon Vijay Abraham I clocks = <&wiz0_pll1_refclk>; 370afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 371afd094ebSKishon Vijay Abraham I }; 372afd094ebSKishon Vijay Abraham I 373afd094ebSKishon Vijay Abraham I serdes0: serdes@5000000 { 374afd094ebSKishon Vijay Abraham I compatible = "ti,sierra-phy-t0"; 375afd094ebSKishon Vijay Abraham I reg-names = "serdes"; 376afd094ebSKishon Vijay Abraham I reg = <0x5000000 0x10000>; 377afd094ebSKishon Vijay Abraham I #address-cells = <1>; 378afd094ebSKishon Vijay Abraham I #size-cells = <0>; 379afd094ebSKishon Vijay Abraham I resets = <&serdes_wiz0 0>; 380afd094ebSKishon Vijay Abraham I reset-names = "sierra_reset"; 381afd094ebSKishon Vijay Abraham I clocks = <&wiz0_cmn_refclk_dig_div>, <&wiz0_cmn_refclk1_dig_div>; 382afd094ebSKishon Vijay Abraham I clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 383afd094ebSKishon Vijay Abraham I }; 384afd094ebSKishon Vijay Abraham I }; 385afd094ebSKishon Vijay Abraham I 386afd094ebSKishon Vijay Abraham I serdes_wiz1: wiz@5010000 { 387afd094ebSKishon Vijay Abraham I compatible = "ti,j721e-wiz-16g"; 388afd094ebSKishon Vijay Abraham I #address-cells = <1>; 389afd094ebSKishon Vijay Abraham I #size-cells = <1>; 390afd094ebSKishon Vijay Abraham I power-domains = <&k3_pds 293 TI_SCI_PD_EXCLUSIVE>; 391afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 293 5>, <&k3_clks 293 13>, <&dummy_cmn_refclk>; 392afd094ebSKishon Vijay Abraham I clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 393afd094ebSKishon Vijay Abraham I assigned-clocks = <&k3_clks 293 13>, <&k3_clks 293 0>; 394afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 293 17>, <&k3_clks 293 4>; 395afd094ebSKishon Vijay Abraham I num-lanes = <2>; 396afd094ebSKishon Vijay Abraham I #reset-cells = <1>; 397afd094ebSKishon Vijay Abraham I ranges = <0x5010000 0x0 0x5010000 0x10000>; 398afd094ebSKishon Vijay Abraham I 399afd094ebSKishon Vijay Abraham I wiz1_pll0_refclk: pll0-refclk { 400afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 293 13>, <&dummy_cmn_refclk>; 401afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 402afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz1_pll0_refclk>; 403afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 293 13>; 404afd094ebSKishon Vijay Abraham I }; 405afd094ebSKishon Vijay Abraham I 406afd094ebSKishon Vijay Abraham I wiz1_pll1_refclk: pll1-refclk { 407afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 293 0>, <&dummy_cmn_refclk1>; 408afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 409afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz1_pll1_refclk>; 410afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 293 0>; 411afd094ebSKishon Vijay Abraham I }; 412afd094ebSKishon Vijay Abraham I 413afd094ebSKishon Vijay Abraham I wiz1_refclk_dig: refclk-dig { 414afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 293 13>, <&k3_clks 293 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 415afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 416afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz1_refclk_dig>; 417afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 293 13>; 418afd094ebSKishon Vijay Abraham I }; 419afd094ebSKishon Vijay Abraham I 420afd094ebSKishon Vijay Abraham I wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div{ 421afd094ebSKishon Vijay Abraham I clocks = <&wiz1_refclk_dig>; 422afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 423afd094ebSKishon Vijay Abraham I }; 424afd094ebSKishon Vijay Abraham I 425afd094ebSKishon Vijay Abraham I wiz1_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 426afd094ebSKishon Vijay Abraham I clocks = <&wiz1_pll1_refclk>; 427afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 428afd094ebSKishon Vijay Abraham I }; 429afd094ebSKishon Vijay Abraham I 430afd094ebSKishon Vijay Abraham I serdes1: serdes@5010000 { 431afd094ebSKishon Vijay Abraham I compatible = "ti,sierra-phy-t0"; 432afd094ebSKishon Vijay Abraham I reg-names = "serdes"; 433afd094ebSKishon Vijay Abraham I reg = <0x5010000 0x10000>; 434afd094ebSKishon Vijay Abraham I #address-cells = <1>; 435afd094ebSKishon Vijay Abraham I #size-cells = <0>; 436afd094ebSKishon Vijay Abraham I resets = <&serdes_wiz1 0>; 437afd094ebSKishon Vijay Abraham I reset-names = "sierra_reset"; 438afd094ebSKishon Vijay Abraham I clocks = <&wiz1_cmn_refclk_dig_div>, <&wiz1_cmn_refclk1_dig_div>; 439afd094ebSKishon Vijay Abraham I clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 440afd094ebSKishon Vijay Abraham I }; 441afd094ebSKishon Vijay Abraham I }; 442afd094ebSKishon Vijay Abraham I 443afd094ebSKishon Vijay Abraham I serdes_wiz2: wiz@5020000 { 444afd094ebSKishon Vijay Abraham I compatible = "ti,j721e-wiz-16g"; 445afd094ebSKishon Vijay Abraham I #address-cells = <1>; 446afd094ebSKishon Vijay Abraham I #size-cells = <1>; 447afd094ebSKishon Vijay Abraham I power-domains = <&k3_pds 294 TI_SCI_PD_EXCLUSIVE>; 448afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 294 5>, <&k3_clks 294 11>, <&dummy_cmn_refclk>; 449afd094ebSKishon Vijay Abraham I clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 450afd094ebSKishon Vijay Abraham I assigned-clocks = <&k3_clks 294 11>, <&k3_clks 294 0>; 451afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 294 15>, <&k3_clks 294 4>; 452afd094ebSKishon Vijay Abraham I num-lanes = <2>; 453afd094ebSKishon Vijay Abraham I #reset-cells = <1>; 454afd094ebSKishon Vijay Abraham I ranges = <0x5020000 0x0 0x5020000 0x10000>; 455afd094ebSKishon Vijay Abraham I 456afd094ebSKishon Vijay Abraham I wiz2_pll0_refclk: pll0-refclk { 457afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 294 11>, <&dummy_cmn_refclk>; 458afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 459afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz2_pll0_refclk>; 460afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 294 11>; 461afd094ebSKishon Vijay Abraham I }; 462afd094ebSKishon Vijay Abraham I 463afd094ebSKishon Vijay Abraham I wiz2_pll1_refclk: pll1-refclk { 464afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 294 0>, <&dummy_cmn_refclk1>; 465afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 466afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz2_pll1_refclk>; 467afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 294 0>; 468afd094ebSKishon Vijay Abraham I }; 469afd094ebSKishon Vijay Abraham I 470afd094ebSKishon Vijay Abraham I wiz2_refclk_dig: refclk-dig { 471afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 294 11>, <&k3_clks 294 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 472afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 473afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz2_refclk_dig>; 474afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 294 11>; 475afd094ebSKishon Vijay Abraham I }; 476afd094ebSKishon Vijay Abraham I 477afd094ebSKishon Vijay Abraham I wiz2_cmn_refclk_dig_div: cmn-refclk-dig-div { 478afd094ebSKishon Vijay Abraham I clocks = <&wiz2_refclk_dig>; 479afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 480afd094ebSKishon Vijay Abraham I }; 481afd094ebSKishon Vijay Abraham I 482afd094ebSKishon Vijay Abraham I wiz2_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 483afd094ebSKishon Vijay Abraham I clocks = <&wiz2_pll1_refclk>; 484afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 485afd094ebSKishon Vijay Abraham I }; 486afd094ebSKishon Vijay Abraham I 487afd094ebSKishon Vijay Abraham I serdes2: serdes@5020000 { 488afd094ebSKishon Vijay Abraham I compatible = "ti,sierra-phy-t0"; 489afd094ebSKishon Vijay Abraham I reg-names = "serdes"; 490afd094ebSKishon Vijay Abraham I reg = <0x5020000 0x10000>; 491afd094ebSKishon Vijay Abraham I #address-cells = <1>; 492afd094ebSKishon Vijay Abraham I #size-cells = <0>; 493afd094ebSKishon Vijay Abraham I resets = <&serdes_wiz2 0>; 494afd094ebSKishon Vijay Abraham I reset-names = "sierra_reset"; 495afd094ebSKishon Vijay Abraham I clocks = <&wiz2_cmn_refclk_dig_div>, <&wiz2_cmn_refclk1_dig_div>; 496afd094ebSKishon Vijay Abraham I clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 497afd094ebSKishon Vijay Abraham I }; 498afd094ebSKishon Vijay Abraham I }; 499afd094ebSKishon Vijay Abraham I 500afd094ebSKishon Vijay Abraham I serdes_wiz3: wiz@5030000 { 501afd094ebSKishon Vijay Abraham I compatible = "ti,j721e-wiz-16g"; 502afd094ebSKishon Vijay Abraham I #address-cells = <1>; 503afd094ebSKishon Vijay Abraham I #size-cells = <1>; 504afd094ebSKishon Vijay Abraham I power-domains = <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>; 505afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 295 5>, <&k3_clks 295 9>, <&dummy_cmn_refclk>; 506afd094ebSKishon Vijay Abraham I clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 507afd094ebSKishon Vijay Abraham I assigned-clocks = <&k3_clks 295 9>, <&k3_clks 295 0>; 508afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 295 13>, <&k3_clks 295 4>; 509afd094ebSKishon Vijay Abraham I num-lanes = <2>; 510afd094ebSKishon Vijay Abraham I #reset-cells = <1>; 511afd094ebSKishon Vijay Abraham I ranges = <0x5030000 0x0 0x5030000 0x10000>; 512afd094ebSKishon Vijay Abraham I 513afd094ebSKishon Vijay Abraham I wiz3_pll0_refclk: pll0-refclk { 514afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 295 9>, <&dummy_cmn_refclk>; 515afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 516afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz3_pll0_refclk>; 517afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 295 9>; 518afd094ebSKishon Vijay Abraham I }; 519afd094ebSKishon Vijay Abraham I 520afd094ebSKishon Vijay Abraham I wiz3_pll1_refclk: pll1-refclk { 521afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 295 0>, <&dummy_cmn_refclk1>; 522afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 523afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz3_pll1_refclk>; 524afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 295 0>; 525afd094ebSKishon Vijay Abraham I }; 526afd094ebSKishon Vijay Abraham I 527afd094ebSKishon Vijay Abraham I wiz3_refclk_dig: refclk-dig { 528afd094ebSKishon Vijay Abraham I clocks = <&k3_clks 295 9>, <&k3_clks 295 0>, <&dummy_cmn_refclk>, <&dummy_cmn_refclk1>; 529afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 530afd094ebSKishon Vijay Abraham I assigned-clocks = <&wiz3_refclk_dig>; 531afd094ebSKishon Vijay Abraham I assigned-clock-parents = <&k3_clks 295 9>; 532afd094ebSKishon Vijay Abraham I }; 533afd094ebSKishon Vijay Abraham I 534afd094ebSKishon Vijay Abraham I wiz3_cmn_refclk_dig_div: cmn-refclk-dig-div { 535afd094ebSKishon Vijay Abraham I clocks = <&wiz3_refclk_dig>; 536afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 537afd094ebSKishon Vijay Abraham I }; 538afd094ebSKishon Vijay Abraham I 539afd094ebSKishon Vijay Abraham I wiz3_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 540afd094ebSKishon Vijay Abraham I clocks = <&wiz3_pll1_refclk>; 541afd094ebSKishon Vijay Abraham I #clock-cells = <0>; 542afd094ebSKishon Vijay Abraham I }; 543afd094ebSKishon Vijay Abraham I 544afd094ebSKishon Vijay Abraham I serdes3: serdes@5030000 { 545afd094ebSKishon Vijay Abraham I compatible = "ti,sierra-phy-t0"; 546afd094ebSKishon Vijay Abraham I reg-names = "serdes"; 547afd094ebSKishon Vijay Abraham I reg = <0x5030000 0x10000>; 548afd094ebSKishon Vijay Abraham I #address-cells = <1>; 549afd094ebSKishon Vijay Abraham I #size-cells = <0>; 550afd094ebSKishon Vijay Abraham I resets = <&serdes_wiz3 0>; 551afd094ebSKishon Vijay Abraham I reset-names = "sierra_reset"; 552afd094ebSKishon Vijay Abraham I clocks = <&wiz3_cmn_refclk_dig_div>, <&wiz3_cmn_refclk1_dig_div>; 553afd094ebSKishon Vijay Abraham I clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div"; 554afd094ebSKishon Vijay Abraham I }; 555afd094ebSKishon Vijay Abraham I }; 556afd094ebSKishon Vijay Abraham I 5572d87061eSNishanth Menon main_uart0: serial@2800000 { 5582d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 5592d87061eSNishanth Menon reg = <0x00 0x02800000 0x00 0x100>; 5602d87061eSNishanth Menon reg-shift = <2>; 5612d87061eSNishanth Menon reg-io-width = <4>; 5622d87061eSNishanth Menon interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; 5632d87061eSNishanth Menon clock-frequency = <48000000>; 5642d87061eSNishanth Menon current-speed = <115200>; 565bf146a1aSLokesh Vutla power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 5662d87061eSNishanth Menon clocks = <&k3_clks 146 0>; 5672d87061eSNishanth Menon clock-names = "fclk"; 5682d87061eSNishanth Menon }; 5692d87061eSNishanth Menon 5702d87061eSNishanth Menon main_uart1: serial@2810000 { 5712d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 5722d87061eSNishanth Menon reg = <0x00 0x02810000 0x00 0x100>; 5732d87061eSNishanth Menon reg-shift = <2>; 5742d87061eSNishanth Menon reg-io-width = <4>; 5752d87061eSNishanth Menon interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; 5762d87061eSNishanth Menon clock-frequency = <48000000>; 5772d87061eSNishanth Menon current-speed = <115200>; 578bf146a1aSLokesh Vutla power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>; 5792d87061eSNishanth Menon clocks = <&k3_clks 278 0>; 5802d87061eSNishanth Menon clock-names = "fclk"; 5812d87061eSNishanth Menon }; 5822d87061eSNishanth Menon 5832d87061eSNishanth Menon main_uart2: serial@2820000 { 5842d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 5852d87061eSNishanth Menon reg = <0x00 0x02820000 0x00 0x100>; 5862d87061eSNishanth Menon reg-shift = <2>; 5872d87061eSNishanth Menon reg-io-width = <4>; 5882d87061eSNishanth Menon interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; 5892d87061eSNishanth Menon clock-frequency = <48000000>; 5902d87061eSNishanth Menon current-speed = <115200>; 591bf146a1aSLokesh Vutla power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>; 5922d87061eSNishanth Menon clocks = <&k3_clks 279 0>; 5932d87061eSNishanth Menon clock-names = "fclk"; 5942d87061eSNishanth Menon }; 5952d87061eSNishanth Menon 5962d87061eSNishanth Menon main_uart3: serial@2830000 { 5972d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 5982d87061eSNishanth Menon reg = <0x00 0x02830000 0x00 0x100>; 5992d87061eSNishanth Menon reg-shift = <2>; 6002d87061eSNishanth Menon reg-io-width = <4>; 6012d87061eSNishanth Menon interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>; 6022d87061eSNishanth Menon clock-frequency = <48000000>; 6032d87061eSNishanth Menon current-speed = <115200>; 604bf146a1aSLokesh Vutla power-domains = <&k3_pds 280 TI_SCI_PD_EXCLUSIVE>; 6052d87061eSNishanth Menon clocks = <&k3_clks 280 0>; 6062d87061eSNishanth Menon clock-names = "fclk"; 6072d87061eSNishanth Menon }; 6082d87061eSNishanth Menon 6092d87061eSNishanth Menon main_uart4: serial@2840000 { 6102d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 6112d87061eSNishanth Menon reg = <0x00 0x02840000 0x00 0x100>; 6122d87061eSNishanth Menon reg-shift = <2>; 6132d87061eSNishanth Menon reg-io-width = <4>; 6142d87061eSNishanth Menon interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>; 6152d87061eSNishanth Menon clock-frequency = <48000000>; 6162d87061eSNishanth Menon current-speed = <115200>; 617bf146a1aSLokesh Vutla power-domains = <&k3_pds 281 TI_SCI_PD_EXCLUSIVE>; 6182d87061eSNishanth Menon clocks = <&k3_clks 281 0>; 6192d87061eSNishanth Menon clock-names = "fclk"; 6202d87061eSNishanth Menon }; 6212d87061eSNishanth Menon 6222d87061eSNishanth Menon main_uart5: serial@2850000 { 6232d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 6242d87061eSNishanth Menon reg = <0x00 0x02850000 0x00 0x100>; 6252d87061eSNishanth Menon reg-shift = <2>; 6262d87061eSNishanth Menon reg-io-width = <4>; 6272d87061eSNishanth Menon interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>; 6282d87061eSNishanth Menon clock-frequency = <48000000>; 6292d87061eSNishanth Menon current-speed = <115200>; 630bf146a1aSLokesh Vutla power-domains = <&k3_pds 282 TI_SCI_PD_EXCLUSIVE>; 6312d87061eSNishanth Menon clocks = <&k3_clks 282 0>; 6322d87061eSNishanth Menon clock-names = "fclk"; 6332d87061eSNishanth Menon }; 6342d87061eSNishanth Menon 6352d87061eSNishanth Menon main_uart6: serial@2860000 { 6362d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 6372d87061eSNishanth Menon reg = <0x00 0x02860000 0x00 0x100>; 6382d87061eSNishanth Menon reg-shift = <2>; 6392d87061eSNishanth Menon reg-io-width = <4>; 6402d87061eSNishanth Menon interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>; 6412d87061eSNishanth Menon clock-frequency = <48000000>; 6422d87061eSNishanth Menon current-speed = <115200>; 643bf146a1aSLokesh Vutla power-domains = <&k3_pds 283 TI_SCI_PD_EXCLUSIVE>; 6442d87061eSNishanth Menon clocks = <&k3_clks 283 0>; 6452d87061eSNishanth Menon clock-names = "fclk"; 6462d87061eSNishanth Menon }; 6472d87061eSNishanth Menon 6482d87061eSNishanth Menon main_uart7: serial@2870000 { 6492d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 6502d87061eSNishanth Menon reg = <0x00 0x02870000 0x00 0x100>; 6512d87061eSNishanth Menon reg-shift = <2>; 6522d87061eSNishanth Menon reg-io-width = <4>; 6532d87061eSNishanth Menon interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>; 6542d87061eSNishanth Menon clock-frequency = <48000000>; 6552d87061eSNishanth Menon current-speed = <115200>; 656bf146a1aSLokesh Vutla power-domains = <&k3_pds 284 TI_SCI_PD_EXCLUSIVE>; 6572d87061eSNishanth Menon clocks = <&k3_clks 284 0>; 6582d87061eSNishanth Menon clock-names = "fclk"; 6592d87061eSNishanth Menon }; 6602d87061eSNishanth Menon 6612d87061eSNishanth Menon main_uart8: serial@2880000 { 6622d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 6632d87061eSNishanth Menon reg = <0x00 0x02880000 0x00 0x100>; 6642d87061eSNishanth Menon reg-shift = <2>; 6652d87061eSNishanth Menon reg-io-width = <4>; 6662d87061eSNishanth Menon interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>; 6672d87061eSNishanth Menon clock-frequency = <48000000>; 6682d87061eSNishanth Menon current-speed = <115200>; 669bf146a1aSLokesh Vutla power-domains = <&k3_pds 285 TI_SCI_PD_EXCLUSIVE>; 6702d87061eSNishanth Menon clocks = <&k3_clks 285 0>; 6712d87061eSNishanth Menon clock-names = "fclk"; 6722d87061eSNishanth Menon }; 6732d87061eSNishanth Menon 6742d87061eSNishanth Menon main_uart9: serial@2890000 { 6752d87061eSNishanth Menon compatible = "ti,j721e-uart", "ti,am654-uart"; 6762d87061eSNishanth Menon reg = <0x00 0x02890000 0x00 0x100>; 6772d87061eSNishanth Menon reg-shift = <2>; 6782d87061eSNishanth Menon reg-io-width = <4>; 6792d87061eSNishanth Menon interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>; 6802d87061eSNishanth Menon clock-frequency = <48000000>; 6812d87061eSNishanth Menon current-speed = <115200>; 682bf146a1aSLokesh Vutla power-domains = <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>; 6832d87061eSNishanth Menon clocks = <&k3_clks 286 0>; 6842d87061eSNishanth Menon clock-names = "fclk"; 6852d87061eSNishanth Menon }; 686248f3eaeSLokesh Vutla 687248f3eaeSLokesh Vutla main_gpio0: gpio@600000 { 688248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 689248f3eaeSLokesh Vutla reg = <0x0 0x00600000 0x0 0x100>; 690248f3eaeSLokesh Vutla gpio-controller; 691248f3eaeSLokesh Vutla #gpio-cells = <2>; 692248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 6938d523f09SLokesh Vutla interrupts = <256>, <257>, <258>, <259>, 6948d523f09SLokesh Vutla <260>, <261>, <262>, <263>; 695248f3eaeSLokesh Vutla interrupt-controller; 696248f3eaeSLokesh Vutla #interrupt-cells = <2>; 697248f3eaeSLokesh Vutla ti,ngpio = <128>; 698248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 699248f3eaeSLokesh Vutla power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 700248f3eaeSLokesh Vutla clocks = <&k3_clks 105 0>; 701248f3eaeSLokesh Vutla clock-names = "gpio"; 702248f3eaeSLokesh Vutla }; 703248f3eaeSLokesh Vutla 704248f3eaeSLokesh Vutla main_gpio1: gpio@601000 { 705248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 706248f3eaeSLokesh Vutla reg = <0x0 0x00601000 0x0 0x100>; 707248f3eaeSLokesh Vutla gpio-controller; 708248f3eaeSLokesh Vutla #gpio-cells = <2>; 709248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 7108d523f09SLokesh Vutla interrupts = <288>, <289>, <290>; 711248f3eaeSLokesh Vutla interrupt-controller; 712248f3eaeSLokesh Vutla #interrupt-cells = <2>; 713248f3eaeSLokesh Vutla ti,ngpio = <36>; 714248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 715248f3eaeSLokesh Vutla power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; 716248f3eaeSLokesh Vutla clocks = <&k3_clks 106 0>; 717248f3eaeSLokesh Vutla clock-names = "gpio"; 718248f3eaeSLokesh Vutla }; 719248f3eaeSLokesh Vutla 720248f3eaeSLokesh Vutla main_gpio2: gpio@610000 { 721248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 722248f3eaeSLokesh Vutla reg = <0x0 0x00610000 0x0 0x100>; 723248f3eaeSLokesh Vutla gpio-controller; 724248f3eaeSLokesh Vutla #gpio-cells = <2>; 725248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 7268d523f09SLokesh Vutla interrupts = <264>, <265>, <266>, <267>, 7278d523f09SLokesh Vutla <268>, <269>, <270>, <271>; 728248f3eaeSLokesh Vutla interrupt-controller; 729248f3eaeSLokesh Vutla #interrupt-cells = <2>; 730248f3eaeSLokesh Vutla ti,ngpio = <128>; 731248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 732248f3eaeSLokesh Vutla power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>; 733248f3eaeSLokesh Vutla clocks = <&k3_clks 107 0>; 734248f3eaeSLokesh Vutla clock-names = "gpio"; 735248f3eaeSLokesh Vutla }; 736248f3eaeSLokesh Vutla 737248f3eaeSLokesh Vutla main_gpio3: gpio@611000 { 738248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 739248f3eaeSLokesh Vutla reg = <0x0 0x00611000 0x0 0x100>; 740248f3eaeSLokesh Vutla gpio-controller; 741248f3eaeSLokesh Vutla #gpio-cells = <2>; 742248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 7438d523f09SLokesh Vutla interrupts = <292>, <293>, <294>; 744248f3eaeSLokesh Vutla interrupt-controller; 745248f3eaeSLokesh Vutla #interrupt-cells = <2>; 746248f3eaeSLokesh Vutla ti,ngpio = <36>; 747248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 748248f3eaeSLokesh Vutla power-domains = <&k3_pds 108 TI_SCI_PD_EXCLUSIVE>; 749248f3eaeSLokesh Vutla clocks = <&k3_clks 108 0>; 750248f3eaeSLokesh Vutla clock-names = "gpio"; 751248f3eaeSLokesh Vutla }; 752248f3eaeSLokesh Vutla 753248f3eaeSLokesh Vutla main_gpio4: gpio@620000 { 754248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 755248f3eaeSLokesh Vutla reg = <0x0 0x00620000 0x0 0x100>; 756248f3eaeSLokesh Vutla gpio-controller; 757248f3eaeSLokesh Vutla #gpio-cells = <2>; 758248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 7598d523f09SLokesh Vutla interrupts = <272>, <273>, <274>, <275>, 7608d523f09SLokesh Vutla <276>, <277>, <278>, <279>; 761248f3eaeSLokesh Vutla interrupt-controller; 762248f3eaeSLokesh Vutla #interrupt-cells = <2>; 763248f3eaeSLokesh Vutla ti,ngpio = <128>; 764248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 765248f3eaeSLokesh Vutla power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>; 766248f3eaeSLokesh Vutla clocks = <&k3_clks 109 0>; 767248f3eaeSLokesh Vutla clock-names = "gpio"; 768248f3eaeSLokesh Vutla }; 769248f3eaeSLokesh Vutla 770248f3eaeSLokesh Vutla main_gpio5: gpio@621000 { 771248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 772248f3eaeSLokesh Vutla reg = <0x0 0x00621000 0x0 0x100>; 773248f3eaeSLokesh Vutla gpio-controller; 774248f3eaeSLokesh Vutla #gpio-cells = <2>; 775248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 7768d523f09SLokesh Vutla interrupts = <296>, <297>, <298>; 777248f3eaeSLokesh Vutla interrupt-controller; 778248f3eaeSLokesh Vutla #interrupt-cells = <2>; 779248f3eaeSLokesh Vutla ti,ngpio = <36>; 780248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 781248f3eaeSLokesh Vutla power-domains = <&k3_pds 110 TI_SCI_PD_EXCLUSIVE>; 782248f3eaeSLokesh Vutla clocks = <&k3_clks 110 0>; 783248f3eaeSLokesh Vutla clock-names = "gpio"; 784248f3eaeSLokesh Vutla }; 785248f3eaeSLokesh Vutla 786248f3eaeSLokesh Vutla main_gpio6: gpio@630000 { 787248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 788248f3eaeSLokesh Vutla reg = <0x0 0x00630000 0x0 0x100>; 789248f3eaeSLokesh Vutla gpio-controller; 790248f3eaeSLokesh Vutla #gpio-cells = <2>; 791248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 7928d523f09SLokesh Vutla interrupts = <280>, <281>, <282>, <283>, 7938d523f09SLokesh Vutla <284>, <285>, <286>, <287>; 794248f3eaeSLokesh Vutla interrupt-controller; 795248f3eaeSLokesh Vutla #interrupt-cells = <2>; 796248f3eaeSLokesh Vutla ti,ngpio = <128>; 797248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 798248f3eaeSLokesh Vutla power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>; 799248f3eaeSLokesh Vutla clocks = <&k3_clks 111 0>; 800248f3eaeSLokesh Vutla clock-names = "gpio"; 801248f3eaeSLokesh Vutla }; 802248f3eaeSLokesh Vutla 803248f3eaeSLokesh Vutla main_gpio7: gpio@631000 { 804248f3eaeSLokesh Vutla compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 805248f3eaeSLokesh Vutla reg = <0x0 0x00631000 0x0 0x100>; 806248f3eaeSLokesh Vutla gpio-controller; 807248f3eaeSLokesh Vutla #gpio-cells = <2>; 808248f3eaeSLokesh Vutla interrupt-parent = <&main_gpio_intr>; 8098d523f09SLokesh Vutla interrupts = <300>, <301>, <302>; 810248f3eaeSLokesh Vutla interrupt-controller; 811248f3eaeSLokesh Vutla #interrupt-cells = <2>; 812248f3eaeSLokesh Vutla ti,ngpio = <36>; 813248f3eaeSLokesh Vutla ti,davinci-gpio-unbanked = <0>; 814248f3eaeSLokesh Vutla power-domains = <&k3_pds 112 TI_SCI_PD_EXCLUSIVE>; 815248f3eaeSLokesh Vutla clocks = <&k3_clks 112 0>; 816248f3eaeSLokesh Vutla clock-names = "gpio"; 817248f3eaeSLokesh Vutla }; 818e6dc10f2SFaiz Abbas 819e6dc10f2SFaiz Abbas main_sdhci0: sdhci@4f80000 { 820e6dc10f2SFaiz Abbas compatible = "ti,j721e-sdhci-8bit"; 821e6dc10f2SFaiz Abbas reg = <0x0 0x4f80000 0x0 0x1000>, <0x0 0x4f88000 0x0 0x400>; 822e6dc10f2SFaiz Abbas interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 823e6dc10f2SFaiz Abbas power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>; 824e6dc10f2SFaiz Abbas clock-names = "clk_xin", "clk_ahb"; 825e6dc10f2SFaiz Abbas clocks = <&k3_clks 91 1>, <&k3_clks 91 0>; 826e6dc10f2SFaiz Abbas assigned-clocks = <&k3_clks 91 1>; 827e6dc10f2SFaiz Abbas assigned-clock-parents = <&k3_clks 91 2>; 828e6dc10f2SFaiz Abbas bus-width = <8>; 829e6dc10f2SFaiz Abbas mmc-hs400-1_8v; 830e6dc10f2SFaiz Abbas mmc-ddr-1_8v; 831e6dc10f2SFaiz Abbas ti,otap-del-sel = <0x2>; 832e6dc10f2SFaiz Abbas ti,trm-icp = <0x8>; 833e6dc10f2SFaiz Abbas ti,strobe-sel = <0x77>; 834e6dc10f2SFaiz Abbas dma-coherent; 835e6dc10f2SFaiz Abbas }; 836e6dc10f2SFaiz Abbas 837e6dc10f2SFaiz Abbas main_sdhci1: sdhci@4fb0000 { 838e6dc10f2SFaiz Abbas compatible = "ti,j721e-sdhci-4bit"; 839e6dc10f2SFaiz Abbas reg = <0x0 0x04fb0000 0x0 0x1000>, <0x0 0x4fb8000 0x0 0x400>; 840e6dc10f2SFaiz Abbas interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 841e6dc10f2SFaiz Abbas power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>; 842e6dc10f2SFaiz Abbas clock-names = "clk_xin", "clk_ahb"; 843e6dc10f2SFaiz Abbas clocks = <&k3_clks 92 0>, <&k3_clks 92 5>; 844e6dc10f2SFaiz Abbas assigned-clocks = <&k3_clks 92 0>; 845e6dc10f2SFaiz Abbas assigned-clock-parents = <&k3_clks 92 1>; 846e6dc10f2SFaiz Abbas ti,otap-del-sel = <0x2>; 847e6dc10f2SFaiz Abbas ti,trm-icp = <0x8>; 848e6dc10f2SFaiz Abbas ti,clkbuf-sel = <0x7>; 849e6dc10f2SFaiz Abbas dma-coherent; 850e6dc10f2SFaiz Abbas no-1-8-v; 851e6dc10f2SFaiz Abbas }; 852e6dc10f2SFaiz Abbas 853e6dc10f2SFaiz Abbas main_sdhci2: sdhci@4f98000 { 854e6dc10f2SFaiz Abbas compatible = "ti,j721e-sdhci-4bit"; 855e6dc10f2SFaiz Abbas reg = <0x0 0x4f98000 0x0 0x1000>, <0x0 0x4f90000 0x0 0x400>; 856e6dc10f2SFaiz Abbas interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 857e6dc10f2SFaiz Abbas power-domains = <&k3_pds 93 TI_SCI_PD_EXCLUSIVE>; 858e6dc10f2SFaiz Abbas clock-names = "clk_xin", "clk_ahb"; 859e6dc10f2SFaiz Abbas clocks = <&k3_clks 93 0>, <&k3_clks 93 5>; 860e6dc10f2SFaiz Abbas assigned-clocks = <&k3_clks 93 0>; 861e6dc10f2SFaiz Abbas assigned-clock-parents = <&k3_clks 93 1>; 862e6dc10f2SFaiz Abbas ti,otap-del-sel = <0x2>; 863e6dc10f2SFaiz Abbas ti,trm-icp = <0x8>; 864e6dc10f2SFaiz Abbas ti,clkbuf-sel = <0x7>; 865e6dc10f2SFaiz Abbas dma-coherent; 866e6dc10f2SFaiz Abbas no-1-8-v; 867e6dc10f2SFaiz Abbas }; 868451555c8SRoger Quadros 869451555c8SRoger Quadros usbss0: cdns_usb@4104000 { 870451555c8SRoger Quadros compatible = "ti,j721e-usb"; 871451555c8SRoger Quadros reg = <0x00 0x4104000 0x00 0x100>; 872451555c8SRoger Quadros dma-coherent; 873451555c8SRoger Quadros power-domains = <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>; 874451555c8SRoger Quadros clocks = <&k3_clks 288 15>, <&k3_clks 288 3>; 875451555c8SRoger Quadros clock-names = "ref", "lpm"; 876451555c8SRoger Quadros assigned-clocks = <&k3_clks 288 15>; /* USB2_REFCLK */ 877451555c8SRoger Quadros assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */ 878451555c8SRoger Quadros #address-cells = <2>; 879451555c8SRoger Quadros #size-cells = <2>; 880451555c8SRoger Quadros ranges; 881451555c8SRoger Quadros 882451555c8SRoger Quadros usb0: usb@6000000 { 883451555c8SRoger Quadros compatible = "cdns,usb3"; 884451555c8SRoger Quadros reg = <0x00 0x6000000 0x00 0x10000>, 885451555c8SRoger Quadros <0x00 0x6010000 0x00 0x10000>, 886451555c8SRoger Quadros <0x00 0x6020000 0x00 0x10000>; 887451555c8SRoger Quadros reg-names = "otg", "xhci", "dev"; 888451555c8SRoger Quadros interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 889451555c8SRoger Quadros <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 890451555c8SRoger Quadros <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 891451555c8SRoger Quadros interrupt-names = "host", 892451555c8SRoger Quadros "peripheral", 893451555c8SRoger Quadros "otg"; 894451555c8SRoger Quadros maximum-speed = "super-speed"; 895451555c8SRoger Quadros dr_mode = "otg"; 896451555c8SRoger Quadros }; 897451555c8SRoger Quadros }; 898451555c8SRoger Quadros 899451555c8SRoger Quadros usbss1: cdns_usb@4114000 { 900451555c8SRoger Quadros compatible = "ti,j721e-usb"; 901451555c8SRoger Quadros reg = <0x00 0x4114000 0x00 0x100>; 902451555c8SRoger Quadros dma-coherent; 903451555c8SRoger Quadros power-domains = <&k3_pds 289 TI_SCI_PD_EXCLUSIVE>; 904451555c8SRoger Quadros clocks = <&k3_clks 289 15>, <&k3_clks 289 3>; 905451555c8SRoger Quadros clock-names = "ref", "lpm"; 906451555c8SRoger Quadros assigned-clocks = <&k3_clks 289 15>; /* USB2_REFCLK */ 907451555c8SRoger Quadros assigned-clock-parents = <&k3_clks 289 16>; /* HFOSC0 */ 908451555c8SRoger Quadros #address-cells = <2>; 909451555c8SRoger Quadros #size-cells = <2>; 910451555c8SRoger Quadros ranges; 911451555c8SRoger Quadros 912451555c8SRoger Quadros usb1: usb@6400000 { 913451555c8SRoger Quadros compatible = "cdns,usb3"; 914451555c8SRoger Quadros reg = <0x00 0x6400000 0x00 0x10000>, 915451555c8SRoger Quadros <0x00 0x6410000 0x00 0x10000>, 916451555c8SRoger Quadros <0x00 0x6420000 0x00 0x10000>; 917451555c8SRoger Quadros reg-names = "otg", "xhci", "dev"; 918451555c8SRoger Quadros interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 919451555c8SRoger Quadros <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 920451555c8SRoger Quadros <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 921451555c8SRoger Quadros interrupt-names = "host", 922451555c8SRoger Quadros "peripheral", 923451555c8SRoger Quadros "otg"; 924451555c8SRoger Quadros maximum-speed = "super-speed"; 925451555c8SRoger Quadros dr_mode = "otg"; 926451555c8SRoger Quadros }; 927451555c8SRoger Quadros }; 928cb27354bSVignesh Raghavendra 929cb27354bSVignesh Raghavendra main_i2c0: i2c@2000000 { 930cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 931cb27354bSVignesh Raghavendra reg = <0x0 0x2000000 0x0 0x100>; 932cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>; 933cb27354bSVignesh Raghavendra #address-cells = <1>; 934cb27354bSVignesh Raghavendra #size-cells = <0>; 935cb27354bSVignesh Raghavendra clock-names = "fck"; 936cb27354bSVignesh Raghavendra clocks = <&k3_clks 187 0>; 937cb27354bSVignesh Raghavendra power-domains = <&k3_pds 187 TI_SCI_PD_SHARED>; 938cb27354bSVignesh Raghavendra }; 939cb27354bSVignesh Raghavendra 940cb27354bSVignesh Raghavendra main_i2c1: i2c@2010000 { 941cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 942cb27354bSVignesh Raghavendra reg = <0x0 0x2010000 0x0 0x100>; 943cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; 944cb27354bSVignesh Raghavendra #address-cells = <1>; 945cb27354bSVignesh Raghavendra #size-cells = <0>; 946cb27354bSVignesh Raghavendra clock-names = "fck"; 947cb27354bSVignesh Raghavendra clocks = <&k3_clks 188 0>; 948cb27354bSVignesh Raghavendra power-domains = <&k3_pds 188 TI_SCI_PD_EXCLUSIVE>; 949cb27354bSVignesh Raghavendra }; 950cb27354bSVignesh Raghavendra 951cb27354bSVignesh Raghavendra main_i2c2: i2c@2020000 { 952cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 953cb27354bSVignesh Raghavendra reg = <0x0 0x2020000 0x0 0x100>; 954cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>; 955cb27354bSVignesh Raghavendra #address-cells = <1>; 956cb27354bSVignesh Raghavendra #size-cells = <0>; 957cb27354bSVignesh Raghavendra clock-names = "fck"; 958cb27354bSVignesh Raghavendra clocks = <&k3_clks 189 0>; 959cb27354bSVignesh Raghavendra power-domains = <&k3_pds 189 TI_SCI_PD_EXCLUSIVE>; 960cb27354bSVignesh Raghavendra }; 961cb27354bSVignesh Raghavendra 962cb27354bSVignesh Raghavendra main_i2c3: i2c@2030000 { 963cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 964cb27354bSVignesh Raghavendra reg = <0x0 0x2030000 0x0 0x100>; 965cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 966cb27354bSVignesh Raghavendra #address-cells = <1>; 967cb27354bSVignesh Raghavendra #size-cells = <0>; 968cb27354bSVignesh Raghavendra clock-names = "fck"; 969cb27354bSVignesh Raghavendra clocks = <&k3_clks 190 0>; 970cb27354bSVignesh Raghavendra power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>; 971cb27354bSVignesh Raghavendra }; 972cb27354bSVignesh Raghavendra 973cb27354bSVignesh Raghavendra main_i2c4: i2c@2040000 { 974cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 975cb27354bSVignesh Raghavendra reg = <0x0 0x2040000 0x0 0x100>; 976cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>; 977cb27354bSVignesh Raghavendra #address-cells = <1>; 978cb27354bSVignesh Raghavendra #size-cells = <0>; 979cb27354bSVignesh Raghavendra clock-names = "fck"; 980cb27354bSVignesh Raghavendra clocks = <&k3_clks 191 0>; 981cb27354bSVignesh Raghavendra power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>; 982cb27354bSVignesh Raghavendra }; 983cb27354bSVignesh Raghavendra 984cb27354bSVignesh Raghavendra main_i2c5: i2c@2050000 { 985cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 986cb27354bSVignesh Raghavendra reg = <0x0 0x2050000 0x0 0x100>; 987cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 988cb27354bSVignesh Raghavendra #address-cells = <1>; 989cb27354bSVignesh Raghavendra #size-cells = <0>; 990cb27354bSVignesh Raghavendra clock-names = "fck"; 991cb27354bSVignesh Raghavendra clocks = <&k3_clks 192 0>; 992cb27354bSVignesh Raghavendra power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>; 993cb27354bSVignesh Raghavendra }; 994cb27354bSVignesh Raghavendra 995cb27354bSVignesh Raghavendra main_i2c6: i2c@2060000 { 996cb27354bSVignesh Raghavendra compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 997cb27354bSVignesh Raghavendra reg = <0x0 0x2060000 0x0 0x100>; 998cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>; 999cb27354bSVignesh Raghavendra #address-cells = <1>; 1000cb27354bSVignesh Raghavendra #size-cells = <0>; 1001cb27354bSVignesh Raghavendra clock-names = "fck"; 1002cb27354bSVignesh Raghavendra clocks = <&k3_clks 193 0>; 1003cb27354bSVignesh Raghavendra power-domains = <&k3_pds 193 TI_SCI_PD_EXCLUSIVE>; 1004cb27354bSVignesh Raghavendra }; 1005cb27354bSVignesh Raghavendra 1006cb27354bSVignesh Raghavendra ufs_wrapper: ufs-wrapper@4e80000 { 1007cb27354bSVignesh Raghavendra compatible = "ti,j721e-ufs"; 1008cb27354bSVignesh Raghavendra reg = <0x0 0x4e80000 0x0 0x100>; 1009cb27354bSVignesh Raghavendra power-domains = <&k3_pds 277 TI_SCI_PD_EXCLUSIVE>; 1010cb27354bSVignesh Raghavendra clocks = <&k3_clks 277 1>; 1011cb27354bSVignesh Raghavendra assigned-clocks = <&k3_clks 277 1>; 1012cb27354bSVignesh Raghavendra assigned-clock-parents = <&k3_clks 277 4>; 1013cb27354bSVignesh Raghavendra ranges; 1014cb27354bSVignesh Raghavendra #address-cells = <2>; 1015cb27354bSVignesh Raghavendra #size-cells = <2>; 1016cb27354bSVignesh Raghavendra 1017cb27354bSVignesh Raghavendra ufs@4e84000 { 1018cb27354bSVignesh Raghavendra compatible = "cdns,ufshc-m31-16nm", "jedec,ufs-2.0"; 1019cb27354bSVignesh Raghavendra reg = <0x0 0x4e84000 0x0 0x10000>; 1020cb27354bSVignesh Raghavendra interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1021cb27354bSVignesh Raghavendra freq-table-hz = <250000000 250000000>, <19200000 19200000>, <19200000 19200000>; 1022cb27354bSVignesh Raghavendra clocks = <&k3_clks 277 0>, <&k3_clks 277 1>, <&k3_clks 277 1>; 1023cb27354bSVignesh Raghavendra clock-names = "core_clk", "phy_clk", "ref_clk"; 1024cb27354bSVignesh Raghavendra dma-coherent; 1025cb27354bSVignesh Raghavendra }; 1026cb27354bSVignesh Raghavendra }; 10271c4d3526SPeter Ujfalusi 102876921f15STomi Valkeinen dss: dss@04a00000 { 102976921f15STomi Valkeinen compatible = "ti,j721e-dss"; 103076921f15STomi Valkeinen reg = 103176921f15STomi Valkeinen <0x00 0x04a00000 0x00 0x10000>, /* common_m */ 103276921f15STomi Valkeinen <0x00 0x04a10000 0x00 0x10000>, /* common_s0*/ 103376921f15STomi Valkeinen <0x00 0x04b00000 0x00 0x10000>, /* common_s1*/ 103476921f15STomi Valkeinen <0x00 0x04b10000 0x00 0x10000>, /* common_s2*/ 103576921f15STomi Valkeinen 103676921f15STomi Valkeinen <0x00 0x04a20000 0x00 0x10000>, /* vidl1 */ 103776921f15STomi Valkeinen <0x00 0x04a30000 0x00 0x10000>, /* vidl2 */ 103876921f15STomi Valkeinen <0x00 0x04a50000 0x00 0x10000>, /* vid1 */ 103976921f15STomi Valkeinen <0x00 0x04a60000 0x00 0x10000>, /* vid2 */ 104076921f15STomi Valkeinen 104176921f15STomi Valkeinen <0x00 0x04a70000 0x00 0x10000>, /* ovr1 */ 104276921f15STomi Valkeinen <0x00 0x04a90000 0x00 0x10000>, /* ovr2 */ 104376921f15STomi Valkeinen <0x00 0x04ab0000 0x00 0x10000>, /* ovr3 */ 104476921f15STomi Valkeinen <0x00 0x04ad0000 0x00 0x10000>, /* ovr4 */ 104576921f15STomi Valkeinen 104676921f15STomi Valkeinen <0x00 0x04a80000 0x00 0x10000>, /* vp1 */ 104776921f15STomi Valkeinen <0x00 0x04aa0000 0x00 0x10000>, /* vp2 */ 104876921f15STomi Valkeinen <0x00 0x04ac0000 0x00 0x10000>, /* vp3 */ 104976921f15STomi Valkeinen <0x00 0x04ae0000 0x00 0x10000>, /* vp4 */ 105076921f15STomi Valkeinen <0x00 0x04af0000 0x00 0x10000>; /* wb */ 105176921f15STomi Valkeinen 105276921f15STomi Valkeinen reg-names = "common_m", "common_s0", 105376921f15STomi Valkeinen "common_s1", "common_s2", 105476921f15STomi Valkeinen "vidl1", "vidl2","vid1","vid2", 105576921f15STomi Valkeinen "ovr1", "ovr2", "ovr3", "ovr4", 105676921f15STomi Valkeinen "vp1", "vp2", "vp3", "vp4", 105776921f15STomi Valkeinen "wb"; 105876921f15STomi Valkeinen 105976921f15STomi Valkeinen clocks = <&k3_clks 152 0>, 106076921f15STomi Valkeinen <&k3_clks 152 1>, 106176921f15STomi Valkeinen <&k3_clks 152 4>, 106276921f15STomi Valkeinen <&k3_clks 152 9>, 106376921f15STomi Valkeinen <&k3_clks 152 13>; 106476921f15STomi Valkeinen clock-names = "fck", "vp1", "vp2", "vp3", "vp4"; 106576921f15STomi Valkeinen 106676921f15STomi Valkeinen power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 106776921f15STomi Valkeinen 106876921f15STomi Valkeinen interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>, 106976921f15STomi Valkeinen <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>, 107076921f15STomi Valkeinen <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>, 107176921f15STomi Valkeinen <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 107276921f15STomi Valkeinen interrupt-names = "common_m", 107376921f15STomi Valkeinen "common_s0", 107476921f15STomi Valkeinen "common_s1", 107576921f15STomi Valkeinen "common_s2"; 107676921f15STomi Valkeinen 107776921f15STomi Valkeinen status = "disabled"; 107876921f15STomi Valkeinen 107976921f15STomi Valkeinen dss_ports: ports { 108076921f15STomi Valkeinen #address-cells = <1>; 108176921f15STomi Valkeinen #size-cells = <0>; 108276921f15STomi Valkeinen }; 108376921f15STomi Valkeinen }; 108476921f15STomi Valkeinen 10851c4d3526SPeter Ujfalusi mcasp0: mcasp@2b00000 { 10861c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 10871c4d3526SPeter Ujfalusi reg = <0x0 0x02b00000 0x0 0x2000>, 10881c4d3526SPeter Ujfalusi <0x0 0x02b08000 0x0 0x1000>; 10891c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 10901c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 544 IRQ_TYPE_LEVEL_HIGH>, 10911c4d3526SPeter Ujfalusi <GIC_SPI 545 IRQ_TYPE_LEVEL_HIGH>; 10921c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 10931c4d3526SPeter Ujfalusi 10941c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>; 10951c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 10961c4d3526SPeter Ujfalusi 10971c4d3526SPeter Ujfalusi clocks = <&k3_clks 174 1>; 10981c4d3526SPeter Ujfalusi clock-names = "fck"; 10991c4d3526SPeter Ujfalusi power-domains = <&k3_pds 174 TI_SCI_PD_EXCLUSIVE>; 11001c4d3526SPeter Ujfalusi 11011c4d3526SPeter Ujfalusi status = "disabled"; 11021c4d3526SPeter Ujfalusi }; 11031c4d3526SPeter Ujfalusi 11041c4d3526SPeter Ujfalusi mcasp1: mcasp@2b10000 { 11051c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 11061c4d3526SPeter Ujfalusi reg = <0x0 0x02b10000 0x0 0x2000>, 11071c4d3526SPeter Ujfalusi <0x0 0x02b18000 0x0 0x1000>; 11081c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 11091c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 546 IRQ_TYPE_LEVEL_HIGH>, 11101c4d3526SPeter Ujfalusi <GIC_SPI 547 IRQ_TYPE_LEVEL_HIGH>; 11111c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 11121c4d3526SPeter Ujfalusi 11131c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>; 11141c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 11151c4d3526SPeter Ujfalusi 11161c4d3526SPeter Ujfalusi clocks = <&k3_clks 175 1>; 11171c4d3526SPeter Ujfalusi clock-names = "fck"; 11181c4d3526SPeter Ujfalusi power-domains = <&k3_pds 175 TI_SCI_PD_EXCLUSIVE>; 11191c4d3526SPeter Ujfalusi 11201c4d3526SPeter Ujfalusi status = "disabled"; 11211c4d3526SPeter Ujfalusi }; 11221c4d3526SPeter Ujfalusi 11231c4d3526SPeter Ujfalusi mcasp2: mcasp@2b20000 { 11241c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 11251c4d3526SPeter Ujfalusi reg = <0x0 0x02b20000 0x0 0x2000>, 11261c4d3526SPeter Ujfalusi <0x0 0x02b28000 0x0 0x1000>; 11271c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 11281c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 548 IRQ_TYPE_LEVEL_HIGH>, 11291c4d3526SPeter Ujfalusi <GIC_SPI 549 IRQ_TYPE_LEVEL_HIGH>; 11301c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 11311c4d3526SPeter Ujfalusi 11321c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>; 11331c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 11341c4d3526SPeter Ujfalusi 11351c4d3526SPeter Ujfalusi clocks = <&k3_clks 176 1>; 11361c4d3526SPeter Ujfalusi clock-names = "fck"; 11371c4d3526SPeter Ujfalusi power-domains = <&k3_pds 176 TI_SCI_PD_EXCLUSIVE>; 11381c4d3526SPeter Ujfalusi 11391c4d3526SPeter Ujfalusi status = "disabled"; 11401c4d3526SPeter Ujfalusi }; 11411c4d3526SPeter Ujfalusi 11421c4d3526SPeter Ujfalusi mcasp3: mcasp@2b30000 { 11431c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 11441c4d3526SPeter Ujfalusi reg = <0x0 0x02b30000 0x0 0x2000>, 11451c4d3526SPeter Ujfalusi <0x0 0x02b38000 0x0 0x1000>; 11461c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 11471c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>, 11481c4d3526SPeter Ujfalusi <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>; 11491c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 11501c4d3526SPeter Ujfalusi 11511c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>; 11521c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 11531c4d3526SPeter Ujfalusi 11541c4d3526SPeter Ujfalusi clocks = <&k3_clks 177 1>; 11551c4d3526SPeter Ujfalusi clock-names = "fck"; 11561c4d3526SPeter Ujfalusi power-domains = <&k3_pds 177 TI_SCI_PD_EXCLUSIVE>; 11571c4d3526SPeter Ujfalusi 11581c4d3526SPeter Ujfalusi status = "disabled"; 11591c4d3526SPeter Ujfalusi }; 11601c4d3526SPeter Ujfalusi 11611c4d3526SPeter Ujfalusi mcasp4: mcasp@2b40000 { 11621c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 11631c4d3526SPeter Ujfalusi reg = <0x0 0x02b40000 0x0 0x2000>, 11641c4d3526SPeter Ujfalusi <0x0 0x02b48000 0x0 0x1000>; 11651c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 11661c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>, 11671c4d3526SPeter Ujfalusi <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>; 11681c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 11691c4d3526SPeter Ujfalusi 11701c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>; 11711c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 11721c4d3526SPeter Ujfalusi 11731c4d3526SPeter Ujfalusi clocks = <&k3_clks 178 1>; 11741c4d3526SPeter Ujfalusi clock-names = "fck"; 11751c4d3526SPeter Ujfalusi power-domains = <&k3_pds 178 TI_SCI_PD_EXCLUSIVE>; 11761c4d3526SPeter Ujfalusi 11771c4d3526SPeter Ujfalusi status = "disabled"; 11781c4d3526SPeter Ujfalusi }; 11791c4d3526SPeter Ujfalusi 11801c4d3526SPeter Ujfalusi mcasp5: mcasp@2b50000 { 11811c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 11821c4d3526SPeter Ujfalusi reg = <0x0 0x02b50000 0x0 0x2000>, 11831c4d3526SPeter Ujfalusi <0x0 0x02b58000 0x0 0x1000>; 11841c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 11851c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 554 IRQ_TYPE_LEVEL_HIGH>, 11861c4d3526SPeter Ujfalusi <GIC_SPI 555 IRQ_TYPE_LEVEL_HIGH>; 11871c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 11881c4d3526SPeter Ujfalusi 11891c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc502>, <&main_udmap 0x4502>; 11901c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 11911c4d3526SPeter Ujfalusi 11921c4d3526SPeter Ujfalusi clocks = <&k3_clks 179 1>; 11931c4d3526SPeter Ujfalusi clock-names = "fck"; 11941c4d3526SPeter Ujfalusi power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>; 11951c4d3526SPeter Ujfalusi 11961c4d3526SPeter Ujfalusi status = "disabled"; 11971c4d3526SPeter Ujfalusi }; 11981c4d3526SPeter Ujfalusi 11991c4d3526SPeter Ujfalusi mcasp6: mcasp@2b60000 { 12001c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 12011c4d3526SPeter Ujfalusi reg = <0x0 0x02b60000 0x0 0x2000>, 12021c4d3526SPeter Ujfalusi <0x0 0x02b68000 0x0 0x1000>; 12031c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 12041c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 556 IRQ_TYPE_LEVEL_HIGH>, 12051c4d3526SPeter Ujfalusi <GIC_SPI 557 IRQ_TYPE_LEVEL_HIGH>; 12061c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 12071c4d3526SPeter Ujfalusi 12081c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc503>, <&main_udmap 0x4503>; 12091c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 12101c4d3526SPeter Ujfalusi 12111c4d3526SPeter Ujfalusi clocks = <&k3_clks 180 1>; 12121c4d3526SPeter Ujfalusi clock-names = "fck"; 12131c4d3526SPeter Ujfalusi power-domains = <&k3_pds 180 TI_SCI_PD_EXCLUSIVE>; 12141c4d3526SPeter Ujfalusi 12151c4d3526SPeter Ujfalusi status = "disabled"; 12161c4d3526SPeter Ujfalusi }; 12171c4d3526SPeter Ujfalusi 12181c4d3526SPeter Ujfalusi mcasp7: mcasp@2b70000 { 12191c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 12201c4d3526SPeter Ujfalusi reg = <0x0 0x02b70000 0x0 0x2000>, 12211c4d3526SPeter Ujfalusi <0x0 0x02b78000 0x0 0x1000>; 12221c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 12231c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 558 IRQ_TYPE_LEVEL_HIGH>, 12241c4d3526SPeter Ujfalusi <GIC_SPI 559 IRQ_TYPE_LEVEL_HIGH>; 12251c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 12261c4d3526SPeter Ujfalusi 12271c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc504>, <&main_udmap 0x4504>; 12281c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 12291c4d3526SPeter Ujfalusi 12301c4d3526SPeter Ujfalusi clocks = <&k3_clks 181 1>; 12311c4d3526SPeter Ujfalusi clock-names = "fck"; 12321c4d3526SPeter Ujfalusi power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>; 12331c4d3526SPeter Ujfalusi 12341c4d3526SPeter Ujfalusi status = "disabled"; 12351c4d3526SPeter Ujfalusi }; 12361c4d3526SPeter Ujfalusi 12371c4d3526SPeter Ujfalusi mcasp8: mcasp@2b80000 { 12381c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 12391c4d3526SPeter Ujfalusi reg = <0x0 0x02b80000 0x0 0x2000>, 12401c4d3526SPeter Ujfalusi <0x0 0x02b88000 0x0 0x1000>; 12411c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 12421c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 560 IRQ_TYPE_LEVEL_HIGH>, 12431c4d3526SPeter Ujfalusi <GIC_SPI 561 IRQ_TYPE_LEVEL_HIGH>; 12441c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 12451c4d3526SPeter Ujfalusi 12461c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc505>, <&main_udmap 0x4505>; 12471c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 12481c4d3526SPeter Ujfalusi 12491c4d3526SPeter Ujfalusi clocks = <&k3_clks 182 1>; 12501c4d3526SPeter Ujfalusi clock-names = "fck"; 12511c4d3526SPeter Ujfalusi power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 12521c4d3526SPeter Ujfalusi 12531c4d3526SPeter Ujfalusi status = "disabled"; 12541c4d3526SPeter Ujfalusi }; 12551c4d3526SPeter Ujfalusi 12561c4d3526SPeter Ujfalusi mcasp9: mcasp@2b90000 { 12571c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 12581c4d3526SPeter Ujfalusi reg = <0x0 0x02b90000 0x0 0x2000>, 12591c4d3526SPeter Ujfalusi <0x0 0x02b98000 0x0 0x1000>; 12601c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 12611c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 562 IRQ_TYPE_LEVEL_HIGH>, 12621c4d3526SPeter Ujfalusi <GIC_SPI 563 IRQ_TYPE_LEVEL_HIGH>; 12631c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 12641c4d3526SPeter Ujfalusi 12651c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc506>, <&main_udmap 0x4506>; 12661c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 12671c4d3526SPeter Ujfalusi 12681c4d3526SPeter Ujfalusi clocks = <&k3_clks 183 1>; 12691c4d3526SPeter Ujfalusi clock-names = "fck"; 12701c4d3526SPeter Ujfalusi power-domains = <&k3_pds 183 TI_SCI_PD_EXCLUSIVE>; 12711c4d3526SPeter Ujfalusi 12721c4d3526SPeter Ujfalusi status = "disabled"; 12731c4d3526SPeter Ujfalusi }; 12741c4d3526SPeter Ujfalusi 12751c4d3526SPeter Ujfalusi mcasp10: mcasp@2ba0000 { 12761c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 12771c4d3526SPeter Ujfalusi reg = <0x0 0x02ba0000 0x0 0x2000>, 12781c4d3526SPeter Ujfalusi <0x0 0x02ba8000 0x0 0x1000>; 12791c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 12801c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 564 IRQ_TYPE_LEVEL_HIGH>, 12811c4d3526SPeter Ujfalusi <GIC_SPI 565 IRQ_TYPE_LEVEL_HIGH>; 12821c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 12831c4d3526SPeter Ujfalusi 12841c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc507>, <&main_udmap 0x4507>; 12851c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 12861c4d3526SPeter Ujfalusi 12871c4d3526SPeter Ujfalusi clocks = <&k3_clks 184 1>; 12881c4d3526SPeter Ujfalusi clock-names = "fck"; 12891c4d3526SPeter Ujfalusi power-domains = <&k3_pds 184 TI_SCI_PD_EXCLUSIVE>; 12901c4d3526SPeter Ujfalusi 12911c4d3526SPeter Ujfalusi status = "disabled"; 12921c4d3526SPeter Ujfalusi }; 12931c4d3526SPeter Ujfalusi 12941c4d3526SPeter Ujfalusi mcasp11: mcasp@2bb0000 { 12951c4d3526SPeter Ujfalusi compatible = "ti,am33xx-mcasp-audio"; 12961c4d3526SPeter Ujfalusi reg = <0x0 0x02bb0000 0x0 0x2000>, 12971c4d3526SPeter Ujfalusi <0x0 0x02bb8000 0x0 0x1000>; 12981c4d3526SPeter Ujfalusi reg-names = "mpu","dat"; 12991c4d3526SPeter Ujfalusi interrupts = <GIC_SPI 566 IRQ_TYPE_LEVEL_HIGH>, 13001c4d3526SPeter Ujfalusi <GIC_SPI 567 IRQ_TYPE_LEVEL_HIGH>; 13011c4d3526SPeter Ujfalusi interrupt-names = "tx", "rx"; 13021c4d3526SPeter Ujfalusi 13031c4d3526SPeter Ujfalusi dmas = <&main_udmap 0xc508>, <&main_udmap 0x4508>; 13041c4d3526SPeter Ujfalusi dma-names = "tx", "rx"; 13051c4d3526SPeter Ujfalusi 13061c4d3526SPeter Ujfalusi clocks = <&k3_clks 185 1>; 13071c4d3526SPeter Ujfalusi clock-names = "fck"; 13081c4d3526SPeter Ujfalusi power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>; 13091c4d3526SPeter Ujfalusi 13101c4d3526SPeter Ujfalusi status = "disabled"; 13111c4d3526SPeter Ujfalusi }; 1312cae80943STero Kristo 1313cae80943STero Kristo watchdog0: watchdog@2200000 { 1314cae80943STero Kristo compatible = "ti,j7-rti-wdt"; 1315cae80943STero Kristo reg = <0x0 0x2200000 0x0 0x100>; 1316cae80943STero Kristo clocks = <&k3_clks 252 1>; 1317cae80943STero Kristo power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; 1318cae80943STero Kristo assigned-clocks = <&k3_clks 252 1>; 1319cae80943STero Kristo assigned-clock-parents = <&k3_clks 252 5>; 1320cae80943STero Kristo }; 1321cae80943STero Kristo 1322cae80943STero Kristo watchdog1: watchdog@2210000 { 1323cae80943STero Kristo compatible = "ti,j7-rti-wdt"; 1324cae80943STero Kristo reg = <0x0 0x2210000 0x0 0x100>; 1325cae80943STero Kristo clocks = <&k3_clks 253 1>; 1326cae80943STero Kristo power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>; 1327cae80943STero Kristo assigned-clocks = <&k3_clks 253 1>; 1328cae80943STero Kristo assigned-clock-parents = <&k3_clks 253 5>; 1329cae80943STero Kristo }; 13302d87061eSNishanth Menon}; 1331