1// SPDX-License-Identifier: GPL-2.0-only OR MIT 2/* 3 * Device Tree Source for AM6 SoC Family Main Domain peripherals 4 * 5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/ 6 */ 7#include <dt-bindings/phy/phy-am654-serdes.h> 8 9&cbass_main { 10 msmc_ram: sram@70000000 { 11 compatible = "mmio-sram"; 12 reg = <0x0 0x70000000 0x0 0x200000>; 13 #address-cells = <1>; 14 #size-cells = <1>; 15 ranges = <0x0 0x0 0x70000000 0x200000>; 16 17 atf-sram@0 { 18 reg = <0x0 0x20000>; 19 }; 20 21 sysfw-sram@f0000 { 22 reg = <0xf0000 0x10000>; 23 }; 24 25 l3cache-sram@100000 { 26 reg = <0x100000 0x100000>; 27 }; 28 }; 29 30 gic500: interrupt-controller@1800000 { 31 compatible = "arm,gic-v3"; 32 #address-cells = <2>; 33 #size-cells = <2>; 34 ranges; 35 #interrupt-cells = <3>; 36 interrupt-controller; 37 reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 38 <0x00 0x01880000 0x00 0x90000>, /* GICR */ 39 <0x00 0x6f000000 0x00 0x2000>, /* GICC */ 40 <0x00 0x6f010000 0x00 0x1000>, /* GICH */ 41 <0x00 0x6f020000 0x00 0x2000>; /* GICV */ 42 /* 43 * vcpumntirq: 44 * virtual CPU interface maintenance interrupt 45 */ 46 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 47 48 gic_its: msi-controller@1820000 { 49 compatible = "arm,gic-v3-its"; 50 reg = <0x00 0x01820000 0x00 0x10000>; 51 socionext,synquacer-pre-its = <0x1000000 0x400000>; 52 msi-controller; 53 #msi-cells = <1>; 54 }; 55 }; 56 57 main_esm: esm@700000 { 58 compatible = "ti,j721e-esm"; 59 reg = <0x00 0x700000 0x00 0x1000>; 60 bootph-pre-ram; 61 /* Interrupt sources: rti0, rti1, rti2, rti3 */ 62 ti,esm-pins = <224>, <225>, <226>, <227>; 63 }; 64 65 serdes0: serdes@900000 { 66 compatible = "ti,phy-am654-serdes"; 67 reg = <0x0 0x900000 0x0 0x2000>; 68 reg-names = "serdes"; 69 #phy-cells = <2>; 70 power-domains = <&k3_pds 153 TI_SCI_PD_EXCLUSIVE>; 71 clocks = <&k3_clks 153 4>, <&k3_clks 153 1>, <&serdes1 AM654_SERDES_LO_REFCLK>; 72 clock-output-names = "serdes0_cmu_refclk", "serdes0_lo_refclk", "serdes0_ro_refclk"; 73 assigned-clocks = <&k3_clks 153 4>, <&serdes0 AM654_SERDES_CMU_REFCLK>; 74 assigned-clock-parents = <&k3_clks 153 8>, <&k3_clks 153 4>; 75 ti,serdes-clk = <&serdes0_clk>; 76 #clock-cells = <1>; 77 mux-controls = <&serdes0_mux 0>; 78 }; 79 80 serdes1: serdes@910000 { 81 compatible = "ti,phy-am654-serdes"; 82 reg = <0x0 0x910000 0x0 0x2000>; 83 reg-names = "serdes"; 84 #phy-cells = <2>; 85 power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>; 86 clocks = <&serdes0 AM654_SERDES_RO_REFCLK>, <&k3_clks 154 1>, <&k3_clks 154 5>; 87 clock-output-names = "serdes1_cmu_refclk", "serdes1_lo_refclk", "serdes1_ro_refclk"; 88 assigned-clocks = <&k3_clks 154 5>, <&serdes1 AM654_SERDES_CMU_REFCLK>; 89 assigned-clock-parents = <&k3_clks 154 9>, <&k3_clks 154 5>; 90 ti,serdes-clk = <&serdes1_clk>; 91 #clock-cells = <1>; 92 mux-controls = <&serdes1_mux 0>; 93 }; 94 95 main_uart0: serial@2800000 { 96 compatible = "ti,am654-uart"; 97 reg = <0x00 0x02800000 0x00 0x100>; 98 interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; 99 clock-frequency = <48000000>; 100 power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 101 status = "disabled"; 102 }; 103 104 main_uart1: serial@2810000 { 105 compatible = "ti,am654-uart"; 106 reg = <0x00 0x02810000 0x00 0x100>; 107 interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; 108 clock-frequency = <48000000>; 109 power-domains = <&k3_pds 147 TI_SCI_PD_EXCLUSIVE>; 110 status = "disabled"; 111 }; 112 113 main_uart2: serial@2820000 { 114 compatible = "ti,am654-uart"; 115 reg = <0x00 0x02820000 0x00 0x100>; 116 interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; 117 clock-frequency = <48000000>; 118 power-domains = <&k3_pds 148 TI_SCI_PD_EXCLUSIVE>; 119 status = "disabled"; 120 }; 121 122 crypto: crypto@4e00000 { 123 compatible = "ti,am654-sa2ul"; 124 reg = <0x0 0x4e00000 0x0 0x1200>; 125 power-domains = <&k3_pds 136 TI_SCI_PD_SHARED>; 126 #address-cells = <2>; 127 #size-cells = <2>; 128 ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; 129 130 dmas = <&main_udmap 0xc001>, <&main_udmap 0x4002>, 131 <&main_udmap 0x4003>; 132 dma-names = "tx", "rx1", "rx2"; 133 134 rng: rng@4e10000 { 135 compatible = "inside-secure,safexcel-eip76"; 136 reg = <0x0 0x4e10000 0x0 0x7d>; 137 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; 138 status = "disabled"; /* Used by OP-TEE */ 139 }; 140 }; 141 142 /* TIMERIO pad input CTRLMMR_TIMER*_CTRL registers */ 143 main_timerio_input: pinctrl@104200 { 144 compatible = "pinctrl-single"; 145 reg = <0x0 0x104200 0x0 0x30>; 146 #pinctrl-cells = <1>; 147 pinctrl-single,register-width = <32>; 148 pinctrl-single,function-mask = <0x0000001ff>; 149 }; 150 151 /* TIMERIO pad output CTCTRLMMR_TIMERIO*_CTRL registers */ 152 main_timerio_output: pinctrl@104280 { 153 compatible = "pinctrl-single"; 154 reg = <0x0 0x104280 0x0 0x20>; 155 #pinctrl-cells = <1>; 156 pinctrl-single,register-width = <32>; 157 pinctrl-single,function-mask = <0x0000000f>; 158 }; 159 160 main_pmx0: pinctrl@11c000 { 161 compatible = "pinctrl-single"; 162 reg = <0x0 0x11c000 0x0 0x2e4>; 163 #pinctrl-cells = <1>; 164 pinctrl-single,register-width = <32>; 165 pinctrl-single,function-mask = <0xffffffff>; 166 }; 167 168 main_pmx1: pinctrl@11c2e8 { 169 compatible = "pinctrl-single"; 170 reg = <0x0 0x11c2e8 0x0 0x24>; 171 #pinctrl-cells = <1>; 172 pinctrl-single,register-width = <32>; 173 pinctrl-single,function-mask = <0xffffffff>; 174 }; 175 176 main_i2c0: i2c@2000000 { 177 compatible = "ti,am654-i2c", "ti,omap4-i2c"; 178 reg = <0x0 0x2000000 0x0 0x100>; 179 interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>; 180 #address-cells = <1>; 181 #size-cells = <0>; 182 clock-names = "fck"; 183 clocks = <&k3_clks 110 1>; 184 power-domains = <&k3_pds 110 TI_SCI_PD_EXCLUSIVE>; 185 status = "disabled"; 186 }; 187 188 main_i2c1: i2c@2010000 { 189 compatible = "ti,am654-i2c", "ti,omap4-i2c"; 190 reg = <0x0 0x2010000 0x0 0x100>; 191 interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; 192 #address-cells = <1>; 193 #size-cells = <0>; 194 clock-names = "fck"; 195 clocks = <&k3_clks 111 1>; 196 power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>; 197 status = "disabled"; 198 }; 199 200 main_i2c2: i2c@2020000 { 201 compatible = "ti,am654-i2c", "ti,omap4-i2c"; 202 reg = <0x0 0x2020000 0x0 0x100>; 203 interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>; 204 #address-cells = <1>; 205 #size-cells = <0>; 206 clock-names = "fck"; 207 clocks = <&k3_clks 112 1>; 208 power-domains = <&k3_pds 112 TI_SCI_PD_EXCLUSIVE>; 209 status = "disabled"; 210 }; 211 212 main_i2c3: i2c@2030000 { 213 compatible = "ti,am654-i2c", "ti,omap4-i2c"; 214 reg = <0x0 0x2030000 0x0 0x100>; 215 interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 216 #address-cells = <1>; 217 #size-cells = <0>; 218 clock-names = "fck"; 219 clocks = <&k3_clks 113 1>; 220 power-domains = <&k3_pds 113 TI_SCI_PD_EXCLUSIVE>; 221 status = "disabled"; 222 }; 223 224 ecap0: pwm@3100000 { 225 compatible = "ti,am654-ecap", "ti,am3352-ecap"; 226 #pwm-cells = <3>; 227 reg = <0x0 0x03100000 0x0 0x60>; 228 power-domains = <&k3_pds 39 TI_SCI_PD_EXCLUSIVE>; 229 clocks = <&k3_clks 39 0>; 230 clock-names = "fck"; 231 status = "disabled"; 232 }; 233 234 main_spi0: spi@2100000 { 235 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 236 reg = <0x0 0x2100000 0x0 0x400>; 237 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>; 238 clocks = <&k3_clks 137 1>; 239 power-domains = <&k3_pds 137 TI_SCI_PD_EXCLUSIVE>; 240 #address-cells = <1>; 241 #size-cells = <0>; 242 dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>; 243 dma-names = "tx0", "rx0"; 244 status = "disabled"; 245 }; 246 247 main_spi1: spi@2110000 { 248 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 249 reg = <0x0 0x2110000 0x0 0x400>; 250 interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>; 251 clocks = <&k3_clks 138 1>; 252 power-domains = <&k3_pds 138 TI_SCI_PD_EXCLUSIVE>; 253 #address-cells = <1>; 254 #size-cells = <0>; 255 assigned-clocks = <&k3_clks 137 1>; 256 assigned-clock-rates = <48000000>; 257 status = "disabled"; 258 }; 259 260 main_spi2: spi@2120000 { 261 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 262 reg = <0x0 0x2120000 0x0 0x400>; 263 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>; 264 clocks = <&k3_clks 139 1>; 265 power-domains = <&k3_pds 139 TI_SCI_PD_EXCLUSIVE>; 266 #address-cells = <1>; 267 #size-cells = <0>; 268 status = "disabled"; 269 }; 270 271 main_spi3: spi@2130000 { 272 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 273 reg = <0x0 0x2130000 0x0 0x400>; 274 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>; 275 clocks = <&k3_clks 140 1>; 276 power-domains = <&k3_pds 140 TI_SCI_PD_EXCLUSIVE>; 277 #address-cells = <1>; 278 #size-cells = <0>; 279 status = "disabled"; 280 }; 281 282 main_spi4: spi@2140000 { 283 compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 284 reg = <0x0 0x2140000 0x0 0x400>; 285 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>; 286 clocks = <&k3_clks 141 1>; 287 power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>; 288 #address-cells = <1>; 289 #size-cells = <0>; 290 status = "disabled"; 291 }; 292 293 main_timer0: timer@2400000 { 294 compatible = "ti,am654-timer"; 295 reg = <0x00 0x2400000 0x00 0x400>; 296 interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>; 297 clocks = <&k3_clks 23 0>; 298 clock-names = "fck"; 299 assigned-clocks = <&k3_clks 23 0>; 300 assigned-clock-parents = <&k3_clks 23 1>; 301 power-domains = <&k3_pds 23 TI_SCI_PD_EXCLUSIVE>; 302 ti,timer-pwm; 303 }; 304 305 main_timer1: timer@2410000 { 306 compatible = "ti,am654-timer"; 307 reg = <0x00 0x2410000 0x00 0x400>; 308 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>; 309 clocks = <&k3_clks 24 0>; 310 clock-names = "fck"; 311 assigned-clocks = <&k3_clks 24 0>; 312 assigned-clock-parents = <&k3_clks 24 1>; 313 power-domains = <&k3_pds 24 TI_SCI_PD_EXCLUSIVE>; 314 ti,timer-pwm; 315 }; 316 317 main_timer2: timer@2420000 { 318 compatible = "ti,am654-timer"; 319 reg = <0x00 0x2420000 0x00 0x400>; 320 interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>; 321 clocks = <&k3_clks 27 0>; 322 clock-names = "fck"; 323 assigned-clocks = <&k3_clks 27 0>; 324 assigned-clock-parents = <&k3_clks 27 1>; 325 power-domains = <&k3_pds 27 TI_SCI_PD_EXCLUSIVE>; 326 ti,timer-pwm; 327 }; 328 329 main_timer3: timer@2430000 { 330 compatible = "ti,am654-timer"; 331 reg = <0x00 0x2430000 0x00 0x400>; 332 interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>; 333 clocks = <&k3_clks 28 0>; 334 clock-names = "fck"; 335 assigned-clocks = <&k3_clks 28 0>; 336 assigned-clock-parents = <&k3_clks 28 1>; 337 power-domains = <&k3_pds 28 TI_SCI_PD_EXCLUSIVE>; 338 ti,timer-pwm; 339 }; 340 341 main_timer4: timer@2440000 { 342 compatible = "ti,am654-timer"; 343 reg = <0x00 0x2440000 0x00 0x400>; 344 interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH>; 345 clocks = <&k3_clks 29 0>; 346 clock-names = "fck"; 347 assigned-clocks = <&k3_clks 29 0>; 348 assigned-clock-parents = <&k3_clks 29 1>; 349 power-domains = <&k3_pds 29 TI_SCI_PD_EXCLUSIVE>; 350 ti,timer-pwm; 351 }; 352 353 main_timer5: timer@2450000 { 354 compatible = "ti,am654-timer"; 355 reg = <0x00 0x2450000 0x00 0x400>; 356 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>; 357 clocks = <&k3_clks 30 0>; 358 clock-names = "fck"; 359 assigned-clocks = <&k3_clks 30 0>; 360 assigned-clock-parents = <&k3_clks 30 1>; 361 power-domains = <&k3_pds 30 TI_SCI_PD_EXCLUSIVE>; 362 ti,timer-pwm; 363 }; 364 365 main_timer6: timer@2460000 { 366 compatible = "ti,am654-timer"; 367 reg = <0x00 0x2460000 0x00 0x400>; 368 interrupts = <GIC_SPI 230 IRQ_TYPE_LEVEL_HIGH>; 369 clocks = <&k3_clks 31 0>; 370 assigned-clocks = <&k3_clks 31 0>; 371 assigned-clock-parents = <&k3_clks 31 1>; 372 clock-names = "fck"; 373 power-domains = <&k3_pds 31 TI_SCI_PD_EXCLUSIVE>; 374 ti,timer-pwm; 375 }; 376 377 main_timer7: timer@2470000 { 378 compatible = "ti,am654-timer"; 379 reg = <0x00 0x2470000 0x00 0x400>; 380 interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>; 381 clocks = <&k3_clks 32 0>; 382 clock-names = "fck"; 383 assigned-clocks = <&k3_clks 32 0>; 384 assigned-clock-parents = <&k3_clks 32 1>; 385 power-domains = <&k3_pds 32 TI_SCI_PD_EXCLUSIVE>; 386 ti,timer-pwm; 387 }; 388 389 main_timer8: timer@2480000 { 390 compatible = "ti,am654-timer"; 391 reg = <0x00 0x2480000 0x00 0x400>; 392 interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>; 393 clocks = <&k3_clks 33 0>; 394 clock-names = "fck"; 395 assigned-clocks = <&k3_clks 33 0>; 396 assigned-clock-parents = <&k3_clks 33 1>; 397 power-domains = <&k3_pds 33 TI_SCI_PD_EXCLUSIVE>; 398 ti,timer-pwm; 399 }; 400 401 main_timer9: timer@2490000 { 402 compatible = "ti,am654-timer"; 403 reg = <0x00 0x2490000 0x00 0x400>; 404 interrupts = <GIC_SPI 233 IRQ_TYPE_LEVEL_HIGH>; 405 clocks = <&k3_clks 34 0>; 406 clock-names = "fck"; 407 assigned-clocks = <&k3_clks 34 0>; 408 assigned-clock-parents = <&k3_clks 34 1>; 409 power-domains = <&k3_pds 34 TI_SCI_PD_EXCLUSIVE>; 410 ti,timer-pwm; 411 }; 412 413 main_timer10: timer@24a0000 { 414 compatible = "ti,am654-timer"; 415 reg = <0x00 0x24a0000 0x00 0x400>; 416 interrupts = <GIC_SPI 234 IRQ_TYPE_LEVEL_HIGH>; 417 clocks = <&k3_clks 25 0>; 418 clock-names = "fck"; 419 assigned-clocks = <&k3_clks 25 0>; 420 assigned-clock-parents = <&k3_clks 25 1>; 421 power-domains = <&k3_pds 25 TI_SCI_PD_EXCLUSIVE>; 422 ti,timer-pwm; 423 }; 424 425 main_timer11: timer@24b0000 { 426 compatible = "ti,am654-timer"; 427 reg = <0x00 0x24b0000 0x00 0x400>; 428 interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>; 429 clocks = <&k3_clks 26 0>; 430 clock-names = "fck"; 431 assigned-clocks = <&k3_clks 26 0>; 432 assigned-clock-parents = <&k3_clks 26 1>; 433 power-domains = <&k3_pds 26 TI_SCI_PD_EXCLUSIVE>; 434 ti,timer-pwm; 435 }; 436 437 sdhci0: mmc@4f80000 { 438 compatible = "ti,am654-sdhci-5.1"; 439 reg = <0x0 0x4f80000 0x0 0x260>, <0x0 0x4f90000 0x0 0x134>; 440 power-domains = <&k3_pds 47 TI_SCI_PD_EXCLUSIVE>; 441 clocks = <&k3_clks 47 0>, <&k3_clks 47 1>; 442 clock-names = "clk_ahb", "clk_xin"; 443 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>; 444 mmc-ddr-1_8v; 445 mmc-hs200-1_8v; 446 ti,clkbuf-sel = <0x7>; 447 ti,trm-icp = <0x8>; 448 ti,otap-del-sel-legacy = <0x0>; 449 ti,otap-del-sel-mmc-hs = <0x0>; 450 ti,otap-del-sel-ddr52 = <0x5>; 451 ti,otap-del-sel-hs200 = <0x5>; 452 ti,itap-del-sel-legacy = <0xa>; 453 ti,itap-del-sel-mmc-hs = <0x1>; 454 ti,itap-del-sel-ddr52 = <0x0>; 455 dma-coherent; 456 status = "disabled"; 457 }; 458 459 sdhci1: mmc@4fa0000 { 460 compatible = "ti,am654-sdhci-5.1"; 461 reg = <0x0 0x4fa0000 0x0 0x260>, <0x0 0x4fb0000 0x0 0x134>; 462 power-domains = <&k3_pds 48 TI_SCI_PD_EXCLUSIVE>; 463 clocks = <&k3_clks 48 0>, <&k3_clks 48 1>; 464 clock-names = "clk_ahb", "clk_xin"; 465 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; 466 ti,clkbuf-sel = <0x7>; 467 ti,trm-icp = <0x8>; 468 ti,otap-del-sel-legacy = <0x0>; 469 ti,otap-del-sel-sd-hs = <0x0>; 470 ti,otap-del-sel-sdr12 = <0xf>; 471 ti,otap-del-sel-sdr25 = <0xf>; 472 ti,otap-del-sel-sdr50 = <0x8>; 473 ti,otap-del-sel-sdr104 = <0x7>; 474 ti,otap-del-sel-ddr50 = <0x4>; 475 ti,itap-del-sel-legacy = <0xa>; 476 ti,itap-del-sel-sd-hs = <0x1>; 477 ti,itap-del-sel-sdr12 = <0xa>; 478 ti,itap-del-sel-sdr25 = <0x1>; 479 dma-coherent; 480 status = "disabled"; 481 }; 482 483 scm_conf: scm-conf@100000 { 484 compatible = "ti,am654-system-controller", "syscon", "simple-mfd"; 485 reg = <0 0x00100000 0 0x1c000>; 486 #address-cells = <1>; 487 #size-cells = <1>; 488 ranges = <0x0 0x0 0x00100000 0x1c000>; 489 490 serdes0_clk: clock@4080 { 491 compatible = "ti,am654-serdes-ctrl", "syscon", "simple-mfd"; 492 reg = <0x4080 0x4>; 493 494 serdes0_mux: mux-controller { 495 compatible = "mmio-mux"; 496 #mux-control-cells = <1>; 497 mux-reg-masks = <0x0 0x3>; /* lane select */ 498 }; 499 }; 500 501 serdes1_clk: clock@4090 { 502 compatible = "ti,am654-serdes-ctrl", "syscon", "simple-mfd"; 503 reg = <0x4090 0x4>; 504 505 serdes1_mux: mux-controller { 506 compatible = "mmio-mux"; 507 #mux-control-cells = <1>; 508 mux-reg-masks = <0x0 0x3>; /* lane select */ 509 }; 510 }; 511 512 dss_oldi_io_ctrl: dss-oldi-io-ctrl@41e0 { 513 compatible = "ti,am654-dss-oldi-io-ctrl", "syscon"; 514 reg = <0x41e0 0x14>; 515 }; 516 517 ehrpwm_tbclk: clock-controller@4140 { 518 compatible = "ti,am654-ehrpwm-tbclk"; 519 reg = <0x4140 0x18>; 520 #clock-cells = <1>; 521 }; 522 }; 523 524 dwc3_0: dwc3@4000000 { 525 compatible = "ti,am654-dwc3"; 526 reg = <0x0 0x4000000 0x0 0x4000>; 527 #address-cells = <1>; 528 #size-cells = <1>; 529 ranges = <0x0 0x0 0x4000000 0x20000>; 530 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 531 dma-coherent; 532 power-domains = <&k3_pds 151 TI_SCI_PD_EXCLUSIVE>; 533 clocks = <&k3_clks 151 2>, <&k3_clks 151 7>; 534 assigned-clocks = <&k3_clks 151 2>, <&k3_clks 151 7>; 535 assigned-clock-parents = <&k3_clks 151 4>, /* set REF_CLK to 20MHz i.e. PER0_PLL/48 */ 536 <&k3_clks 151 9>; /* set PIPE3_TXB_CLK to CLK_12M_RC/256 (for HS only) */ 537 538 usb0: usb@10000 { 539 compatible = "snps,dwc3"; 540 reg = <0x10000 0x10000>; 541 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, 542 <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, 543 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; 544 interrupt-names = "peripheral", 545 "host", 546 "otg"; 547 maximum-speed = "high-speed"; 548 dr_mode = "otg"; 549 phys = <&usb0_phy>; 550 phy-names = "usb2-phy"; 551 snps,dis_u3_susphy_quirk; 552 }; 553 }; 554 555 usb0_phy: phy@4100000 { 556 compatible = "ti,am654-usb2", "ti,omap-usb2"; 557 reg = <0x0 0x4100000 0x0 0x54>; 558 syscon-phy-power = <&scm_conf 0x4000>; 559 clocks = <&k3_clks 151 0>, <&k3_clks 151 1>; 560 clock-names = "wkupclk", "refclk"; 561 #phy-cells = <0>; 562 }; 563 564 dwc3_1: dwc3@4020000 { 565 compatible = "ti,am654-dwc3"; 566 reg = <0x0 0x4020000 0x0 0x4000>; 567 #address-cells = <1>; 568 #size-cells = <1>; 569 ranges = <0x0 0x0 0x4020000 0x20000>; 570 interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; 571 dma-coherent; 572 power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 573 clocks = <&k3_clks 152 2>; 574 assigned-clocks = <&k3_clks 152 2>; 575 assigned-clock-parents = <&k3_clks 152 4>; /* set REF_CLK to 20MHz i.e. PER0_PLL/48 */ 576 577 usb1: usb@10000 { 578 compatible = "snps,dwc3"; 579 reg = <0x10000 0x10000>; 580 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, 581 <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, 582 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; 583 interrupt-names = "peripheral", 584 "host", 585 "otg"; 586 maximum-speed = "high-speed"; 587 dr_mode = "otg"; 588 phys = <&usb1_phy>; 589 phy-names = "usb2-phy"; 590 }; 591 }; 592 593 usb1_phy: phy@4110000 { 594 compatible = "ti,am654-usb2", "ti,omap-usb2"; 595 reg = <0x0 0x4110000 0x0 0x54>; 596 syscon-phy-power = <&scm_conf 0x4020>; 597 clocks = <&k3_clks 152 0>, <&k3_clks 152 1>; 598 clock-names = "wkupclk", "refclk"; 599 #phy-cells = <0>; 600 }; 601 602 intr_main_gpio: interrupt-controller@a00000 { 603 compatible = "ti,sci-intr"; 604 reg = <0x0 0x00a00000 0x0 0x400>; 605 ti,intr-trigger-type = <1>; 606 interrupt-controller; 607 interrupt-parent = <&gic500>; 608 #interrupt-cells = <1>; 609 ti,sci = <&dmsc>; 610 ti,sci-dev-id = <100>; 611 ti,interrupt-ranges = <0 392 32>; 612 }; 613 614 main_navss: bus@30800000 { 615 compatible = "simple-bus"; 616 #address-cells = <2>; 617 #size-cells = <2>; 618 ranges = <0x0 0x30800000 0x0 0x30800000 0x0 0xbc00000>; 619 dma-coherent; 620 dma-ranges; 621 622 ti,sci-dev-id = <118>; 623 624 intr_main_navss: interrupt-controller@310e0000 { 625 compatible = "ti,sci-intr"; 626 reg = <0x0 0x310e0000 0x0 0x2000>; 627 ti,intr-trigger-type = <4>; 628 interrupt-controller; 629 interrupt-parent = <&gic500>; 630 #interrupt-cells = <1>; 631 ti,sci = <&dmsc>; 632 ti,sci-dev-id = <182>; 633 ti,interrupt-ranges = <0 64 64>, 634 <64 448 64>; 635 }; 636 637 inta_main_udmass: interrupt-controller@33d00000 { 638 compatible = "ti,sci-inta"; 639 reg = <0x0 0x33d00000 0x0 0x100000>; 640 interrupt-controller; 641 interrupt-parent = <&intr_main_navss>; 642 msi-controller; 643 #interrupt-cells = <0>; 644 ti,sci = <&dmsc>; 645 ti,sci-dev-id = <179>; 646 ti,interrupt-ranges = <0 0 256>; 647 }; 648 649 secure_proxy_main: mailbox@32c00000 { 650 compatible = "ti,am654-secure-proxy"; 651 #mbox-cells = <1>; 652 reg-names = "target_data", "rt", "scfg"; 653 reg = <0x00 0x32c00000 0x00 0x100000>, 654 <0x00 0x32400000 0x00 0x100000>, 655 <0x00 0x32800000 0x00 0x100000>; 656 interrupt-names = "rx_011"; 657 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 658 }; 659 660 hwspinlock: spinlock@30e00000 { 661 compatible = "ti,am654-hwspinlock"; 662 reg = <0x00 0x30e00000 0x00 0x1000>; 663 #hwlock-cells = <1>; 664 }; 665 666 mailbox0_cluster0: mailbox@31f80000 { 667 compatible = "ti,am654-mailbox"; 668 reg = <0x00 0x31f80000 0x00 0x200>; 669 #mbox-cells = <1>; 670 ti,mbox-num-users = <4>; 671 ti,mbox-num-fifos = <16>; 672 interrupt-parent = <&intr_main_navss>; 673 status = "disabled"; 674 }; 675 676 mailbox0_cluster1: mailbox@31f81000 { 677 compatible = "ti,am654-mailbox"; 678 reg = <0x00 0x31f81000 0x00 0x200>; 679 #mbox-cells = <1>; 680 ti,mbox-num-users = <4>; 681 ti,mbox-num-fifos = <16>; 682 interrupt-parent = <&intr_main_navss>; 683 status = "disabled"; 684 }; 685 686 mailbox0_cluster2: mailbox@31f82000 { 687 compatible = "ti,am654-mailbox"; 688 reg = <0x00 0x31f82000 0x00 0x200>; 689 #mbox-cells = <1>; 690 ti,mbox-num-users = <4>; 691 ti,mbox-num-fifos = <16>; 692 interrupt-parent = <&intr_main_navss>; 693 status = "disabled"; 694 }; 695 696 mailbox0_cluster3: mailbox@31f83000 { 697 compatible = "ti,am654-mailbox"; 698 reg = <0x00 0x31f83000 0x00 0x200>; 699 #mbox-cells = <1>; 700 ti,mbox-num-users = <4>; 701 ti,mbox-num-fifos = <16>; 702 interrupt-parent = <&intr_main_navss>; 703 status = "disabled"; 704 }; 705 706 mailbox0_cluster4: mailbox@31f84000 { 707 compatible = "ti,am654-mailbox"; 708 reg = <0x00 0x31f84000 0x00 0x200>; 709 #mbox-cells = <1>; 710 ti,mbox-num-users = <4>; 711 ti,mbox-num-fifos = <16>; 712 interrupt-parent = <&intr_main_navss>; 713 status = "disabled"; 714 }; 715 716 mailbox0_cluster5: mailbox@31f85000 { 717 compatible = "ti,am654-mailbox"; 718 reg = <0x00 0x31f85000 0x00 0x200>; 719 #mbox-cells = <1>; 720 ti,mbox-num-users = <4>; 721 ti,mbox-num-fifos = <16>; 722 interrupt-parent = <&intr_main_navss>; 723 status = "disabled"; 724 }; 725 726 mailbox0_cluster6: mailbox@31f86000 { 727 compatible = "ti,am654-mailbox"; 728 reg = <0x00 0x31f86000 0x00 0x200>; 729 #mbox-cells = <1>; 730 ti,mbox-num-users = <4>; 731 ti,mbox-num-fifos = <16>; 732 interrupt-parent = <&intr_main_navss>; 733 status = "disabled"; 734 }; 735 736 mailbox0_cluster7: mailbox@31f87000 { 737 compatible = "ti,am654-mailbox"; 738 reg = <0x00 0x31f87000 0x00 0x200>; 739 #mbox-cells = <1>; 740 ti,mbox-num-users = <4>; 741 ti,mbox-num-fifos = <16>; 742 interrupt-parent = <&intr_main_navss>; 743 status = "disabled"; 744 }; 745 746 mailbox0_cluster8: mailbox@31f88000 { 747 compatible = "ti,am654-mailbox"; 748 reg = <0x00 0x31f88000 0x00 0x200>; 749 #mbox-cells = <1>; 750 ti,mbox-num-users = <4>; 751 ti,mbox-num-fifos = <16>; 752 interrupt-parent = <&intr_main_navss>; 753 status = "disabled"; 754 }; 755 756 mailbox0_cluster9: mailbox@31f89000 { 757 compatible = "ti,am654-mailbox"; 758 reg = <0x00 0x31f89000 0x00 0x200>; 759 #mbox-cells = <1>; 760 ti,mbox-num-users = <4>; 761 ti,mbox-num-fifos = <16>; 762 interrupt-parent = <&intr_main_navss>; 763 status = "disabled"; 764 }; 765 766 mailbox0_cluster10: mailbox@31f8a000 { 767 compatible = "ti,am654-mailbox"; 768 reg = <0x00 0x31f8a000 0x00 0x200>; 769 #mbox-cells = <1>; 770 ti,mbox-num-users = <4>; 771 ti,mbox-num-fifos = <16>; 772 interrupt-parent = <&intr_main_navss>; 773 status = "disabled"; 774 }; 775 776 mailbox0_cluster11: mailbox@31f8b000 { 777 compatible = "ti,am654-mailbox"; 778 reg = <0x00 0x31f8b000 0x00 0x200>; 779 #mbox-cells = <1>; 780 ti,mbox-num-users = <4>; 781 ti,mbox-num-fifos = <16>; 782 interrupt-parent = <&intr_main_navss>; 783 status = "disabled"; 784 }; 785 786 ringacc: ringacc@3c000000 { 787 compatible = "ti,am654-navss-ringacc"; 788 reg = <0x0 0x3c000000 0x0 0x400000>, 789 <0x0 0x38000000 0x0 0x400000>, 790 <0x0 0x31120000 0x0 0x100>, 791 <0x0 0x33000000 0x0 0x40000>, 792 <0x0 0x31080000 0x0 0x40000>; 793 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg"; 794 ti,num-rings = <818>; 795 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 796 ti,sci = <&dmsc>; 797 ti,sci-dev-id = <187>; 798 msi-parent = <&inta_main_udmass>; 799 }; 800 801 main_udmap: dma-controller@31150000 { 802 compatible = "ti,am654-navss-main-udmap"; 803 reg = <0x0 0x31150000 0x0 0x100>, 804 <0x0 0x34000000 0x0 0x100000>, 805 <0x0 0x35000000 0x0 0x100000>, 806 <0x0 0x30b00000 0x0 0x10000>, 807 <0x0 0x30c00000 0x0 0x10000>, 808 <0x0 0x30d00000 0x0 0x8000>; 809 reg-names = "gcfg", "rchanrt", "tchanrt", 810 "tchan", "rchan", "rflow"; 811 msi-parent = <&inta_main_udmass>; 812 #dma-cells = <1>; 813 814 ti,sci = <&dmsc>; 815 ti,sci-dev-id = <188>; 816 ti,ringacc = <&ringacc>; 817 818 ti,sci-rm-range-tchan = <0xf>, /* TX_HCHAN */ 819 <0xd>; /* TX_CHAN */ 820 ti,sci-rm-range-rchan = <0xb>, /* RX_HCHAN */ 821 <0xa>; /* RX_CHAN */ 822 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */ 823 }; 824 825 cpts@310d0000 { 826 compatible = "ti,am65-cpts"; 827 reg = <0x0 0x310d0000 0x0 0x400>; 828 reg-names = "cpts"; 829 clocks = <&main_cpts_mux>; 830 clock-names = "cpts"; 831 interrupts-extended = <&intr_main_navss 391>; 832 interrupt-names = "cpts"; 833 ti,cpts-periodic-outputs = <6>; 834 ti,cpts-ext-ts-inputs = <8>; 835 836 main_cpts_mux: refclk-mux { 837 #clock-cells = <0>; 838 clocks = <&k3_clks 118 5>, <&k3_clks 118 11>, 839 <&k3_clks 118 6>, <&k3_clks 118 3>, 840 <&k3_clks 118 8>, <&k3_clks 118 14>, 841 <&k3_clks 120 3>, <&k3_clks 121 3>; 842 assigned-clocks = <&main_cpts_mux>; 843 assigned-clock-parents = <&k3_clks 118 5>; 844 }; 845 }; 846 }; 847 848 main_gpio0: gpio@600000 { 849 compatible = "ti,am654-gpio", "ti,keystone-gpio"; 850 reg = <0x0 0x600000 0x0 0x100>; 851 gpio-controller; 852 #gpio-cells = <2>; 853 interrupt-parent = <&intr_main_gpio>; 854 interrupts = <192>, <193>, <194>, <195>, <196>, <197>; 855 interrupt-controller; 856 #interrupt-cells = <2>; 857 ti,ngpio = <96>; 858 ti,davinci-gpio-unbanked = <0>; 859 clocks = <&k3_clks 57 0>; 860 clock-names = "gpio"; 861 }; 862 863 main_gpio1: gpio@601000 { 864 compatible = "ti,am654-gpio", "ti,keystone-gpio"; 865 reg = <0x0 0x601000 0x0 0x100>; 866 gpio-controller; 867 #gpio-cells = <2>; 868 interrupt-parent = <&intr_main_gpio>; 869 interrupts = <200>, <201>, <202>, <203>, <204>, <205>; 870 interrupt-controller; 871 #interrupt-cells = <2>; 872 ti,ngpio = <90>; 873 ti,davinci-gpio-unbanked = <0>; 874 clocks = <&k3_clks 58 0>; 875 clock-names = "gpio"; 876 }; 877 878 pcie0_rc: pcie@5500000 { 879 compatible = "ti,am654-pcie-rc"; 880 reg = <0x0 0x5500000 0x0 0x1000>, <0x0 0x5501000 0x0 0x1000>, <0x0 0x10000000 0x0 0x2000>, <0x0 0x5506000 0x0 0x1000>; 881 reg-names = "app", "dbics", "config", "atu"; 882 power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>; 883 #address-cells = <3>; 884 #size-cells = <2>; 885 ranges = <0x81000000 0 0 0x0 0x10020000 0 0x00010000>, 886 <0x82000000 0 0x10030000 0x0 0x10030000 0 0x07FD0000>; 887 ti,syscon-pcie-id = <&scm_conf 0x210>; 888 ti,syscon-pcie-mode = <&scm_conf 0x4060>; 889 bus-range = <0x0 0xff>; 890 num-viewport = <16>; 891 max-link-speed = <2>; 892 dma-coherent; 893 interrupts = <GIC_SPI 340 IRQ_TYPE_EDGE_RISING>; 894 msi-map = <0x0 &gic_its 0x0 0x10000>; 895 device_type = "pci"; 896 status = "disabled"; 897 }; 898 899 pcie1_rc: pcie@5600000 { 900 compatible = "ti,am654-pcie-rc"; 901 reg = <0x0 0x5600000 0x0 0x1000>, <0x0 0x5601000 0x0 0x1000>, <0x0 0x18000000 0x0 0x2000>, <0x0 0x5606000 0x0 0x1000>; 902 reg-names = "app", "dbics", "config", "atu"; 903 power-domains = <&k3_pds 121 TI_SCI_PD_EXCLUSIVE>; 904 #address-cells = <3>; 905 #size-cells = <2>; 906 ranges = <0x81000000 0 0 0x0 0x18020000 0 0x00010000>, 907 <0x82000000 0 0x18030000 0x0 0x18030000 0 0x07FD0000>; 908 ti,syscon-pcie-id = <&scm_conf 0x210>; 909 ti,syscon-pcie-mode = <&scm_conf 0x4070>; 910 bus-range = <0x0 0xff>; 911 num-viewport = <16>; 912 max-link-speed = <2>; 913 dma-coherent; 914 interrupts = <GIC_SPI 355 IRQ_TYPE_EDGE_RISING>; 915 msi-map = <0x0 &gic_its 0x10000 0x10000>; 916 device_type = "pci"; 917 status = "disabled"; 918 }; 919 920 mcasp0: mcasp@2b00000 { 921 compatible = "ti,am33xx-mcasp-audio"; 922 reg = <0x0 0x02b00000 0x0 0x2000>, 923 <0x0 0x02b08000 0x0 0x1000>; 924 reg-names = "mpu","dat"; 925 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>, 926 <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>; 927 interrupt-names = "tx", "rx"; 928 929 dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>; 930 dma-names = "tx", "rx"; 931 932 clocks = <&k3_clks 104 0>; 933 clock-names = "fck"; 934 power-domains = <&k3_pds 104 TI_SCI_PD_EXCLUSIVE>; 935 status = "disabled"; 936 }; 937 938 mcasp1: mcasp@2b10000 { 939 compatible = "ti,am33xx-mcasp-audio"; 940 reg = <0x0 0x02b10000 0x0 0x2000>, 941 <0x0 0x02b18000 0x0 0x1000>; 942 reg-names = "mpu","dat"; 943 interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>, 944 <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>; 945 interrupt-names = "tx", "rx"; 946 947 dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>; 948 dma-names = "tx", "rx"; 949 950 clocks = <&k3_clks 105 0>; 951 clock-names = "fck"; 952 power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 953 status = "disabled"; 954 }; 955 956 mcasp2: mcasp@2b20000 { 957 compatible = "ti,am33xx-mcasp-audio"; 958 reg = <0x0 0x02b20000 0x0 0x2000>, 959 <0x0 0x02b28000 0x0 0x1000>; 960 reg-names = "mpu","dat"; 961 interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>, 962 <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>; 963 interrupt-names = "tx", "rx"; 964 965 dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>; 966 dma-names = "tx", "rx"; 967 968 clocks = <&k3_clks 106 0>; 969 clock-names = "fck"; 970 power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; 971 status = "disabled"; 972 }; 973 974 cal: cal@6f03000 { 975 compatible = "ti,am654-cal"; 976 reg = <0x0 0x06f03000 0x0 0x400>, 977 <0x0 0x06f03800 0x0 0x40>; 978 reg-names = "cal_top", 979 "cal_rx_core0"; 980 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>; 981 ti,camerrx-control = <&scm_conf 0x40c0>; 982 clock-names = "fck"; 983 clocks = <&k3_clks 2 0>; 984 power-domains = <&k3_pds 2 TI_SCI_PD_EXCLUSIVE>; 985 986 ports { 987 #address-cells = <1>; 988 #size-cells = <0>; 989 990 csi2_0: port@0 { 991 reg = <0>; 992 }; 993 }; 994 }; 995 996 dss: dss@4a00000 { 997 compatible = "ti,am65x-dss"; 998 reg = <0x0 0x04a00000 0x0 0x1000>, /* common */ 999 <0x0 0x04a02000 0x0 0x1000>, /* vidl1 */ 1000 <0x0 0x04a06000 0x0 0x1000>, /* vid */ 1001 <0x0 0x04a07000 0x0 0x1000>, /* ovr1 */ 1002 <0x0 0x04a08000 0x0 0x1000>, /* ovr2 */ 1003 <0x0 0x04a0a000 0x0 0x1000>, /* vp1 */ 1004 <0x0 0x04a0b000 0x0 0x1000>, /* vp2 */ 1005 <0x0 0x04a01000 0x0 0x1000>; /* common1 */ 1006 reg-names = "common", "vidl1", "vid", 1007 "ovr1", "ovr2", "vp1", "vp2", "common1"; 1008 1009 ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>; 1010 1011 power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>; 1012 1013 clocks = <&k3_clks 67 1>, 1014 <&k3_clks 216 1>, 1015 <&k3_clks 67 2>; 1016 clock-names = "fck", "vp1", "vp2"; 1017 1018 /* 1019 * Set vp2 clk (DPI_1_IN_CLK) mux to PLL4 via 1020 * DIV1. See "Figure 12-3365. DSS Integration" 1021 * in AM65x TRM for details. 1022 */ 1023 assigned-clocks = <&k3_clks 67 2>; 1024 assigned-clock-parents = <&k3_clks 67 5>; 1025 1026 interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>; 1027 1028 dma-coherent; 1029 1030 dss_ports: ports { 1031 #address-cells = <1>; 1032 #size-cells = <0>; 1033 }; 1034 }; 1035 1036 gpu: gpu@7000000 { 1037 compatible = "ti,am6548-gpu", "img,powervr-sgx544"; 1038 reg = <0x0 0x7000000 0x0 0x10000>; 1039 interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>; 1040 power-domains = <&k3_pds 65 TI_SCI_PD_EXCLUSIVE>; 1041 }; 1042 1043 ehrpwm0: pwm@3000000 { 1044 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 1045 #pwm-cells = <3>; 1046 reg = <0x0 0x3000000 0x0 0x100>; 1047 power-domains = <&k3_pds 40 TI_SCI_PD_EXCLUSIVE>; 1048 clocks = <&ehrpwm_tbclk 0>, <&k3_clks 40 0>; 1049 clock-names = "tbclk", "fck"; 1050 status = "disabled"; 1051 }; 1052 1053 ehrpwm1: pwm@3010000 { 1054 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 1055 #pwm-cells = <3>; 1056 reg = <0x0 0x3010000 0x0 0x100>; 1057 power-domains = <&k3_pds 41 TI_SCI_PD_EXCLUSIVE>; 1058 clocks = <&ehrpwm_tbclk 1>, <&k3_clks 41 0>; 1059 clock-names = "tbclk", "fck"; 1060 status = "disabled"; 1061 }; 1062 1063 ehrpwm2: pwm@3020000 { 1064 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 1065 #pwm-cells = <3>; 1066 reg = <0x0 0x3020000 0x0 0x100>; 1067 power-domains = <&k3_pds 42 TI_SCI_PD_EXCLUSIVE>; 1068 clocks = <&ehrpwm_tbclk 2>, <&k3_clks 42 0>; 1069 clock-names = "tbclk", "fck"; 1070 status = "disabled"; 1071 }; 1072 1073 ehrpwm3: pwm@3030000 { 1074 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 1075 #pwm-cells = <3>; 1076 reg = <0x0 0x3030000 0x0 0x100>; 1077 power-domains = <&k3_pds 43 TI_SCI_PD_EXCLUSIVE>; 1078 clocks = <&ehrpwm_tbclk 3>, <&k3_clks 43 0>; 1079 clock-names = "tbclk", "fck"; 1080 status = "disabled"; 1081 }; 1082 1083 ehrpwm4: pwm@3040000 { 1084 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 1085 #pwm-cells = <3>; 1086 reg = <0x0 0x3040000 0x0 0x100>; 1087 power-domains = <&k3_pds 44 TI_SCI_PD_EXCLUSIVE>; 1088 clocks = <&ehrpwm_tbclk 4>, <&k3_clks 44 0>; 1089 clock-names = "tbclk", "fck"; 1090 status = "disabled"; 1091 }; 1092 1093 ehrpwm5: pwm@3050000 { 1094 compatible = "ti,am654-ehrpwm", "ti,am3352-ehrpwm"; 1095 #pwm-cells = <3>; 1096 reg = <0x0 0x3050000 0x0 0x100>; 1097 power-domains = <&k3_pds 45 TI_SCI_PD_EXCLUSIVE>; 1098 clocks = <&ehrpwm_tbclk 5>, <&k3_clks 45 0>; 1099 clock-names = "tbclk", "fck"; 1100 status = "disabled"; 1101 }; 1102 1103 icssg0: icssg@b000000 { 1104 compatible = "ti,am654-icssg"; 1105 reg = <0x00 0xb000000 0x00 0x80000>; 1106 power-domains = <&k3_pds 62 TI_SCI_PD_EXCLUSIVE>; 1107 #address-cells = <1>; 1108 #size-cells = <1>; 1109 ranges = <0x0 0x00 0xb000000 0x80000>; 1110 1111 icssg0_mem: memories@0 { 1112 reg = <0x0 0x2000>, 1113 <0x2000 0x2000>, 1114 <0x10000 0x10000>; 1115 reg-names = "dram0", "dram1", 1116 "shrdram2"; 1117 }; 1118 1119 icssg0_cfg: cfg@26000 { 1120 compatible = "ti,pruss-cfg", "syscon"; 1121 reg = <0x26000 0x200>; 1122 #address-cells = <1>; 1123 #size-cells = <1>; 1124 ranges = <0x0 0x26000 0x2000>; 1125 1126 clocks { 1127 #address-cells = <1>; 1128 #size-cells = <0>; 1129 1130 icssg0_coreclk_mux: coreclk-mux@3c { 1131 reg = <0x3c>; 1132 #clock-cells = <0>; 1133 clocks = <&k3_clks 62 19>, /* icssg0_core_clk */ 1134 <&k3_clks 62 3>; /* icssg0_iclk */ 1135 assigned-clocks = <&icssg0_coreclk_mux>; 1136 assigned-clock-parents = <&k3_clks 62 3>; 1137 }; 1138 1139 icssg0_iepclk_mux: iepclk-mux@30 { 1140 reg = <0x30>; 1141 #clock-cells = <0>; 1142 clocks = <&k3_clks 62 10>, /* icssg0_iep_clk */ 1143 <&icssg0_coreclk_mux>; /* core_clk */ 1144 assigned-clocks = <&icssg0_iepclk_mux>; 1145 assigned-clock-parents = <&icssg0_coreclk_mux>; 1146 }; 1147 }; 1148 }; 1149 1150 icssg0_iep0: iep@2e000 { 1151 compatible = "ti,am654-icss-iep"; 1152 reg = <0x2e000 0x1000>; 1153 clocks = <&icssg0_iepclk_mux>; 1154 }; 1155 1156 icssg0_iep1: iep@2f000 { 1157 compatible = "ti,am654-icss-iep"; 1158 reg = <0x2f000 0x1000>; 1159 clocks = <&icssg0_iepclk_mux>; 1160 }; 1161 1162 icssg0_mii_rt: mii-rt@32000 { 1163 compatible = "ti,pruss-mii", "syscon"; 1164 reg = <0x32000 0x100>; 1165 }; 1166 1167 icssg0_mii_g_rt: mii-g-rt@33000 { 1168 compatible = "ti,pruss-mii-g", "syscon"; 1169 reg = <0x33000 0x1000>; 1170 }; 1171 1172 icssg0_pa_stats: pa-stats@2c000 { 1173 compatible = "ti,pruss-pa-st", "syscon"; 1174 reg = <0x2c000 0x1000>; 1175 }; 1176 1177 icssg0_intc: interrupt-controller@20000 { 1178 compatible = "ti,icssg-intc"; 1179 reg = <0x20000 0x2000>; 1180 interrupt-controller; 1181 #interrupt-cells = <3>; 1182 interrupts = <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, 1183 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>, 1184 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, 1185 <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>, 1186 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>, 1187 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>, 1188 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>, 1189 <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>; 1190 interrupt-names = "host_intr0", "host_intr1", 1191 "host_intr2", "host_intr3", 1192 "host_intr4", "host_intr5", 1193 "host_intr6", "host_intr7"; 1194 }; 1195 1196 pru0_0: pru@34000 { 1197 compatible = "ti,am654-pru"; 1198 reg = <0x34000 0x4000>, 1199 <0x22000 0x100>, 1200 <0x22400 0x100>; 1201 reg-names = "iram", "control", "debug"; 1202 firmware-name = "am65x-pru0_0-fw"; 1203 interrupt-parent = <&icssg0_intc>; 1204 interrupts = <16 2 2>; 1205 interrupt-names = "vring"; 1206 }; 1207 1208 rtu0_0: rtu@4000 { 1209 compatible = "ti,am654-rtu"; 1210 reg = <0x4000 0x2000>, 1211 <0x23000 0x100>, 1212 <0x23400 0x100>; 1213 reg-names = "iram", "control", "debug"; 1214 firmware-name = "am65x-rtu0_0-fw"; 1215 interrupt-parent = <&icssg0_intc>; 1216 interrupts = <20 4 4>; 1217 interrupt-names = "vring"; 1218 }; 1219 1220 tx_pru0_0: txpru@a000 { 1221 compatible = "ti,am654-tx-pru"; 1222 reg = <0xa000 0x1800>, 1223 <0x25000 0x100>, 1224 <0x25400 0x100>; 1225 reg-names = "iram", "control", "debug"; 1226 firmware-name = "am65x-txpru0_0-fw"; 1227 }; 1228 1229 pru0_1: pru@38000 { 1230 compatible = "ti,am654-pru"; 1231 reg = <0x38000 0x4000>, 1232 <0x24000 0x100>, 1233 <0x24400 0x100>; 1234 reg-names = "iram", "control", "debug"; 1235 firmware-name = "am65x-pru0_1-fw"; 1236 interrupt-parent = <&icssg0_intc>; 1237 interrupts = <18 3 3>; 1238 interrupt-names = "vring"; 1239 }; 1240 1241 rtu0_1: rtu@6000 { 1242 compatible = "ti,am654-rtu"; 1243 reg = <0x6000 0x2000>, 1244 <0x23800 0x100>, 1245 <0x23c00 0x100>; 1246 reg-names = "iram", "control", "debug"; 1247 firmware-name = "am65x-rtu0_1-fw"; 1248 interrupt-parent = <&icssg0_intc>; 1249 interrupts = <22 5 5>; 1250 interrupt-names = "vring"; 1251 }; 1252 1253 tx_pru0_1: txpru@c000 { 1254 compatible = "ti,am654-tx-pru"; 1255 reg = <0xc000 0x1800>, 1256 <0x25800 0x100>, 1257 <0x25c00 0x100>; 1258 reg-names = "iram", "control", "debug"; 1259 firmware-name = "am65x-txpru0_1-fw"; 1260 }; 1261 1262 icssg0_mdio: mdio@32400 { 1263 compatible = "ti,davinci_mdio"; 1264 reg = <0x32400 0x100>; 1265 clocks = <&k3_clks 62 3>; 1266 clock-names = "fck"; 1267 #address-cells = <1>; 1268 #size-cells = <0>; 1269 bus_freq = <1000000>; 1270 status = "disabled"; 1271 }; 1272 }; 1273 1274 icssg1: icssg@b100000 { 1275 compatible = "ti,am654-icssg"; 1276 reg = <0x00 0xb100000 0x00 0x80000>; 1277 power-domains = <&k3_pds 63 TI_SCI_PD_EXCLUSIVE>; 1278 #address-cells = <1>; 1279 #size-cells = <1>; 1280 ranges = <0x0 0x00 0xb100000 0x80000>; 1281 1282 icssg1_mem: memories@0 { 1283 reg = <0x0 0x2000>, 1284 <0x2000 0x2000>, 1285 <0x10000 0x10000>; 1286 reg-names = "dram0", "dram1", 1287 "shrdram2"; 1288 }; 1289 1290 icssg1_cfg: cfg@26000 { 1291 compatible = "ti,pruss-cfg", "syscon"; 1292 reg = <0x26000 0x200>; 1293 #address-cells = <1>; 1294 #size-cells = <1>; 1295 ranges = <0x0 0x26000 0x2000>; 1296 1297 clocks { 1298 #address-cells = <1>; 1299 #size-cells = <0>; 1300 1301 icssg1_coreclk_mux: coreclk-mux@3c { 1302 reg = <0x3c>; 1303 #clock-cells = <0>; 1304 clocks = <&k3_clks 63 19>, /* icssg1_core_clk */ 1305 <&k3_clks 63 3>; /* icssg1_iclk */ 1306 assigned-clocks = <&icssg1_coreclk_mux>; 1307 assigned-clock-parents = <&k3_clks 63 3>; 1308 }; 1309 1310 icssg1_iepclk_mux: iepclk-mux@30 { 1311 reg = <0x30>; 1312 #clock-cells = <0>; 1313 clocks = <&k3_clks 63 10>, /* icssg1_iep_clk */ 1314 <&icssg1_coreclk_mux>; /* core_clk */ 1315 assigned-clocks = <&icssg1_iepclk_mux>; 1316 assigned-clock-parents = <&icssg1_coreclk_mux>; 1317 }; 1318 }; 1319 }; 1320 1321 icssg1_iep0: iep@2e000 { 1322 compatible = "ti,am654-icss-iep"; 1323 reg = <0x2e000 0x1000>; 1324 clocks = <&icssg1_iepclk_mux>; 1325 }; 1326 1327 icssg1_iep1: iep@2f000 { 1328 compatible = "ti,am654-icss-iep"; 1329 reg = <0x2f000 0x1000>; 1330 clocks = <&icssg1_iepclk_mux>; 1331 }; 1332 1333 icssg1_mii_rt: mii-rt@32000 { 1334 compatible = "ti,pruss-mii", "syscon"; 1335 reg = <0x32000 0x100>; 1336 }; 1337 1338 icssg1_mii_g_rt: mii-g-rt@33000 { 1339 compatible = "ti,pruss-mii-g", "syscon"; 1340 reg = <0x33000 0x1000>; 1341 }; 1342 1343 icssg1_pa_stats: pa-stats@2c000 { 1344 compatible = "ti,pruss-pa-st", "syscon"; 1345 reg = <0x2c000 0x1000>; 1346 }; 1347 1348 icssg1_intc: interrupt-controller@20000 { 1349 compatible = "ti,icssg-intc"; 1350 reg = <0x20000 0x2000>; 1351 interrupt-controller; 1352 #interrupt-cells = <3>; 1353 interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>, 1354 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>, 1355 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>, 1356 <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>, 1357 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>, 1358 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>, 1359 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>, 1360 <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>; 1361 interrupt-names = "host_intr0", "host_intr1", 1362 "host_intr2", "host_intr3", 1363 "host_intr4", "host_intr5", 1364 "host_intr6", "host_intr7"; 1365 }; 1366 1367 pru1_0: pru@34000 { 1368 compatible = "ti,am654-pru"; 1369 reg = <0x34000 0x4000>, 1370 <0x22000 0x100>, 1371 <0x22400 0x100>; 1372 reg-names = "iram", "control", "debug"; 1373 firmware-name = "am65x-pru1_0-fw"; 1374 interrupt-parent = <&icssg1_intc>; 1375 interrupts = <16 2 2>; 1376 interrupt-names = "vring"; 1377 }; 1378 1379 rtu1_0: rtu@4000 { 1380 compatible = "ti,am654-rtu"; 1381 reg = <0x4000 0x2000>, 1382 <0x23000 0x100>, 1383 <0x23400 0x100>; 1384 reg-names = "iram", "control", "debug"; 1385 firmware-name = "am65x-rtu1_0-fw"; 1386 interrupt-parent = <&icssg1_intc>; 1387 interrupts = <20 4 4>; 1388 interrupt-names = "vring"; 1389 }; 1390 1391 tx_pru1_0: txpru@a000 { 1392 compatible = "ti,am654-tx-pru"; 1393 reg = <0xa000 0x1800>, 1394 <0x25000 0x100>, 1395 <0x25400 0x100>; 1396 reg-names = "iram", "control", "debug"; 1397 firmware-name = "am65x-txpru1_0-fw"; 1398 }; 1399 1400 pru1_1: pru@38000 { 1401 compatible = "ti,am654-pru"; 1402 reg = <0x38000 0x4000>, 1403 <0x24000 0x100>, 1404 <0x24400 0x100>; 1405 reg-names = "iram", "control", "debug"; 1406 firmware-name = "am65x-pru1_1-fw"; 1407 interrupt-parent = <&icssg1_intc>; 1408 interrupts = <18 3 3>; 1409 interrupt-names = "vring"; 1410 }; 1411 1412 rtu1_1: rtu@6000 { 1413 compatible = "ti,am654-rtu"; 1414 reg = <0x6000 0x2000>, 1415 <0x23800 0x100>, 1416 <0x23c00 0x100>; 1417 reg-names = "iram", "control", "debug"; 1418 firmware-name = "am65x-rtu1_1-fw"; 1419 interrupt-parent = <&icssg1_intc>; 1420 interrupts = <22 5 5>; 1421 interrupt-names = "vring"; 1422 }; 1423 1424 tx_pru1_1: txpru@c000 { 1425 compatible = "ti,am654-tx-pru"; 1426 reg = <0xc000 0x1800>, 1427 <0x25800 0x100>, 1428 <0x25c00 0x100>; 1429 reg-names = "iram", "control", "debug"; 1430 firmware-name = "am65x-txpru1_1-fw"; 1431 }; 1432 1433 icssg1_mdio: mdio@32400 { 1434 compatible = "ti,davinci_mdio"; 1435 reg = <0x32400 0x100>; 1436 clocks = <&k3_clks 63 3>; 1437 clock-names = "fck"; 1438 #address-cells = <1>; 1439 #size-cells = <0>; 1440 bus_freq = <1000000>; 1441 status = "disabled"; 1442 }; 1443 }; 1444 1445 icssg2: icssg@b200000 { 1446 compatible = "ti,am654-icssg"; 1447 reg = <0x00 0xb200000 0x00 0x80000>; 1448 power-domains = <&k3_pds 64 TI_SCI_PD_EXCLUSIVE>; 1449 #address-cells = <1>; 1450 #size-cells = <1>; 1451 ranges = <0x0 0x00 0xb200000 0x80000>; 1452 1453 icssg2_mem: memories@0 { 1454 reg = <0x0 0x2000>, 1455 <0x2000 0x2000>, 1456 <0x10000 0x10000>; 1457 reg-names = "dram0", "dram1", 1458 "shrdram2"; 1459 }; 1460 1461 icssg2_cfg: cfg@26000 { 1462 compatible = "ti,pruss-cfg", "syscon"; 1463 reg = <0x26000 0x200>; 1464 #address-cells = <1>; 1465 #size-cells = <1>; 1466 ranges = <0x0 0x26000 0x2000>; 1467 1468 clocks { 1469 #address-cells = <1>; 1470 #size-cells = <0>; 1471 1472 icssg2_coreclk_mux: coreclk-mux@3c { 1473 reg = <0x3c>; 1474 #clock-cells = <0>; 1475 clocks = <&k3_clks 64 19>, /* icssg1_core_clk */ 1476 <&k3_clks 64 3>; /* icssg1_iclk */ 1477 assigned-clocks = <&icssg2_coreclk_mux>; 1478 assigned-clock-parents = <&k3_clks 64 3>; 1479 }; 1480 1481 icssg2_iepclk_mux: iepclk-mux@30 { 1482 reg = <0x30>; 1483 #clock-cells = <0>; 1484 clocks = <&k3_clks 64 10>, /* icssg1_iep_clk */ 1485 <&icssg2_coreclk_mux>; /* core_clk */ 1486 assigned-clocks = <&icssg2_iepclk_mux>; 1487 assigned-clock-parents = <&icssg2_coreclk_mux>; 1488 }; 1489 }; 1490 }; 1491 1492 icssg2_iep0: iep@2e000 { 1493 compatible = "ti,am654-icss-iep"; 1494 reg = <0x2e000 0x1000>; 1495 clocks = <&icssg2_iepclk_mux>; 1496 }; 1497 1498 icssg2_iep1: iep@2f000 { 1499 compatible = "ti,am654-icss-iep"; 1500 reg = <0x2f000 0x1000>; 1501 clocks = <&icssg2_iepclk_mux>; 1502 }; 1503 1504 icssg2_mii_rt: mii-rt@32000 { 1505 compatible = "ti,pruss-mii", "syscon"; 1506 reg = <0x32000 0x100>; 1507 }; 1508 1509 icssg2_mii_g_rt: mii-g-rt@33000 { 1510 compatible = "ti,pruss-mii-g", "syscon"; 1511 reg = <0x33000 0x1000>; 1512 }; 1513 1514 icssg2_pa_stats: pa-stats@2c000 { 1515 compatible = "ti,pruss-pa-st", "syscon"; 1516 reg = <0x2c000 0x1000>; 1517 }; 1518 1519 icssg2_intc: interrupt-controller@20000 { 1520 compatible = "ti,icssg-intc"; 1521 reg = <0x20000 0x2000>; 1522 interrupt-controller; 1523 #interrupt-cells = <3>; 1524 interrupts = <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>, 1525 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>, 1526 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>, 1527 <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>, 1528 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>, 1529 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>, 1530 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>, 1531 <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>; 1532 interrupt-names = "host_intr0", "host_intr1", 1533 "host_intr2", "host_intr3", 1534 "host_intr4", "host_intr5", 1535 "host_intr6", "host_intr7"; 1536 }; 1537 1538 pru2_0: pru@34000 { 1539 compatible = "ti,am654-pru"; 1540 reg = <0x34000 0x4000>, 1541 <0x22000 0x100>, 1542 <0x22400 0x100>; 1543 reg-names = "iram", "control", "debug"; 1544 firmware-name = "am65x-pru2_0-fw"; 1545 interrupt-parent = <&icssg2_intc>; 1546 interrupts = <16 2 2>; 1547 interrupt-names = "vring"; 1548 }; 1549 1550 rtu2_0: rtu@4000 { 1551 compatible = "ti,am654-rtu"; 1552 reg = <0x4000 0x2000>, 1553 <0x23000 0x100>, 1554 <0x23400 0x100>; 1555 reg-names = "iram", "control", "debug"; 1556 firmware-name = "am65x-rtu2_0-fw"; 1557 interrupt-parent = <&icssg2_intc>; 1558 interrupts = <20 4 4>; 1559 interrupt-names = "vring"; 1560 }; 1561 1562 tx_pru2_0: txpru@a000 { 1563 compatible = "ti,am654-tx-pru"; 1564 reg = <0xa000 0x1800>, 1565 <0x25000 0x100>, 1566 <0x25400 0x100>; 1567 reg-names = "iram", "control", "debug"; 1568 firmware-name = "am65x-txpru2_0-fw"; 1569 }; 1570 1571 pru2_1: pru@38000 { 1572 compatible = "ti,am654-pru"; 1573 reg = <0x38000 0x4000>, 1574 <0x24000 0x100>, 1575 <0x24400 0x100>; 1576 reg-names = "iram", "control", "debug"; 1577 firmware-name = "am65x-pru2_1-fw"; 1578 interrupt-parent = <&icssg2_intc>; 1579 interrupts = <18 3 3>; 1580 interrupt-names = "vring"; 1581 }; 1582 1583 rtu2_1: rtu@6000 { 1584 compatible = "ti,am654-rtu"; 1585 reg = <0x6000 0x2000>, 1586 <0x23800 0x100>, 1587 <0x23c00 0x100>; 1588 reg-names = "iram", "control", "debug"; 1589 firmware-name = "am65x-rtu2_1-fw"; 1590 interrupt-parent = <&icssg2_intc>; 1591 interrupts = <22 5 5>; 1592 interrupt-names = "vring"; 1593 }; 1594 1595 tx_pru2_1: txpru@c000 { 1596 compatible = "ti,am654-tx-pru"; 1597 reg = <0xc000 0x1800>, 1598 <0x25800 0x100>, 1599 <0x25c00 0x100>; 1600 reg-names = "iram", "control", "debug"; 1601 firmware-name = "am65x-txpru2_1-fw"; 1602 }; 1603 1604 icssg2_mdio: mdio@32400 { 1605 compatible = "ti,davinci_mdio"; 1606 reg = <0x32400 0x100>; 1607 clocks = <&k3_clks 64 3>; 1608 clock-names = "fck"; 1609 #address-cells = <1>; 1610 #size-cells = <0>; 1611 bus_freq = <1000000>; 1612 status = "disabled"; 1613 }; 1614 }; 1615}; 1616