1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for J721E SoC Family Main Domain peripherals 4 * 5 * Copyright (C) 2016-2020 Texas Instruments Incorporated - https://www.ti.com/ 6 */ 7#include <dt-bindings/phy/phy.h> 8#include <dt-bindings/phy/phy-ti.h> 9#include <dt-bindings/mux/mux.h> 10 11#include "k3-serdes.h" 12 13/ { 14 cmn_refclk: clock-cmnrefclk { 15 #clock-cells = <0>; 16 compatible = "fixed-clock"; 17 clock-frequency = <0>; 18 }; 19 20 cmn_refclk1: clock-cmnrefclk1 { 21 #clock-cells = <0>; 22 compatible = "fixed-clock"; 23 clock-frequency = <0>; 24 }; 25}; 26 27&cbass_main { 28 msmc_ram: sram@70000000 { 29 compatible = "mmio-sram"; 30 reg = <0x0 0x70000000 0x0 0x800000>; 31 #address-cells = <1>; 32 #size-cells = <1>; 33 ranges = <0x0 0x0 0x70000000 0x800000>; 34 35 atf-sram@0 { 36 reg = <0x0 0x20000>; 37 }; 38 }; 39 40 scm_conf: scm-conf@100000 { 41 compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 42 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 43 #address-cells = <1>; 44 #size-cells = <1>; 45 ranges = <0x0 0x0 0x00100000 0x1c000>; 46 47 serdes_ln_ctrl: mux-controller@4080 { 48 compatible = "mmio-mux"; 49 reg = <0x00004080 0x50>; 50 #mux-control-cells = <1>; 51 mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */ 52 <0x4090 0x3>, <0x4094 0x3>, /* SERDES1 lane0/1 select */ 53 <0x40a0 0x3>, <0x40a4 0x3>, /* SERDES2 lane0/1 select */ 54 <0x40b0 0x3>, <0x40b4 0x3>, /* SERDES3 lane0/1 select */ 55 <0x40c0 0x3>, <0x40c4 0x3>, <0x40c8 0x3>, <0x40cc 0x3>; 56 /* SERDES4 lane0/1/2/3 select */ 57 idle-states = <J721E_SERDES0_LANE0_PCIE0_LANE0>, <J721E_SERDES0_LANE1_PCIE0_LANE1>, 58 <J721E_SERDES1_LANE0_PCIE1_LANE0>, <J721E_SERDES1_LANE1_PCIE1_LANE1>, 59 <J721E_SERDES2_LANE0_PCIE2_LANE0>, <J721E_SERDES2_LANE1_PCIE2_LANE1>, 60 <MUX_IDLE_AS_IS>, <J721E_SERDES3_LANE1_USB3_0>, 61 <J721E_SERDES4_LANE0_EDP_LANE0>, <J721E_SERDES4_LANE1_EDP_LANE1>, 62 <J721E_SERDES4_LANE2_EDP_LANE2>, <J721E_SERDES4_LANE3_EDP_LANE3>; 63 }; 64 65 cpsw0_phy_gmii_sel: phy@4044 { 66 compatible = "ti,j721e-cpsw9g-phy-gmii-sel"; 67 ti,qsgmii-main-ports = <2>, <2>; 68 reg = <0x4044 0x20>; 69 #phy-cells = <1>; 70 }; 71 72 usb_serdes_mux: mux-controller@4000 { 73 compatible = "mmio-mux"; 74 #mux-control-cells = <1>; 75 mux-reg-masks = <0x4000 0x8000000>, /* USB0 to SERDES0/3 mux */ 76 <0x4010 0x8000000>; /* USB1 to SERDES1/2 mux */ 77 }; 78 79 ehrpwm_tbclk: clock-controller@4140 { 80 compatible = "ti,am654-ehrpwm-tbclk"; 81 reg = <0x4140 0x18>; 82 #clock-cells = <1>; 83 }; 84 }; 85 86 main_ehrpwm0: pwm@3000000 { 87 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 88 #pwm-cells = <3>; 89 reg = <0x00 0x3000000 0x00 0x100>; 90 power-domains = <&k3_pds 83 TI_SCI_PD_EXCLUSIVE>; 91 clocks = <&ehrpwm_tbclk 0>, <&k3_clks 83 0>; 92 clock-names = "tbclk", "fck"; 93 status = "disabled"; 94 }; 95 96 main_ehrpwm1: pwm@3010000 { 97 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 98 #pwm-cells = <3>; 99 reg = <0x00 0x3010000 0x00 0x100>; 100 power-domains = <&k3_pds 84 TI_SCI_PD_EXCLUSIVE>; 101 clocks = <&ehrpwm_tbclk 1>, <&k3_clks 84 0>; 102 clock-names = "tbclk", "fck"; 103 status = "disabled"; 104 }; 105 106 main_ehrpwm2: pwm@3020000 { 107 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 108 #pwm-cells = <3>; 109 reg = <0x00 0x3020000 0x00 0x100>; 110 power-domains = <&k3_pds 85 TI_SCI_PD_EXCLUSIVE>; 111 clocks = <&ehrpwm_tbclk 2>, <&k3_clks 85 0>; 112 clock-names = "tbclk", "fck"; 113 status = "disabled"; 114 }; 115 116 main_ehrpwm3: pwm@3030000 { 117 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 118 #pwm-cells = <3>; 119 reg = <0x00 0x3030000 0x00 0x100>; 120 power-domains = <&k3_pds 86 TI_SCI_PD_EXCLUSIVE>; 121 clocks = <&ehrpwm_tbclk 3>, <&k3_clks 86 0>; 122 clock-names = "tbclk", "fck"; 123 status = "disabled"; 124 }; 125 126 main_ehrpwm4: pwm@3040000 { 127 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 128 #pwm-cells = <3>; 129 reg = <0x00 0x3040000 0x00 0x100>; 130 power-domains = <&k3_pds 87 TI_SCI_PD_EXCLUSIVE>; 131 clocks = <&ehrpwm_tbclk 4>, <&k3_clks 87 0>; 132 clock-names = "tbclk", "fck"; 133 status = "disabled"; 134 }; 135 136 main_ehrpwm5: pwm@3050000 { 137 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 138 #pwm-cells = <3>; 139 reg = <0x00 0x3050000 0x00 0x100>; 140 power-domains = <&k3_pds 88 TI_SCI_PD_EXCLUSIVE>; 141 clocks = <&ehrpwm_tbclk 5>, <&k3_clks 88 0>; 142 clock-names = "tbclk", "fck"; 143 status = "disabled"; 144 }; 145 146 gic500: interrupt-controller@1800000 { 147 compatible = "arm,gic-v3"; 148 #address-cells = <2>; 149 #size-cells = <2>; 150 ranges; 151 #interrupt-cells = <3>; 152 interrupt-controller; 153 reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 154 <0x00 0x01900000 0x00 0x100000>, /* GICR */ 155 <0x00 0x6f000000 0x00 0x2000>, /* GICC */ 156 <0x00 0x6f010000 0x00 0x1000>, /* GICH */ 157 <0x00 0x6f020000 0x00 0x2000>; /* GICV */ 158 159 /* vcpumntirq: virtual CPU interface maintenance interrupt */ 160 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 161 162 gic_its: msi-controller@1820000 { 163 compatible = "arm,gic-v3-its"; 164 reg = <0x00 0x01820000 0x00 0x10000>; 165 socionext,synquacer-pre-its = <0x1000000 0x400000>; 166 msi-controller; 167 #msi-cells = <1>; 168 }; 169 }; 170 171 main_gpio_intr: interrupt-controller@a00000 { 172 compatible = "ti,sci-intr"; 173 reg = <0x00 0x00a00000 0x00 0x800>; 174 ti,intr-trigger-type = <1>; 175 interrupt-controller; 176 interrupt-parent = <&gic500>; 177 #interrupt-cells = <1>; 178 ti,sci = <&dmsc>; 179 ti,sci-dev-id = <131>; 180 ti,interrupt-ranges = <8 392 56>; 181 }; 182 183 main_navss: bus@30000000 { 184 compatible = "simple-mfd"; 185 #address-cells = <2>; 186 #size-cells = <2>; 187 ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>; 188 dma-coherent; 189 dma-ranges; 190 191 ti,sci-dev-id = <199>; 192 193 main_navss_intr: interrupt-controller@310e0000 { 194 compatible = "ti,sci-intr"; 195 reg = <0x0 0x310e0000 0x0 0x4000>; 196 ti,intr-trigger-type = <4>; 197 interrupt-controller; 198 interrupt-parent = <&gic500>; 199 #interrupt-cells = <1>; 200 ti,sci = <&dmsc>; 201 ti,sci-dev-id = <213>; 202 ti,interrupt-ranges = <0 64 64>, 203 <64 448 64>, 204 <128 672 64>; 205 }; 206 207 main_udmass_inta: interrupt-controller@33d00000 { 208 compatible = "ti,sci-inta"; 209 reg = <0x0 0x33d00000 0x0 0x100000>; 210 interrupt-controller; 211 interrupt-parent = <&main_navss_intr>; 212 msi-controller; 213 #interrupt-cells = <0>; 214 ti,sci = <&dmsc>; 215 ti,sci-dev-id = <209>; 216 ti,interrupt-ranges = <0 0 256>; 217 }; 218 219 secure_proxy_main: mailbox@32c00000 { 220 compatible = "ti,am654-secure-proxy"; 221 #mbox-cells = <1>; 222 reg-names = "target_data", "rt", "scfg"; 223 reg = <0x00 0x32c00000 0x00 0x100000>, 224 <0x00 0x32400000 0x00 0x100000>, 225 <0x00 0x32800000 0x00 0x100000>; 226 interrupt-names = "rx_011"; 227 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 228 }; 229 230 smmu0: iommu@36600000 { 231 compatible = "arm,smmu-v3"; 232 reg = <0x0 0x36600000 0x0 0x100000>; 233 interrupt-parent = <&gic500>; 234 interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>, 235 <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>; 236 interrupt-names = "eventq", "gerror"; 237 #iommu-cells = <1>; 238 }; 239 240 hwspinlock: spinlock@30e00000 { 241 compatible = "ti,am654-hwspinlock"; 242 reg = <0x00 0x30e00000 0x00 0x1000>; 243 #hwlock-cells = <1>; 244 }; 245 246 mailbox0_cluster0: mailbox@31f80000 { 247 compatible = "ti,am654-mailbox"; 248 reg = <0x00 0x31f80000 0x00 0x200>; 249 #mbox-cells = <1>; 250 ti,mbox-num-users = <4>; 251 ti,mbox-num-fifos = <16>; 252 interrupt-parent = <&main_navss_intr>; 253 status = "disabled"; 254 }; 255 256 mailbox0_cluster1: mailbox@31f81000 { 257 compatible = "ti,am654-mailbox"; 258 reg = <0x00 0x31f81000 0x00 0x200>; 259 #mbox-cells = <1>; 260 ti,mbox-num-users = <4>; 261 ti,mbox-num-fifos = <16>; 262 interrupt-parent = <&main_navss_intr>; 263 status = "disabled"; 264 }; 265 266 mailbox0_cluster2: mailbox@31f82000 { 267 compatible = "ti,am654-mailbox"; 268 reg = <0x00 0x31f82000 0x00 0x200>; 269 #mbox-cells = <1>; 270 ti,mbox-num-users = <4>; 271 ti,mbox-num-fifos = <16>; 272 interrupt-parent = <&main_navss_intr>; 273 status = "disabled"; 274 }; 275 276 mailbox0_cluster3: mailbox@31f83000 { 277 compatible = "ti,am654-mailbox"; 278 reg = <0x00 0x31f83000 0x00 0x200>; 279 #mbox-cells = <1>; 280 ti,mbox-num-users = <4>; 281 ti,mbox-num-fifos = <16>; 282 interrupt-parent = <&main_navss_intr>; 283 status = "disabled"; 284 }; 285 286 mailbox0_cluster4: mailbox@31f84000 { 287 compatible = "ti,am654-mailbox"; 288 reg = <0x00 0x31f84000 0x00 0x200>; 289 #mbox-cells = <1>; 290 ti,mbox-num-users = <4>; 291 ti,mbox-num-fifos = <16>; 292 interrupt-parent = <&main_navss_intr>; 293 status = "disabled"; 294 }; 295 296 mailbox0_cluster5: mailbox@31f85000 { 297 compatible = "ti,am654-mailbox"; 298 reg = <0x00 0x31f85000 0x00 0x200>; 299 #mbox-cells = <1>; 300 ti,mbox-num-users = <4>; 301 ti,mbox-num-fifos = <16>; 302 interrupt-parent = <&main_navss_intr>; 303 status = "disabled"; 304 }; 305 306 mailbox0_cluster6: mailbox@31f86000 { 307 compatible = "ti,am654-mailbox"; 308 reg = <0x00 0x31f86000 0x00 0x200>; 309 #mbox-cells = <1>; 310 ti,mbox-num-users = <4>; 311 ti,mbox-num-fifos = <16>; 312 interrupt-parent = <&main_navss_intr>; 313 status = "disabled"; 314 }; 315 316 mailbox0_cluster7: mailbox@31f87000 { 317 compatible = "ti,am654-mailbox"; 318 reg = <0x00 0x31f87000 0x00 0x200>; 319 #mbox-cells = <1>; 320 ti,mbox-num-users = <4>; 321 ti,mbox-num-fifos = <16>; 322 interrupt-parent = <&main_navss_intr>; 323 status = "disabled"; 324 }; 325 326 mailbox0_cluster8: mailbox@31f88000 { 327 compatible = "ti,am654-mailbox"; 328 reg = <0x00 0x31f88000 0x00 0x200>; 329 #mbox-cells = <1>; 330 ti,mbox-num-users = <4>; 331 ti,mbox-num-fifos = <16>; 332 interrupt-parent = <&main_navss_intr>; 333 status = "disabled"; 334 }; 335 336 mailbox0_cluster9: mailbox@31f89000 { 337 compatible = "ti,am654-mailbox"; 338 reg = <0x00 0x31f89000 0x00 0x200>; 339 #mbox-cells = <1>; 340 ti,mbox-num-users = <4>; 341 ti,mbox-num-fifos = <16>; 342 interrupt-parent = <&main_navss_intr>; 343 status = "disabled"; 344 }; 345 346 mailbox0_cluster10: mailbox@31f8a000 { 347 compatible = "ti,am654-mailbox"; 348 reg = <0x00 0x31f8a000 0x00 0x200>; 349 #mbox-cells = <1>; 350 ti,mbox-num-users = <4>; 351 ti,mbox-num-fifos = <16>; 352 interrupt-parent = <&main_navss_intr>; 353 status = "disabled"; 354 }; 355 356 mailbox0_cluster11: mailbox@31f8b000 { 357 compatible = "ti,am654-mailbox"; 358 reg = <0x00 0x31f8b000 0x00 0x200>; 359 #mbox-cells = <1>; 360 ti,mbox-num-users = <4>; 361 ti,mbox-num-fifos = <16>; 362 interrupt-parent = <&main_navss_intr>; 363 status = "disabled"; 364 }; 365 366 main_ringacc: ringacc@3c000000 { 367 compatible = "ti,am654-navss-ringacc"; 368 reg = <0x0 0x3c000000 0x0 0x400000>, 369 <0x0 0x38000000 0x0 0x400000>, 370 <0x0 0x31120000 0x0 0x100>, 371 <0x0 0x33000000 0x0 0x40000>, 372 <0x0 0x31080000 0x0 0x40000>; 373 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg"; 374 ti,num-rings = <1024>; 375 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 376 ti,sci = <&dmsc>; 377 ti,sci-dev-id = <211>; 378 msi-parent = <&main_udmass_inta>; 379 }; 380 381 main_udmap: dma-controller@31150000 { 382 compatible = "ti,j721e-navss-main-udmap"; 383 reg = <0x0 0x31150000 0x0 0x100>, 384 <0x0 0x34000000 0x0 0x100000>, 385 <0x0 0x35000000 0x0 0x100000>; 386 reg-names = "gcfg", "rchanrt", "tchanrt"; 387 msi-parent = <&main_udmass_inta>; 388 #dma-cells = <1>; 389 390 ti,sci = <&dmsc>; 391 ti,sci-dev-id = <212>; 392 ti,ringacc = <&main_ringacc>; 393 394 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */ 395 <0x0f>, /* TX_HCHAN */ 396 <0x10>; /* TX_UHCHAN */ 397 ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */ 398 <0x0b>, /* RX_HCHAN */ 399 <0x0c>; /* RX_UHCHAN */ 400 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */ 401 }; 402 403 cpts@310d0000 { 404 compatible = "ti,j721e-cpts"; 405 reg = <0x0 0x310d0000 0x0 0x400>; 406 reg-names = "cpts"; 407 clocks = <&k3_clks 201 1>; 408 clock-names = "cpts"; 409 interrupts-extended = <&main_navss_intr 391>; 410 interrupt-names = "cpts"; 411 ti,cpts-periodic-outputs = <6>; 412 ti,cpts-ext-ts-inputs = <8>; 413 }; 414 }; 415 416 cpsw0: ethernet@c000000 { 417 compatible = "ti,j721e-cpswxg-nuss"; 418 #address-cells = <2>; 419 #size-cells = <2>; 420 reg = <0x0 0xc000000 0x0 0x200000>; 421 reg-names = "cpsw_nuss"; 422 ranges = <0x0 0x0 0x0 0x0c000000 0x0 0x200000>; 423 clocks = <&k3_clks 19 89>; 424 clock-names = "fck"; 425 power-domains = <&k3_pds 19 TI_SCI_PD_EXCLUSIVE>; 426 427 dmas = <&main_udmap 0xca00>, 428 <&main_udmap 0xca01>, 429 <&main_udmap 0xca02>, 430 <&main_udmap 0xca03>, 431 <&main_udmap 0xca04>, 432 <&main_udmap 0xca05>, 433 <&main_udmap 0xca06>, 434 <&main_udmap 0xca07>, 435 <&main_udmap 0x4a00>; 436 dma-names = "tx0", "tx1", "tx2", "tx3", 437 "tx4", "tx5", "tx6", "tx7", 438 "rx"; 439 440 status = "disabled"; 441 442 ethernet-ports { 443 #address-cells = <1>; 444 #size-cells = <0>; 445 cpsw0_port1: port@1 { 446 reg = <1>; 447 ti,mac-only; 448 label = "port1"; 449 status = "disabled"; 450 }; 451 452 cpsw0_port2: port@2 { 453 reg = <2>; 454 ti,mac-only; 455 label = "port2"; 456 status = "disabled"; 457 }; 458 459 cpsw0_port3: port@3 { 460 reg = <3>; 461 ti,mac-only; 462 label = "port3"; 463 status = "disabled"; 464 }; 465 466 cpsw0_port4: port@4 { 467 reg = <4>; 468 ti,mac-only; 469 label = "port4"; 470 status = "disabled"; 471 }; 472 473 cpsw0_port5: port@5 { 474 reg = <5>; 475 ti,mac-only; 476 label = "port5"; 477 status = "disabled"; 478 }; 479 480 cpsw0_port6: port@6 { 481 reg = <6>; 482 ti,mac-only; 483 label = "port6"; 484 status = "disabled"; 485 }; 486 487 cpsw0_port7: port@7 { 488 reg = <7>; 489 ti,mac-only; 490 label = "port7"; 491 status = "disabled"; 492 }; 493 494 cpsw0_port8: port@8 { 495 reg = <8>; 496 ti,mac-only; 497 label = "port8"; 498 status = "disabled"; 499 }; 500 }; 501 502 cpsw9g_mdio: mdio@f00 { 503 compatible = "ti,cpsw-mdio","ti,davinci_mdio"; 504 reg = <0x0 0xf00 0x0 0x100>; 505 #address-cells = <1>; 506 #size-cells = <0>; 507 clocks = <&k3_clks 19 89>; 508 clock-names = "fck"; 509 bus_freq = <1000000>; 510 status = "disabled"; 511 }; 512 513 cpts@3d000 { 514 compatible = "ti,j721e-cpts"; 515 reg = <0x0 0x3d000 0x0 0x400>; 516 clocks = <&k3_clks 19 16>; 517 clock-names = "cpts"; 518 interrupts-extended = <&gic500 GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 519 interrupt-names = "cpts"; 520 ti,cpts-ext-ts-inputs = <4>; 521 ti,cpts-periodic-outputs = <2>; 522 }; 523 }; 524 525 main_crypto: crypto@4e00000 { 526 compatible = "ti,j721e-sa2ul"; 527 reg = <0x0 0x4e00000 0x0 0x1200>; 528 power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>; 529 #address-cells = <2>; 530 #size-cells = <2>; 531 ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; 532 533 dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, 534 <&main_udmap 0x4001>; 535 dma-names = "tx", "rx1", "rx2"; 536 537 rng: rng@4e10000 { 538 compatible = "inside-secure,safexcel-eip76"; 539 reg = <0x0 0x4e10000 0x0 0x7d>; 540 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 541 }; 542 }; 543 544 main_pmx0: pinctrl@11c000 { 545 compatible = "pinctrl-single"; 546 /* Proxy 0 addressing */ 547 reg = <0x0 0x11c000 0x0 0x2b4>; 548 #pinctrl-cells = <1>; 549 pinctrl-single,register-width = <32>; 550 pinctrl-single,function-mask = <0xffffffff>; 551 }; 552 553 /* TIMERIO pad input CTRLMMR_TIMER*_CTRL registers */ 554 main_timerio_input: pinctrl@104200 { 555 compatible = "pinctrl-single"; 556 reg = <0x00 0x104200 0x00 0x50>; 557 #pinctrl-cells = <1>; 558 pinctrl-single,register-width = <32>; 559 pinctrl-single,function-mask = <0x00000007>; 560 }; 561 562 /* TIMERIO pad output CTCTRLMMR_TIMERIO*_CTRL registers */ 563 main_timerio_output: pinctrl@104280 { 564 compatible = "pinctrl-single"; 565 reg = <0x00 0x104280 0x00 0x20>; 566 #pinctrl-cells = <1>; 567 pinctrl-single,register-width = <32>; 568 pinctrl-single,function-mask = <0x0000001f>; 569 }; 570 571 serdes_wiz0: wiz@5000000 { 572 compatible = "ti,j721e-wiz-16g"; 573 #address-cells = <1>; 574 #size-cells = <1>; 575 power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>; 576 clocks = <&k3_clks 292 5>, <&k3_clks 292 11>, <&cmn_refclk>; 577 clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 578 assigned-clocks = <&k3_clks 292 11>, <&k3_clks 292 0>; 579 assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 580 num-lanes = <2>; 581 #reset-cells = <1>; 582 ranges = <0x5000000 0x0 0x5000000 0x10000>; 583 584 wiz0_pll0_refclk: pll0-refclk { 585 clocks = <&k3_clks 292 11>, <&cmn_refclk>; 586 #clock-cells = <0>; 587 assigned-clocks = <&wiz0_pll0_refclk>; 588 assigned-clock-parents = <&k3_clks 292 11>; 589 }; 590 591 wiz0_pll1_refclk: pll1-refclk { 592 clocks = <&k3_clks 292 0>, <&cmn_refclk1>; 593 #clock-cells = <0>; 594 assigned-clocks = <&wiz0_pll1_refclk>; 595 assigned-clock-parents = <&k3_clks 292 0>; 596 }; 597 598 wiz0_refclk_dig: refclk-dig { 599 clocks = <&k3_clks 292 11>, <&k3_clks 292 0>, <&cmn_refclk>, <&cmn_refclk1>; 600 #clock-cells = <0>; 601 assigned-clocks = <&wiz0_refclk_dig>; 602 assigned-clock-parents = <&k3_clks 292 11>; 603 }; 604 605 wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div { 606 clocks = <&wiz0_refclk_dig>; 607 #clock-cells = <0>; 608 }; 609 610 wiz0_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 611 clocks = <&wiz0_pll1_refclk>; 612 #clock-cells = <0>; 613 }; 614 615 serdes0: serdes@5000000 { 616 compatible = "ti,sierra-phy-t0"; 617 reg-names = "serdes"; 618 reg = <0x5000000 0x10000>; 619 #address-cells = <1>; 620 #size-cells = <0>; 621 #clock-cells = <1>; 622 resets = <&serdes_wiz0 0>; 623 reset-names = "sierra_reset"; 624 clocks = <&wiz0_cmn_refclk_dig_div>, <&wiz0_cmn_refclk1_dig_div>, 625 <&wiz0_pll0_refclk>, <&wiz0_pll1_refclk>; 626 clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 627 "pll0_refclk", "pll1_refclk"; 628 }; 629 }; 630 631 serdes_wiz1: wiz@5010000 { 632 compatible = "ti,j721e-wiz-16g"; 633 #address-cells = <1>; 634 #size-cells = <1>; 635 power-domains = <&k3_pds 293 TI_SCI_PD_EXCLUSIVE>; 636 clocks = <&k3_clks 293 5>, <&k3_clks 293 13>, <&cmn_refclk>; 637 clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 638 assigned-clocks = <&k3_clks 293 13>, <&k3_clks 293 0>; 639 assigned-clock-parents = <&k3_clks 293 17>, <&k3_clks 293 4>; 640 num-lanes = <2>; 641 #reset-cells = <1>; 642 ranges = <0x5010000 0x0 0x5010000 0x10000>; 643 644 wiz1_pll0_refclk: pll0-refclk { 645 clocks = <&k3_clks 293 13>, <&cmn_refclk>; 646 #clock-cells = <0>; 647 assigned-clocks = <&wiz1_pll0_refclk>; 648 assigned-clock-parents = <&k3_clks 293 13>; 649 }; 650 651 wiz1_pll1_refclk: pll1-refclk { 652 clocks = <&k3_clks 293 0>, <&cmn_refclk1>; 653 #clock-cells = <0>; 654 assigned-clocks = <&wiz1_pll1_refclk>; 655 assigned-clock-parents = <&k3_clks 293 0>; 656 }; 657 658 wiz1_refclk_dig: refclk-dig { 659 clocks = <&k3_clks 293 13>, <&k3_clks 293 0>, <&cmn_refclk>, <&cmn_refclk1>; 660 #clock-cells = <0>; 661 assigned-clocks = <&wiz1_refclk_dig>; 662 assigned-clock-parents = <&k3_clks 293 13>; 663 }; 664 665 wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div { 666 clocks = <&wiz1_refclk_dig>; 667 #clock-cells = <0>; 668 }; 669 670 wiz1_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 671 clocks = <&wiz1_pll1_refclk>; 672 #clock-cells = <0>; 673 }; 674 675 serdes1: serdes@5010000 { 676 compatible = "ti,sierra-phy-t0"; 677 reg-names = "serdes"; 678 reg = <0x5010000 0x10000>; 679 #address-cells = <1>; 680 #size-cells = <0>; 681 #clock-cells = <1>; 682 resets = <&serdes_wiz1 0>; 683 reset-names = "sierra_reset"; 684 clocks = <&wiz1_cmn_refclk_dig_div>, <&wiz1_cmn_refclk1_dig_div>, 685 <&wiz1_pll0_refclk>, <&wiz1_pll1_refclk>; 686 clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 687 "pll0_refclk", "pll1_refclk"; 688 }; 689 }; 690 691 serdes_wiz2: wiz@5020000 { 692 compatible = "ti,j721e-wiz-16g"; 693 #address-cells = <1>; 694 #size-cells = <1>; 695 power-domains = <&k3_pds 294 TI_SCI_PD_EXCLUSIVE>; 696 clocks = <&k3_clks 294 5>, <&k3_clks 294 11>, <&cmn_refclk>; 697 clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 698 assigned-clocks = <&k3_clks 294 11>, <&k3_clks 294 0>; 699 assigned-clock-parents = <&k3_clks 294 15>, <&k3_clks 294 4>; 700 num-lanes = <2>; 701 #reset-cells = <1>; 702 ranges = <0x5020000 0x0 0x5020000 0x10000>; 703 704 wiz2_pll0_refclk: pll0-refclk { 705 clocks = <&k3_clks 294 11>, <&cmn_refclk>; 706 #clock-cells = <0>; 707 assigned-clocks = <&wiz2_pll0_refclk>; 708 assigned-clock-parents = <&k3_clks 294 11>; 709 }; 710 711 wiz2_pll1_refclk: pll1-refclk { 712 clocks = <&k3_clks 294 0>, <&cmn_refclk1>; 713 #clock-cells = <0>; 714 assigned-clocks = <&wiz2_pll1_refclk>; 715 assigned-clock-parents = <&k3_clks 294 0>; 716 }; 717 718 wiz2_refclk_dig: refclk-dig { 719 clocks = <&k3_clks 294 11>, <&k3_clks 294 0>, <&cmn_refclk>, <&cmn_refclk1>; 720 #clock-cells = <0>; 721 assigned-clocks = <&wiz2_refclk_dig>; 722 assigned-clock-parents = <&k3_clks 294 11>; 723 }; 724 725 wiz2_cmn_refclk_dig_div: cmn-refclk-dig-div { 726 clocks = <&wiz2_refclk_dig>; 727 #clock-cells = <0>; 728 }; 729 730 wiz2_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 731 clocks = <&wiz2_pll1_refclk>; 732 #clock-cells = <0>; 733 }; 734 735 serdes2: serdes@5020000 { 736 compatible = "ti,sierra-phy-t0"; 737 reg-names = "serdes"; 738 reg = <0x5020000 0x10000>; 739 #address-cells = <1>; 740 #size-cells = <0>; 741 #clock-cells = <1>; 742 resets = <&serdes_wiz2 0>; 743 reset-names = "sierra_reset"; 744 clocks = <&wiz2_cmn_refclk_dig_div>, <&wiz2_cmn_refclk1_dig_div>, 745 <&wiz2_pll0_refclk>, <&wiz2_pll1_refclk>; 746 clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 747 "pll0_refclk", "pll1_refclk"; 748 }; 749 }; 750 751 serdes_wiz3: wiz@5030000 { 752 compatible = "ti,j721e-wiz-16g"; 753 #address-cells = <1>; 754 #size-cells = <1>; 755 power-domains = <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>; 756 clocks = <&k3_clks 295 5>, <&k3_clks 295 9>, <&cmn_refclk>; 757 clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 758 assigned-clocks = <&k3_clks 295 9>, <&k3_clks 295 0>; 759 assigned-clock-parents = <&k3_clks 295 13>, <&k3_clks 295 4>; 760 num-lanes = <2>; 761 #reset-cells = <1>; 762 ranges = <0x5030000 0x0 0x5030000 0x10000>; 763 764 wiz3_pll0_refclk: pll0-refclk { 765 clocks = <&k3_clks 295 9>, <&cmn_refclk>; 766 #clock-cells = <0>; 767 assigned-clocks = <&wiz3_pll0_refclk>; 768 assigned-clock-parents = <&k3_clks 295 9>; 769 }; 770 771 wiz3_pll1_refclk: pll1-refclk { 772 clocks = <&k3_clks 295 0>, <&cmn_refclk1>; 773 #clock-cells = <0>; 774 assigned-clocks = <&wiz3_pll1_refclk>; 775 assigned-clock-parents = <&k3_clks 295 0>; 776 }; 777 778 wiz3_refclk_dig: refclk-dig { 779 clocks = <&k3_clks 295 9>, <&k3_clks 295 0>, <&cmn_refclk>, <&cmn_refclk1>; 780 #clock-cells = <0>; 781 assigned-clocks = <&wiz3_refclk_dig>; 782 assigned-clock-parents = <&k3_clks 295 9>; 783 }; 784 785 wiz3_cmn_refclk_dig_div: cmn-refclk-dig-div { 786 clocks = <&wiz3_refclk_dig>; 787 #clock-cells = <0>; 788 }; 789 790 wiz3_cmn_refclk1_dig_div: cmn-refclk1-dig-div { 791 clocks = <&wiz3_pll1_refclk>; 792 #clock-cells = <0>; 793 }; 794 795 serdes3: serdes@5030000 { 796 compatible = "ti,sierra-phy-t0"; 797 reg-names = "serdes"; 798 reg = <0x5030000 0x10000>; 799 #address-cells = <1>; 800 #size-cells = <0>; 801 #clock-cells = <1>; 802 resets = <&serdes_wiz3 0>; 803 reset-names = "sierra_reset"; 804 clocks = <&wiz3_cmn_refclk_dig_div>, <&wiz3_cmn_refclk1_dig_div>, 805 <&wiz3_pll0_refclk>, <&wiz3_pll1_refclk>; 806 clock-names = "cmn_refclk_dig_div", "cmn_refclk1_dig_div", 807 "pll0_refclk", "pll1_refclk"; 808 }; 809 }; 810 811 pcie0_rc: pcie@2900000 { 812 compatible = "ti,j721e-pcie-host"; 813 reg = <0x00 0x02900000 0x00 0x1000>, 814 <0x00 0x02907000 0x00 0x400>, 815 <0x00 0x0d000000 0x00 0x00800000>, 816 <0x00 0x10000000 0x00 0x00001000>; 817 reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 818 interrupt-names = "link_state"; 819 interrupts = <GIC_SPI 318 IRQ_TYPE_EDGE_RISING>; 820 device_type = "pci"; 821 ti,syscon-pcie-ctrl = <&scm_conf 0x4070>; 822 max-link-speed = <3>; 823 num-lanes = <2>; 824 power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; 825 clocks = <&k3_clks 239 1>; 826 clock-names = "fck"; 827 #address-cells = <3>; 828 #size-cells = <2>; 829 bus-range = <0x0 0xff>; 830 vendor-id = <0x104c>; 831 device-id = <0xb00d>; 832 msi-map = <0x0 &gic_its 0x0 0x10000>; 833 dma-coherent; 834 ranges = <0x01000000 0x0 0x10001000 0x0 0x10001000 0x0 0x0010000>, 835 <0x02000000 0x0 0x10011000 0x0 0x10011000 0x0 0x7fef000>; 836 dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 837 status = "disabled"; 838 }; 839 840 pcie1_rc: pcie@2910000 { 841 compatible = "ti,j721e-pcie-host"; 842 reg = <0x00 0x02910000 0x00 0x1000>, 843 <0x00 0x02917000 0x00 0x400>, 844 <0x00 0x0d800000 0x00 0x00800000>, 845 <0x00 0x18000000 0x00 0x00001000>; 846 reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 847 interrupt-names = "link_state"; 848 interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>; 849 device_type = "pci"; 850 ti,syscon-pcie-ctrl = <&scm_conf 0x4074>; 851 max-link-speed = <3>; 852 num-lanes = <2>; 853 power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>; 854 clocks = <&k3_clks 240 1>; 855 clock-names = "fck"; 856 #address-cells = <3>; 857 #size-cells = <2>; 858 bus-range = <0x0 0xff>; 859 vendor-id = <0x104c>; 860 device-id = <0xb00d>; 861 msi-map = <0x0 &gic_its 0x10000 0x10000>; 862 dma-coherent; 863 ranges = <0x01000000 0x0 0x18001000 0x0 0x18001000 0x0 0x0010000>, 864 <0x02000000 0x0 0x18011000 0x0 0x18011000 0x0 0x7fef000>; 865 dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 866 status = "disabled"; 867 }; 868 869 pcie2_rc: pcie@2920000 { 870 compatible = "ti,j721e-pcie-host"; 871 reg = <0x00 0x02920000 0x00 0x1000>, 872 <0x00 0x02927000 0x00 0x400>, 873 <0x00 0x0e000000 0x00 0x00800000>, 874 <0x44 0x00000000 0x00 0x00001000>; 875 reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 876 interrupt-names = "link_state"; 877 interrupts = <GIC_SPI 342 IRQ_TYPE_EDGE_RISING>; 878 device_type = "pci"; 879 ti,syscon-pcie-ctrl = <&scm_conf 0x4078>; 880 max-link-speed = <3>; 881 num-lanes = <2>; 882 power-domains = <&k3_pds 241 TI_SCI_PD_EXCLUSIVE>; 883 clocks = <&k3_clks 241 1>; 884 clock-names = "fck"; 885 #address-cells = <3>; 886 #size-cells = <2>; 887 bus-range = <0x0 0xff>; 888 vendor-id = <0x104c>; 889 device-id = <0xb00d>; 890 msi-map = <0x0 &gic_its 0x20000 0x10000>; 891 dma-coherent; 892 ranges = <0x01000000 0x0 0x00001000 0x44 0x00001000 0x0 0x0010000>, 893 <0x02000000 0x0 0x00011000 0x44 0x00011000 0x0 0x7fef000>; 894 dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 895 status = "disabled"; 896 }; 897 898 pcie3_rc: pcie@2930000 { 899 compatible = "ti,j721e-pcie-host"; 900 reg = <0x00 0x02930000 0x00 0x1000>, 901 <0x00 0x02937000 0x00 0x400>, 902 <0x00 0x0e800000 0x00 0x00800000>, 903 <0x44 0x10000000 0x00 0x00001000>; 904 reg-names = "intd_cfg", "user_cfg", "reg", "cfg"; 905 interrupt-names = "link_state"; 906 interrupts = <GIC_SPI 354 IRQ_TYPE_EDGE_RISING>; 907 device_type = "pci"; 908 ti,syscon-pcie-ctrl = <&scm_conf 0x407c>; 909 max-link-speed = <3>; 910 num-lanes = <2>; 911 power-domains = <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>; 912 clocks = <&k3_clks 242 1>; 913 clock-names = "fck"; 914 #address-cells = <3>; 915 #size-cells = <2>; 916 bus-range = <0x0 0xff>; 917 vendor-id = <0x104c>; 918 device-id = <0xb00d>; 919 msi-map = <0x0 &gic_its 0x30000 0x10000>; 920 dma-coherent; 921 ranges = <0x01000000 0x0 0x00001000 0x44 0x10001000 0x0 0x0010000>, 922 <0x02000000 0x0 0x00011000 0x44 0x10011000 0x0 0x7fef000>; 923 dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>; 924 status = "disabled"; 925 }; 926 927 serdes_wiz4: wiz@5050000 { 928 compatible = "ti,am64-wiz-10g"; 929 #address-cells = <1>; 930 #size-cells = <1>; 931 power-domains = <&k3_pds 297 TI_SCI_PD_EXCLUSIVE>; 932 clocks = <&k3_clks 297 1>, <&k3_clks 297 9>, <&cmn_refclk>; 933 clock-names = "fck", "core_ref_clk", "ext_ref_clk"; 934 assigned-clocks = <&k3_clks 297 9>; 935 assigned-clock-parents = <&k3_clks 297 10>; 936 assigned-clock-rates = <19200000>; 937 num-lanes = <4>; 938 #reset-cells = <1>; 939 #clock-cells = <1>; 940 ranges = <0x05050000 0x00 0x05050000 0x010000>, 941 <0x0a030a00 0x00 0x0a030a00 0x40>; 942 943 serdes4: serdes@5050000 { 944 /* 945 * Note: we also map DPTX PHY registers as the Torrent 946 * needs to manage those. 947 */ 948 compatible = "ti,j721e-serdes-10g"; 949 reg = <0x05050000 0x010000>, 950 <0x0a030a00 0x40>; /* DPTX PHY */ 951 reg-names = "torrent_phy", "dptx_phy"; 952 953 resets = <&serdes_wiz4 0>; 954 reset-names = "torrent_reset"; 955 clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>; 956 clock-names = "refclk"; 957 assigned-clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>, 958 <&serdes_wiz4 TI_WIZ_PLL1_REFCLK>, 959 <&serdes_wiz4 TI_WIZ_REFCLK_DIG>; 960 assigned-clock-parents = <&k3_clks 297 9>, 961 <&k3_clks 297 9>, 962 <&k3_clks 297 9>; 963 #address-cells = <1>; 964 #size-cells = <0>; 965 }; 966 }; 967 968 main_timer0: timer@2400000 { 969 compatible = "ti,am654-timer"; 970 reg = <0x00 0x2400000 0x00 0x400>; 971 interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>; 972 clocks = <&k3_clks 49 1>; 973 clock-names = "fck"; 974 assigned-clocks = <&k3_clks 49 1>; 975 assigned-clock-parents = <&k3_clks 49 2>; 976 power-domains = <&k3_pds 49 TI_SCI_PD_EXCLUSIVE>; 977 ti,timer-pwm; 978 }; 979 980 main_timer1: timer@2410000 { 981 compatible = "ti,am654-timer"; 982 reg = <0x00 0x2410000 0x00 0x400>; 983 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>; 984 clocks = <&k3_clks 50 1>; 985 clock-names = "fck"; 986 assigned-clocks = <&k3_clks 50 1>, <&k3_clks 327 0>; 987 assigned-clock-parents = <&k3_clks 50 2>, <&k3_clks 327 1>; 988 power-domains = <&k3_pds 50 TI_SCI_PD_EXCLUSIVE>; 989 ti,timer-pwm; 990 }; 991 992 main_timer2: timer@2420000 { 993 compatible = "ti,am654-timer"; 994 reg = <0x00 0x2420000 0x00 0x400>; 995 interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>; 996 clocks = <&k3_clks 51 1>; 997 clock-names = "fck"; 998 assigned-clocks = <&k3_clks 51 1>; 999 assigned-clock-parents = <&k3_clks 51 2>; 1000 power-domains = <&k3_pds 51 TI_SCI_PD_EXCLUSIVE>; 1001 ti,timer-pwm; 1002 }; 1003 1004 main_timer3: timer@2430000 { 1005 compatible = "ti,am654-timer"; 1006 reg = <0x00 0x2430000 0x00 0x400>; 1007 interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>; 1008 clocks = <&k3_clks 52 1>; 1009 clock-names = "fck"; 1010 assigned-clocks = <&k3_clks 52 1>, <&k3_clks 328 0>; 1011 assigned-clock-parents = <&k3_clks 52 2>, <&k3_clks 328 1>; 1012 power-domains = <&k3_pds 52 TI_SCI_PD_EXCLUSIVE>; 1013 ti,timer-pwm; 1014 }; 1015 1016 main_timer4: timer@2440000 { 1017 compatible = "ti,am654-timer"; 1018 reg = <0x00 0x2440000 0x00 0x400>; 1019 interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH>; 1020 clocks = <&k3_clks 53 1>; 1021 clock-names = "fck"; 1022 assigned-clocks = <&k3_clks 53 1>; 1023 assigned-clock-parents = <&k3_clks 53 2>; 1024 power-domains = <&k3_pds 53 TI_SCI_PD_EXCLUSIVE>; 1025 ti,timer-pwm; 1026 }; 1027 1028 main_timer5: timer@2450000 { 1029 compatible = "ti,am654-timer"; 1030 reg = <0x00 0x2450000 0x00 0x400>; 1031 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>; 1032 clocks = <&k3_clks 54 1>; 1033 clock-names = "fck"; 1034 assigned-clocks = <&k3_clks 54 1>, <&k3_clks 329 0>; 1035 assigned-clock-parents = <&k3_clks 54 2>, <&k3_clks 329 1>; 1036 power-domains = <&k3_pds 54 TI_SCI_PD_EXCLUSIVE>; 1037 ti,timer-pwm; 1038 }; 1039 1040 main_timer6: timer@2460000 { 1041 compatible = "ti,am654-timer"; 1042 reg = <0x00 0x2460000 0x00 0x400>; 1043 interrupts = <GIC_SPI 230 IRQ_TYPE_LEVEL_HIGH>; 1044 clocks = <&k3_clks 55 1>; 1045 clock-names = "fck"; 1046 assigned-clocks = <&k3_clks 55 1>; 1047 assigned-clock-parents = <&k3_clks 55 2>; 1048 power-domains = <&k3_pds 55 TI_SCI_PD_EXCLUSIVE>; 1049 ti,timer-pwm; 1050 }; 1051 1052 main_timer7: timer@2470000 { 1053 compatible = "ti,am654-timer"; 1054 reg = <0x00 0x2470000 0x00 0x400>; 1055 interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>; 1056 clocks = <&k3_clks 57 1>; 1057 clock-names = "fck"; 1058 assigned-clocks = <&k3_clks 57 1>, <&k3_clks 330 0>; 1059 assigned-clock-parents = <&k3_clks 57 2>, <&k3_clks 330 1>; 1060 power-domains = <&k3_pds 57 TI_SCI_PD_EXCLUSIVE>; 1061 ti,timer-pwm; 1062 }; 1063 1064 main_timer8: timer@2480000 { 1065 compatible = "ti,am654-timer"; 1066 reg = <0x00 0x2480000 0x00 0x400>; 1067 interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>; 1068 clocks = <&k3_clks 58 1>; 1069 clock-names = "fck"; 1070 assigned-clocks = <&k3_clks 58 1>; 1071 assigned-clock-parents = <&k3_clks 58 2>; 1072 power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>; 1073 ti,timer-pwm; 1074 }; 1075 1076 main_timer9: timer@2490000 { 1077 compatible = "ti,am654-timer"; 1078 reg = <0x00 0x2490000 0x00 0x400>; 1079 interrupts = <GIC_SPI 233 IRQ_TYPE_LEVEL_HIGH>; 1080 clocks = <&k3_clks 59 1>; 1081 clock-names = "fck"; 1082 assigned-clocks = <&k3_clks 59 1>, <&k3_clks 331 0>; 1083 assigned-clock-parents = <&k3_clks 59 2>, <&k3_clks 331 1>; 1084 power-domains = <&k3_pds 59 TI_SCI_PD_EXCLUSIVE>; 1085 ti,timer-pwm; 1086 }; 1087 1088 main_timer10: timer@24a0000 { 1089 compatible = "ti,am654-timer"; 1090 reg = <0x00 0x24a0000 0x00 0x400>; 1091 interrupts = <GIC_SPI 234 IRQ_TYPE_LEVEL_HIGH>; 1092 clocks = <&k3_clks 60 1>; 1093 clock-names = "fck"; 1094 assigned-clocks = <&k3_clks 60 1>; 1095 assigned-clock-parents = <&k3_clks 60 2>; 1096 power-domains = <&k3_pds 60 TI_SCI_PD_EXCLUSIVE>; 1097 ti,timer-pwm; 1098 }; 1099 1100 main_timer11: timer@24b0000 { 1101 compatible = "ti,am654-timer"; 1102 reg = <0x00 0x24b0000 0x00 0x400>; 1103 interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>; 1104 clocks = <&k3_clks 62 1>; 1105 clock-names = "fck"; 1106 assigned-clocks = <&k3_clks 62 1>, <&k3_clks 332 0>; 1107 assigned-clock-parents = <&k3_clks 62 2>, <&k3_clks 332 1>; 1108 power-domains = <&k3_pds 62 TI_SCI_PD_EXCLUSIVE>; 1109 ti,timer-pwm; 1110 }; 1111 1112 main_timer12: timer@24c0000 { 1113 compatible = "ti,am654-timer"; 1114 reg = <0x00 0x24c0000 0x00 0x400>; 1115 interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>; 1116 clocks = <&k3_clks 63 1>; 1117 clock-names = "fck"; 1118 assigned-clocks = <&k3_clks 63 1>; 1119 assigned-clock-parents = <&k3_clks 63 2>; 1120 power-domains = <&k3_pds 63 TI_SCI_PD_EXCLUSIVE>; 1121 ti,timer-pwm; 1122 }; 1123 1124 main_timer13: timer@24d0000 { 1125 compatible = "ti,am654-timer"; 1126 reg = <0x00 0x24d0000 0x00 0x400>; 1127 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>; 1128 clocks = <&k3_clks 64 1>; 1129 clock-names = "fck"; 1130 assigned-clocks = <&k3_clks 64 1>, <&k3_clks 333 0>; 1131 assigned-clock-parents = <&k3_clks 64 2>, <&k3_clks 333 1>; 1132 power-domains = <&k3_pds 64 TI_SCI_PD_EXCLUSIVE>; 1133 ti,timer-pwm; 1134 }; 1135 1136 main_timer14: timer@24e0000 { 1137 compatible = "ti,am654-timer"; 1138 reg = <0x00 0x24e0000 0x00 0x400>; 1139 interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>; 1140 clocks = <&k3_clks 65 1>; 1141 clock-names = "fck"; 1142 assigned-clocks = <&k3_clks 65 1>; 1143 assigned-clock-parents = <&k3_clks 65 2>; 1144 power-domains = <&k3_pds 65 TI_SCI_PD_EXCLUSIVE>; 1145 ti,timer-pwm; 1146 }; 1147 1148 main_timer15: timer@24f0000 { 1149 compatible = "ti,am654-timer"; 1150 reg = <0x00 0x24f0000 0x00 0x400>; 1151 interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>; 1152 clocks = <&k3_clks 66 1>; 1153 clock-names = "fck"; 1154 assigned-clocks = <&k3_clks 66 1>, <&k3_clks 334 0>; 1155 assigned-clock-parents = <&k3_clks 66 2>, <&k3_clks 334 1>; 1156 power-domains = <&k3_pds 66 TI_SCI_PD_EXCLUSIVE>; 1157 ti,timer-pwm; 1158 }; 1159 1160 main_timer16: timer@2500000 { 1161 compatible = "ti,am654-timer"; 1162 reg = <0x00 0x2500000 0x00 0x400>; 1163 interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>; 1164 clocks = <&k3_clks 67 1>; 1165 clock-names = "fck"; 1166 assigned-clocks = <&k3_clks 67 1>; 1167 assigned-clock-parents = <&k3_clks 67 2>; 1168 power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>; 1169 ti,timer-pwm; 1170 }; 1171 1172 main_timer17: timer@2510000 { 1173 compatible = "ti,am654-timer"; 1174 reg = <0x00 0x2510000 0x00 0x400>; 1175 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>; 1176 clocks = <&k3_clks 68 1>; 1177 clock-names = "fck"; 1178 assigned-clocks = <&k3_clks 68 1>, <&k3_clks 335 0>; 1179 assigned-clock-parents = <&k3_clks 68 2>, <&k3_clks 335 1>; 1180 power-domains = <&k3_pds 68 TI_SCI_PD_EXCLUSIVE>; 1181 ti,timer-pwm; 1182 }; 1183 1184 main_timer18: timer@2520000 { 1185 compatible = "ti,am654-timer"; 1186 reg = <0x00 0x2520000 0x00 0x400>; 1187 interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>; 1188 clocks = <&k3_clks 69 1>; 1189 clock-names = "fck"; 1190 assigned-clocks = <&k3_clks 69 1>; 1191 assigned-clock-parents = <&k3_clks 69 2>; 1192 power-domains = <&k3_pds 69 TI_SCI_PD_EXCLUSIVE>; 1193 ti,timer-pwm; 1194 }; 1195 1196 main_timer19: timer@2530000 { 1197 compatible = "ti,am654-timer"; 1198 reg = <0x00 0x2530000 0x00 0x400>; 1199 interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>; 1200 clocks = <&k3_clks 70 1>; 1201 clock-names = "fck"; 1202 assigned-clocks = <&k3_clks 70 1>, <&k3_clks 336 0>; 1203 assigned-clock-parents = <&k3_clks 70 2>, <&k3_clks 336 1>; 1204 power-domains = <&k3_pds 70 TI_SCI_PD_EXCLUSIVE>; 1205 ti,timer-pwm; 1206 }; 1207 1208 main_uart0: serial@2800000 { 1209 compatible = "ti,j721e-uart", "ti,am654-uart"; 1210 reg = <0x00 0x02800000 0x00 0x100>; 1211 interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; 1212 clock-frequency = <48000000>; 1213 current-speed = <115200>; 1214 power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 1215 clocks = <&k3_clks 146 0>; 1216 clock-names = "fclk"; 1217 status = "disabled"; 1218 }; 1219 1220 main_uart1: serial@2810000 { 1221 compatible = "ti,j721e-uart", "ti,am654-uart"; 1222 reg = <0x00 0x02810000 0x00 0x100>; 1223 interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; 1224 clock-frequency = <48000000>; 1225 current-speed = <115200>; 1226 power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>; 1227 clocks = <&k3_clks 278 0>; 1228 clock-names = "fclk"; 1229 status = "disabled"; 1230 }; 1231 1232 main_uart2: serial@2820000 { 1233 compatible = "ti,j721e-uart", "ti,am654-uart"; 1234 reg = <0x00 0x02820000 0x00 0x100>; 1235 interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; 1236 clock-frequency = <48000000>; 1237 current-speed = <115200>; 1238 power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>; 1239 clocks = <&k3_clks 279 0>; 1240 clock-names = "fclk"; 1241 status = "disabled"; 1242 }; 1243 1244 main_uart3: serial@2830000 { 1245 compatible = "ti,j721e-uart", "ti,am654-uart"; 1246 reg = <0x00 0x02830000 0x00 0x100>; 1247 interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>; 1248 clock-frequency = <48000000>; 1249 current-speed = <115200>; 1250 power-domains = <&k3_pds 280 TI_SCI_PD_EXCLUSIVE>; 1251 clocks = <&k3_clks 280 0>; 1252 clock-names = "fclk"; 1253 status = "disabled"; 1254 }; 1255 1256 main_uart4: serial@2840000 { 1257 compatible = "ti,j721e-uart", "ti,am654-uart"; 1258 reg = <0x00 0x02840000 0x00 0x100>; 1259 interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>; 1260 clock-frequency = <48000000>; 1261 current-speed = <115200>; 1262 power-domains = <&k3_pds 281 TI_SCI_PD_EXCLUSIVE>; 1263 clocks = <&k3_clks 281 0>; 1264 clock-names = "fclk"; 1265 status = "disabled"; 1266 }; 1267 1268 main_uart5: serial@2850000 { 1269 compatible = "ti,j721e-uart", "ti,am654-uart"; 1270 reg = <0x00 0x02850000 0x00 0x100>; 1271 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>; 1272 clock-frequency = <48000000>; 1273 current-speed = <115200>; 1274 power-domains = <&k3_pds 282 TI_SCI_PD_EXCLUSIVE>; 1275 clocks = <&k3_clks 282 0>; 1276 clock-names = "fclk"; 1277 status = "disabled"; 1278 }; 1279 1280 main_uart6: serial@2860000 { 1281 compatible = "ti,j721e-uart", "ti,am654-uart"; 1282 reg = <0x00 0x02860000 0x00 0x100>; 1283 interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>; 1284 clock-frequency = <48000000>; 1285 current-speed = <115200>; 1286 power-domains = <&k3_pds 283 TI_SCI_PD_EXCLUSIVE>; 1287 clocks = <&k3_clks 283 0>; 1288 clock-names = "fclk"; 1289 status = "disabled"; 1290 }; 1291 1292 main_uart7: serial@2870000 { 1293 compatible = "ti,j721e-uart", "ti,am654-uart"; 1294 reg = <0x00 0x02870000 0x00 0x100>; 1295 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>; 1296 clock-frequency = <48000000>; 1297 current-speed = <115200>; 1298 power-domains = <&k3_pds 284 TI_SCI_PD_EXCLUSIVE>; 1299 clocks = <&k3_clks 284 0>; 1300 clock-names = "fclk"; 1301 status = "disabled"; 1302 }; 1303 1304 main_uart8: serial@2880000 { 1305 compatible = "ti,j721e-uart", "ti,am654-uart"; 1306 reg = <0x00 0x02880000 0x00 0x100>; 1307 interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>; 1308 clock-frequency = <48000000>; 1309 current-speed = <115200>; 1310 power-domains = <&k3_pds 285 TI_SCI_PD_EXCLUSIVE>; 1311 clocks = <&k3_clks 285 0>; 1312 clock-names = "fclk"; 1313 status = "disabled"; 1314 }; 1315 1316 main_uart9: serial@2890000 { 1317 compatible = "ti,j721e-uart", "ti,am654-uart"; 1318 reg = <0x00 0x02890000 0x00 0x100>; 1319 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>; 1320 clock-frequency = <48000000>; 1321 current-speed = <115200>; 1322 power-domains = <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>; 1323 clocks = <&k3_clks 286 0>; 1324 clock-names = "fclk"; 1325 status = "disabled"; 1326 }; 1327 1328 main_gpio0: gpio@600000 { 1329 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1330 reg = <0x0 0x00600000 0x0 0x100>; 1331 gpio-controller; 1332 #gpio-cells = <2>; 1333 interrupt-parent = <&main_gpio_intr>; 1334 interrupts = <256>, <257>, <258>, <259>, 1335 <260>, <261>, <262>, <263>; 1336 interrupt-controller; 1337 #interrupt-cells = <2>; 1338 ti,ngpio = <128>; 1339 ti,davinci-gpio-unbanked = <0>; 1340 power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 1341 clocks = <&k3_clks 105 0>; 1342 clock-names = "gpio"; 1343 }; 1344 1345 main_gpio1: gpio@601000 { 1346 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1347 reg = <0x0 0x00601000 0x0 0x100>; 1348 gpio-controller; 1349 #gpio-cells = <2>; 1350 interrupt-parent = <&main_gpio_intr>; 1351 interrupts = <288>, <289>, <290>; 1352 interrupt-controller; 1353 #interrupt-cells = <2>; 1354 ti,ngpio = <36>; 1355 ti,davinci-gpio-unbanked = <0>; 1356 power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; 1357 clocks = <&k3_clks 106 0>; 1358 clock-names = "gpio"; 1359 }; 1360 1361 main_gpio2: gpio@610000 { 1362 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1363 reg = <0x0 0x00610000 0x0 0x100>; 1364 gpio-controller; 1365 #gpio-cells = <2>; 1366 interrupt-parent = <&main_gpio_intr>; 1367 interrupts = <264>, <265>, <266>, <267>, 1368 <268>, <269>, <270>, <271>; 1369 interrupt-controller; 1370 #interrupt-cells = <2>; 1371 ti,ngpio = <128>; 1372 ti,davinci-gpio-unbanked = <0>; 1373 power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>; 1374 clocks = <&k3_clks 107 0>; 1375 clock-names = "gpio"; 1376 }; 1377 1378 main_gpio3: gpio@611000 { 1379 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1380 reg = <0x0 0x00611000 0x0 0x100>; 1381 gpio-controller; 1382 #gpio-cells = <2>; 1383 interrupt-parent = <&main_gpio_intr>; 1384 interrupts = <292>, <293>, <294>; 1385 interrupt-controller; 1386 #interrupt-cells = <2>; 1387 ti,ngpio = <36>; 1388 ti,davinci-gpio-unbanked = <0>; 1389 power-domains = <&k3_pds 108 TI_SCI_PD_EXCLUSIVE>; 1390 clocks = <&k3_clks 108 0>; 1391 clock-names = "gpio"; 1392 }; 1393 1394 main_gpio4: gpio@620000 { 1395 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1396 reg = <0x0 0x00620000 0x0 0x100>; 1397 gpio-controller; 1398 #gpio-cells = <2>; 1399 interrupt-parent = <&main_gpio_intr>; 1400 interrupts = <272>, <273>, <274>, <275>, 1401 <276>, <277>, <278>, <279>; 1402 interrupt-controller; 1403 #interrupt-cells = <2>; 1404 ti,ngpio = <128>; 1405 ti,davinci-gpio-unbanked = <0>; 1406 power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>; 1407 clocks = <&k3_clks 109 0>; 1408 clock-names = "gpio"; 1409 }; 1410 1411 main_gpio5: gpio@621000 { 1412 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1413 reg = <0x0 0x00621000 0x0 0x100>; 1414 gpio-controller; 1415 #gpio-cells = <2>; 1416 interrupt-parent = <&main_gpio_intr>; 1417 interrupts = <296>, <297>, <298>; 1418 interrupt-controller; 1419 #interrupt-cells = <2>; 1420 ti,ngpio = <36>; 1421 ti,davinci-gpio-unbanked = <0>; 1422 power-domains = <&k3_pds 110 TI_SCI_PD_EXCLUSIVE>; 1423 clocks = <&k3_clks 110 0>; 1424 clock-names = "gpio"; 1425 }; 1426 1427 main_gpio6: gpio@630000 { 1428 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1429 reg = <0x0 0x00630000 0x0 0x100>; 1430 gpio-controller; 1431 #gpio-cells = <2>; 1432 interrupt-parent = <&main_gpio_intr>; 1433 interrupts = <280>, <281>, <282>, <283>, 1434 <284>, <285>, <286>, <287>; 1435 interrupt-controller; 1436 #interrupt-cells = <2>; 1437 ti,ngpio = <128>; 1438 ti,davinci-gpio-unbanked = <0>; 1439 power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>; 1440 clocks = <&k3_clks 111 0>; 1441 clock-names = "gpio"; 1442 }; 1443 1444 main_gpio7: gpio@631000 { 1445 compatible = "ti,j721e-gpio", "ti,keystone-gpio"; 1446 reg = <0x0 0x00631000 0x0 0x100>; 1447 gpio-controller; 1448 #gpio-cells = <2>; 1449 interrupt-parent = <&main_gpio_intr>; 1450 interrupts = <300>, <301>, <302>; 1451 interrupt-controller; 1452 #interrupt-cells = <2>; 1453 ti,ngpio = <36>; 1454 ti,davinci-gpio-unbanked = <0>; 1455 power-domains = <&k3_pds 112 TI_SCI_PD_EXCLUSIVE>; 1456 clocks = <&k3_clks 112 0>; 1457 clock-names = "gpio"; 1458 }; 1459 1460 main_sdhci0: mmc@4f80000 { 1461 compatible = "ti,j721e-sdhci-8bit"; 1462 reg = <0x0 0x4f80000 0x0 0x1000>, <0x0 0x4f88000 0x0 0x400>; 1463 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 1464 power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>; 1465 clock-names = "clk_ahb", "clk_xin"; 1466 clocks = <&k3_clks 91 0>, <&k3_clks 91 1>; 1467 assigned-clocks = <&k3_clks 91 1>; 1468 assigned-clock-parents = <&k3_clks 91 2>; 1469 bus-width = <8>; 1470 mmc-hs200-1_8v; 1471 mmc-ddr-1_8v; 1472 ti,otap-del-sel-legacy = <0x0>; 1473 ti,otap-del-sel-mmc-hs = <0x0>; 1474 ti,otap-del-sel-ddr52 = <0x5>; 1475 ti,otap-del-sel-hs200 = <0x6>; 1476 ti,otap-del-sel-hs400 = <0x0>; 1477 ti,itap-del-sel-legacy = <0x10>; 1478 ti,itap-del-sel-mmc-hs = <0xa>; 1479 ti,itap-del-sel-ddr52 = <0x3>; 1480 ti,trm-icp = <0x8>; 1481 dma-coherent; 1482 }; 1483 1484 main_sdhci1: mmc@4fb0000 { 1485 compatible = "ti,j721e-sdhci-4bit"; 1486 reg = <0x0 0x04fb0000 0x0 0x1000>, <0x0 0x4fb8000 0x0 0x400>; 1487 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 1488 power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>; 1489 clock-names = "clk_ahb", "clk_xin"; 1490 clocks = <&k3_clks 92 5>, <&k3_clks 92 0>; 1491 assigned-clocks = <&k3_clks 92 0>; 1492 assigned-clock-parents = <&k3_clks 92 1>; 1493 ti,otap-del-sel-legacy = <0x0>; 1494 ti,otap-del-sel-sd-hs = <0x0>; 1495 ti,otap-del-sel-sdr12 = <0xf>; 1496 ti,otap-del-sel-sdr25 = <0xf>; 1497 ti,otap-del-sel-sdr50 = <0xc>; 1498 ti,otap-del-sel-ddr50 = <0xc>; 1499 ti,otap-del-sel-sdr104 = <0x5>; 1500 ti,itap-del-sel-legacy = <0x0>; 1501 ti,itap-del-sel-sd-hs = <0x0>; 1502 ti,itap-del-sel-sdr12 = <0x0>; 1503 ti,itap-del-sel-sdr25 = <0x0>; 1504 ti,itap-del-sel-ddr50 = <0x2>; 1505 ti,trm-icp = <0x8>; 1506 ti,clkbuf-sel = <0x7>; 1507 dma-coherent; 1508 sdhci-caps-mask = <0x2 0x0>; 1509 }; 1510 1511 main_sdhci2: mmc@4f98000 { 1512 compatible = "ti,j721e-sdhci-4bit"; 1513 reg = <0x0 0x4f98000 0x0 0x1000>, <0x0 0x4f90000 0x0 0x400>; 1514 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 1515 power-domains = <&k3_pds 93 TI_SCI_PD_EXCLUSIVE>; 1516 clock-names = "clk_ahb", "clk_xin"; 1517 clocks = <&k3_clks 93 5>, <&k3_clks 93 0>; 1518 assigned-clocks = <&k3_clks 93 0>; 1519 assigned-clock-parents = <&k3_clks 93 1>; 1520 ti,otap-del-sel-legacy = <0x0>; 1521 ti,otap-del-sel-sd-hs = <0x0>; 1522 ti,otap-del-sel-sdr12 = <0xf>; 1523 ti,otap-del-sel-sdr25 = <0xf>; 1524 ti,otap-del-sel-sdr50 = <0xc>; 1525 ti,otap-del-sel-ddr50 = <0xc>; 1526 ti,otap-del-sel-sdr104 = <0x5>; 1527 ti,itap-del-sel-legacy = <0x0>; 1528 ti,itap-del-sel-sd-hs = <0x0>; 1529 ti,itap-del-sel-sdr12 = <0x0>; 1530 ti,itap-del-sel-sdr25 = <0x0>; 1531 ti,itap-del-sel-ddr50 = <0x2>; 1532 ti,trm-icp = <0x8>; 1533 ti,clkbuf-sel = <0x7>; 1534 dma-coherent; 1535 sdhci-caps-mask = <0x2 0x0>; 1536 }; 1537 1538 usbss0: cdns-usb@4104000 { 1539 compatible = "ti,j721e-usb"; 1540 reg = <0x00 0x4104000 0x00 0x100>; 1541 dma-coherent; 1542 power-domains = <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>; 1543 clocks = <&k3_clks 288 15>, <&k3_clks 288 3>; 1544 clock-names = "ref", "lpm"; 1545 assigned-clocks = <&k3_clks 288 15>; /* USB2_REFCLK */ 1546 assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */ 1547 #address-cells = <2>; 1548 #size-cells = <2>; 1549 ranges; 1550 1551 usb0: usb@6000000 { 1552 compatible = "cdns,usb3"; 1553 reg = <0x00 0x6000000 0x00 0x10000>, 1554 <0x00 0x6010000 0x00 0x10000>, 1555 <0x00 0x6020000 0x00 0x10000>; 1556 reg-names = "otg", "xhci", "dev"; 1557 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1558 <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1559 <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1560 interrupt-names = "host", 1561 "peripheral", 1562 "otg"; 1563 maximum-speed = "super-speed"; 1564 dr_mode = "otg"; 1565 }; 1566 }; 1567 1568 usbss1: cdns-usb@4114000 { 1569 compatible = "ti,j721e-usb"; 1570 reg = <0x00 0x4114000 0x00 0x100>; 1571 dma-coherent; 1572 power-domains = <&k3_pds 289 TI_SCI_PD_EXCLUSIVE>; 1573 clocks = <&k3_clks 289 15>, <&k3_clks 289 3>; 1574 clock-names = "ref", "lpm"; 1575 assigned-clocks = <&k3_clks 289 15>; /* USB2_REFCLK */ 1576 assigned-clock-parents = <&k3_clks 289 16>; /* HFOSC0 */ 1577 #address-cells = <2>; 1578 #size-cells = <2>; 1579 ranges; 1580 1581 usb1: usb@6400000 { 1582 compatible = "cdns,usb3"; 1583 reg = <0x00 0x6400000 0x00 0x10000>, 1584 <0x00 0x6410000 0x00 0x10000>, 1585 <0x00 0x6420000 0x00 0x10000>; 1586 reg-names = "otg", "xhci", "dev"; 1587 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 1588 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, /* irq.6 */ 1589 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; /* otgirq.0 */ 1590 interrupt-names = "host", 1591 "peripheral", 1592 "otg"; 1593 maximum-speed = "super-speed"; 1594 dr_mode = "otg"; 1595 }; 1596 }; 1597 1598 main_i2c0: i2c@2000000 { 1599 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1600 reg = <0x0 0x2000000 0x0 0x100>; 1601 interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>; 1602 #address-cells = <1>; 1603 #size-cells = <0>; 1604 clock-names = "fck"; 1605 clocks = <&k3_clks 187 0>; 1606 power-domains = <&k3_pds 187 TI_SCI_PD_SHARED>; 1607 status = "disabled"; 1608 }; 1609 1610 main_i2c1: i2c@2010000 { 1611 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1612 reg = <0x0 0x2010000 0x0 0x100>; 1613 interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; 1614 #address-cells = <1>; 1615 #size-cells = <0>; 1616 clock-names = "fck"; 1617 clocks = <&k3_clks 188 0>; 1618 power-domains = <&k3_pds 188 TI_SCI_PD_EXCLUSIVE>; 1619 status = "disabled"; 1620 }; 1621 1622 main_i2c2: i2c@2020000 { 1623 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1624 reg = <0x0 0x2020000 0x0 0x100>; 1625 interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>; 1626 #address-cells = <1>; 1627 #size-cells = <0>; 1628 clock-names = "fck"; 1629 clocks = <&k3_clks 189 0>; 1630 power-domains = <&k3_pds 189 TI_SCI_PD_EXCLUSIVE>; 1631 status = "disabled"; 1632 }; 1633 1634 main_i2c3: i2c@2030000 { 1635 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1636 reg = <0x0 0x2030000 0x0 0x100>; 1637 interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 1638 #address-cells = <1>; 1639 #size-cells = <0>; 1640 clock-names = "fck"; 1641 clocks = <&k3_clks 190 0>; 1642 power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>; 1643 status = "disabled"; 1644 }; 1645 1646 main_i2c4: i2c@2040000 { 1647 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1648 reg = <0x0 0x2040000 0x0 0x100>; 1649 interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>; 1650 #address-cells = <1>; 1651 #size-cells = <0>; 1652 clock-names = "fck"; 1653 clocks = <&k3_clks 191 0>; 1654 power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>; 1655 status = "disabled"; 1656 }; 1657 1658 main_i2c5: i2c@2050000 { 1659 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1660 reg = <0x0 0x2050000 0x0 0x100>; 1661 interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 1662 #address-cells = <1>; 1663 #size-cells = <0>; 1664 clock-names = "fck"; 1665 clocks = <&k3_clks 192 0>; 1666 power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>; 1667 status = "disabled"; 1668 }; 1669 1670 main_i2c6: i2c@2060000 { 1671 compatible = "ti,j721e-i2c", "ti,omap4-i2c"; 1672 reg = <0x0 0x2060000 0x0 0x100>; 1673 interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>; 1674 #address-cells = <1>; 1675 #size-cells = <0>; 1676 clock-names = "fck"; 1677 clocks = <&k3_clks 193 0>; 1678 power-domains = <&k3_pds 193 TI_SCI_PD_EXCLUSIVE>; 1679 status = "disabled"; 1680 }; 1681 1682 ufs_wrapper: ufs-wrapper@4e80000 { 1683 compatible = "ti,j721e-ufs"; 1684 reg = <0x0 0x4e80000 0x0 0x100>; 1685 power-domains = <&k3_pds 277 TI_SCI_PD_EXCLUSIVE>; 1686 clocks = <&k3_clks 277 1>; 1687 assigned-clocks = <&k3_clks 277 1>; 1688 assigned-clock-parents = <&k3_clks 277 4>; 1689 ranges; 1690 #address-cells = <2>; 1691 #size-cells = <2>; 1692 1693 ufs@4e84000 { 1694 compatible = "cdns,ufshc-m31-16nm", "jedec,ufs-2.0"; 1695 reg = <0x0 0x4e84000 0x0 0x10000>; 1696 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1697 freq-table-hz = <250000000 250000000>, <19200000 19200000>, <19200000 19200000>; 1698 clocks = <&k3_clks 277 0>, <&k3_clks 277 1>, <&k3_clks 277 1>; 1699 clock-names = "core_clk", "phy_clk", "ref_clk"; 1700 dma-coherent; 1701 }; 1702 }; 1703 1704 mhdp: dp-bridge@a000000 { 1705 compatible = "ti,j721e-mhdp8546"; 1706 /* 1707 * Note: we do not map DPTX PHY area, as that is handled by 1708 * the PHY driver. 1709 */ 1710 reg = <0x00 0x0a000000 0x00 0x030a00>, /* DSS_EDP0_V2A_CORE_VP_REGS_APB */ 1711 <0x00 0x04f40000 0x00 0x20>; /* DSS_EDP0_INTG_CFG_VP */ 1712 reg-names = "mhdptx", "j721e-intg"; 1713 1714 clocks = <&k3_clks 151 36>; 1715 1716 interrupt-parent = <&gic500>; 1717 interrupts = <GIC_SPI 614 IRQ_TYPE_LEVEL_HIGH>; 1718 1719 power-domains = <&k3_pds 151 TI_SCI_PD_EXCLUSIVE>; 1720 1721 dp0_ports: ports { 1722 #address-cells = <1>; 1723 #size-cells = <0>; 1724 1725 port@0 { 1726 reg = <0>; 1727 }; 1728 1729 port@4 { 1730 reg = <4>; 1731 }; 1732 }; 1733 }; 1734 1735 dss: dss@4a00000 { 1736 compatible = "ti,j721e-dss"; 1737 reg = 1738 <0x00 0x04a00000 0x00 0x10000>, /* common_m */ 1739 <0x00 0x04a10000 0x00 0x10000>, /* common_s0*/ 1740 <0x00 0x04b00000 0x00 0x10000>, /* common_s1*/ 1741 <0x00 0x04b10000 0x00 0x10000>, /* common_s2*/ 1742 1743 <0x00 0x04a20000 0x00 0x10000>, /* vidl1 */ 1744 <0x00 0x04a30000 0x00 0x10000>, /* vidl2 */ 1745 <0x00 0x04a50000 0x00 0x10000>, /* vid1 */ 1746 <0x00 0x04a60000 0x00 0x10000>, /* vid2 */ 1747 1748 <0x00 0x04a70000 0x00 0x10000>, /* ovr1 */ 1749 <0x00 0x04a90000 0x00 0x10000>, /* ovr2 */ 1750 <0x00 0x04ab0000 0x00 0x10000>, /* ovr3 */ 1751 <0x00 0x04ad0000 0x00 0x10000>, /* ovr4 */ 1752 1753 <0x00 0x04a80000 0x00 0x10000>, /* vp1 */ 1754 <0x00 0x04aa0000 0x00 0x10000>, /* vp2 */ 1755 <0x00 0x04ac0000 0x00 0x10000>, /* vp3 */ 1756 <0x00 0x04ae0000 0x00 0x10000>, /* vp4 */ 1757 <0x00 0x04af0000 0x00 0x10000>; /* wb */ 1758 1759 reg-names = "common_m", "common_s0", 1760 "common_s1", "common_s2", 1761 "vidl1", "vidl2","vid1","vid2", 1762 "ovr1", "ovr2", "ovr3", "ovr4", 1763 "vp1", "vp2", "vp3", "vp4", 1764 "wb"; 1765 1766 clocks = <&k3_clks 152 0>, 1767 <&k3_clks 152 1>, 1768 <&k3_clks 152 4>, 1769 <&k3_clks 152 9>, 1770 <&k3_clks 152 13>; 1771 clock-names = "fck", "vp1", "vp2", "vp3", "vp4"; 1772 1773 power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 1774 1775 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>, 1776 <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>, 1777 <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>, 1778 <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1779 interrupt-names = "common_m", 1780 "common_s0", 1781 "common_s1", 1782 "common_s2"; 1783 1784 dss_ports: ports { 1785 }; 1786 }; 1787 1788 mcasp0: mcasp@2b00000 { 1789 compatible = "ti,am33xx-mcasp-audio"; 1790 reg = <0x0 0x02b00000 0x0 0x2000>, 1791 <0x0 0x02b08000 0x0 0x1000>; 1792 reg-names = "mpu","dat"; 1793 interrupts = <GIC_SPI 544 IRQ_TYPE_LEVEL_HIGH>, 1794 <GIC_SPI 545 IRQ_TYPE_LEVEL_HIGH>; 1795 interrupt-names = "tx", "rx"; 1796 1797 dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>; 1798 dma-names = "tx", "rx"; 1799 1800 clocks = <&k3_clks 174 1>; 1801 clock-names = "fck"; 1802 power-domains = <&k3_pds 174 TI_SCI_PD_EXCLUSIVE>; 1803 status = "disabled"; 1804 }; 1805 1806 mcasp1: mcasp@2b10000 { 1807 compatible = "ti,am33xx-mcasp-audio"; 1808 reg = <0x0 0x02b10000 0x0 0x2000>, 1809 <0x0 0x02b18000 0x0 0x1000>; 1810 reg-names = "mpu","dat"; 1811 interrupts = <GIC_SPI 546 IRQ_TYPE_LEVEL_HIGH>, 1812 <GIC_SPI 547 IRQ_TYPE_LEVEL_HIGH>; 1813 interrupt-names = "tx", "rx"; 1814 1815 dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>; 1816 dma-names = "tx", "rx"; 1817 1818 clocks = <&k3_clks 175 1>; 1819 clock-names = "fck"; 1820 power-domains = <&k3_pds 175 TI_SCI_PD_EXCLUSIVE>; 1821 status = "disabled"; 1822 }; 1823 1824 mcasp2: mcasp@2b20000 { 1825 compatible = "ti,am33xx-mcasp-audio"; 1826 reg = <0x0 0x02b20000 0x0 0x2000>, 1827 <0x0 0x02b28000 0x0 0x1000>; 1828 reg-names = "mpu","dat"; 1829 interrupts = <GIC_SPI 548 IRQ_TYPE_LEVEL_HIGH>, 1830 <GIC_SPI 549 IRQ_TYPE_LEVEL_HIGH>; 1831 interrupt-names = "tx", "rx"; 1832 1833 dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>; 1834 dma-names = "tx", "rx"; 1835 1836 clocks = <&k3_clks 176 1>; 1837 clock-names = "fck"; 1838 power-domains = <&k3_pds 176 TI_SCI_PD_EXCLUSIVE>; 1839 status = "disabled"; 1840 }; 1841 1842 mcasp3: mcasp@2b30000 { 1843 compatible = "ti,am33xx-mcasp-audio"; 1844 reg = <0x0 0x02b30000 0x0 0x2000>, 1845 <0x0 0x02b38000 0x0 0x1000>; 1846 reg-names = "mpu","dat"; 1847 interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>, 1848 <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>; 1849 interrupt-names = "tx", "rx"; 1850 1851 dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>; 1852 dma-names = "tx", "rx"; 1853 1854 clocks = <&k3_clks 177 1>; 1855 clock-names = "fck"; 1856 power-domains = <&k3_pds 177 TI_SCI_PD_EXCLUSIVE>; 1857 status = "disabled"; 1858 }; 1859 1860 mcasp4: mcasp@2b40000 { 1861 compatible = "ti,am33xx-mcasp-audio"; 1862 reg = <0x0 0x02b40000 0x0 0x2000>, 1863 <0x0 0x02b48000 0x0 0x1000>; 1864 reg-names = "mpu","dat"; 1865 interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>, 1866 <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>; 1867 interrupt-names = "tx", "rx"; 1868 1869 dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>; 1870 dma-names = "tx", "rx"; 1871 1872 clocks = <&k3_clks 178 1>; 1873 clock-names = "fck"; 1874 power-domains = <&k3_pds 178 TI_SCI_PD_EXCLUSIVE>; 1875 status = "disabled"; 1876 }; 1877 1878 mcasp5: mcasp@2b50000 { 1879 compatible = "ti,am33xx-mcasp-audio"; 1880 reg = <0x0 0x02b50000 0x0 0x2000>, 1881 <0x0 0x02b58000 0x0 0x1000>; 1882 reg-names = "mpu","dat"; 1883 interrupts = <GIC_SPI 554 IRQ_TYPE_LEVEL_HIGH>, 1884 <GIC_SPI 555 IRQ_TYPE_LEVEL_HIGH>; 1885 interrupt-names = "tx", "rx"; 1886 1887 dmas = <&main_udmap 0xc502>, <&main_udmap 0x4502>; 1888 dma-names = "tx", "rx"; 1889 1890 clocks = <&k3_clks 179 1>; 1891 clock-names = "fck"; 1892 power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>; 1893 status = "disabled"; 1894 }; 1895 1896 mcasp6: mcasp@2b60000 { 1897 compatible = "ti,am33xx-mcasp-audio"; 1898 reg = <0x0 0x02b60000 0x0 0x2000>, 1899 <0x0 0x02b68000 0x0 0x1000>; 1900 reg-names = "mpu","dat"; 1901 interrupts = <GIC_SPI 556 IRQ_TYPE_LEVEL_HIGH>, 1902 <GIC_SPI 557 IRQ_TYPE_LEVEL_HIGH>; 1903 interrupt-names = "tx", "rx"; 1904 1905 dmas = <&main_udmap 0xc503>, <&main_udmap 0x4503>; 1906 dma-names = "tx", "rx"; 1907 1908 clocks = <&k3_clks 180 1>; 1909 clock-names = "fck"; 1910 power-domains = <&k3_pds 180 TI_SCI_PD_EXCLUSIVE>; 1911 status = "disabled"; 1912 }; 1913 1914 mcasp7: mcasp@2b70000 { 1915 compatible = "ti,am33xx-mcasp-audio"; 1916 reg = <0x0 0x02b70000 0x0 0x2000>, 1917 <0x0 0x02b78000 0x0 0x1000>; 1918 reg-names = "mpu","dat"; 1919 interrupts = <GIC_SPI 558 IRQ_TYPE_LEVEL_HIGH>, 1920 <GIC_SPI 559 IRQ_TYPE_LEVEL_HIGH>; 1921 interrupt-names = "tx", "rx"; 1922 1923 dmas = <&main_udmap 0xc504>, <&main_udmap 0x4504>; 1924 dma-names = "tx", "rx"; 1925 1926 clocks = <&k3_clks 181 1>; 1927 clock-names = "fck"; 1928 power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>; 1929 status = "disabled"; 1930 }; 1931 1932 mcasp8: mcasp@2b80000 { 1933 compatible = "ti,am33xx-mcasp-audio"; 1934 reg = <0x0 0x02b80000 0x0 0x2000>, 1935 <0x0 0x02b88000 0x0 0x1000>; 1936 reg-names = "mpu","dat"; 1937 interrupts = <GIC_SPI 560 IRQ_TYPE_LEVEL_HIGH>, 1938 <GIC_SPI 561 IRQ_TYPE_LEVEL_HIGH>; 1939 interrupt-names = "tx", "rx"; 1940 1941 dmas = <&main_udmap 0xc505>, <&main_udmap 0x4505>; 1942 dma-names = "tx", "rx"; 1943 1944 clocks = <&k3_clks 182 1>; 1945 clock-names = "fck"; 1946 power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 1947 status = "disabled"; 1948 }; 1949 1950 mcasp9: mcasp@2b90000 { 1951 compatible = "ti,am33xx-mcasp-audio"; 1952 reg = <0x0 0x02b90000 0x0 0x2000>, 1953 <0x0 0x02b98000 0x0 0x1000>; 1954 reg-names = "mpu","dat"; 1955 interrupts = <GIC_SPI 562 IRQ_TYPE_LEVEL_HIGH>, 1956 <GIC_SPI 563 IRQ_TYPE_LEVEL_HIGH>; 1957 interrupt-names = "tx", "rx"; 1958 1959 dmas = <&main_udmap 0xc506>, <&main_udmap 0x4506>; 1960 dma-names = "tx", "rx"; 1961 1962 clocks = <&k3_clks 183 1>; 1963 clock-names = "fck"; 1964 power-domains = <&k3_pds 183 TI_SCI_PD_EXCLUSIVE>; 1965 status = "disabled"; 1966 }; 1967 1968 mcasp10: mcasp@2ba0000 { 1969 compatible = "ti,am33xx-mcasp-audio"; 1970 reg = <0x0 0x02ba0000 0x0 0x2000>, 1971 <0x0 0x02ba8000 0x0 0x1000>; 1972 reg-names = "mpu","dat"; 1973 interrupts = <GIC_SPI 564 IRQ_TYPE_LEVEL_HIGH>, 1974 <GIC_SPI 565 IRQ_TYPE_LEVEL_HIGH>; 1975 interrupt-names = "tx", "rx"; 1976 1977 dmas = <&main_udmap 0xc507>, <&main_udmap 0x4507>; 1978 dma-names = "tx", "rx"; 1979 1980 clocks = <&k3_clks 184 1>; 1981 clock-names = "fck"; 1982 power-domains = <&k3_pds 184 TI_SCI_PD_EXCLUSIVE>; 1983 status = "disabled"; 1984 }; 1985 1986 mcasp11: mcasp@2bb0000 { 1987 compatible = "ti,am33xx-mcasp-audio"; 1988 reg = <0x0 0x02bb0000 0x0 0x2000>, 1989 <0x0 0x02bb8000 0x0 0x1000>; 1990 reg-names = "mpu","dat"; 1991 interrupts = <GIC_SPI 566 IRQ_TYPE_LEVEL_HIGH>, 1992 <GIC_SPI 567 IRQ_TYPE_LEVEL_HIGH>; 1993 interrupt-names = "tx", "rx"; 1994 1995 dmas = <&main_udmap 0xc508>, <&main_udmap 0x4508>; 1996 dma-names = "tx", "rx"; 1997 1998 clocks = <&k3_clks 185 1>; 1999 clock-names = "fck"; 2000 power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>; 2001 status = "disabled"; 2002 }; 2003 2004 watchdog0: watchdog@2200000 { 2005 compatible = "ti,j7-rti-wdt"; 2006 reg = <0x0 0x2200000 0x0 0x100>; 2007 clocks = <&k3_clks 252 1>; 2008 power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; 2009 assigned-clocks = <&k3_clks 252 1>; 2010 assigned-clock-parents = <&k3_clks 252 5>; 2011 }; 2012 2013 watchdog1: watchdog@2210000 { 2014 compatible = "ti,j7-rti-wdt"; 2015 reg = <0x0 0x2210000 0x0 0x100>; 2016 clocks = <&k3_clks 253 1>; 2017 power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>; 2018 assigned-clocks = <&k3_clks 253 1>; 2019 assigned-clock-parents = <&k3_clks 253 5>; 2020 }; 2021 2022 main_r5fss0: r5fss@5c00000 { 2023 compatible = "ti,j721e-r5fss"; 2024 ti,cluster-mode = <1>; 2025 #address-cells = <1>; 2026 #size-cells = <1>; 2027 ranges = <0x5c00000 0x00 0x5c00000 0x20000>, 2028 <0x5d00000 0x00 0x5d00000 0x20000>; 2029 power-domains = <&k3_pds 243 TI_SCI_PD_EXCLUSIVE>; 2030 2031 main_r5fss0_core0: r5f@5c00000 { 2032 compatible = "ti,j721e-r5f"; 2033 reg = <0x5c00000 0x00008000>, 2034 <0x5c10000 0x00008000>; 2035 reg-names = "atcm", "btcm"; 2036 ti,sci = <&dmsc>; 2037 ti,sci-dev-id = <245>; 2038 ti,sci-proc-ids = <0x06 0xff>; 2039 resets = <&k3_reset 245 1>; 2040 firmware-name = "j7-main-r5f0_0-fw"; 2041 ti,atcm-enable = <1>; 2042 ti,btcm-enable = <1>; 2043 ti,loczrama = <1>; 2044 }; 2045 2046 main_r5fss0_core1: r5f@5d00000 { 2047 compatible = "ti,j721e-r5f"; 2048 reg = <0x5d00000 0x00008000>, 2049 <0x5d10000 0x00008000>; 2050 reg-names = "atcm", "btcm"; 2051 ti,sci = <&dmsc>; 2052 ti,sci-dev-id = <246>; 2053 ti,sci-proc-ids = <0x07 0xff>; 2054 resets = <&k3_reset 246 1>; 2055 firmware-name = "j7-main-r5f0_1-fw"; 2056 ti,atcm-enable = <1>; 2057 ti,btcm-enable = <1>; 2058 ti,loczrama = <1>; 2059 }; 2060 }; 2061 2062 main_r5fss1: r5fss@5e00000 { 2063 compatible = "ti,j721e-r5fss"; 2064 ti,cluster-mode = <1>; 2065 #address-cells = <1>; 2066 #size-cells = <1>; 2067 ranges = <0x5e00000 0x00 0x5e00000 0x20000>, 2068 <0x5f00000 0x00 0x5f00000 0x20000>; 2069 power-domains = <&k3_pds 244 TI_SCI_PD_EXCLUSIVE>; 2070 2071 main_r5fss1_core0: r5f@5e00000 { 2072 compatible = "ti,j721e-r5f"; 2073 reg = <0x5e00000 0x00008000>, 2074 <0x5e10000 0x00008000>; 2075 reg-names = "atcm", "btcm"; 2076 ti,sci = <&dmsc>; 2077 ti,sci-dev-id = <247>; 2078 ti,sci-proc-ids = <0x08 0xff>; 2079 resets = <&k3_reset 247 1>; 2080 firmware-name = "j7-main-r5f1_0-fw"; 2081 ti,atcm-enable = <1>; 2082 ti,btcm-enable = <1>; 2083 ti,loczrama = <1>; 2084 }; 2085 2086 main_r5fss1_core1: r5f@5f00000 { 2087 compatible = "ti,j721e-r5f"; 2088 reg = <0x5f00000 0x00008000>, 2089 <0x5f10000 0x00008000>; 2090 reg-names = "atcm", "btcm"; 2091 ti,sci = <&dmsc>; 2092 ti,sci-dev-id = <248>; 2093 ti,sci-proc-ids = <0x09 0xff>; 2094 resets = <&k3_reset 248 1>; 2095 firmware-name = "j7-main-r5f1_1-fw"; 2096 ti,atcm-enable = <1>; 2097 ti,btcm-enable = <1>; 2098 ti,loczrama = <1>; 2099 }; 2100 }; 2101 2102 c66_0: dsp@4d80800000 { 2103 compatible = "ti,j721e-c66-dsp"; 2104 reg = <0x4d 0x80800000 0x00 0x00048000>, 2105 <0x4d 0x80e00000 0x00 0x00008000>, 2106 <0x4d 0x80f00000 0x00 0x00008000>; 2107 reg-names = "l2sram", "l1pram", "l1dram"; 2108 ti,sci = <&dmsc>; 2109 ti,sci-dev-id = <142>; 2110 ti,sci-proc-ids = <0x03 0xff>; 2111 resets = <&k3_reset 142 1>; 2112 firmware-name = "j7-c66_0-fw"; 2113 }; 2114 2115 c66_1: dsp@4d81800000 { 2116 compatible = "ti,j721e-c66-dsp"; 2117 reg = <0x4d 0x81800000 0x00 0x00048000>, 2118 <0x4d 0x81e00000 0x00 0x00008000>, 2119 <0x4d 0x81f00000 0x00 0x00008000>; 2120 reg-names = "l2sram", "l1pram", "l1dram"; 2121 ti,sci = <&dmsc>; 2122 ti,sci-dev-id = <143>; 2123 ti,sci-proc-ids = <0x04 0xff>; 2124 resets = <&k3_reset 143 1>; 2125 firmware-name = "j7-c66_1-fw"; 2126 }; 2127 2128 c71_0: dsp@64800000 { 2129 compatible = "ti,j721e-c71-dsp"; 2130 reg = <0x00 0x64800000 0x00 0x00080000>, 2131 <0x00 0x64e00000 0x00 0x0000c000>; 2132 reg-names = "l2sram", "l1dram"; 2133 ti,sci = <&dmsc>; 2134 ti,sci-dev-id = <15>; 2135 ti,sci-proc-ids = <0x30 0xff>; 2136 resets = <&k3_reset 15 1>; 2137 firmware-name = "j7-c71_0-fw"; 2138 }; 2139 2140 icssg0: icssg@b000000 { 2141 compatible = "ti,j721e-icssg"; 2142 reg = <0x00 0xb000000 0x00 0x80000>; 2143 power-domains = <&k3_pds 119 TI_SCI_PD_EXCLUSIVE>; 2144 #address-cells = <1>; 2145 #size-cells = <1>; 2146 ranges = <0x0 0x00 0x0b000000 0x100000>; 2147 2148 icssg0_mem: memories@0 { 2149 reg = <0x0 0x2000>, 2150 <0x2000 0x2000>, 2151 <0x10000 0x10000>; 2152 reg-names = "dram0", "dram1", 2153 "shrdram2"; 2154 }; 2155 2156 icssg0_cfg: cfg@26000 { 2157 compatible = "ti,pruss-cfg", "syscon"; 2158 reg = <0x26000 0x200>; 2159 #address-cells = <1>; 2160 #size-cells = <1>; 2161 ranges = <0x0 0x26000 0x2000>; 2162 2163 clocks { 2164 #address-cells = <1>; 2165 #size-cells = <0>; 2166 2167 icssg0_coreclk_mux: coreclk-mux@3c { 2168 reg = <0x3c>; 2169 #clock-cells = <0>; 2170 clocks = <&k3_clks 119 24>, /* icssg0_core_clk */ 2171 <&k3_clks 119 1>; /* icssg0_iclk */ 2172 assigned-clocks = <&icssg0_coreclk_mux>; 2173 assigned-clock-parents = <&k3_clks 119 1>; 2174 }; 2175 2176 icssg0_iepclk_mux: iepclk-mux@30 { 2177 reg = <0x30>; 2178 #clock-cells = <0>; 2179 clocks = <&k3_clks 119 3>, /* icssg0_iep_clk */ 2180 <&icssg0_coreclk_mux>; /* core_clk */ 2181 assigned-clocks = <&icssg0_iepclk_mux>; 2182 assigned-clock-parents = <&icssg0_coreclk_mux>; 2183 }; 2184 }; 2185 }; 2186 2187 icssg0_mii_rt: mii-rt@32000 { 2188 compatible = "ti,pruss-mii", "syscon"; 2189 reg = <0x32000 0x100>; 2190 }; 2191 2192 icssg0_mii_g_rt: mii-g-rt@33000 { 2193 compatible = "ti,pruss-mii-g", "syscon"; 2194 reg = <0x33000 0x1000>; 2195 }; 2196 2197 icssg0_intc: interrupt-controller@20000 { 2198 compatible = "ti,icssg-intc"; 2199 reg = <0x20000 0x2000>; 2200 interrupt-controller; 2201 #interrupt-cells = <3>; 2202 interrupts = <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, 2203 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>, 2204 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, 2205 <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>, 2206 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>, 2207 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>, 2208 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>, 2209 <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>; 2210 interrupt-names = "host_intr0", "host_intr1", 2211 "host_intr2", "host_intr3", 2212 "host_intr4", "host_intr5", 2213 "host_intr6", "host_intr7"; 2214 }; 2215 2216 pru0_0: pru@34000 { 2217 compatible = "ti,j721e-pru"; 2218 reg = <0x34000 0x3000>, 2219 <0x22000 0x100>, 2220 <0x22400 0x100>; 2221 reg-names = "iram", "control", "debug"; 2222 firmware-name = "j7-pru0_0-fw"; 2223 }; 2224 2225 rtu0_0: rtu@4000 { 2226 compatible = "ti,j721e-rtu"; 2227 reg = <0x4000 0x2000>, 2228 <0x23000 0x100>, 2229 <0x23400 0x100>; 2230 reg-names = "iram", "control", "debug"; 2231 firmware-name = "j7-rtu0_0-fw"; 2232 }; 2233 2234 tx_pru0_0: txpru@a000 { 2235 compatible = "ti,j721e-tx-pru"; 2236 reg = <0xa000 0x1800>, 2237 <0x25000 0x100>, 2238 <0x25400 0x100>; 2239 reg-names = "iram", "control", "debug"; 2240 firmware-name = "j7-txpru0_0-fw"; 2241 }; 2242 2243 pru0_1: pru@38000 { 2244 compatible = "ti,j721e-pru"; 2245 reg = <0x38000 0x3000>, 2246 <0x24000 0x100>, 2247 <0x24400 0x100>; 2248 reg-names = "iram", "control", "debug"; 2249 firmware-name = "j7-pru0_1-fw"; 2250 }; 2251 2252 rtu0_1: rtu@6000 { 2253 compatible = "ti,j721e-rtu"; 2254 reg = <0x6000 0x2000>, 2255 <0x23800 0x100>, 2256 <0x23c00 0x100>; 2257 reg-names = "iram", "control", "debug"; 2258 firmware-name = "j7-rtu0_1-fw"; 2259 }; 2260 2261 tx_pru0_1: txpru@c000 { 2262 compatible = "ti,j721e-tx-pru"; 2263 reg = <0xc000 0x1800>, 2264 <0x25800 0x100>, 2265 <0x25c00 0x100>; 2266 reg-names = "iram", "control", "debug"; 2267 firmware-name = "j7-txpru0_1-fw"; 2268 }; 2269 2270 icssg0_mdio: mdio@32400 { 2271 compatible = "ti,davinci_mdio"; 2272 reg = <0x32400 0x100>; 2273 clocks = <&k3_clks 119 1>; 2274 clock-names = "fck"; 2275 #address-cells = <1>; 2276 #size-cells = <0>; 2277 bus_freq = <1000000>; 2278 status = "disabled"; 2279 }; 2280 }; 2281 2282 icssg1: icssg@b100000 { 2283 compatible = "ti,j721e-icssg"; 2284 reg = <0x00 0xb100000 0x00 0x80000>; 2285 power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>; 2286 #address-cells = <1>; 2287 #size-cells = <1>; 2288 ranges = <0x0 0x00 0x0b100000 0x100000>; 2289 2290 icssg1_mem: memories@b100000 { 2291 reg = <0x0 0x2000>, 2292 <0x2000 0x2000>, 2293 <0x10000 0x10000>; 2294 reg-names = "dram0", "dram1", 2295 "shrdram2"; 2296 }; 2297 2298 icssg1_cfg: cfg@26000 { 2299 compatible = "ti,pruss-cfg", "syscon"; 2300 reg = <0x26000 0x200>; 2301 #address-cells = <1>; 2302 #size-cells = <1>; 2303 ranges = <0x0 0x26000 0x2000>; 2304 2305 clocks { 2306 #address-cells = <1>; 2307 #size-cells = <0>; 2308 2309 icssg1_coreclk_mux: coreclk-mux@3c { 2310 reg = <0x3c>; 2311 #clock-cells = <0>; 2312 clocks = <&k3_clks 120 54>, /* icssg1_core_clk */ 2313 <&k3_clks 120 4>; /* icssg1_iclk */ 2314 assigned-clocks = <&icssg1_coreclk_mux>; 2315 assigned-clock-parents = <&k3_clks 120 4>; 2316 }; 2317 2318 icssg1_iepclk_mux: iepclk-mux@30 { 2319 reg = <0x30>; 2320 #clock-cells = <0>; 2321 clocks = <&k3_clks 120 9>, /* icssg1_iep_clk */ 2322 <&icssg1_coreclk_mux>; /* core_clk */ 2323 assigned-clocks = <&icssg1_iepclk_mux>; 2324 assigned-clock-parents = <&icssg1_coreclk_mux>; 2325 }; 2326 }; 2327 }; 2328 2329 icssg1_mii_rt: mii-rt@32000 { 2330 compatible = "ti,pruss-mii", "syscon"; 2331 reg = <0x32000 0x100>; 2332 }; 2333 2334 icssg1_mii_g_rt: mii-g-rt@33000 { 2335 compatible = "ti,pruss-mii-g", "syscon"; 2336 reg = <0x33000 0x1000>; 2337 }; 2338 2339 icssg1_intc: interrupt-controller@20000 { 2340 compatible = "ti,icssg-intc"; 2341 reg = <0x20000 0x2000>; 2342 interrupt-controller; 2343 #interrupt-cells = <3>; 2344 interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>, 2345 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>, 2346 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>, 2347 <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>, 2348 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>, 2349 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>, 2350 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>, 2351 <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>; 2352 interrupt-names = "host_intr0", "host_intr1", 2353 "host_intr2", "host_intr3", 2354 "host_intr4", "host_intr5", 2355 "host_intr6", "host_intr7"; 2356 }; 2357 2358 pru1_0: pru@34000 { 2359 compatible = "ti,j721e-pru"; 2360 reg = <0x34000 0x4000>, 2361 <0x22000 0x100>, 2362 <0x22400 0x100>; 2363 reg-names = "iram", "control", "debug"; 2364 firmware-name = "j7-pru1_0-fw"; 2365 }; 2366 2367 rtu1_0: rtu@4000 { 2368 compatible = "ti,j721e-rtu"; 2369 reg = <0x4000 0x2000>, 2370 <0x23000 0x100>, 2371 <0x23400 0x100>; 2372 reg-names = "iram", "control", "debug"; 2373 firmware-name = "j7-rtu1_0-fw"; 2374 }; 2375 2376 tx_pru1_0: txpru@a000 { 2377 compatible = "ti,j721e-tx-pru"; 2378 reg = <0xa000 0x1800>, 2379 <0x25000 0x100>, 2380 <0x25400 0x100>; 2381 reg-names = "iram", "control", "debug"; 2382 firmware-name = "j7-txpru1_0-fw"; 2383 }; 2384 2385 pru1_1: pru@38000 { 2386 compatible = "ti,j721e-pru"; 2387 reg = <0x38000 0x4000>, 2388 <0x24000 0x100>, 2389 <0x24400 0x100>; 2390 reg-names = "iram", "control", "debug"; 2391 firmware-name = "j7-pru1_1-fw"; 2392 }; 2393 2394 rtu1_1: rtu@6000 { 2395 compatible = "ti,j721e-rtu"; 2396 reg = <0x6000 0x2000>, 2397 <0x23800 0x100>, 2398 <0x23c00 0x100>; 2399 reg-names = "iram", "control", "debug"; 2400 firmware-name = "j7-rtu1_1-fw"; 2401 }; 2402 2403 tx_pru1_1: txpru@c000 { 2404 compatible = "ti,j721e-tx-pru"; 2405 reg = <0xc000 0x1800>, 2406 <0x25800 0x100>, 2407 <0x25c00 0x100>; 2408 reg-names = "iram", "control", "debug"; 2409 firmware-name = "j7-txpru1_1-fw"; 2410 }; 2411 2412 icssg1_mdio: mdio@32400 { 2413 compatible = "ti,davinci_mdio"; 2414 reg = <0x32400 0x100>; 2415 clocks = <&k3_clks 120 4>; 2416 clock-names = "fck"; 2417 #address-cells = <1>; 2418 #size-cells = <0>; 2419 bus_freq = <1000000>; 2420 status = "disabled"; 2421 }; 2422 }; 2423 2424 main_mcan0: can@2701000 { 2425 compatible = "bosch,m_can"; 2426 reg = <0x00 0x02701000 0x00 0x200>, 2427 <0x00 0x02708000 0x00 0x8000>; 2428 reg-names = "m_can", "message_ram"; 2429 power-domains = <&k3_pds 156 TI_SCI_PD_EXCLUSIVE>; 2430 clocks = <&k3_clks 156 0>, <&k3_clks 156 1>; 2431 clock-names = "hclk", "cclk"; 2432 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, 2433 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; 2434 interrupt-names = "int0", "int1"; 2435 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2436 status = "disabled"; 2437 }; 2438 2439 main_mcan1: can@2711000 { 2440 compatible = "bosch,m_can"; 2441 reg = <0x00 0x02711000 0x00 0x200>, 2442 <0x00 0x02718000 0x00 0x8000>; 2443 reg-names = "m_can", "message_ram"; 2444 power-domains = <&k3_pds 158 TI_SCI_PD_EXCLUSIVE>; 2445 clocks = <&k3_clks 158 0>, <&k3_clks 158 1>; 2446 clock-names = "hclk", "cclk"; 2447 interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>, 2448 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>; 2449 interrupt-names = "int0", "int1"; 2450 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2451 status = "disabled"; 2452 }; 2453 2454 main_mcan2: can@2721000 { 2455 compatible = "bosch,m_can"; 2456 reg = <0x00 0x02721000 0x00 0x200>, 2457 <0x00 0x02728000 0x00 0x8000>; 2458 reg-names = "m_can", "message_ram"; 2459 power-domains = <&k3_pds 160 TI_SCI_PD_EXCLUSIVE>; 2460 clocks = <&k3_clks 160 0>, <&k3_clks 160 1>; 2461 clock-names = "hclk", "cclk"; 2462 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, 2463 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 2464 interrupt-names = "int0", "int1"; 2465 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2466 status = "disabled"; 2467 }; 2468 2469 main_mcan3: can@2731000 { 2470 compatible = "bosch,m_can"; 2471 reg = <0x00 0x02731000 0x00 0x200>, 2472 <0x00 0x02738000 0x00 0x8000>; 2473 reg-names = "m_can", "message_ram"; 2474 power-domains = <&k3_pds 161 TI_SCI_PD_EXCLUSIVE>; 2475 clocks = <&k3_clks 161 0>, <&k3_clks 161 1>; 2476 clock-names = "hclk", "cclk"; 2477 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, 2478 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>; 2479 interrupt-names = "int0", "int1"; 2480 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2481 status = "disabled"; 2482 }; 2483 2484 main_mcan4: can@2741000 { 2485 compatible = "bosch,m_can"; 2486 reg = <0x00 0x02741000 0x00 0x200>, 2487 <0x00 0x02748000 0x00 0x8000>; 2488 reg-names = "m_can", "message_ram"; 2489 power-domains = <&k3_pds 162 TI_SCI_PD_EXCLUSIVE>; 2490 clocks = <&k3_clks 162 0>, <&k3_clks 162 1>; 2491 clock-names = "hclk", "cclk"; 2492 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, 2493 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; 2494 interrupt-names = "int0", "int1"; 2495 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2496 status = "disabled"; 2497 }; 2498 2499 main_mcan5: can@2751000 { 2500 compatible = "bosch,m_can"; 2501 reg = <0x00 0x02751000 0x00 0x200>, 2502 <0x00 0x02758000 0x00 0x8000>; 2503 reg-names = "m_can", "message_ram"; 2504 power-domains = <&k3_pds 163 TI_SCI_PD_EXCLUSIVE>; 2505 clocks = <&k3_clks 163 0>, <&k3_clks 163 1>; 2506 clock-names = "hclk", "cclk"; 2507 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>, 2508 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 2509 interrupt-names = "int0", "int1"; 2510 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2511 status = "disabled"; 2512 }; 2513 2514 main_mcan6: can@2761000 { 2515 compatible = "bosch,m_can"; 2516 reg = <0x00 0x02761000 0x00 0x200>, 2517 <0x00 0x02768000 0x00 0x8000>; 2518 reg-names = "m_can", "message_ram"; 2519 power-domains = <&k3_pds 164 TI_SCI_PD_EXCLUSIVE>; 2520 clocks = <&k3_clks 164 0>, <&k3_clks 164 1>; 2521 clock-names = "hclk", "cclk"; 2522 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, 2523 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; 2524 interrupt-names = "int0", "int1"; 2525 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2526 status = "disabled"; 2527 }; 2528 2529 main_mcan7: can@2771000 { 2530 compatible = "bosch,m_can"; 2531 reg = <0x00 0x02771000 0x00 0x200>, 2532 <0x00 0x02778000 0x00 0x8000>; 2533 reg-names = "m_can", "message_ram"; 2534 power-domains = <&k3_pds 165 TI_SCI_PD_EXCLUSIVE>; 2535 clocks = <&k3_clks 165 0>, <&k3_clks 165 1>; 2536 clock-names = "hclk", "cclk"; 2537 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 2538 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 2539 interrupt-names = "int0", "int1"; 2540 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2541 status = "disabled"; 2542 }; 2543 2544 main_mcan8: can@2781000 { 2545 compatible = "bosch,m_can"; 2546 reg = <0x00 0x02781000 0x00 0x200>, 2547 <0x00 0x02788000 0x00 0x8000>; 2548 reg-names = "m_can", "message_ram"; 2549 power-domains = <&k3_pds 166 TI_SCI_PD_EXCLUSIVE>; 2550 clocks = <&k3_clks 166 0>, <&k3_clks 166 1>; 2551 clock-names = "hclk", "cclk"; 2552 interrupts = <GIC_SPI 576 IRQ_TYPE_LEVEL_HIGH>, 2553 <GIC_SPI 577 IRQ_TYPE_LEVEL_HIGH>; 2554 interrupt-names = "int0", "int1"; 2555 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2556 status = "disabled"; 2557 }; 2558 2559 main_mcan9: can@2791000 { 2560 compatible = "bosch,m_can"; 2561 reg = <0x00 0x02791000 0x00 0x200>, 2562 <0x00 0x02798000 0x00 0x8000>; 2563 reg-names = "m_can", "message_ram"; 2564 power-domains = <&k3_pds 167 TI_SCI_PD_EXCLUSIVE>; 2565 clocks = <&k3_clks 167 0>, <&k3_clks 167 1>; 2566 clock-names = "hclk", "cclk"; 2567 interrupts = <GIC_SPI 579 IRQ_TYPE_LEVEL_HIGH>, 2568 <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>; 2569 interrupt-names = "int0", "int1"; 2570 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2571 status = "disabled"; 2572 }; 2573 2574 main_mcan10: can@27a1000 { 2575 compatible = "bosch,m_can"; 2576 reg = <0x00 0x027a1000 0x00 0x200>, 2577 <0x00 0x027a8000 0x00 0x8000>; 2578 reg-names = "m_can", "message_ram"; 2579 power-domains = <&k3_pds 168 TI_SCI_PD_EXCLUSIVE>; 2580 clocks = <&k3_clks 168 0>, <&k3_clks 168 1>; 2581 clock-names = "hclk", "cclk"; 2582 interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>, 2583 <GIC_SPI 583 IRQ_TYPE_LEVEL_HIGH>; 2584 interrupt-names = "int0", "int1"; 2585 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2586 status = "disabled"; 2587 }; 2588 2589 main_mcan11: can@27b1000 { 2590 compatible = "bosch,m_can"; 2591 reg = <0x00 0x027b1000 0x00 0x200>, 2592 <0x00 0x027b8000 0x00 0x8000>; 2593 reg-names = "m_can", "message_ram"; 2594 power-domains = <&k3_pds 169 TI_SCI_PD_EXCLUSIVE>; 2595 clocks = <&k3_clks 169 0>, <&k3_clks 169 1>; 2596 clock-names = "hclk", "cclk"; 2597 interrupts = <GIC_SPI 585 IRQ_TYPE_LEVEL_HIGH>, 2598 <GIC_SPI 586 IRQ_TYPE_LEVEL_HIGH>; 2599 interrupt-names = "int0", "int1"; 2600 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2601 status = "disabled"; 2602 }; 2603 2604 main_mcan12: can@27c1000 { 2605 compatible = "bosch,m_can"; 2606 reg = <0x00 0x027c1000 0x00 0x200>, 2607 <0x00 0x027c8000 0x00 0x8000>; 2608 reg-names = "m_can", "message_ram"; 2609 power-domains = <&k3_pds 170 TI_SCI_PD_EXCLUSIVE>; 2610 clocks = <&k3_clks 170 0>, <&k3_clks 170 1>; 2611 clock-names = "hclk", "cclk"; 2612 interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>, 2613 <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>; 2614 interrupt-names = "int0", "int1"; 2615 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2616 status = "disabled"; 2617 }; 2618 2619 main_mcan13: can@27d1000 { 2620 compatible = "bosch,m_can"; 2621 reg = <0x00 0x027d1000 0x00 0x200>, 2622 <0x00 0x027d8000 0x00 0x8000>; 2623 reg-names = "m_can", "message_ram"; 2624 power-domains = <&k3_pds 171 TI_SCI_PD_EXCLUSIVE>; 2625 clocks = <&k3_clks 171 0>, <&k3_clks 171 1>; 2626 clock-names = "hclk", "cclk"; 2627 interrupts = <GIC_SPI 591 IRQ_TYPE_LEVEL_HIGH>, 2628 <GIC_SPI 592 IRQ_TYPE_LEVEL_HIGH>; 2629 interrupt-names = "int0", "int1"; 2630 bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 2631 status = "disabled"; 2632 }; 2633 2634 main_spi0: spi@2100000 { 2635 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2636 reg = <0x00 0x02100000 0x00 0x400>; 2637 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>; 2638 #address-cells = <1>; 2639 #size-cells = <0>; 2640 power-domains = <&k3_pds 266 TI_SCI_PD_EXCLUSIVE>; 2641 clocks = <&k3_clks 266 1>; 2642 status = "disabled"; 2643 }; 2644 2645 main_spi1: spi@2110000 { 2646 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2647 reg = <0x00 0x02110000 0x00 0x400>; 2648 interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>; 2649 #address-cells = <1>; 2650 #size-cells = <0>; 2651 power-domains = <&k3_pds 267 TI_SCI_PD_EXCLUSIVE>; 2652 clocks = <&k3_clks 267 1>; 2653 status = "disabled"; 2654 }; 2655 2656 main_spi2: spi@2120000 { 2657 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2658 reg = <0x00 0x02120000 0x00 0x400>; 2659 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>; 2660 #address-cells = <1>; 2661 #size-cells = <0>; 2662 power-domains = <&k3_pds 268 TI_SCI_PD_EXCLUSIVE>; 2663 clocks = <&k3_clks 268 1>; 2664 status = "disabled"; 2665 }; 2666 2667 main_spi3: spi@2130000 { 2668 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2669 reg = <0x00 0x02130000 0x00 0x400>; 2670 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>; 2671 #address-cells = <1>; 2672 #size-cells = <0>; 2673 power-domains = <&k3_pds 269 TI_SCI_PD_EXCLUSIVE>; 2674 clocks = <&k3_clks 269 1>; 2675 status = "disabled"; 2676 }; 2677 2678 main_spi4: spi@2140000 { 2679 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2680 reg = <0x00 0x02140000 0x00 0x400>; 2681 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>; 2682 #address-cells = <1>; 2683 #size-cells = <0>; 2684 power-domains = <&k3_pds 270 TI_SCI_PD_EXCLUSIVE>; 2685 clocks = <&k3_clks 270 1>; 2686 status = "disabled"; 2687 }; 2688 2689 main_spi5: spi@2150000 { 2690 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2691 reg = <0x00 0x02150000 0x00 0x400>; 2692 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>; 2693 #address-cells = <1>; 2694 #size-cells = <0>; 2695 power-domains = <&k3_pds 271 TI_SCI_PD_EXCLUSIVE>; 2696 clocks = <&k3_clks 271 1>; 2697 status = "disabled"; 2698 }; 2699 2700 main_spi6: spi@2160000 { 2701 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2702 reg = <0x00 0x02160000 0x00 0x400>; 2703 interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>; 2704 #address-cells = <1>; 2705 #size-cells = <0>; 2706 power-domains = <&k3_pds 272 TI_SCI_PD_EXCLUSIVE>; 2707 clocks = <&k3_clks 272 1>; 2708 status = "disabled"; 2709 }; 2710 2711 main_spi7: spi@2170000 { 2712 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 2713 reg = <0x00 0x02170000 0x00 0x400>; 2714 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>; 2715 #address-cells = <1>; 2716 #size-cells = <0>; 2717 power-domains = <&k3_pds 273 TI_SCI_PD_EXCLUSIVE>; 2718 clocks = <&k3_clks 273 1>; 2719 status = "disabled"; 2720 }; 2721 2722 main_esm: esm@700000 { 2723 compatible = "ti,j721e-esm"; 2724 reg = <0x0 0x700000 0x0 0x1000>; 2725 ti,esm-pins = <344>, <345>; 2726 }; 2727}; 2728