10e8011faSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only OR MIT 20e8011faSEmmanuel Vadot/* 30e8011faSEmmanuel Vadot * Device Tree file for the MAIN domain peripherals shared by AM62P and J722S 40e8011faSEmmanuel Vadot * 50e8011faSEmmanuel Vadot * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 60e8011faSEmmanuel Vadot */ 70e8011faSEmmanuel Vadot 80e8011faSEmmanuel Vadot&cbass_main { 90e8011faSEmmanuel Vadot oc_sram: sram@70000000 { 100e8011faSEmmanuel Vadot compatible = "mmio-sram"; 110e8011faSEmmanuel Vadot #address-cells = <1>; 120e8011faSEmmanuel Vadot #size-cells = <1>; 130e8011faSEmmanuel Vadot }; 140e8011faSEmmanuel Vadot 150e8011faSEmmanuel Vadot gic500: interrupt-controller@1800000 { 160e8011faSEmmanuel Vadot compatible = "arm,gic-v3"; 170e8011faSEmmanuel Vadot #address-cells = <2>; 180e8011faSEmmanuel Vadot #size-cells = <2>; 190e8011faSEmmanuel Vadot ranges; 200e8011faSEmmanuel Vadot #interrupt-cells = <3>; 210e8011faSEmmanuel Vadot interrupt-controller; 220e8011faSEmmanuel Vadot reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 230e8011faSEmmanuel Vadot <0x00 0x01880000 0x00 0xc0000>, /* GICR */ 240e8011faSEmmanuel Vadot <0x01 0x00000000 0x00 0x2000>, /* GICC */ 250e8011faSEmmanuel Vadot <0x01 0x00010000 0x00 0x1000>, /* GICH */ 260e8011faSEmmanuel Vadot <0x01 0x00020000 0x00 0x2000>; /* GICV */ 270e8011faSEmmanuel Vadot /* 280e8011faSEmmanuel Vadot * vcpumntirq: 290e8011faSEmmanuel Vadot * virtual CPU interface maintenance interrupt 300e8011faSEmmanuel Vadot */ 310e8011faSEmmanuel Vadot interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 320e8011faSEmmanuel Vadot 330e8011faSEmmanuel Vadot gic_its: msi-controller@1820000 { 340e8011faSEmmanuel Vadot compatible = "arm,gic-v3-its"; 350e8011faSEmmanuel Vadot reg = <0x00 0x01820000 0x00 0x10000>; 360e8011faSEmmanuel Vadot socionext,synquacer-pre-its = <0x1000000 0x400000>; 370e8011faSEmmanuel Vadot msi-controller; 380e8011faSEmmanuel Vadot #msi-cells = <1>; 390e8011faSEmmanuel Vadot }; 400e8011faSEmmanuel Vadot }; 410e8011faSEmmanuel Vadot 420e8011faSEmmanuel Vadot main_conf: bus@100000 { 430e8011faSEmmanuel Vadot compatible = "simple-bus"; 440e8011faSEmmanuel Vadot reg = <0x00 0x00100000 0x00 0x20000>; 450e8011faSEmmanuel Vadot #address-cells = <1>; 460e8011faSEmmanuel Vadot #size-cells = <1>; 470e8011faSEmmanuel Vadot ranges = <0x00 0x00 0x00100000 0x20000>; 480e8011faSEmmanuel Vadot 490e8011faSEmmanuel Vadot phy_gmii_sel: phy@4044 { 500e8011faSEmmanuel Vadot compatible = "ti,am654-phy-gmii-sel"; 510e8011faSEmmanuel Vadot reg = <0x4044 0x8>; 520e8011faSEmmanuel Vadot #phy-cells = <1>; 530e8011faSEmmanuel Vadot }; 540e8011faSEmmanuel Vadot 550e8011faSEmmanuel Vadot epwm_tbclk: clock-controller@4130 { 560e8011faSEmmanuel Vadot compatible = "ti,am62-epwm-tbclk"; 570e8011faSEmmanuel Vadot reg = <0x4130 0x4>; 580e8011faSEmmanuel Vadot #clock-cells = <1>; 590e8011faSEmmanuel Vadot }; 600e8011faSEmmanuel Vadot }; 610e8011faSEmmanuel Vadot 620e8011faSEmmanuel Vadot dmss: bus@48000000 { 630e8011faSEmmanuel Vadot compatible = "simple-bus"; 640e8011faSEmmanuel Vadot #address-cells = <2>; 650e8011faSEmmanuel Vadot #size-cells = <2>; 660e8011faSEmmanuel Vadot dma-ranges; 670e8011faSEmmanuel Vadot ranges = <0x00 0x48000000 0x00 0x48000000 0x00 0x06400000>; 680e8011faSEmmanuel Vadot bootph-all; 690e8011faSEmmanuel Vadot 700e8011faSEmmanuel Vadot ti,sci-dev-id = <25>; 710e8011faSEmmanuel Vadot 720e8011faSEmmanuel Vadot secure_proxy_main: mailbox@4d000000 { 730e8011faSEmmanuel Vadot compatible = "ti,am654-secure-proxy"; 740e8011faSEmmanuel Vadot #mbox-cells = <1>; 750e8011faSEmmanuel Vadot reg-names = "target_data", "rt", "scfg"; 760e8011faSEmmanuel Vadot reg = <0x00 0x4d000000 0x00 0x80000>, 770e8011faSEmmanuel Vadot <0x00 0x4a600000 0x00 0x80000>, 780e8011faSEmmanuel Vadot <0x00 0x4a400000 0x00 0x80000>; 790e8011faSEmmanuel Vadot interrupt-names = "rx_012"; 800e8011faSEmmanuel Vadot interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 810e8011faSEmmanuel Vadot bootph-all; 820e8011faSEmmanuel Vadot }; 830e8011faSEmmanuel Vadot 840e8011faSEmmanuel Vadot inta_main_dmss: interrupt-controller@48000000 { 850e8011faSEmmanuel Vadot compatible = "ti,sci-inta"; 860e8011faSEmmanuel Vadot reg = <0x00 0x48000000 0x00 0x100000>; 870e8011faSEmmanuel Vadot #interrupt-cells = <0>; 880e8011faSEmmanuel Vadot interrupt-controller; 890e8011faSEmmanuel Vadot interrupt-parent = <&gic500>; 900e8011faSEmmanuel Vadot msi-controller; 910e8011faSEmmanuel Vadot ti,sci = <&dmsc>; 920e8011faSEmmanuel Vadot ti,sci-dev-id = <28>; 930e8011faSEmmanuel Vadot ti,unmapped-event-sources = <&main_bcdma>, <&main_pktdma>; 940e8011faSEmmanuel Vadot }; 950e8011faSEmmanuel Vadot 960e8011faSEmmanuel Vadot main_bcdma: dma-controller@485c0100 { 970e8011faSEmmanuel Vadot compatible = "ti,am64-dmss-bcdma"; 980e8011faSEmmanuel Vadot reg = <0x00 0x485c0100 0x00 0x100>, 990e8011faSEmmanuel Vadot <0x00 0x4c000000 0x00 0x20000>, 1000e8011faSEmmanuel Vadot <0x00 0x4a820000 0x00 0x20000>, 1010e8011faSEmmanuel Vadot <0x00 0x4aa40000 0x00 0x20000>, 1020e8011faSEmmanuel Vadot <0x00 0x4bc00000 0x00 0x100000>, 1030e8011faSEmmanuel Vadot <0x00 0x48600000 0x00 0x8000>, 1040e8011faSEmmanuel Vadot <0x00 0x484a4000 0x00 0x2000>, 1050e8011faSEmmanuel Vadot <0x00 0x484c2000 0x00 0x2000>, 1060e8011faSEmmanuel Vadot <0x00 0x48420000 0x00 0x2000>; 1070e8011faSEmmanuel Vadot reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt", 1080e8011faSEmmanuel Vadot "ring", "tchan", "rchan", "bchan"; 1090e8011faSEmmanuel Vadot msi-parent = <&inta_main_dmss>; 1100e8011faSEmmanuel Vadot #dma-cells = <3>; 1110e8011faSEmmanuel Vadot 1120e8011faSEmmanuel Vadot ti,sci = <&dmsc>; 1130e8011faSEmmanuel Vadot ti,sci-dev-id = <26>; 1140e8011faSEmmanuel Vadot ti,sci-rm-range-bchan = <0x20>; /* BLOCK_COPY_CHAN */ 1150e8011faSEmmanuel Vadot ti,sci-rm-range-rchan = <0x21>; /* SPLIT_TR_RX_CHAN */ 1160e8011faSEmmanuel Vadot ti,sci-rm-range-tchan = <0x22>; /* SPLIT_TR_TX_CHAN */ 1170e8011faSEmmanuel Vadot bootph-all; 1180e8011faSEmmanuel Vadot }; 1190e8011faSEmmanuel Vadot 1200e8011faSEmmanuel Vadot main_pktdma: dma-controller@485c0000 { 1210e8011faSEmmanuel Vadot compatible = "ti,am64-dmss-pktdma"; 1220e8011faSEmmanuel Vadot reg = <0x00 0x485c0000 0x00 0x100>, 1230e8011faSEmmanuel Vadot <0x00 0x4a800000 0x00 0x20000>, 1240e8011faSEmmanuel Vadot <0x00 0x4aa00000 0x00 0x20000>, 1250e8011faSEmmanuel Vadot <0x00 0x4b800000 0x00 0x200000>, 1260e8011faSEmmanuel Vadot <0x00 0x485e0000 0x00 0x10000>, 1270e8011faSEmmanuel Vadot <0x00 0x484a0000 0x00 0x2000>, 1280e8011faSEmmanuel Vadot <0x00 0x484c0000 0x00 0x2000>, 1290e8011faSEmmanuel Vadot <0x00 0x48430000 0x00 0x1000>; 1300e8011faSEmmanuel Vadot reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt", 1310e8011faSEmmanuel Vadot "ring", "tchan", "rchan", "rflow"; 1320e8011faSEmmanuel Vadot msi-parent = <&inta_main_dmss>; 1330e8011faSEmmanuel Vadot #dma-cells = <2>; 1340e8011faSEmmanuel Vadot bootph-all; 1350e8011faSEmmanuel Vadot 1360e8011faSEmmanuel Vadot ti,sci = <&dmsc>; 1370e8011faSEmmanuel Vadot ti,sci-dev-id = <30>; 1380e8011faSEmmanuel Vadot ti,sci-rm-range-tchan = <0x23>, /* UNMAPPED_TX_CHAN */ 1390e8011faSEmmanuel Vadot <0x24>, /* CPSW_TX_CHAN */ 1400e8011faSEmmanuel Vadot <0x25>, /* SAUL_TX_0_CHAN */ 1410e8011faSEmmanuel Vadot <0x26>; /* SAUL_TX_1_CHAN */ 1420e8011faSEmmanuel Vadot ti,sci-rm-range-tflow = <0x10>, /* RING_UNMAPPED_TX_CHAN */ 1430e8011faSEmmanuel Vadot <0x11>, /* RING_CPSW_TX_CHAN */ 1440e8011faSEmmanuel Vadot <0x12>, /* RING_SAUL_TX_0_CHAN */ 1450e8011faSEmmanuel Vadot <0x13>; /* RING_SAUL_TX_1_CHAN */ 1460e8011faSEmmanuel Vadot ti,sci-rm-range-rchan = <0x29>, /* UNMAPPED_RX_CHAN */ 1470e8011faSEmmanuel Vadot <0x2b>, /* CPSW_RX_CHAN */ 1480e8011faSEmmanuel Vadot <0x2d>, /* SAUL_RX_0_CHAN */ 1490e8011faSEmmanuel Vadot <0x2f>, /* SAUL_RX_1_CHAN */ 1500e8011faSEmmanuel Vadot <0x31>, /* SAUL_RX_2_CHAN */ 1510e8011faSEmmanuel Vadot <0x33>; /* SAUL_RX_3_CHAN */ 1520e8011faSEmmanuel Vadot ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */ 1530e8011faSEmmanuel Vadot <0x2c>, /* FLOW_CPSW_RX_CHAN */ 1540e8011faSEmmanuel Vadot <0x2e>, /* FLOW_SAUL_RX_0/1_CHAN */ 1550e8011faSEmmanuel Vadot <0x32>; /* FLOW_SAUL_RX_2/3_CHAN */ 1560e8011faSEmmanuel Vadot }; 1570e8011faSEmmanuel Vadot }; 1580e8011faSEmmanuel Vadot 1590e8011faSEmmanuel Vadot dmss_csi: bus@4e000000 { 1600e8011faSEmmanuel Vadot compatible = "simple-bus"; 1610e8011faSEmmanuel Vadot ranges = <0x00 0x4e000000 0x00 0x4e000000 0x00 0x408000>; 1620e8011faSEmmanuel Vadot #address-cells = <2>; 1630e8011faSEmmanuel Vadot #size-cells = <2>; 1640e8011faSEmmanuel Vadot dma-ranges; 1650e8011faSEmmanuel Vadot ti,sci-dev-id = <198>; 1660e8011faSEmmanuel Vadot 1670e8011faSEmmanuel Vadot inta_main_dmss_csi: interrupt-controller@4e400000 { 1680e8011faSEmmanuel Vadot compatible = "ti,sci-inta"; 1690e8011faSEmmanuel Vadot reg = <0x00 0x4e400000 0x00 0x8000>; 1700e8011faSEmmanuel Vadot #interrupt-cells = <0>; 1710e8011faSEmmanuel Vadot interrupt-controller; 1720e8011faSEmmanuel Vadot interrupt-parent = <&gic500>; 1730e8011faSEmmanuel Vadot msi-controller; 1740e8011faSEmmanuel Vadot power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 1750e8011faSEmmanuel Vadot ti,sci = <&dmsc>; 1760e8011faSEmmanuel Vadot ti,sci-dev-id = <200>; 1770e8011faSEmmanuel Vadot ti,interrupt-ranges = <0 237 8>; 1780e8011faSEmmanuel Vadot ti,unmapped-event-sources = <&main_bcdma_csi>; 1790e8011faSEmmanuel Vadot }; 1800e8011faSEmmanuel Vadot 1810e8011faSEmmanuel Vadot main_bcdma_csi: dma-controller@4e230000 { 1820e8011faSEmmanuel Vadot compatible = "ti,am62a-dmss-bcdma-csirx"; 1830e8011faSEmmanuel Vadot reg = <0x00 0x4e230000 0x00 0x100>, 1840e8011faSEmmanuel Vadot <0x00 0x4e180000 0x00 0x8000>, 1850e8011faSEmmanuel Vadot <0x00 0x4e100000 0x00 0x10000>; 1860e8011faSEmmanuel Vadot reg-names = "gcfg", "rchanrt", "ringrt"; 1870e8011faSEmmanuel Vadot #dma-cells = <3>; 1880e8011faSEmmanuel Vadot msi-parent = <&inta_main_dmss_csi>; 1890e8011faSEmmanuel Vadot power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 1900e8011faSEmmanuel Vadot ti,sci = <&dmsc>; 1910e8011faSEmmanuel Vadot ti,sci-dev-id = <199>; 1920e8011faSEmmanuel Vadot ti,sci-rm-range-rchan = <0x21>; 1930e8011faSEmmanuel Vadot }; 1940e8011faSEmmanuel Vadot }; 1950e8011faSEmmanuel Vadot 1960e8011faSEmmanuel Vadot dmsc: system-controller@44043000 { 1970e8011faSEmmanuel Vadot compatible = "ti,k2g-sci"; 1980e8011faSEmmanuel Vadot ti,host-id = <12>; 1990e8011faSEmmanuel Vadot mbox-names = "rx", "tx"; 2000e8011faSEmmanuel Vadot mboxes = <&secure_proxy_main 12>, 2010e8011faSEmmanuel Vadot <&secure_proxy_main 13>; 2020e8011faSEmmanuel Vadot reg-names = "debug_messages"; 2030e8011faSEmmanuel Vadot reg = <0x00 0x44043000 0x00 0xfe0>; 2040e8011faSEmmanuel Vadot bootph-all; 2050e8011faSEmmanuel Vadot 2060e8011faSEmmanuel Vadot k3_pds: power-controller { 2070e8011faSEmmanuel Vadot compatible = "ti,sci-pm-domain"; 2080e8011faSEmmanuel Vadot #power-domain-cells = <2>; 2090e8011faSEmmanuel Vadot bootph-all; 2100e8011faSEmmanuel Vadot }; 2110e8011faSEmmanuel Vadot 2120e8011faSEmmanuel Vadot k3_clks: clock-controller { 2130e8011faSEmmanuel Vadot compatible = "ti,k2g-sci-clk"; 2140e8011faSEmmanuel Vadot #clock-cells = <2>; 2150e8011faSEmmanuel Vadot bootph-all; 2160e8011faSEmmanuel Vadot }; 2170e8011faSEmmanuel Vadot 2180e8011faSEmmanuel Vadot k3_reset: reset-controller { 2190e8011faSEmmanuel Vadot compatible = "ti,sci-reset"; 2200e8011faSEmmanuel Vadot #reset-cells = <2>; 2210e8011faSEmmanuel Vadot bootph-all; 2220e8011faSEmmanuel Vadot }; 2230e8011faSEmmanuel Vadot }; 2240e8011faSEmmanuel Vadot 2250e8011faSEmmanuel Vadot crypto: crypto@40900000 { 2260e8011faSEmmanuel Vadot compatible = "ti,am62-sa3ul"; 2270e8011faSEmmanuel Vadot reg = <0x00 0x40900000 0x00 0x1200>; 2280e8011faSEmmanuel Vadot #address-cells = <2>; 2290e8011faSEmmanuel Vadot #size-cells = <2>; 2300e8011faSEmmanuel Vadot dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>, 2310e8011faSEmmanuel Vadot <&main_pktdma 0x7507 0>; 2320e8011faSEmmanuel Vadot dma-names = "tx", "rx1", "rx2"; 2330e8011faSEmmanuel Vadot }; 2340e8011faSEmmanuel Vadot 2350e8011faSEmmanuel Vadot secure_proxy_sa3: mailbox@43600000 { 2360e8011faSEmmanuel Vadot compatible = "ti,am654-secure-proxy"; 2370e8011faSEmmanuel Vadot #mbox-cells = <1>; 2380e8011faSEmmanuel Vadot reg-names = "target_data", "rt", "scfg"; 2390e8011faSEmmanuel Vadot reg = <0x00 0x43600000 0x00 0x10000>, 2400e8011faSEmmanuel Vadot <0x00 0x44880000 0x00 0x20000>, 2410e8011faSEmmanuel Vadot <0x00 0x44860000 0x00 0x20000>; 2420e8011faSEmmanuel Vadot /* 2430e8011faSEmmanuel Vadot * Marked Disabled: 2440e8011faSEmmanuel Vadot * Node is incomplete as it is meant for bootloaders and 2450e8011faSEmmanuel Vadot * firmware on non-MPU processors 2460e8011faSEmmanuel Vadot */ 2470e8011faSEmmanuel Vadot status = "disabled"; 2480e8011faSEmmanuel Vadot bootph-all; 2490e8011faSEmmanuel Vadot }; 2500e8011faSEmmanuel Vadot 2510e8011faSEmmanuel Vadot main_pmx0: pinctrl@f4000 { 2520e8011faSEmmanuel Vadot compatible = "pinctrl-single"; 2530e8011faSEmmanuel Vadot reg = <0x00 0xf4000 0x00 0x2ac>; 2540e8011faSEmmanuel Vadot #pinctrl-cells = <1>; 2550e8011faSEmmanuel Vadot pinctrl-single,register-width = <32>; 2560e8011faSEmmanuel Vadot pinctrl-single,function-mask = <0xffffffff>; 2570e8011faSEmmanuel Vadot bootph-all; 2580e8011faSEmmanuel Vadot }; 2590e8011faSEmmanuel Vadot 2600e8011faSEmmanuel Vadot main_esm: esm@420000 { 2610e8011faSEmmanuel Vadot compatible = "ti,j721e-esm"; 2620e8011faSEmmanuel Vadot reg = <0x00 0x420000 0x00 0x1000>; 2630e8011faSEmmanuel Vadot bootph-pre-ram; 264*b2d2a78aSEmmanuel Vadot /* Interrupt sources: rti0, rti1, wrti0 rti2, rti3, rti15 */ 265*b2d2a78aSEmmanuel Vadot ti,esm-pins = <224>, <225>, <227>, <241>, <242>, <248>; 2660e8011faSEmmanuel Vadot }; 2670e8011faSEmmanuel Vadot 2680e8011faSEmmanuel Vadot main_timer0: timer@2400000 { 2690e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 2700e8011faSEmmanuel Vadot reg = <0x00 0x2400000 0x00 0x400>; 2710e8011faSEmmanuel Vadot interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 2720e8011faSEmmanuel Vadot clocks = <&k3_clks 36 2>; 2730e8011faSEmmanuel Vadot clock-names = "fck"; 2740e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 36 2>; 2750e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 36 3>; 2760e8011faSEmmanuel Vadot power-domains = <&k3_pds 36 TI_SCI_PD_EXCLUSIVE>; 2770e8011faSEmmanuel Vadot ti,timer-pwm; 2780e8011faSEmmanuel Vadot bootph-all; 2790e8011faSEmmanuel Vadot }; 2800e8011faSEmmanuel Vadot 2810e8011faSEmmanuel Vadot main_timer1: timer@2410000 { 2820e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 2830e8011faSEmmanuel Vadot reg = <0x00 0x2410000 0x00 0x400>; 2840e8011faSEmmanuel Vadot interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>; 2850e8011faSEmmanuel Vadot clocks = <&k3_clks 37 2>; 2860e8011faSEmmanuel Vadot clock-names = "fck"; 2870e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 37 2>; 2880e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 37 3>; 2890e8011faSEmmanuel Vadot power-domains = <&k3_pds 37 TI_SCI_PD_EXCLUSIVE>; 2900e8011faSEmmanuel Vadot ti,timer-pwm; 2910e8011faSEmmanuel Vadot }; 2920e8011faSEmmanuel Vadot 2930e8011faSEmmanuel Vadot main_timer2: timer@2420000 { 2940e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 2950e8011faSEmmanuel Vadot reg = <0x00 0x2420000 0x00 0x400>; 2960e8011faSEmmanuel Vadot interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>; 2970e8011faSEmmanuel Vadot clocks = <&k3_clks 38 2>; 2980e8011faSEmmanuel Vadot clock-names = "fck"; 2990e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 38 2>; 3000e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 38 3>; 3010e8011faSEmmanuel Vadot power-domains = <&k3_pds 38 TI_SCI_PD_EXCLUSIVE>; 3020e8011faSEmmanuel Vadot ti,timer-pwm; 3030e8011faSEmmanuel Vadot }; 3040e8011faSEmmanuel Vadot 3050e8011faSEmmanuel Vadot main_timer3: timer@2430000 { 3060e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 3070e8011faSEmmanuel Vadot reg = <0x00 0x2430000 0x00 0x400>; 3080e8011faSEmmanuel Vadot interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>; 3090e8011faSEmmanuel Vadot clocks = <&k3_clks 39 2>; 3100e8011faSEmmanuel Vadot clock-names = "fck"; 3110e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 39 2>; 3120e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 39 3>; 3130e8011faSEmmanuel Vadot power-domains = <&k3_pds 39 TI_SCI_PD_EXCLUSIVE>; 3140e8011faSEmmanuel Vadot ti,timer-pwm; 3150e8011faSEmmanuel Vadot }; 3160e8011faSEmmanuel Vadot 3170e8011faSEmmanuel Vadot main_timer4: timer@2440000 { 3180e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 3190e8011faSEmmanuel Vadot reg = <0x00 0x2440000 0x00 0x400>; 3200e8011faSEmmanuel Vadot interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; 3210e8011faSEmmanuel Vadot clocks = <&k3_clks 40 2>; 3220e8011faSEmmanuel Vadot clock-names = "fck"; 3230e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 40 2>; 3240e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 40 3>; 3250e8011faSEmmanuel Vadot power-domains = <&k3_pds 40 TI_SCI_PD_EXCLUSIVE>; 3260e8011faSEmmanuel Vadot ti,timer-pwm; 3270e8011faSEmmanuel Vadot }; 3280e8011faSEmmanuel Vadot 3290e8011faSEmmanuel Vadot main_timer5: timer@2450000 { 3300e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 3310e8011faSEmmanuel Vadot reg = <0x00 0x2450000 0x00 0x400>; 3320e8011faSEmmanuel Vadot interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; 3330e8011faSEmmanuel Vadot clocks = <&k3_clks 41 2>; 3340e8011faSEmmanuel Vadot clock-names = "fck"; 3350e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 41 2>; 3360e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 41 3>; 3370e8011faSEmmanuel Vadot power-domains = <&k3_pds 41 TI_SCI_PD_EXCLUSIVE>; 3380e8011faSEmmanuel Vadot ti,timer-pwm; 3390e8011faSEmmanuel Vadot }; 3400e8011faSEmmanuel Vadot 3410e8011faSEmmanuel Vadot main_timer6: timer@2460000 { 3420e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 3430e8011faSEmmanuel Vadot reg = <0x00 0x2460000 0x00 0x400>; 3440e8011faSEmmanuel Vadot interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>; 3450e8011faSEmmanuel Vadot clocks = <&k3_clks 42 2>; 3460e8011faSEmmanuel Vadot clock-names = "fck"; 3470e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 42 2>; 3480e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 42 3>; 3490e8011faSEmmanuel Vadot power-domains = <&k3_pds 42 TI_SCI_PD_EXCLUSIVE>; 3500e8011faSEmmanuel Vadot ti,timer-pwm; 3510e8011faSEmmanuel Vadot }; 3520e8011faSEmmanuel Vadot 3530e8011faSEmmanuel Vadot main_timer7: timer@2470000 { 3540e8011faSEmmanuel Vadot compatible = "ti,am654-timer"; 3550e8011faSEmmanuel Vadot reg = <0x00 0x2470000 0x00 0x400>; 3560e8011faSEmmanuel Vadot interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; 3570e8011faSEmmanuel Vadot clocks = <&k3_clks 43 2>; 3580e8011faSEmmanuel Vadot clock-names = "fck"; 3590e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 43 2>; 3600e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 43 3>; 3610e8011faSEmmanuel Vadot power-domains = <&k3_pds 43 TI_SCI_PD_EXCLUSIVE>; 3620e8011faSEmmanuel Vadot ti,timer-pwm; 3630e8011faSEmmanuel Vadot }; 3640e8011faSEmmanuel Vadot 3650e8011faSEmmanuel Vadot main_uart0: serial@2800000 { 3660e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 3670e8011faSEmmanuel Vadot reg = <0x00 0x02800000 0x00 0x100>; 3680e8011faSEmmanuel Vadot interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>; 3690e8011faSEmmanuel Vadot power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>; 3700e8011faSEmmanuel Vadot clocks = <&k3_clks 146 0>; 3710e8011faSEmmanuel Vadot clock-names = "fclk"; 3720e8011faSEmmanuel Vadot status = "disabled"; 3730e8011faSEmmanuel Vadot }; 3740e8011faSEmmanuel Vadot 3750e8011faSEmmanuel Vadot main_uart1: serial@2810000 { 3760e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 3770e8011faSEmmanuel Vadot reg = <0x00 0x02810000 0x00 0x100>; 3780e8011faSEmmanuel Vadot interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>; 3790e8011faSEmmanuel Vadot power-domains = <&k3_pds 152 TI_SCI_PD_EXCLUSIVE>; 3800e8011faSEmmanuel Vadot clocks = <&k3_clks 152 0>; 3810e8011faSEmmanuel Vadot clock-names = "fclk"; 3820e8011faSEmmanuel Vadot status = "disabled"; 3830e8011faSEmmanuel Vadot }; 3840e8011faSEmmanuel Vadot 3850e8011faSEmmanuel Vadot main_uart2: serial@2820000 { 3860e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 3870e8011faSEmmanuel Vadot reg = <0x00 0x02820000 0x00 0x100>; 3880e8011faSEmmanuel Vadot interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>; 3890e8011faSEmmanuel Vadot power-domains = <&k3_pds 153 TI_SCI_PD_EXCLUSIVE>; 3900e8011faSEmmanuel Vadot clocks = <&k3_clks 153 0>; 3910e8011faSEmmanuel Vadot clock-names = "fclk"; 3920e8011faSEmmanuel Vadot status = "disabled"; 3930e8011faSEmmanuel Vadot }; 3940e8011faSEmmanuel Vadot 3950e8011faSEmmanuel Vadot main_uart3: serial@2830000 { 3960e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 3970e8011faSEmmanuel Vadot reg = <0x00 0x02830000 0x00 0x100>; 3980e8011faSEmmanuel Vadot interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>; 3990e8011faSEmmanuel Vadot power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>; 4000e8011faSEmmanuel Vadot clocks = <&k3_clks 154 0>; 4010e8011faSEmmanuel Vadot clock-names = "fclk"; 4020e8011faSEmmanuel Vadot status = "disabled"; 4030e8011faSEmmanuel Vadot }; 4040e8011faSEmmanuel Vadot 4050e8011faSEmmanuel Vadot main_uart4: serial@2840000 { 4060e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 4070e8011faSEmmanuel Vadot reg = <0x00 0x02840000 0x00 0x100>; 4080e8011faSEmmanuel Vadot interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>; 4090e8011faSEmmanuel Vadot power-domains = <&k3_pds 155 TI_SCI_PD_EXCLUSIVE>; 4100e8011faSEmmanuel Vadot clocks = <&k3_clks 155 0>; 4110e8011faSEmmanuel Vadot clock-names = "fclk"; 4120e8011faSEmmanuel Vadot status = "disabled"; 4130e8011faSEmmanuel Vadot }; 4140e8011faSEmmanuel Vadot 4150e8011faSEmmanuel Vadot main_uart5: serial@2850000 { 4160e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 4170e8011faSEmmanuel Vadot reg = <0x00 0x02850000 0x00 0x100>; 4180e8011faSEmmanuel Vadot interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>; 4190e8011faSEmmanuel Vadot power-domains = <&k3_pds 156 TI_SCI_PD_EXCLUSIVE>; 4200e8011faSEmmanuel Vadot clocks = <&k3_clks 156 0>; 4210e8011faSEmmanuel Vadot clock-names = "fclk"; 4220e8011faSEmmanuel Vadot status = "disabled"; 4230e8011faSEmmanuel Vadot }; 4240e8011faSEmmanuel Vadot 4250e8011faSEmmanuel Vadot main_uart6: serial@2860000 { 4260e8011faSEmmanuel Vadot compatible = "ti,am64-uart", "ti,am654-uart"; 4270e8011faSEmmanuel Vadot reg = <0x00 0x02860000 0x00 0x100>; 4280e8011faSEmmanuel Vadot interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>; 4290e8011faSEmmanuel Vadot power-domains = <&k3_pds 158 TI_SCI_PD_EXCLUSIVE>; 4300e8011faSEmmanuel Vadot clocks = <&k3_clks 158 0>; 4310e8011faSEmmanuel Vadot clock-names = "fclk"; 4320e8011faSEmmanuel Vadot status = "disabled"; 4330e8011faSEmmanuel Vadot }; 4340e8011faSEmmanuel Vadot 4350e8011faSEmmanuel Vadot main_i2c0: i2c@20000000 { 4360e8011faSEmmanuel Vadot compatible = "ti,am64-i2c", "ti,omap4-i2c"; 4370e8011faSEmmanuel Vadot reg = <0x00 0x20000000 0x00 0x100>; 4380e8011faSEmmanuel Vadot interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>; 4390e8011faSEmmanuel Vadot #address-cells = <1>; 4400e8011faSEmmanuel Vadot #size-cells = <0>; 4410e8011faSEmmanuel Vadot power-domains = <&k3_pds 102 TI_SCI_PD_EXCLUSIVE>; 4420e8011faSEmmanuel Vadot clocks = <&k3_clks 102 2>; 4430e8011faSEmmanuel Vadot clock-names = "fck"; 4440e8011faSEmmanuel Vadot status = "disabled"; 4450e8011faSEmmanuel Vadot }; 4460e8011faSEmmanuel Vadot 4470e8011faSEmmanuel Vadot main_i2c1: i2c@20010000 { 4480e8011faSEmmanuel Vadot compatible = "ti,am64-i2c", "ti,omap4-i2c"; 4490e8011faSEmmanuel Vadot reg = <0x00 0x20010000 0x00 0x100>; 4500e8011faSEmmanuel Vadot interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>; 4510e8011faSEmmanuel Vadot #address-cells = <1>; 4520e8011faSEmmanuel Vadot #size-cells = <0>; 4530e8011faSEmmanuel Vadot power-domains = <&k3_pds 103 TI_SCI_PD_EXCLUSIVE>; 4540e8011faSEmmanuel Vadot clocks = <&k3_clks 103 2>; 4550e8011faSEmmanuel Vadot clock-names = "fck"; 4560e8011faSEmmanuel Vadot status = "disabled"; 4570e8011faSEmmanuel Vadot }; 4580e8011faSEmmanuel Vadot 4590e8011faSEmmanuel Vadot main_i2c2: i2c@20020000 { 4600e8011faSEmmanuel Vadot compatible = "ti,am64-i2c", "ti,omap4-i2c"; 4610e8011faSEmmanuel Vadot reg = <0x00 0x20020000 0x00 0x100>; 4620e8011faSEmmanuel Vadot interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>; 4630e8011faSEmmanuel Vadot #address-cells = <1>; 4640e8011faSEmmanuel Vadot #size-cells = <0>; 4650e8011faSEmmanuel Vadot power-domains = <&k3_pds 104 TI_SCI_PD_EXCLUSIVE>; 4660e8011faSEmmanuel Vadot clocks = <&k3_clks 104 2>; 4670e8011faSEmmanuel Vadot clock-names = "fck"; 4680e8011faSEmmanuel Vadot status = "disabled"; 4690e8011faSEmmanuel Vadot }; 4700e8011faSEmmanuel Vadot 4710e8011faSEmmanuel Vadot main_i2c3: i2c@20030000 { 4720e8011faSEmmanuel Vadot compatible = "ti,am64-i2c", "ti,omap4-i2c"; 4730e8011faSEmmanuel Vadot reg = <0x00 0x20030000 0x00 0x100>; 4740e8011faSEmmanuel Vadot interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 4750e8011faSEmmanuel Vadot #address-cells = <1>; 4760e8011faSEmmanuel Vadot #size-cells = <0>; 4770e8011faSEmmanuel Vadot power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>; 4780e8011faSEmmanuel Vadot clocks = <&k3_clks 105 2>; 4790e8011faSEmmanuel Vadot clock-names = "fck"; 4800e8011faSEmmanuel Vadot status = "disabled"; 4810e8011faSEmmanuel Vadot }; 4820e8011faSEmmanuel Vadot 4830e8011faSEmmanuel Vadot main_spi0: spi@20100000 { 4840e8011faSEmmanuel Vadot compatible = "ti,am654-mcspi", "ti,omap4-mcspi"; 4850e8011faSEmmanuel Vadot reg = <0x00 0x20100000 0x00 0x400>; 4860e8011faSEmmanuel Vadot interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>; 4870e8011faSEmmanuel Vadot #address-cells = <1>; 4880e8011faSEmmanuel Vadot #size-cells = <0>; 4890e8011faSEmmanuel Vadot power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>; 4900e8011faSEmmanuel Vadot clocks = <&k3_clks 141 0>; 4910e8011faSEmmanuel Vadot status = "disabled"; 4920e8011faSEmmanuel Vadot }; 4930e8011faSEmmanuel Vadot 4940e8011faSEmmanuel Vadot main_spi1: spi@20110000 { 4950e8011faSEmmanuel Vadot compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 4960e8011faSEmmanuel Vadot reg = <0x00 0x20110000 0x00 0x400>; 4970e8011faSEmmanuel Vadot interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>; 4980e8011faSEmmanuel Vadot #address-cells = <1>; 4990e8011faSEmmanuel Vadot #size-cells = <0>; 5000e8011faSEmmanuel Vadot power-domains = <&k3_pds 142 TI_SCI_PD_EXCLUSIVE>; 5010e8011faSEmmanuel Vadot clocks = <&k3_clks 142 0>; 5020e8011faSEmmanuel Vadot status = "disabled"; 5030e8011faSEmmanuel Vadot }; 5040e8011faSEmmanuel Vadot 5050e8011faSEmmanuel Vadot main_spi2: spi@20120000 { 5060e8011faSEmmanuel Vadot compatible = "ti,am654-mcspi","ti,omap4-mcspi"; 5070e8011faSEmmanuel Vadot reg = <0x00 0x20120000 0x00 0x400>; 5080e8011faSEmmanuel Vadot interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; 5090e8011faSEmmanuel Vadot #address-cells = <1>; 5100e8011faSEmmanuel Vadot #size-cells = <0>; 5110e8011faSEmmanuel Vadot power-domains = <&k3_pds 143 TI_SCI_PD_EXCLUSIVE>; 5120e8011faSEmmanuel Vadot clocks = <&k3_clks 143 0>; 5130e8011faSEmmanuel Vadot status = "disabled"; 5140e8011faSEmmanuel Vadot }; 5150e8011faSEmmanuel Vadot 5160e8011faSEmmanuel Vadot main_gpio_intr: interrupt-controller@a00000 { 5170e8011faSEmmanuel Vadot compatible = "ti,sci-intr"; 5180e8011faSEmmanuel Vadot reg = <0x00 0x00a00000 0x00 0x800>; 5190e8011faSEmmanuel Vadot ti,intr-trigger-type = <1>; 5200e8011faSEmmanuel Vadot interrupt-controller; 5210e8011faSEmmanuel Vadot interrupt-parent = <&gic500>; 5220e8011faSEmmanuel Vadot #interrupt-cells = <1>; 5230e8011faSEmmanuel Vadot ti,sci = <&dmsc>; 5240e8011faSEmmanuel Vadot ti,sci-dev-id = <3>; 5250e8011faSEmmanuel Vadot ti,interrupt-ranges = <0 32 16>; 5260e8011faSEmmanuel Vadot }; 5270e8011faSEmmanuel Vadot 5280e8011faSEmmanuel Vadot main_gpio0: gpio@600000 { 5290e8011faSEmmanuel Vadot compatible = "ti,am64-gpio", "ti,keystone-gpio"; 5300e8011faSEmmanuel Vadot reg = <0x00 0x00600000 0x00 0x100>; 5310e8011faSEmmanuel Vadot gpio-controller; 5320e8011faSEmmanuel Vadot #gpio-cells = <2>; 5330e8011faSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 5340e8011faSEmmanuel Vadot interrupts = <190>, <191>, <192>, 5350e8011faSEmmanuel Vadot <193>, <194>, <195>; 5360e8011faSEmmanuel Vadot interrupt-controller; 5370e8011faSEmmanuel Vadot #interrupt-cells = <2>; 5380e8011faSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 5390e8011faSEmmanuel Vadot power-domains = <&k3_pds 77 TI_SCI_PD_EXCLUSIVE>; 5400e8011faSEmmanuel Vadot clocks = <&k3_clks 77 0>; 5410e8011faSEmmanuel Vadot clock-names = "gpio"; 5420e8011faSEmmanuel Vadot }; 5430e8011faSEmmanuel Vadot 5440e8011faSEmmanuel Vadot main_gpio1: gpio@601000 { 5450e8011faSEmmanuel Vadot compatible = "ti,am64-gpio", "ti,keystone-gpio"; 5460e8011faSEmmanuel Vadot reg = <0x00 0x00601000 0x00 0x100>; 5470e8011faSEmmanuel Vadot gpio-controller; 5480e8011faSEmmanuel Vadot #gpio-cells = <2>; 5490e8011faSEmmanuel Vadot interrupt-parent = <&main_gpio_intr>; 5500e8011faSEmmanuel Vadot interrupts = <180>, <181>, <182>, 5510e8011faSEmmanuel Vadot <183>, <184>, <185>; 5520e8011faSEmmanuel Vadot interrupt-controller; 5530e8011faSEmmanuel Vadot #interrupt-cells = <2>; 5540e8011faSEmmanuel Vadot ti,davinci-gpio-unbanked = <0>; 5550e8011faSEmmanuel Vadot power-domains = <&k3_pds 78 TI_SCI_PD_EXCLUSIVE>; 5560e8011faSEmmanuel Vadot clocks = <&k3_clks 78 0>; 5570e8011faSEmmanuel Vadot clock-names = "gpio"; 5580e8011faSEmmanuel Vadot }; 5590e8011faSEmmanuel Vadot 5600e8011faSEmmanuel Vadot sdhci0: mmc@fa10000 { 5610e8011faSEmmanuel Vadot compatible = "ti,am64-sdhci-8bit"; 5620e8011faSEmmanuel Vadot reg = <0x00 0x0fa10000 0x00 0x1000>, <0x00 0x0fa18000 0x00 0x400>; 5630e8011faSEmmanuel Vadot interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; 5640e8011faSEmmanuel Vadot power-domains = <&k3_pds 57 TI_SCI_PD_EXCLUSIVE>; 5650e8011faSEmmanuel Vadot clocks = <&k3_clks 57 1>, <&k3_clks 57 2>; 5660e8011faSEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 5670e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 57 2>; 5680e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 57 4>; 5690e8011faSEmmanuel Vadot bus-width = <8>; 5700e8011faSEmmanuel Vadot mmc-ddr-1_8v; 5710e8011faSEmmanuel Vadot mmc-hs200-1_8v; 5720e8011faSEmmanuel Vadot mmc-hs400-1_8v; 5730e8011faSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 5740e8011faSEmmanuel Vadot ti,strobe-sel = <0x77>; 5750e8011faSEmmanuel Vadot ti,trm-icp = <0x8>; 5760e8011faSEmmanuel Vadot ti,otap-del-sel-legacy = <0x1>; 5770e8011faSEmmanuel Vadot ti,otap-del-sel-mmc-hs = <0x1>; 5780e8011faSEmmanuel Vadot ti,otap-del-sel-ddr52 = <0x6>; 5790e8011faSEmmanuel Vadot ti,otap-del-sel-hs200 = <0x8>; 5800e8011faSEmmanuel Vadot ti,otap-del-sel-hs400 = <0x5>; 5810e8011faSEmmanuel Vadot ti,itap-del-sel-legacy = <0x10>; 5820e8011faSEmmanuel Vadot ti,itap-del-sel-mmc-hs = <0xa>; 5830e8011faSEmmanuel Vadot ti,itap-del-sel-ddr52 = <0x3>; 5840e8011faSEmmanuel Vadot status = "disabled"; 5850e8011faSEmmanuel Vadot }; 5860e8011faSEmmanuel Vadot 5870e8011faSEmmanuel Vadot sdhci1: mmc@fa00000 { 5880e8011faSEmmanuel Vadot compatible = "ti,am62-sdhci"; 5890e8011faSEmmanuel Vadot reg = <0x00 0x0fa00000 0x00 0x1000>, <0x00 0x0fa08000 0x00 0x400>; 5900e8011faSEmmanuel Vadot interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 5910e8011faSEmmanuel Vadot power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>; 5920e8011faSEmmanuel Vadot clocks = <&k3_clks 58 5>, <&k3_clks 58 6>; 5930e8011faSEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 5940e8011faSEmmanuel Vadot bus-width = <4>; 5950e8011faSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 5960e8011faSEmmanuel Vadot ti,otap-del-sel-legacy = <0x0>; 5970e8011faSEmmanuel Vadot ti,otap-del-sel-sd-hs = <0x0>; 5980e8011faSEmmanuel Vadot ti,otap-del-sel-sdr12 = <0xf>; 5990e8011faSEmmanuel Vadot ti,otap-del-sel-sdr25 = <0xf>; 6000e8011faSEmmanuel Vadot ti,otap-del-sel-sdr50 = <0xc>; 6010e8011faSEmmanuel Vadot ti,otap-del-sel-ddr50 = <0x9>; 6020e8011faSEmmanuel Vadot ti,otap-del-sel-sdr104 = <0x6>; 6030e8011faSEmmanuel Vadot ti,itap-del-sel-legacy = <0x0>; 6040e8011faSEmmanuel Vadot ti,itap-del-sel-sd-hs = <0x0>; 6050e8011faSEmmanuel Vadot ti,itap-del-sel-sdr12 = <0x0>; 6060e8011faSEmmanuel Vadot ti,itap-del-sel-sdr25 = <0x0>; 6070e8011faSEmmanuel Vadot status = "disabled"; 6080e8011faSEmmanuel Vadot }; 6090e8011faSEmmanuel Vadot 6100e8011faSEmmanuel Vadot sdhci2: mmc@fa20000 { 6110e8011faSEmmanuel Vadot compatible = "ti,am62-sdhci"; 6120e8011faSEmmanuel Vadot reg = <0x00 0x0fa20000 0x00 0x1000>, <0x00 0x0fa28000 0x00 0x400>; 6130e8011faSEmmanuel Vadot interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 6140e8011faSEmmanuel Vadot power-domains = <&k3_pds 184 TI_SCI_PD_EXCLUSIVE>; 6150e8011faSEmmanuel Vadot clocks = <&k3_clks 184 5>, <&k3_clks 184 6>; 6160e8011faSEmmanuel Vadot clock-names = "clk_ahb", "clk_xin"; 6170e8011faSEmmanuel Vadot bus-width = <4>; 6180e8011faSEmmanuel Vadot ti,clkbuf-sel = <0x7>; 6190e8011faSEmmanuel Vadot ti,otap-del-sel-legacy = <0x0>; 6200e8011faSEmmanuel Vadot ti,otap-del-sel-sd-hs = <0x0>; 6210e8011faSEmmanuel Vadot ti,otap-del-sel-sdr12 = <0xf>; 6220e8011faSEmmanuel Vadot ti,otap-del-sel-sdr25 = <0xf>; 6230e8011faSEmmanuel Vadot ti,otap-del-sel-sdr50 = <0xc>; 6240e8011faSEmmanuel Vadot ti,otap-del-sel-ddr50 = <0x9>; 6250e8011faSEmmanuel Vadot ti,otap-del-sel-sdr104 = <0x6>; 6260e8011faSEmmanuel Vadot ti,itap-del-sel-legacy = <0x0>; 6270e8011faSEmmanuel Vadot ti,itap-del-sel-sd-hs = <0x0>; 6280e8011faSEmmanuel Vadot ti,itap-del-sel-sdr12 = <0x0>; 6290e8011faSEmmanuel Vadot ti,itap-del-sel-sdr25 = <0x0>; 6300e8011faSEmmanuel Vadot status = "disabled"; 6310e8011faSEmmanuel Vadot }; 6320e8011faSEmmanuel Vadot 6330e8011faSEmmanuel Vadot usbss0: usb@f900000 { 6340e8011faSEmmanuel Vadot compatible = "ti,am62-usb"; 6350e8011faSEmmanuel Vadot reg = <0x00 0x0f900000 0x00 0x800>, 6360e8011faSEmmanuel Vadot <0x00 0x0f908000 0x00 0x400>; 6370e8011faSEmmanuel Vadot clocks = <&k3_clks 161 3>; 6380e8011faSEmmanuel Vadot clock-names = "ref"; 6390e8011faSEmmanuel Vadot ti,syscon-phy-pll-refclk = <&usb0_phy_ctrl 0x0>; 6400e8011faSEmmanuel Vadot #address-cells = <2>; 6410e8011faSEmmanuel Vadot #size-cells = <2>; 6420e8011faSEmmanuel Vadot power-domains = <&k3_pds 178 TI_SCI_PD_EXCLUSIVE>; 6430e8011faSEmmanuel Vadot ranges; 6440e8011faSEmmanuel Vadot status = "disabled"; 6450e8011faSEmmanuel Vadot 6460e8011faSEmmanuel Vadot usb0: usb@31000000 { 6470e8011faSEmmanuel Vadot compatible = "snps,dwc3"; 6480e8011faSEmmanuel Vadot reg = <0x00 0x31000000 0x00 0x50000>; 6490e8011faSEmmanuel Vadot interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */ 6500e8011faSEmmanuel Vadot <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>; /* irq.0 */ 6510e8011faSEmmanuel Vadot interrupt-names = "host", "peripheral"; 6520e8011faSEmmanuel Vadot maximum-speed = "high-speed"; 6530e8011faSEmmanuel Vadot dr_mode = "otg"; 6540e8011faSEmmanuel Vadot snps,usb2-gadget-lpm-disable; 6550e8011faSEmmanuel Vadot snps,usb2-lpm-disable; 6560e8011faSEmmanuel Vadot }; 6570e8011faSEmmanuel Vadot }; 6580e8011faSEmmanuel Vadot 6590e8011faSEmmanuel Vadot fss: bus@fc00000 { 6600e8011faSEmmanuel Vadot compatible = "simple-bus"; 6610e8011faSEmmanuel Vadot reg = <0x00 0x0fc00000 0x00 0x70000>; 6620e8011faSEmmanuel Vadot #address-cells = <2>; 6630e8011faSEmmanuel Vadot #size-cells = <2>; 6640e8011faSEmmanuel Vadot ranges; 6650e8011faSEmmanuel Vadot 6660e8011faSEmmanuel Vadot ospi0: spi@fc40000 { 6670e8011faSEmmanuel Vadot compatible = "ti,am654-ospi", "cdns,qspi-nor"; 6680e8011faSEmmanuel Vadot reg = <0x00 0x0fc40000 0x00 0x100>, 6690e8011faSEmmanuel Vadot <0x05 0x00000000 0x01 0x00000000>; 6700e8011faSEmmanuel Vadot interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>; 6710e8011faSEmmanuel Vadot cdns,fifo-depth = <256>; 6720e8011faSEmmanuel Vadot cdns,fifo-width = <4>; 6730e8011faSEmmanuel Vadot cdns,trigger-address = <0x0>; 6740e8011faSEmmanuel Vadot clocks = <&k3_clks 75 7>; 6750e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 75 7>; 6760e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 75 8>; 6770e8011faSEmmanuel Vadot assigned-clock-rates = <166666666>; 6780e8011faSEmmanuel Vadot power-domains = <&k3_pds 75 TI_SCI_PD_EXCLUSIVE>; 6790e8011faSEmmanuel Vadot #address-cells = <1>; 6800e8011faSEmmanuel Vadot #size-cells = <0>; 6810e8011faSEmmanuel Vadot status = "disabled"; 6820e8011faSEmmanuel Vadot }; 6830e8011faSEmmanuel Vadot }; 6840e8011faSEmmanuel Vadot 6850e8011faSEmmanuel Vadot cpsw3g: ethernet@8000000 { 6860e8011faSEmmanuel Vadot compatible = "ti,am642-cpsw-nuss"; 6870e8011faSEmmanuel Vadot #address-cells = <2>; 6880e8011faSEmmanuel Vadot #size-cells = <2>; 6890e8011faSEmmanuel Vadot reg = <0x00 0x08000000 0x00 0x200000>; 6900e8011faSEmmanuel Vadot reg-names = "cpsw_nuss"; 6910e8011faSEmmanuel Vadot ranges = <0x00 0x00 0x00 0x08000000 0x00 0x200000>; 6920e8011faSEmmanuel Vadot clocks = <&k3_clks 13 0>; 6930e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 13 3>; 6940e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 13 11>; 6950e8011faSEmmanuel Vadot clock-names = "fck"; 6960e8011faSEmmanuel Vadot power-domains = <&k3_pds 13 TI_SCI_PD_EXCLUSIVE>; 6970e8011faSEmmanuel Vadot status = "disabled"; 6980e8011faSEmmanuel Vadot 6990e8011faSEmmanuel Vadot dmas = <&main_pktdma 0xc600 15>, 7000e8011faSEmmanuel Vadot <&main_pktdma 0xc601 15>, 7010e8011faSEmmanuel Vadot <&main_pktdma 0xc602 15>, 7020e8011faSEmmanuel Vadot <&main_pktdma 0xc603 15>, 7030e8011faSEmmanuel Vadot <&main_pktdma 0xc604 15>, 7040e8011faSEmmanuel Vadot <&main_pktdma 0xc605 15>, 7050e8011faSEmmanuel Vadot <&main_pktdma 0xc606 15>, 7060e8011faSEmmanuel Vadot <&main_pktdma 0xc607 15>, 7070e8011faSEmmanuel Vadot <&main_pktdma 0x4600 15>; 7080e8011faSEmmanuel Vadot dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", 7090e8011faSEmmanuel Vadot "tx7", "rx"; 7100e8011faSEmmanuel Vadot 7110e8011faSEmmanuel Vadot ethernet-ports { 7120e8011faSEmmanuel Vadot #address-cells = <1>; 7130e8011faSEmmanuel Vadot #size-cells = <0>; 7140e8011faSEmmanuel Vadot 7150e8011faSEmmanuel Vadot cpsw_port1: port@1 { 7160e8011faSEmmanuel Vadot reg = <1>; 7170e8011faSEmmanuel Vadot ti,mac-only; 7180e8011faSEmmanuel Vadot label = "port1"; 7190e8011faSEmmanuel Vadot phys = <&phy_gmii_sel 1>; 7200e8011faSEmmanuel Vadot mac-address = [00 00 00 00 00 00]; 7210e8011faSEmmanuel Vadot ti,syscon-efuse = <&cpsw_mac_syscon 0x0>; 7220e8011faSEmmanuel Vadot status = "disabled"; 7230e8011faSEmmanuel Vadot }; 7240e8011faSEmmanuel Vadot 7250e8011faSEmmanuel Vadot cpsw_port2: port@2 { 7260e8011faSEmmanuel Vadot reg = <2>; 7270e8011faSEmmanuel Vadot ti,mac-only; 7280e8011faSEmmanuel Vadot label = "port2"; 7290e8011faSEmmanuel Vadot phys = <&phy_gmii_sel 2>; 7300e8011faSEmmanuel Vadot mac-address = [00 00 00 00 00 00]; 7310e8011faSEmmanuel Vadot status = "disabled"; 7320e8011faSEmmanuel Vadot }; 7330e8011faSEmmanuel Vadot }; 7340e8011faSEmmanuel Vadot 7350e8011faSEmmanuel Vadot cpsw3g_mdio: mdio@f00 { 7360e8011faSEmmanuel Vadot compatible = "ti,cpsw-mdio","ti,davinci_mdio"; 7370e8011faSEmmanuel Vadot reg = <0x00 0xf00 0x00 0x100>; 7380e8011faSEmmanuel Vadot #address-cells = <1>; 7390e8011faSEmmanuel Vadot #size-cells = <0>; 7400e8011faSEmmanuel Vadot clocks = <&k3_clks 13 0>; 7410e8011faSEmmanuel Vadot clock-names = "fck"; 7420e8011faSEmmanuel Vadot bus_freq = <1000000>; 7430e8011faSEmmanuel Vadot status = "disabled"; 7440e8011faSEmmanuel Vadot }; 7450e8011faSEmmanuel Vadot 7460e8011faSEmmanuel Vadot cpts@3d000 { 7470e8011faSEmmanuel Vadot compatible = "ti,j721e-cpts"; 7480e8011faSEmmanuel Vadot reg = <0x00 0x3d000 0x00 0x400>; 7490e8011faSEmmanuel Vadot clocks = <&k3_clks 13 3>; 7500e8011faSEmmanuel Vadot clock-names = "cpts"; 7510e8011faSEmmanuel Vadot interrupts-extended = <&gic500 GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; 7520e8011faSEmmanuel Vadot interrupt-names = "cpts"; 7530e8011faSEmmanuel Vadot ti,cpts-ext-ts-inputs = <4>; 7540e8011faSEmmanuel Vadot ti,cpts-periodic-outputs = <2>; 7550e8011faSEmmanuel Vadot }; 7560e8011faSEmmanuel Vadot }; 7570e8011faSEmmanuel Vadot 7580e8011faSEmmanuel Vadot hwspinlock: spinlock@2a000000 { 7590e8011faSEmmanuel Vadot compatible = "ti,am64-hwspinlock"; 7600e8011faSEmmanuel Vadot reg = <0x00 0x2a000000 0x00 0x1000>; 7610e8011faSEmmanuel Vadot #hwlock-cells = <1>; 7620e8011faSEmmanuel Vadot }; 7630e8011faSEmmanuel Vadot 7640e8011faSEmmanuel Vadot mailbox0_cluster0: mailbox@29000000 { 7650e8011faSEmmanuel Vadot compatible = "ti,am64-mailbox"; 7660e8011faSEmmanuel Vadot reg = <0x00 0x29000000 0x00 0x200>; 7670e8011faSEmmanuel Vadot interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; 7680e8011faSEmmanuel Vadot #mbox-cells = <1>; 7690e8011faSEmmanuel Vadot ti,mbox-num-users = <4>; 7700e8011faSEmmanuel Vadot ti,mbox-num-fifos = <16>; 7710e8011faSEmmanuel Vadot }; 7720e8011faSEmmanuel Vadot 7730e8011faSEmmanuel Vadot mailbox0_cluster1: mailbox@29010000 { 7740e8011faSEmmanuel Vadot compatible = "ti,am64-mailbox"; 7750e8011faSEmmanuel Vadot reg = <0x00 0x29010000 0x00 0x200>; 7760e8011faSEmmanuel Vadot interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; 7770e8011faSEmmanuel Vadot #mbox-cells = <1>; 7780e8011faSEmmanuel Vadot ti,mbox-num-users = <4>; 7790e8011faSEmmanuel Vadot ti,mbox-num-fifos = <16>; 7800e8011faSEmmanuel Vadot }; 7810e8011faSEmmanuel Vadot 7820e8011faSEmmanuel Vadot mailbox0_cluster2: mailbox@29020000 { 7830e8011faSEmmanuel Vadot compatible = "ti,am64-mailbox"; 7840e8011faSEmmanuel Vadot reg = <0x00 0x29020000 0x00 0x200>; 7850e8011faSEmmanuel Vadot interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 7860e8011faSEmmanuel Vadot #mbox-cells = <1>; 7870e8011faSEmmanuel Vadot ti,mbox-num-users = <4>; 7880e8011faSEmmanuel Vadot ti,mbox-num-fifos = <16>; 7890e8011faSEmmanuel Vadot }; 7900e8011faSEmmanuel Vadot 7910e8011faSEmmanuel Vadot mailbox0_cluster3: mailbox@29030000 { 7920e8011faSEmmanuel Vadot compatible = "ti,am64-mailbox"; 7930e8011faSEmmanuel Vadot reg = <0x00 0x29030000 0x00 0x200>; 7940e8011faSEmmanuel Vadot interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 7950e8011faSEmmanuel Vadot #mbox-cells = <1>; 7960e8011faSEmmanuel Vadot ti,mbox-num-users = <4>; 7970e8011faSEmmanuel Vadot ti,mbox-num-fifos = <16>; 7980e8011faSEmmanuel Vadot }; 7990e8011faSEmmanuel Vadot 8000e8011faSEmmanuel Vadot ecap0: pwm@23100000 { 8010e8011faSEmmanuel Vadot compatible = "ti,am3352-ecap"; 8020e8011faSEmmanuel Vadot #pwm-cells = <3>; 8030e8011faSEmmanuel Vadot reg = <0x00 0x23100000 0x00 0x100>; 8040e8011faSEmmanuel Vadot power-domains = <&k3_pds 51 TI_SCI_PD_EXCLUSIVE>; 8050e8011faSEmmanuel Vadot clocks = <&k3_clks 51 0>; 8060e8011faSEmmanuel Vadot clock-names = "fck"; 8070e8011faSEmmanuel Vadot status = "disabled"; 8080e8011faSEmmanuel Vadot }; 8090e8011faSEmmanuel Vadot 8100e8011faSEmmanuel Vadot ecap1: pwm@23110000 { 8110e8011faSEmmanuel Vadot compatible = "ti,am3352-ecap"; 8120e8011faSEmmanuel Vadot #pwm-cells = <3>; 8130e8011faSEmmanuel Vadot reg = <0x00 0x23110000 0x00 0x100>; 8140e8011faSEmmanuel Vadot power-domains = <&k3_pds 52 TI_SCI_PD_EXCLUSIVE>; 8150e8011faSEmmanuel Vadot clocks = <&k3_clks 52 0>; 8160e8011faSEmmanuel Vadot clock-names = "fck"; 8170e8011faSEmmanuel Vadot status = "disabled"; 8180e8011faSEmmanuel Vadot }; 8190e8011faSEmmanuel Vadot 8200e8011faSEmmanuel Vadot ecap2: pwm@23120000 { 8210e8011faSEmmanuel Vadot compatible = "ti,am3352-ecap"; 8220e8011faSEmmanuel Vadot #pwm-cells = <3>; 8230e8011faSEmmanuel Vadot reg = <0x00 0x23120000 0x00 0x100>; 8240e8011faSEmmanuel Vadot power-domains = <&k3_pds 53 TI_SCI_PD_EXCLUSIVE>; 8250e8011faSEmmanuel Vadot clocks = <&k3_clks 53 0>; 8260e8011faSEmmanuel Vadot clock-names = "fck"; 8270e8011faSEmmanuel Vadot status = "disabled"; 8280e8011faSEmmanuel Vadot }; 8290e8011faSEmmanuel Vadot 8300e8011faSEmmanuel Vadot main_mcan0: can@20701000 { 8310e8011faSEmmanuel Vadot compatible = "bosch,m_can"; 8320e8011faSEmmanuel Vadot reg = <0x00 0x20701000 0x00 0x200>, 8330e8011faSEmmanuel Vadot <0x00 0x20708000 0x00 0x8000>; 8340e8011faSEmmanuel Vadot reg-names = "m_can", "message_ram"; 8350e8011faSEmmanuel Vadot power-domains = <&k3_pds 98 TI_SCI_PD_EXCLUSIVE>; 8360e8011faSEmmanuel Vadot clocks = <&k3_clks 98 6>, <&k3_clks 98 1>; 8370e8011faSEmmanuel Vadot clock-names = "hclk", "cclk"; 8380e8011faSEmmanuel Vadot interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, 8390e8011faSEmmanuel Vadot <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; 8400e8011faSEmmanuel Vadot interrupt-names = "int0", "int1"; 8410e8011faSEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 8420e8011faSEmmanuel Vadot status = "disabled"; 8430e8011faSEmmanuel Vadot }; 8440e8011faSEmmanuel Vadot 8450e8011faSEmmanuel Vadot main_mcan1: can@20711000 { 8460e8011faSEmmanuel Vadot compatible = "bosch,m_can"; 8470e8011faSEmmanuel Vadot reg = <0x00 0x20711000 0x00 0x200>, 8480e8011faSEmmanuel Vadot <0x00 0x20718000 0x00 0x8000>; 8490e8011faSEmmanuel Vadot reg-names = "m_can", "message_ram"; 8500e8011faSEmmanuel Vadot power-domains = <&k3_pds 99 TI_SCI_PD_EXCLUSIVE>; 8510e8011faSEmmanuel Vadot clocks = <&k3_clks 99 6>, <&k3_clks 99 1>; 8520e8011faSEmmanuel Vadot clock-names = "hclk", "cclk"; 8530e8011faSEmmanuel Vadot interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>, 8540e8011faSEmmanuel Vadot <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>; 8550e8011faSEmmanuel Vadot interrupt-names = "int0", "int1"; 8560e8011faSEmmanuel Vadot bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; 8570e8011faSEmmanuel Vadot status = "disabled"; 8580e8011faSEmmanuel Vadot }; 8590e8011faSEmmanuel Vadot 8600e8011faSEmmanuel Vadot main_rti0: watchdog@e000000 { 8610e8011faSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 8620e8011faSEmmanuel Vadot reg = <0x00 0x0e000000 0x00 0x100>; 8630e8011faSEmmanuel Vadot clocks = <&k3_clks 125 0>; 8640e8011faSEmmanuel Vadot power-domains = <&k3_pds 125 TI_SCI_PD_EXCLUSIVE>; 8650e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 125 0>; 8660e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 125 2>; 8670e8011faSEmmanuel Vadot }; 8680e8011faSEmmanuel Vadot 8690e8011faSEmmanuel Vadot main_rti1: watchdog@e010000 { 8700e8011faSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 8710e8011faSEmmanuel Vadot reg = <0x00 0x0e010000 0x00 0x100>; 8720e8011faSEmmanuel Vadot clocks = <&k3_clks 126 0>; 8730e8011faSEmmanuel Vadot power-domains = <&k3_pds 126 TI_SCI_PD_EXCLUSIVE>; 8740e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 126 0>; 8750e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 126 2>; 8760e8011faSEmmanuel Vadot }; 8770e8011faSEmmanuel Vadot 8780e8011faSEmmanuel Vadot main_rti2: watchdog@e020000 { 8790e8011faSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 8800e8011faSEmmanuel Vadot reg = <0x00 0x0e020000 0x00 0x100>; 8810e8011faSEmmanuel Vadot clocks = <&k3_clks 127 0>; 8820e8011faSEmmanuel Vadot power-domains = <&k3_pds 127 TI_SCI_PD_EXCLUSIVE>; 8830e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 127 0>; 8840e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 127 2>; 8850e8011faSEmmanuel Vadot }; 8860e8011faSEmmanuel Vadot 8870e8011faSEmmanuel Vadot main_rti3: watchdog@e030000 { 8880e8011faSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 8890e8011faSEmmanuel Vadot reg = <0x00 0x0e030000 0x00 0x100>; 8900e8011faSEmmanuel Vadot clocks = <&k3_clks 128 0>; 8910e8011faSEmmanuel Vadot power-domains = <&k3_pds 128 TI_SCI_PD_EXCLUSIVE>; 8920e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 128 0>; 8930e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 128 2>; 8940e8011faSEmmanuel Vadot }; 8950e8011faSEmmanuel Vadot 8960e8011faSEmmanuel Vadot main_rti15: watchdog@e0f0000 { 8970e8011faSEmmanuel Vadot compatible = "ti,j7-rti-wdt"; 8980e8011faSEmmanuel Vadot reg = <0x00 0x0e0f0000 0x00 0x100>; 8990e8011faSEmmanuel Vadot clocks = <&k3_clks 130 0>; 9000e8011faSEmmanuel Vadot power-domains = <&k3_pds 130 TI_SCI_PD_EXCLUSIVE>; 9010e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 130 0>; 9020e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 130 2>; 9030e8011faSEmmanuel Vadot }; 9040e8011faSEmmanuel Vadot 9050e8011faSEmmanuel Vadot epwm0: pwm@23000000 { 9060e8011faSEmmanuel Vadot compatible = "ti,am64-epwm", "ti,am3352-ehrpwm"; 9070e8011faSEmmanuel Vadot #pwm-cells = <3>; 9080e8011faSEmmanuel Vadot reg = <0x00 0x23000000 0x00 0x100>; 9090e8011faSEmmanuel Vadot power-domains = <&k3_pds 86 TI_SCI_PD_EXCLUSIVE>; 9100e8011faSEmmanuel Vadot clocks = <&epwm_tbclk 0>, <&k3_clks 86 0>; 9110e8011faSEmmanuel Vadot clock-names = "tbclk", "fck"; 9120e8011faSEmmanuel Vadot status = "disabled"; 9130e8011faSEmmanuel Vadot }; 9140e8011faSEmmanuel Vadot 9150e8011faSEmmanuel Vadot epwm1: pwm@23010000 { 9160e8011faSEmmanuel Vadot compatible = "ti,am64-epwm", "ti,am3352-ehrpwm"; 9170e8011faSEmmanuel Vadot #pwm-cells = <3>; 9180e8011faSEmmanuel Vadot reg = <0x00 0x23010000 0x00 0x100>; 9190e8011faSEmmanuel Vadot power-domains = <&k3_pds 87 TI_SCI_PD_EXCLUSIVE>; 9200e8011faSEmmanuel Vadot clocks = <&epwm_tbclk 1>, <&k3_clks 87 0>; 9210e8011faSEmmanuel Vadot clock-names = "tbclk", "fck"; 9220e8011faSEmmanuel Vadot status = "disabled"; 9230e8011faSEmmanuel Vadot }; 9240e8011faSEmmanuel Vadot 9250e8011faSEmmanuel Vadot epwm2: pwm@23020000 { 9260e8011faSEmmanuel Vadot compatible = "ti,am64-epwm", "ti,am3352-ehrpwm"; 9270e8011faSEmmanuel Vadot #pwm-cells = <3>; 9280e8011faSEmmanuel Vadot reg = <0x00 0x23020000 0x00 0x100>; 9290e8011faSEmmanuel Vadot power-domains = <&k3_pds 88 TI_SCI_PD_EXCLUSIVE>; 9300e8011faSEmmanuel Vadot clocks = <&epwm_tbclk 2>, <&k3_clks 88 0>; 9310e8011faSEmmanuel Vadot clock-names = "tbclk", "fck"; 9320e8011faSEmmanuel Vadot status = "disabled"; 9330e8011faSEmmanuel Vadot }; 9340e8011faSEmmanuel Vadot 9350e8011faSEmmanuel Vadot mcasp0: audio-controller@2b00000 { 9360e8011faSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 9370e8011faSEmmanuel Vadot reg = <0x00 0x02b00000 0x00 0x2000>, 9380e8011faSEmmanuel Vadot <0x00 0x02b08000 0x00 0x400>; 9390e8011faSEmmanuel Vadot reg-names = "mpu", "dat"; 9400e8011faSEmmanuel Vadot interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>, 9410e8011faSEmmanuel Vadot <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>; 9420e8011faSEmmanuel Vadot interrupt-names = "tx", "rx"; 9430e8011faSEmmanuel Vadot 9440e8011faSEmmanuel Vadot dmas = <&main_bcdma 0 0xc500 0>, <&main_bcdma 0 0x4500 0>; 9450e8011faSEmmanuel Vadot dma-names = "tx", "rx"; 9460e8011faSEmmanuel Vadot 9470e8011faSEmmanuel Vadot clocks = <&k3_clks 190 0>; 9480e8011faSEmmanuel Vadot clock-names = "fck"; 9490e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 190 0>; 9500e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 190 2>; 9510e8011faSEmmanuel Vadot power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>; 9520e8011faSEmmanuel Vadot status = "disabled"; 9530e8011faSEmmanuel Vadot }; 9540e8011faSEmmanuel Vadot 9550e8011faSEmmanuel Vadot mcasp1: audio-controller@2b10000 { 9560e8011faSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 9570e8011faSEmmanuel Vadot reg = <0x00 0x02b10000 0x00 0x2000>, 9580e8011faSEmmanuel Vadot <0x00 0x02b18000 0x00 0x400>; 9590e8011faSEmmanuel Vadot reg-names = "mpu", "dat"; 9600e8011faSEmmanuel Vadot interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>, 9610e8011faSEmmanuel Vadot <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>; 9620e8011faSEmmanuel Vadot interrupt-names = "tx", "rx"; 9630e8011faSEmmanuel Vadot 9640e8011faSEmmanuel Vadot dmas = <&main_bcdma 0 0xc501 0>, <&main_bcdma 0 0x4501 0>; 9650e8011faSEmmanuel Vadot dma-names = "tx", "rx"; 9660e8011faSEmmanuel Vadot 9670e8011faSEmmanuel Vadot clocks = <&k3_clks 191 0>; 9680e8011faSEmmanuel Vadot clock-names = "fck"; 9690e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 191 0>; 9700e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 191 2>; 9710e8011faSEmmanuel Vadot power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>; 9720e8011faSEmmanuel Vadot status = "disabled"; 9730e8011faSEmmanuel Vadot }; 9740e8011faSEmmanuel Vadot 9750e8011faSEmmanuel Vadot mcasp2: audio-controller@2b20000 { 9760e8011faSEmmanuel Vadot compatible = "ti,am33xx-mcasp-audio"; 9770e8011faSEmmanuel Vadot reg = <0x00 0x02b20000 0x00 0x2000>, 9780e8011faSEmmanuel Vadot <0x00 0x02b28000 0x00 0x400>; 9790e8011faSEmmanuel Vadot reg-names = "mpu", "dat"; 9800e8011faSEmmanuel Vadot interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>, 9810e8011faSEmmanuel Vadot <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>; 9820e8011faSEmmanuel Vadot interrupt-names = "tx", "rx"; 9830e8011faSEmmanuel Vadot 9840e8011faSEmmanuel Vadot dmas = <&main_bcdma 0 0xc502 0>, <&main_bcdma 0 0x4502 0>; 9850e8011faSEmmanuel Vadot dma-names = "tx", "rx"; 9860e8011faSEmmanuel Vadot 9870e8011faSEmmanuel Vadot clocks = <&k3_clks 192 0>; 9880e8011faSEmmanuel Vadot clock-names = "fck"; 9890e8011faSEmmanuel Vadot assigned-clocks = <&k3_clks 192 0>; 9900e8011faSEmmanuel Vadot assigned-clock-parents = <&k3_clks 192 2>; 9910e8011faSEmmanuel Vadot power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>; 9920e8011faSEmmanuel Vadot status = "disabled"; 9930e8011faSEmmanuel Vadot }; 9940e8011faSEmmanuel Vadot 9950e8011faSEmmanuel Vadot ti_csi2rx0: ticsi2rx@30102000 { 9960e8011faSEmmanuel Vadot compatible = "ti,j721e-csi2rx-shim"; 9970e8011faSEmmanuel Vadot reg = <0x00 0x30102000 0x00 0x1000>; 9980e8011faSEmmanuel Vadot ranges; 9990e8011faSEmmanuel Vadot #address-cells = <2>; 10000e8011faSEmmanuel Vadot #size-cells = <2>; 10010e8011faSEmmanuel Vadot dmas = <&main_bcdma_csi 0 0x5000 0>; 10020e8011faSEmmanuel Vadot dma-names = "rx0"; 10030e8011faSEmmanuel Vadot power-domains = <&k3_pds 182 TI_SCI_PD_EXCLUSIVE>; 10040e8011faSEmmanuel Vadot status = "disabled"; 10050e8011faSEmmanuel Vadot 10060e8011faSEmmanuel Vadot cdns_csi2rx0: csi-bridge@30101000 { 10070e8011faSEmmanuel Vadot compatible = "ti,j721e-csi2rx", "cdns,csi2rx"; 10080e8011faSEmmanuel Vadot reg = <0x00 0x30101000 0x00 0x1000>; 10090e8011faSEmmanuel Vadot clocks = <&k3_clks 182 0>, <&k3_clks 182 3>, <&k3_clks 182 0>, 10100e8011faSEmmanuel Vadot <&k3_clks 182 0>, <&k3_clks 182 4>, <&k3_clks 182 4>; 10110e8011faSEmmanuel Vadot clock-names = "sys_clk", "p_clk", "pixel_if0_clk", 10120e8011faSEmmanuel Vadot "pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk"; 10130e8011faSEmmanuel Vadot phys = <&dphy0>; 10140e8011faSEmmanuel Vadot phy-names = "dphy"; 10150e8011faSEmmanuel Vadot 10160e8011faSEmmanuel Vadot ports { 10170e8011faSEmmanuel Vadot #address-cells = <1>; 10180e8011faSEmmanuel Vadot #size-cells = <0>; 10190e8011faSEmmanuel Vadot 10200e8011faSEmmanuel Vadot csi0_port0: port@0 { 10210e8011faSEmmanuel Vadot reg = <0>; 10220e8011faSEmmanuel Vadot status = "disabled"; 10230e8011faSEmmanuel Vadot }; 10240e8011faSEmmanuel Vadot 10250e8011faSEmmanuel Vadot csi0_port1: port@1 { 10260e8011faSEmmanuel Vadot reg = <1>; 10270e8011faSEmmanuel Vadot status = "disabled"; 10280e8011faSEmmanuel Vadot }; 10290e8011faSEmmanuel Vadot 10300e8011faSEmmanuel Vadot csi0_port2: port@2 { 10310e8011faSEmmanuel Vadot reg = <2>; 10320e8011faSEmmanuel Vadot status = "disabled"; 10330e8011faSEmmanuel Vadot }; 10340e8011faSEmmanuel Vadot 10350e8011faSEmmanuel Vadot csi0_port3: port@3 { 10360e8011faSEmmanuel Vadot reg = <3>; 10370e8011faSEmmanuel Vadot status = "disabled"; 10380e8011faSEmmanuel Vadot }; 10390e8011faSEmmanuel Vadot 10400e8011faSEmmanuel Vadot csi0_port4: port@4 { 10410e8011faSEmmanuel Vadot reg = <4>; 10420e8011faSEmmanuel Vadot status = "disabled"; 10430e8011faSEmmanuel Vadot }; 10440e8011faSEmmanuel Vadot }; 10450e8011faSEmmanuel Vadot }; 10460e8011faSEmmanuel Vadot }; 10470e8011faSEmmanuel Vadot 10480e8011faSEmmanuel Vadot dphy0: phy@30110000 { 10490e8011faSEmmanuel Vadot compatible = "cdns,dphy-rx"; 10500e8011faSEmmanuel Vadot reg = <0x00 0x30110000 0x00 0x1100>; 10510e8011faSEmmanuel Vadot #phy-cells = <0>; 10520e8011faSEmmanuel Vadot power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>; 10530e8011faSEmmanuel Vadot status = "disabled"; 10540e8011faSEmmanuel Vadot }; 10550e8011faSEmmanuel Vadot 10560e8011faSEmmanuel Vadot vpu: video-codec@30210000 { 10570e8011faSEmmanuel Vadot compatible = "ti,j721s2-wave521c", "cnm,wave521c"; 10580e8011faSEmmanuel Vadot reg = <0x00 0x30210000 0x00 0x10000>; 10590e8011faSEmmanuel Vadot interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>; 10600e8011faSEmmanuel Vadot clocks = <&k3_clks 204 2>; 10610e8011faSEmmanuel Vadot power-domains = <&k3_pds 204 TI_SCI_PD_EXCLUSIVE>; 10620e8011faSEmmanuel Vadot }; 10630e8011faSEmmanuel Vadot}; 1064