xref: /openbmc/linux/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi (revision e23d5a3d116dce2152c56ee55d802630c92636bc)
14664ebd8SApurva Nandan// SPDX-License-Identifier: GPL-2.0
24664ebd8SApurva Nandan/*
34664ebd8SApurva Nandan * Device Tree Source for J784S4 SoC Family Main Domain peripherals
44664ebd8SApurva Nandan *
54664ebd8SApurva Nandan * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
64664ebd8SApurva Nandan */
74664ebd8SApurva Nandan
84664ebd8SApurva Nandan&cbass_main {
94664ebd8SApurva Nandan	msmc_ram: sram@70000000 {
104664ebd8SApurva Nandan		compatible = "mmio-sram";
114664ebd8SApurva Nandan		reg = <0x00 0x70000000 0x00 0x800000>;
124664ebd8SApurva Nandan		#address-cells = <1>;
134664ebd8SApurva Nandan		#size-cells = <1>;
144664ebd8SApurva Nandan		ranges = <0x00 0x00 0x70000000 0x800000>;
154664ebd8SApurva Nandan
164664ebd8SApurva Nandan		atf-sram@0 {
174664ebd8SApurva Nandan			reg = <0x00 0x20000>;
184664ebd8SApurva Nandan		};
194664ebd8SApurva Nandan
204664ebd8SApurva Nandan		tifs-sram@1f0000 {
214664ebd8SApurva Nandan			reg = <0x1f0000 0x10000>;
224664ebd8SApurva Nandan		};
234664ebd8SApurva Nandan
244664ebd8SApurva Nandan		l3cache-sram@200000 {
254664ebd8SApurva Nandan			reg = <0x200000 0x200000>;
264664ebd8SApurva Nandan		};
274664ebd8SApurva Nandan	};
284664ebd8SApurva Nandan
294664ebd8SApurva Nandan	gic500: interrupt-controller@1800000 {
304664ebd8SApurva Nandan		compatible = "arm,gic-v3";
314664ebd8SApurva Nandan		#address-cells = <2>;
324664ebd8SApurva Nandan		#size-cells = <2>;
334664ebd8SApurva Nandan		ranges;
344664ebd8SApurva Nandan		#interrupt-cells = <3>;
354664ebd8SApurva Nandan		interrupt-controller;
364664ebd8SApurva Nandan		reg = <0x00 0x01800000 0x00 0x200000>, /* GICD */
374664ebd8SApurva Nandan		      <0x00 0x01900000 0x00 0x100000>, /* GICR */
384664ebd8SApurva Nandan		      <0x00 0x6f000000 0x00 0x2000>,   /* GICC */
394664ebd8SApurva Nandan		      <0x00 0x6f010000 0x00 0x1000>,   /* GICH */
404664ebd8SApurva Nandan		      <0x00 0x6f020000 0x00 0x2000>;   /* GICV */
414664ebd8SApurva Nandan
424664ebd8SApurva Nandan		/* vcpumntirq: virtual CPU interface maintenance interrupt */
434664ebd8SApurva Nandan		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
444664ebd8SApurva Nandan
454664ebd8SApurva Nandan		gic_its: msi-controller@1820000 {
464664ebd8SApurva Nandan			compatible = "arm,gic-v3-its";
474664ebd8SApurva Nandan			reg = <0x00 0x01820000 0x00 0x10000>;
484664ebd8SApurva Nandan			socionext,synquacer-pre-its = <0x1000000 0x400000>;
494664ebd8SApurva Nandan			msi-controller;
504664ebd8SApurva Nandan			#msi-cells = <1>;
514664ebd8SApurva Nandan		};
524664ebd8SApurva Nandan	};
534664ebd8SApurva Nandan
544664ebd8SApurva Nandan	main_gpio_intr: interrupt-controller@a00000 {
554664ebd8SApurva Nandan		compatible = "ti,sci-intr";
564664ebd8SApurva Nandan		reg = <0x00 0x00a00000 0x00 0x800>;
574664ebd8SApurva Nandan		ti,intr-trigger-type = <1>;
584664ebd8SApurva Nandan		interrupt-controller;
594664ebd8SApurva Nandan		interrupt-parent = <&gic500>;
604664ebd8SApurva Nandan		#interrupt-cells = <1>;
614664ebd8SApurva Nandan		ti,sci = <&sms>;
624664ebd8SApurva Nandan		ti,sci-dev-id = <10>;
634664ebd8SApurva Nandan		ti,interrupt-ranges = <8 360 56>;
644664ebd8SApurva Nandan	};
654664ebd8SApurva Nandan
664664ebd8SApurva Nandan	main_pmx0: pinctrl@11c000 {
674664ebd8SApurva Nandan		compatible = "pinctrl-single";
684664ebd8SApurva Nandan		/* Proxy 0 addressing */
694664ebd8SApurva Nandan		reg = <0x00 0x11c000 0x00 0x120>;
704664ebd8SApurva Nandan		#pinctrl-cells = <1>;
714664ebd8SApurva Nandan		pinctrl-single,register-width = <32>;
724664ebd8SApurva Nandan		pinctrl-single,function-mask = <0xffffffff>;
734664ebd8SApurva Nandan	};
744664ebd8SApurva Nandan
75a43f0ac3SJayesh Choudhary	main_crypto: crypto@4e00000 {
76a43f0ac3SJayesh Choudhary		compatible = "ti,j721e-sa2ul";
77a43f0ac3SJayesh Choudhary		reg = <0x00 0x4e00000 0x00 0x1200>;
78a43f0ac3SJayesh Choudhary		power-domains = <&k3_pds 369 TI_SCI_PD_EXCLUSIVE>;
79a43f0ac3SJayesh Choudhary		#address-cells = <2>;
80a43f0ac3SJayesh Choudhary		#size-cells = <2>;
81a43f0ac3SJayesh Choudhary		ranges = <0x00 0x04e00000 0x00 0x04e00000 0x00 0x30000>;
82a43f0ac3SJayesh Choudhary
83a43f0ac3SJayesh Choudhary		dmas = <&main_udmap 0xca40>, <&main_udmap 0x4a40>,
84a43f0ac3SJayesh Choudhary				<&main_udmap 0x4a41>;
85a43f0ac3SJayesh Choudhary		dma-names = "tx", "rx1", "rx2";
86a43f0ac3SJayesh Choudhary
87a43f0ac3SJayesh Choudhary		rng: rng@4e10000 {
88a43f0ac3SJayesh Choudhary			compatible = "inside-secure,safexcel-eip76";
89a43f0ac3SJayesh Choudhary			reg = <0x00 0x4e10000 0x00 0x7d>;
90a43f0ac3SJayesh Choudhary			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
91a43f0ac3SJayesh Choudhary		};
92a43f0ac3SJayesh Choudhary	};
93a43f0ac3SJayesh Choudhary
944664ebd8SApurva Nandan	main_uart0: serial@2800000 {
954664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
964664ebd8SApurva Nandan		reg = <0x00 0x02800000 0x00 0x200>;
974664ebd8SApurva Nandan		interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>;
984664ebd8SApurva Nandan		current-speed = <115200>;
994664ebd8SApurva Nandan		clocks = <&k3_clks 146 0>;
1004664ebd8SApurva Nandan		clock-names = "fclk";
1014664ebd8SApurva Nandan		power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>;
1024664ebd8SApurva Nandan		status = "disabled";
1034664ebd8SApurva Nandan	};
1044664ebd8SApurva Nandan
1054664ebd8SApurva Nandan	main_uart1: serial@2810000 {
1064664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1074664ebd8SApurva Nandan		reg = <0x00 0x02810000 0x00 0x200>;
1084664ebd8SApurva Nandan		interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
1094664ebd8SApurva Nandan		current-speed = <115200>;
1104664ebd8SApurva Nandan		clocks = <&k3_clks 388 0>;
1114664ebd8SApurva Nandan		clock-names = "fclk";
1124664ebd8SApurva Nandan		power-domains = <&k3_pds 388 TI_SCI_PD_EXCLUSIVE>;
1134664ebd8SApurva Nandan		status = "disabled";
1144664ebd8SApurva Nandan	};
1154664ebd8SApurva Nandan
1164664ebd8SApurva Nandan	main_uart2: serial@2820000 {
1174664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1184664ebd8SApurva Nandan		reg = <0x00 0x02820000 0x00 0x200>;
1194664ebd8SApurva Nandan		interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>;
1204664ebd8SApurva Nandan		current-speed = <115200>;
1214664ebd8SApurva Nandan		clocks = <&k3_clks 389 0>;
1224664ebd8SApurva Nandan		clock-names = "fclk";
1234664ebd8SApurva Nandan		power-domains = <&k3_pds 389 TI_SCI_PD_EXCLUSIVE>;
1244664ebd8SApurva Nandan		status = "disabled";
1254664ebd8SApurva Nandan	};
1264664ebd8SApurva Nandan
1274664ebd8SApurva Nandan	main_uart3: serial@2830000 {
1284664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1294664ebd8SApurva Nandan		reg = <0x00 0x02830000 0x00 0x200>;
1304664ebd8SApurva Nandan		interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>;
1314664ebd8SApurva Nandan		current-speed = <115200>;
1324664ebd8SApurva Nandan		clocks = <&k3_clks 390 0>;
1334664ebd8SApurva Nandan		clock-names = "fclk";
1344664ebd8SApurva Nandan		power-domains = <&k3_pds 390 TI_SCI_PD_EXCLUSIVE>;
1354664ebd8SApurva Nandan		status = "disabled";
1364664ebd8SApurva Nandan	};
1374664ebd8SApurva Nandan
1384664ebd8SApurva Nandan	main_uart4: serial@2840000 {
1394664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1404664ebd8SApurva Nandan		reg = <0x00 0x02840000 0x00 0x200>;
1414664ebd8SApurva Nandan		interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>;
1424664ebd8SApurva Nandan		current-speed = <115200>;
1434664ebd8SApurva Nandan		clocks = <&k3_clks 391 0>;
1444664ebd8SApurva Nandan		clock-names = "fclk";
1454664ebd8SApurva Nandan		power-domains = <&k3_pds 391 TI_SCI_PD_EXCLUSIVE>;
1464664ebd8SApurva Nandan		status = "disabled";
1474664ebd8SApurva Nandan	};
1484664ebd8SApurva Nandan
1494664ebd8SApurva Nandan	main_uart5: serial@2850000 {
1504664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1514664ebd8SApurva Nandan		reg = <0x00 0x02850000 0x00 0x200>;
1524664ebd8SApurva Nandan		interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
1534664ebd8SApurva Nandan		current-speed = <115200>;
1544664ebd8SApurva Nandan		clocks = <&k3_clks 392 0>;
1554664ebd8SApurva Nandan		clock-names = "fclk";
1564664ebd8SApurva Nandan		power-domains = <&k3_pds 392 TI_SCI_PD_EXCLUSIVE>;
1574664ebd8SApurva Nandan		status = "disabled";
1584664ebd8SApurva Nandan	};
1594664ebd8SApurva Nandan
1604664ebd8SApurva Nandan	main_uart6: serial@2860000 {
1614664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1624664ebd8SApurva Nandan		reg = <0x00 0x02860000 0x00 0x200>;
1634664ebd8SApurva Nandan		interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>;
1644664ebd8SApurva Nandan		current-speed = <115200>;
1654664ebd8SApurva Nandan		clocks = <&k3_clks 393 0>;
1664664ebd8SApurva Nandan		clock-names = "fclk";
1674664ebd8SApurva Nandan		power-domains = <&k3_pds 393 TI_SCI_PD_EXCLUSIVE>;
1684664ebd8SApurva Nandan		status = "disabled";
1694664ebd8SApurva Nandan	};
1704664ebd8SApurva Nandan
1714664ebd8SApurva Nandan	main_uart7: serial@2870000 {
1724664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1734664ebd8SApurva Nandan		reg = <0x00 0x02870000 0x00 0x200>;
1744664ebd8SApurva Nandan		interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
1754664ebd8SApurva Nandan		current-speed = <115200>;
1764664ebd8SApurva Nandan		clocks = <&k3_clks 394 0>;
1774664ebd8SApurva Nandan		clock-names = "fclk";
1784664ebd8SApurva Nandan		power-domains = <&k3_pds 394 TI_SCI_PD_EXCLUSIVE>;
1794664ebd8SApurva Nandan		status = "disabled";
1804664ebd8SApurva Nandan	};
1814664ebd8SApurva Nandan
1824664ebd8SApurva Nandan	main_uart8: serial@2880000 {
1834664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1844664ebd8SApurva Nandan		reg = <0x00 0x02880000 0x00 0x200>;
1854664ebd8SApurva Nandan		interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
1864664ebd8SApurva Nandan		current-speed = <115200>;
1874664ebd8SApurva Nandan		clocks = <&k3_clks 395 0>;
1884664ebd8SApurva Nandan		clock-names = "fclk";
1894664ebd8SApurva Nandan		power-domains = <&k3_pds 395 TI_SCI_PD_EXCLUSIVE>;
1904664ebd8SApurva Nandan		status = "disabled";
1914664ebd8SApurva Nandan	};
1924664ebd8SApurva Nandan
1934664ebd8SApurva Nandan	main_uart9: serial@2890000 {
1944664ebd8SApurva Nandan		compatible = "ti,j721e-uart", "ti,am654-uart";
1954664ebd8SApurva Nandan		reg = <0x00 0x02890000 0x00 0x200>;
1964664ebd8SApurva Nandan		interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>;
1974664ebd8SApurva Nandan		current-speed = <115200>;
1984664ebd8SApurva Nandan		clocks = <&k3_clks 396 0>;
1994664ebd8SApurva Nandan		clock-names = "fclk";
2004664ebd8SApurva Nandan		power-domains = <&k3_pds 396 TI_SCI_PD_EXCLUSIVE>;
2014664ebd8SApurva Nandan		status = "disabled";
2024664ebd8SApurva Nandan	};
2034664ebd8SApurva Nandan
2044664ebd8SApurva Nandan	main_gpio0: gpio@600000 {
2054664ebd8SApurva Nandan		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
2064664ebd8SApurva Nandan		reg = <0x00 0x00600000 0x00 0x100>;
2074664ebd8SApurva Nandan		gpio-controller;
2084664ebd8SApurva Nandan		#gpio-cells = <2>;
2094664ebd8SApurva Nandan		interrupt-parent = <&main_gpio_intr>;
2104664ebd8SApurva Nandan		interrupts = <145>, <146>, <147>, <148>, <149>;
2114664ebd8SApurva Nandan		interrupt-controller;
2124664ebd8SApurva Nandan		#interrupt-cells = <2>;
2134664ebd8SApurva Nandan		ti,ngpio = <66>;
2144664ebd8SApurva Nandan		ti,davinci-gpio-unbanked = <0>;
2154664ebd8SApurva Nandan		power-domains = <&k3_pds 163 TI_SCI_PD_EXCLUSIVE>;
2164664ebd8SApurva Nandan		clocks = <&k3_clks 163 0>;
2174664ebd8SApurva Nandan		clock-names = "gpio";
2184664ebd8SApurva Nandan		status = "disabled";
2194664ebd8SApurva Nandan	};
2204664ebd8SApurva Nandan
2214664ebd8SApurva Nandan	main_gpio2: gpio@610000 {
2224664ebd8SApurva Nandan		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
2234664ebd8SApurva Nandan		reg = <0x00 0x00610000 0x00 0x100>;
2244664ebd8SApurva Nandan		gpio-controller;
2254664ebd8SApurva Nandan		#gpio-cells = <2>;
2264664ebd8SApurva Nandan		interrupt-parent = <&main_gpio_intr>;
2274664ebd8SApurva Nandan		interrupts = <154>, <155>, <156>, <157>, <158>;
2284664ebd8SApurva Nandan		interrupt-controller;
2294664ebd8SApurva Nandan		#interrupt-cells = <2>;
2304664ebd8SApurva Nandan		ti,ngpio = <66>;
2314664ebd8SApurva Nandan		ti,davinci-gpio-unbanked = <0>;
2324664ebd8SApurva Nandan		power-domains = <&k3_pds 164 TI_SCI_PD_EXCLUSIVE>;
2334664ebd8SApurva Nandan		clocks = <&k3_clks 164 0>;
2344664ebd8SApurva Nandan		clock-names = "gpio";
2354664ebd8SApurva Nandan		status = "disabled";
2364664ebd8SApurva Nandan	};
2374664ebd8SApurva Nandan
2384664ebd8SApurva Nandan	main_gpio4: gpio@620000 {
2394664ebd8SApurva Nandan		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
2404664ebd8SApurva Nandan		reg = <0x00 0x00620000 0x00 0x100>;
2414664ebd8SApurva Nandan		gpio-controller;
2424664ebd8SApurva Nandan		#gpio-cells = <2>;
2434664ebd8SApurva Nandan		interrupt-parent = <&main_gpio_intr>;
2444664ebd8SApurva Nandan		interrupts = <163>, <164>, <165>, <166>, <167>;
2454664ebd8SApurva Nandan		interrupt-controller;
2464664ebd8SApurva Nandan		#interrupt-cells = <2>;
2474664ebd8SApurva Nandan		ti,ngpio = <66>;
2484664ebd8SApurva Nandan		ti,davinci-gpio-unbanked = <0>;
2494664ebd8SApurva Nandan		power-domains = <&k3_pds 165 TI_SCI_PD_EXCLUSIVE>;
2504664ebd8SApurva Nandan		clocks = <&k3_clks 165 0>;
2514664ebd8SApurva Nandan		clock-names = "gpio";
2524664ebd8SApurva Nandan		status = "disabled";
2534664ebd8SApurva Nandan	};
2544664ebd8SApurva Nandan
2554664ebd8SApurva Nandan	main_gpio6: gpio@630000 {
2564664ebd8SApurva Nandan		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
2574664ebd8SApurva Nandan		reg = <0x00 0x00630000 0x00 0x100>;
2584664ebd8SApurva Nandan		gpio-controller;
2594664ebd8SApurva Nandan		#gpio-cells = <2>;
2604664ebd8SApurva Nandan		interrupt-parent = <&main_gpio_intr>;
2614664ebd8SApurva Nandan		interrupts = <172>, <173>, <174>, <175>, <176>;
2624664ebd8SApurva Nandan		interrupt-controller;
2634664ebd8SApurva Nandan		#interrupt-cells = <2>;
2644664ebd8SApurva Nandan		ti,ngpio = <66>;
2654664ebd8SApurva Nandan		ti,davinci-gpio-unbanked = <0>;
2664664ebd8SApurva Nandan		power-domains = <&k3_pds 166 TI_SCI_PD_EXCLUSIVE>;
2674664ebd8SApurva Nandan		clocks = <&k3_clks 166 0>;
2684664ebd8SApurva Nandan		clock-names = "gpio";
2694664ebd8SApurva Nandan		status = "disabled";
2704664ebd8SApurva Nandan	};
2714664ebd8SApurva Nandan
2724664ebd8SApurva Nandan	main_i2c0: i2c@2000000 {
2734664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
2744664ebd8SApurva Nandan		reg = <0x00 0x02000000 0x00 0x100>;
2754664ebd8SApurva Nandan		interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
2764664ebd8SApurva Nandan		#address-cells = <1>;
2774664ebd8SApurva Nandan		#size-cells = <0>;
2784664ebd8SApurva Nandan		clocks = <&k3_clks 270 2>;
2794664ebd8SApurva Nandan		clock-names = "fck";
2804664ebd8SApurva Nandan		power-domains = <&k3_pds 270 TI_SCI_PD_EXCLUSIVE>;
2814664ebd8SApurva Nandan		status = "disabled";
2824664ebd8SApurva Nandan	};
2834664ebd8SApurva Nandan
2844664ebd8SApurva Nandan	main_i2c1: i2c@2010000 {
2854664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
2864664ebd8SApurva Nandan		reg = <0x00 0x02010000 0x00 0x100>;
2874664ebd8SApurva Nandan		interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>;
2884664ebd8SApurva Nandan		#address-cells = <1>;
2894664ebd8SApurva Nandan		#size-cells = <0>;
2904664ebd8SApurva Nandan		clocks = <&k3_clks 271 2>;
2914664ebd8SApurva Nandan		clock-names = "fck";
2924664ebd8SApurva Nandan		power-domains = <&k3_pds 271 TI_SCI_PD_EXCLUSIVE>;
2934664ebd8SApurva Nandan		status = "disabled";
2944664ebd8SApurva Nandan	};
2954664ebd8SApurva Nandan
2964664ebd8SApurva Nandan	main_i2c2: i2c@2020000 {
2974664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
2984664ebd8SApurva Nandan		reg = <0x00 0x02020000 0x00 0x100>;
2994664ebd8SApurva Nandan		interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>;
3004664ebd8SApurva Nandan		#address-cells = <1>;
3014664ebd8SApurva Nandan		#size-cells = <0>;
3024664ebd8SApurva Nandan		clocks = <&k3_clks 272 2>;
3034664ebd8SApurva Nandan		clock-names = "fck";
3044664ebd8SApurva Nandan		power-domains = <&k3_pds 272 TI_SCI_PD_EXCLUSIVE>;
3054664ebd8SApurva Nandan		status = "disabled";
3064664ebd8SApurva Nandan	};
3074664ebd8SApurva Nandan
3084664ebd8SApurva Nandan	main_i2c3: i2c@2030000 {
3094664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
3104664ebd8SApurva Nandan		reg = <0x00 0x02030000 0x00 0x100>;
3114664ebd8SApurva Nandan		interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
3124664ebd8SApurva Nandan		#address-cells = <1>;
3134664ebd8SApurva Nandan		#size-cells = <0>;
3144664ebd8SApurva Nandan		clocks = <&k3_clks 273 2>;
3154664ebd8SApurva Nandan		clock-names = "fck";
3164664ebd8SApurva Nandan		power-domains = <&k3_pds 273 TI_SCI_PD_EXCLUSIVE>;
3174664ebd8SApurva Nandan		status = "disabled";
3184664ebd8SApurva Nandan	};
3194664ebd8SApurva Nandan
3204664ebd8SApurva Nandan	main_i2c4: i2c@2040000 {
3214664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
3224664ebd8SApurva Nandan		reg = <0x00 0x02040000 0x00 0x100>;
3234664ebd8SApurva Nandan		interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
3244664ebd8SApurva Nandan		#address-cells = <1>;
3254664ebd8SApurva Nandan		#size-cells = <0>;
3264664ebd8SApurva Nandan		clocks = <&k3_clks 274 2>;
3274664ebd8SApurva Nandan		clock-names = "fck";
3284664ebd8SApurva Nandan		power-domains = <&k3_pds 274 TI_SCI_PD_EXCLUSIVE>;
3294664ebd8SApurva Nandan		status = "disabled";
3304664ebd8SApurva Nandan	};
3314664ebd8SApurva Nandan
3324664ebd8SApurva Nandan	main_i2c5: i2c@2050000 {
3334664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
3344664ebd8SApurva Nandan		reg = <0x00 0x02050000 0x00 0x100>;
3354664ebd8SApurva Nandan		interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
3364664ebd8SApurva Nandan		#address-cells = <1>;
3374664ebd8SApurva Nandan		#size-cells = <0>;
3384664ebd8SApurva Nandan		clocks = <&k3_clks 275 2>;
3394664ebd8SApurva Nandan		clock-names = "fck";
3404664ebd8SApurva Nandan		power-domains = <&k3_pds 275 TI_SCI_PD_EXCLUSIVE>;
3414664ebd8SApurva Nandan		status = "disabled";
3424664ebd8SApurva Nandan	};
3434664ebd8SApurva Nandan
3444664ebd8SApurva Nandan	main_i2c6: i2c@2060000 {
3454664ebd8SApurva Nandan		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
3464664ebd8SApurva Nandan		reg = <0x00 0x02060000 0x00 0x100>;
3474664ebd8SApurva Nandan		interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
3484664ebd8SApurva Nandan		#address-cells = <1>;
3494664ebd8SApurva Nandan		#size-cells = <0>;
3504664ebd8SApurva Nandan		clocks = <&k3_clks 276 2>;
3514664ebd8SApurva Nandan		clock-names = "fck";
3524664ebd8SApurva Nandan		power-domains = <&k3_pds 276 TI_SCI_PD_EXCLUSIVE>;
3534664ebd8SApurva Nandan		status = "disabled";
3544664ebd8SApurva Nandan	};
3554664ebd8SApurva Nandan
3564664ebd8SApurva Nandan	main_sdhci0: mmc@4f80000 {
3574664ebd8SApurva Nandan		compatible = "ti,j721e-sdhci-8bit";
3584664ebd8SApurva Nandan		reg = <0x00 0x04f80000 0x00 0x1000>,
3594664ebd8SApurva Nandan		      <0x00 0x04f88000 0x00 0x400>;
3604664ebd8SApurva Nandan		interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
3614664ebd8SApurva Nandan		power-domains = <&k3_pds 140 TI_SCI_PD_EXCLUSIVE>;
3624664ebd8SApurva Nandan		clocks = <&k3_clks 140 1>, <&k3_clks 140 2>;
3634664ebd8SApurva Nandan		clock-names =  "clk_ahb", "clk_xin";
3644664ebd8SApurva Nandan		assigned-clocks = <&k3_clks 140 2>;
3654664ebd8SApurva Nandan		assigned-clock-parents = <&k3_clks 140 3>;
3664664ebd8SApurva Nandan		bus-width = <8>;
3674664ebd8SApurva Nandan		ti,otap-del-sel-legacy = <0x0>;
3684664ebd8SApurva Nandan		ti,otap-del-sel-mmc-hs = <0x0>;
3694664ebd8SApurva Nandan		ti,otap-del-sel-ddr52 = <0x6>;
3704664ebd8SApurva Nandan		ti,otap-del-sel-hs200 = <0x8>;
3714664ebd8SApurva Nandan		ti,otap-del-sel-hs400 = <0x5>;
3724664ebd8SApurva Nandan		ti,itap-del-sel-legacy = <0x10>;
3734664ebd8SApurva Nandan		ti,itap-del-sel-mmc-hs = <0xa>;
3744664ebd8SApurva Nandan		ti,strobe-sel = <0x77>;
3754664ebd8SApurva Nandan		ti,clkbuf-sel = <0x7>;
3764664ebd8SApurva Nandan		ti,trm-icp = <0x8>;
3774664ebd8SApurva Nandan		mmc-ddr-1_8v;
3784664ebd8SApurva Nandan		mmc-hs200-1_8v;
3794664ebd8SApurva Nandan		mmc-hs400-1_8v;
3804664ebd8SApurva Nandan		dma-coherent;
3814664ebd8SApurva Nandan		no-1-8-v;
3824664ebd8SApurva Nandan		status = "disabled";
3834664ebd8SApurva Nandan	};
3844664ebd8SApurva Nandan
3854664ebd8SApurva Nandan	main_sdhci1: mmc@4fb0000 {
3864664ebd8SApurva Nandan		compatible = "ti,j721e-sdhci-4bit";
3874664ebd8SApurva Nandan		reg = <0x00 0x04fb0000 0x00 0x1000>,
3884664ebd8SApurva Nandan		      <0x00 0x04fb8000 0x00 0x400>;
3894664ebd8SApurva Nandan		interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
3904664ebd8SApurva Nandan		power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>;
3914664ebd8SApurva Nandan		clocks = <&k3_clks 141 3>, <&k3_clks 141 4>;
3924664ebd8SApurva Nandan		clock-names =  "clk_ahb", "clk_xin";
3934664ebd8SApurva Nandan		assigned-clocks = <&k3_clks 141 4>;
3944664ebd8SApurva Nandan		assigned-clock-parents = <&k3_clks 141 5>;
3954664ebd8SApurva Nandan		bus-width = <4>;
3964664ebd8SApurva Nandan		ti,otap-del-sel-legacy = <0x0>;
3974664ebd8SApurva Nandan		ti,otap-del-sel-sd-hs = <0x0>;
3984664ebd8SApurva Nandan		ti,otap-del-sel-sdr12 = <0xf>;
3994664ebd8SApurva Nandan		ti,otap-del-sel-sdr25 = <0xf>;
4004664ebd8SApurva Nandan		ti,otap-del-sel-sdr50 = <0xc>;
4014664ebd8SApurva Nandan		ti,otap-del-sel-sdr104 = <0x5>;
4024664ebd8SApurva Nandan		ti,otap-del-sel-ddr50 = <0xc>;
4034664ebd8SApurva Nandan		ti,itap-del-sel-legacy = <0x0>;
4044664ebd8SApurva Nandan		ti,itap-del-sel-sd-hs = <0x0>;
4054664ebd8SApurva Nandan		ti,itap-del-sel-sdr12 = <0x0>;
4064664ebd8SApurva Nandan		ti,itap-del-sel-sdr25 = <0x0>;
4074664ebd8SApurva Nandan		ti,clkbuf-sel = <0x7>;
4084664ebd8SApurva Nandan		ti,trm-icp = <0x8>;
4094664ebd8SApurva Nandan		dma-coherent;
4104664ebd8SApurva Nandan		sdhci-caps-mask = <0x00000003 0x00000000>;
4114664ebd8SApurva Nandan		no-1-8-v;
4124664ebd8SApurva Nandan		status = "disabled";
4134664ebd8SApurva Nandan	};
4144664ebd8SApurva Nandan
4154664ebd8SApurva Nandan	main_navss: bus@30000000 {
4164664ebd8SApurva Nandan		compatible = "simple-bus";
4174664ebd8SApurva Nandan		#address-cells = <2>;
4184664ebd8SApurva Nandan		#size-cells = <2>;
4194664ebd8SApurva Nandan		ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
420436b2886SJayesh Choudhary		ti,sci-dev-id = <280>;
4214664ebd8SApurva Nandan		dma-coherent;
4224664ebd8SApurva Nandan		dma-ranges;
4234664ebd8SApurva Nandan
4244664ebd8SApurva Nandan		main_navss_intr: interrupt-controller@310e0000 {
4254664ebd8SApurva Nandan			compatible = "ti,sci-intr";
4264664ebd8SApurva Nandan			reg = <0x00 0x310e0000 0x00 0x4000>;
4274664ebd8SApurva Nandan			ti,intr-trigger-type = <4>;
4284664ebd8SApurva Nandan			interrupt-controller;
4294664ebd8SApurva Nandan			interrupt-parent = <&gic500>;
4304664ebd8SApurva Nandan			#interrupt-cells = <1>;
4314664ebd8SApurva Nandan			ti,sci = <&sms>;
4324664ebd8SApurva Nandan			ti,sci-dev-id = <283>;
4334664ebd8SApurva Nandan			ti,interrupt-ranges = <0 64 64>,
4344664ebd8SApurva Nandan					      <64 448 64>,
4354664ebd8SApurva Nandan					      <128 672 64>;
4364664ebd8SApurva Nandan		};
4374664ebd8SApurva Nandan
4384664ebd8SApurva Nandan		main_udmass_inta: msi-controller@33d00000 {
4394664ebd8SApurva Nandan			compatible = "ti,sci-inta";
4404664ebd8SApurva Nandan			reg = <0x00 0x33d00000 0x00 0x100000>;
4414664ebd8SApurva Nandan			interrupt-controller;
4424664ebd8SApurva Nandan			#interrupt-cells = <0>;
4434664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
4444664ebd8SApurva Nandan			msi-controller;
4454664ebd8SApurva Nandan			ti,sci = <&sms>;
4464664ebd8SApurva Nandan			ti,sci-dev-id = <321>;
4474664ebd8SApurva Nandan			ti,interrupt-ranges = <0 0 256>;
4484664ebd8SApurva Nandan		};
4494664ebd8SApurva Nandan
4504664ebd8SApurva Nandan		secure_proxy_main: mailbox@32c00000 {
4514664ebd8SApurva Nandan			compatible = "ti,am654-secure-proxy";
4524664ebd8SApurva Nandan			#mbox-cells = <1>;
4534664ebd8SApurva Nandan			reg-names = "target_data", "rt", "scfg";
4544664ebd8SApurva Nandan			reg = <0x00 0x32c00000 0x00 0x100000>,
4554664ebd8SApurva Nandan			      <0x00 0x32400000 0x00 0x100000>,
4564664ebd8SApurva Nandan			      <0x00 0x32800000 0x00 0x100000>;
4574664ebd8SApurva Nandan			interrupt-names = "rx_011";
4584664ebd8SApurva Nandan			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
4594664ebd8SApurva Nandan		};
4604664ebd8SApurva Nandan
4614664ebd8SApurva Nandan		hwspinlock: hwlock@30e00000 {
4624664ebd8SApurva Nandan			compatible = "ti,am654-hwspinlock";
4634664ebd8SApurva Nandan			reg = <0x00 0x30e00000 0x00 0x1000>;
4644664ebd8SApurva Nandan			#hwlock-cells = <1>;
4654664ebd8SApurva Nandan		};
4664664ebd8SApurva Nandan
4674664ebd8SApurva Nandan		mailbox0_cluster0: mailbox@31f80000 {
4684664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
4694664ebd8SApurva Nandan			reg = <0x00 0x31f80000 0x00 0x200>;
4704664ebd8SApurva Nandan			#mbox-cells = <1>;
4714664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
4724664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
4734664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
4744664ebd8SApurva Nandan			status = "disabled";
4754664ebd8SApurva Nandan		};
4764664ebd8SApurva Nandan
4774664ebd8SApurva Nandan		mailbox0_cluster1: mailbox@31f81000 {
4784664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
4794664ebd8SApurva Nandan			reg = <0x00 0x31f81000 0x00 0x200>;
4804664ebd8SApurva Nandan			#mbox-cells = <1>;
4814664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
4824664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
4834664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
4844664ebd8SApurva Nandan			status = "disabled";
4854664ebd8SApurva Nandan		};
4864664ebd8SApurva Nandan
4874664ebd8SApurva Nandan		mailbox0_cluster2: mailbox@31f82000 {
4884664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
4894664ebd8SApurva Nandan			reg = <0x00 0x31f82000 0x00 0x200>;
4904664ebd8SApurva Nandan			#mbox-cells = <1>;
4914664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
4924664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
4934664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
4944664ebd8SApurva Nandan			status = "disabled";
4954664ebd8SApurva Nandan		};
4964664ebd8SApurva Nandan
4974664ebd8SApurva Nandan		mailbox0_cluster3: mailbox@31f83000 {
4984664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
4994664ebd8SApurva Nandan			reg = <0x00 0x31f83000 0x00 0x200>;
5004664ebd8SApurva Nandan			#mbox-cells = <1>;
5014664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5024664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5034664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5044664ebd8SApurva Nandan			status = "disabled";
5054664ebd8SApurva Nandan		};
5064664ebd8SApurva Nandan
5074664ebd8SApurva Nandan		mailbox0_cluster4: mailbox@31f84000 {
5084664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5094664ebd8SApurva Nandan			reg = <0x00 0x31f84000 0x00 0x200>;
5104664ebd8SApurva Nandan			#mbox-cells = <1>;
5114664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5124664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5134664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5144664ebd8SApurva Nandan			status = "disabled";
5154664ebd8SApurva Nandan		};
5164664ebd8SApurva Nandan
5174664ebd8SApurva Nandan		mailbox0_cluster5: mailbox@31f85000 {
5184664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5194664ebd8SApurva Nandan			reg = <0x00 0x31f85000 0x00 0x200>;
5204664ebd8SApurva Nandan			#mbox-cells = <1>;
5214664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5224664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5234664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5244664ebd8SApurva Nandan			status = "disabled";
5254664ebd8SApurva Nandan		};
5264664ebd8SApurva Nandan
5274664ebd8SApurva Nandan		mailbox0_cluster6: mailbox@31f86000 {
5284664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5294664ebd8SApurva Nandan			reg = <0x00 0x31f86000 0x00 0x200>;
5304664ebd8SApurva Nandan			#mbox-cells = <1>;
5314664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5324664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5334664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5344664ebd8SApurva Nandan			status = "disabled";
5354664ebd8SApurva Nandan		};
5364664ebd8SApurva Nandan
5374664ebd8SApurva Nandan		mailbox0_cluster7: mailbox@31f87000 {
5384664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5394664ebd8SApurva Nandan			reg = <0x00 0x31f87000 0x00 0x200>;
5404664ebd8SApurva Nandan			#mbox-cells = <1>;
5414664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5424664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5434664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5444664ebd8SApurva Nandan			status = "disabled";
5454664ebd8SApurva Nandan		};
5464664ebd8SApurva Nandan
5474664ebd8SApurva Nandan		mailbox0_cluster8: mailbox@31f88000 {
5484664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5494664ebd8SApurva Nandan			reg = <0x00 0x31f88000 0x00 0x200>;
5504664ebd8SApurva Nandan			#mbox-cells = <1>;
5514664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5524664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5534664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5544664ebd8SApurva Nandan			status = "disabled";
5554664ebd8SApurva Nandan		};
5564664ebd8SApurva Nandan
5574664ebd8SApurva Nandan		mailbox0_cluster9: mailbox@31f89000 {
5584664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5594664ebd8SApurva Nandan			reg = <0x00 0x31f89000 0x00 0x200>;
5604664ebd8SApurva Nandan			#mbox-cells = <1>;
5614664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5624664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5634664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5644664ebd8SApurva Nandan			status = "disabled";
5654664ebd8SApurva Nandan		};
5664664ebd8SApurva Nandan
5674664ebd8SApurva Nandan		mailbox0_cluster10: mailbox@31f8a000 {
5684664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5694664ebd8SApurva Nandan			reg = <0x00 0x31f8a000 0x00 0x200>;
5704664ebd8SApurva Nandan			#mbox-cells = <1>;
5714664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5724664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5734664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5744664ebd8SApurva Nandan			status = "disabled";
5754664ebd8SApurva Nandan		};
5764664ebd8SApurva Nandan
5774664ebd8SApurva Nandan		mailbox0_cluster11: mailbox@31f8b000 {
5784664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5794664ebd8SApurva Nandan			reg = <0x00 0x31f8b000 0x00 0x200>;
5804664ebd8SApurva Nandan			#mbox-cells = <1>;
5814664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5824664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5834664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5844664ebd8SApurva Nandan			status = "disabled";
5854664ebd8SApurva Nandan		};
5864664ebd8SApurva Nandan
5874664ebd8SApurva Nandan		mailbox1_cluster0: mailbox@31f90000 {
5884664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5894664ebd8SApurva Nandan			reg = <0x00 0x31f90000 0x00 0x200>;
5904664ebd8SApurva Nandan			#mbox-cells = <1>;
5914664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
5924664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
5934664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
5944664ebd8SApurva Nandan			status = "disabled";
5954664ebd8SApurva Nandan		};
5964664ebd8SApurva Nandan
5974664ebd8SApurva Nandan		mailbox1_cluster1: mailbox@31f91000 {
5984664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
5994664ebd8SApurva Nandan			reg = <0x00 0x31f91000 0x00 0x200>;
6004664ebd8SApurva Nandan			#mbox-cells = <1>;
6014664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6024664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6034664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6044664ebd8SApurva Nandan			status = "disabled";
6054664ebd8SApurva Nandan		};
6064664ebd8SApurva Nandan
6074664ebd8SApurva Nandan		mailbox1_cluster2: mailbox@31f92000 {
6084664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6094664ebd8SApurva Nandan			reg = <0x00 0x31f92000 0x00 0x200>;
6104664ebd8SApurva Nandan			#mbox-cells = <1>;
6114664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6124664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6134664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6144664ebd8SApurva Nandan			status = "disabled";
6154664ebd8SApurva Nandan		};
6164664ebd8SApurva Nandan
6174664ebd8SApurva Nandan		mailbox1_cluster3: mailbox@31f93000 {
6184664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6194664ebd8SApurva Nandan			reg = <0x00 0x31f93000 0x00 0x200>;
6204664ebd8SApurva Nandan			#mbox-cells = <1>;
6214664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6224664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6234664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6244664ebd8SApurva Nandan			status = "disabled";
6254664ebd8SApurva Nandan		};
6264664ebd8SApurva Nandan
6274664ebd8SApurva Nandan		mailbox1_cluster4: mailbox@31f94000 {
6284664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6294664ebd8SApurva Nandan			reg = <0x00 0x31f94000 0x00 0x200>;
6304664ebd8SApurva Nandan			#mbox-cells = <1>;
6314664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6324664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6334664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6344664ebd8SApurva Nandan			status = "disabled";
6354664ebd8SApurva Nandan		};
6364664ebd8SApurva Nandan
6374664ebd8SApurva Nandan		mailbox1_cluster5: mailbox@31f95000 {
6384664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6394664ebd8SApurva Nandan			reg = <0x00 0x31f95000 0x00 0x200>;
6404664ebd8SApurva Nandan			#mbox-cells = <1>;
6414664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6424664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6434664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6444664ebd8SApurva Nandan			status = "disabled";
6454664ebd8SApurva Nandan		};
6464664ebd8SApurva Nandan
6474664ebd8SApurva Nandan		mailbox1_cluster6: mailbox@31f96000 {
6484664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6494664ebd8SApurva Nandan			reg = <0x00 0x31f96000 0x00 0x200>;
6504664ebd8SApurva Nandan			#mbox-cells = <1>;
6514664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6524664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6534664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6544664ebd8SApurva Nandan			status = "disabled";
6554664ebd8SApurva Nandan		};
6564664ebd8SApurva Nandan
6574664ebd8SApurva Nandan		mailbox1_cluster7: mailbox@31f97000 {
6584664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6594664ebd8SApurva Nandan			reg = <0x00 0x31f97000 0x00 0x200>;
6604664ebd8SApurva Nandan			#mbox-cells = <1>;
6614664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6624664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6634664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6644664ebd8SApurva Nandan			status = "disabled";
6654664ebd8SApurva Nandan		};
6664664ebd8SApurva Nandan
6674664ebd8SApurva Nandan		mailbox1_cluster8: mailbox@31f98000 {
6684664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6694664ebd8SApurva Nandan			reg = <0x00 0x31f98000 0x00 0x200>;
6704664ebd8SApurva Nandan			#mbox-cells = <1>;
6714664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6724664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6734664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6744664ebd8SApurva Nandan			status = "disabled";
6754664ebd8SApurva Nandan		};
6764664ebd8SApurva Nandan
6774664ebd8SApurva Nandan		mailbox1_cluster9: mailbox@31f99000 {
6784664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6794664ebd8SApurva Nandan			reg = <0x00 0x31f99000 0x00 0x200>;
6804664ebd8SApurva Nandan			#mbox-cells = <1>;
6814664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6824664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6834664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6844664ebd8SApurva Nandan			status = "disabled";
6854664ebd8SApurva Nandan		};
6864664ebd8SApurva Nandan
6874664ebd8SApurva Nandan		mailbox1_cluster10: mailbox@31f9a000 {
6884664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6894664ebd8SApurva Nandan			reg = <0x00 0x31f9a000 0x00 0x200>;
6904664ebd8SApurva Nandan			#mbox-cells = <1>;
6914664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
6924664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
6934664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
6944664ebd8SApurva Nandan			status = "disabled";
6954664ebd8SApurva Nandan		};
6964664ebd8SApurva Nandan
6974664ebd8SApurva Nandan		mailbox1_cluster11: mailbox@31f9b000 {
6984664ebd8SApurva Nandan			compatible = "ti,am654-mailbox";
6994664ebd8SApurva Nandan			reg = <0x00 0x31f9b000 0x00 0x200>;
7004664ebd8SApurva Nandan			#mbox-cells = <1>;
7014664ebd8SApurva Nandan			ti,mbox-num-users = <4>;
7024664ebd8SApurva Nandan			ti,mbox-num-fifos = <16>;
7034664ebd8SApurva Nandan			interrupt-parent = <&main_navss_intr>;
7044664ebd8SApurva Nandan			status = "disabled";
7054664ebd8SApurva Nandan		};
7064664ebd8SApurva Nandan
7074664ebd8SApurva Nandan		main_ringacc: ringacc@3c000000 {
7084664ebd8SApurva Nandan			compatible = "ti,am654-navss-ringacc";
7094664ebd8SApurva Nandan			reg = <0x00 0x3c000000 0x00 0x400000>,
7104664ebd8SApurva Nandan			      <0x00 0x38000000 0x00 0x400000>,
7114664ebd8SApurva Nandan			      <0x00 0x31120000 0x00 0x100>,
7124664ebd8SApurva Nandan			      <0x00 0x33000000 0x00 0x40000>;
7134664ebd8SApurva Nandan			reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target";
7144664ebd8SApurva Nandan			ti,num-rings = <1024>;
7154664ebd8SApurva Nandan			ti,sci-rm-range-gp-rings = <0x1>;
7164664ebd8SApurva Nandan			ti,sci = <&sms>;
7174664ebd8SApurva Nandan			ti,sci-dev-id = <315>;
7184664ebd8SApurva Nandan			msi-parent = <&main_udmass_inta>;
7194664ebd8SApurva Nandan		};
7204664ebd8SApurva Nandan
7214664ebd8SApurva Nandan		main_udmap: dma-controller@31150000 {
7224664ebd8SApurva Nandan			compatible = "ti,j721e-navss-main-udmap";
7234664ebd8SApurva Nandan			reg = <0x00 0x31150000 0x00 0x100>,
7244664ebd8SApurva Nandan			      <0x00 0x34000000 0x00 0x80000>,
7254664ebd8SApurva Nandan			      <0x00 0x35000000 0x00 0x200000>;
7264664ebd8SApurva Nandan			reg-names = "gcfg", "rchanrt", "tchanrt";
7274664ebd8SApurva Nandan			msi-parent = <&main_udmass_inta>;
7284664ebd8SApurva Nandan			#dma-cells = <1>;
7294664ebd8SApurva Nandan
7304664ebd8SApurva Nandan			ti,sci = <&sms>;
7314664ebd8SApurva Nandan			ti,sci-dev-id = <319>;
7324664ebd8SApurva Nandan			ti,ringacc = <&main_ringacc>;
7334664ebd8SApurva Nandan
7344664ebd8SApurva Nandan			ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
7354664ebd8SApurva Nandan						<0x0f>, /* TX_HCHAN */
7364664ebd8SApurva Nandan						<0x10>; /* TX_UHCHAN */
7374664ebd8SApurva Nandan			ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */
7384664ebd8SApurva Nandan						<0x0b>, /* RX_HCHAN */
7394664ebd8SApurva Nandan						<0x0c>; /* RX_UHCHAN */
7404664ebd8SApurva Nandan			ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
7414664ebd8SApurva Nandan		};
7424664ebd8SApurva Nandan
7434664ebd8SApurva Nandan		cpts@310d0000 {
7444664ebd8SApurva Nandan			compatible = "ti,j721e-cpts";
7454664ebd8SApurva Nandan			reg = <0x00 0x310d0000 0x00 0x400>;
7464664ebd8SApurva Nandan			reg-names = "cpts";
7474664ebd8SApurva Nandan			clocks = <&k3_clks 282 0>;
7484664ebd8SApurva Nandan			clock-names = "cpts";
7494664ebd8SApurva Nandan			assigned-clocks = <&k3_clks 62 3>; /* CPTS_RFT_CLK */
7504664ebd8SApurva Nandan			assigned-clock-parents = <&k3_clks 62 5>; /* MAIN_0_HSDIV6_CLK */
7514664ebd8SApurva Nandan			interrupts-extended = <&main_navss_intr 391>;
7524664ebd8SApurva Nandan			interrupt-names = "cpts";
7534664ebd8SApurva Nandan			ti,cpts-periodic-outputs = <6>;
7544664ebd8SApurva Nandan			ti,cpts-ext-ts-inputs = <8>;
7554664ebd8SApurva Nandan		};
7564664ebd8SApurva Nandan	};
7574664ebd8SApurva Nandan
7584664ebd8SApurva Nandan	main_mcan0: can@2701000 {
7594664ebd8SApurva Nandan		compatible = "bosch,m_can";
7604664ebd8SApurva Nandan		reg = <0x00 0x02701000 0x00 0x200>,
7614664ebd8SApurva Nandan		      <0x00 0x02708000 0x00 0x8000>;
7624664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
7634664ebd8SApurva Nandan		power-domains = <&k3_pds 245 TI_SCI_PD_EXCLUSIVE>;
7644664ebd8SApurva Nandan		clocks = <&k3_clks 245 6>, <&k3_clks 245 1>;
7654664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
7664664ebd8SApurva Nandan		interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
7674664ebd8SApurva Nandan			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
7684664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
7694664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
7704664ebd8SApurva Nandan		status = "disabled";
7714664ebd8SApurva Nandan	};
7724664ebd8SApurva Nandan
7734664ebd8SApurva Nandan	main_mcan1: can@2711000 {
7744664ebd8SApurva Nandan		compatible = "bosch,m_can";
7754664ebd8SApurva Nandan		reg = <0x00 0x02711000 0x00 0x200>,
7764664ebd8SApurva Nandan		      <0x00 0x02718000 0x00 0x8000>;
7774664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
7784664ebd8SApurva Nandan		power-domains = <&k3_pds 246 TI_SCI_PD_EXCLUSIVE>;
7794664ebd8SApurva Nandan		clocks = <&k3_clks 246 6>, <&k3_clks 246 1>;
7804664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
7814664ebd8SApurva Nandan		interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>,
7824664ebd8SApurva Nandan			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>;
7834664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
7844664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
7854664ebd8SApurva Nandan		status = "disabled";
7864664ebd8SApurva Nandan	};
7874664ebd8SApurva Nandan
7884664ebd8SApurva Nandan	main_mcan2: can@2721000 {
7894664ebd8SApurva Nandan		compatible = "bosch,m_can";
7904664ebd8SApurva Nandan		reg = <0x00 0x02721000 0x00 0x200>,
7914664ebd8SApurva Nandan		      <0x00 0x02728000 0x00 0x8000>;
7924664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
7934664ebd8SApurva Nandan		power-domains = <&k3_pds 247 TI_SCI_PD_EXCLUSIVE>;
7944664ebd8SApurva Nandan		clocks = <&k3_clks 247 6>, <&k3_clks 247 1>;
7954664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
7964664ebd8SApurva Nandan		interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
7974664ebd8SApurva Nandan			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
7984664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
7994664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8004664ebd8SApurva Nandan		status = "disabled";
8014664ebd8SApurva Nandan	};
8024664ebd8SApurva Nandan
8034664ebd8SApurva Nandan	main_mcan3: can@2731000 {
8044664ebd8SApurva Nandan		compatible = "bosch,m_can";
8054664ebd8SApurva Nandan		reg = <0x00 0x02731000 0x00 0x200>,
8064664ebd8SApurva Nandan		      <0x00 0x02738000 0x00 0x8000>;
8074664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8084664ebd8SApurva Nandan		power-domains = <&k3_pds 248 TI_SCI_PD_EXCLUSIVE>;
8094664ebd8SApurva Nandan		clocks = <&k3_clks 248 6>, <&k3_clks 248 1>;
8104664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
8114664ebd8SApurva Nandan		interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
8124664ebd8SApurva Nandan			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
8134664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
8144664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8154664ebd8SApurva Nandan		status = "disabled";
8164664ebd8SApurva Nandan	};
8174664ebd8SApurva Nandan
8184664ebd8SApurva Nandan	main_mcan4: can@2741000 {
8194664ebd8SApurva Nandan		compatible = "bosch,m_can";
8204664ebd8SApurva Nandan		reg = <0x00 0x02741000 0x00 0x200>,
8214664ebd8SApurva Nandan		      <0x00 0x02748000 0x00 0x8000>;
8224664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8234664ebd8SApurva Nandan		power-domains = <&k3_pds 249 TI_SCI_PD_EXCLUSIVE>;
8244664ebd8SApurva Nandan		clocks = <&k3_clks 249 6>, <&k3_clks 249 1>;
8254664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
8264664ebd8SApurva Nandan		interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
8274664ebd8SApurva Nandan			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
8284664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
8294664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8304664ebd8SApurva Nandan		status = "disabled";
8314664ebd8SApurva Nandan	};
8324664ebd8SApurva Nandan
8334664ebd8SApurva Nandan	main_mcan5: can@2751000 {
8344664ebd8SApurva Nandan		compatible = "bosch,m_can";
8354664ebd8SApurva Nandan		reg = <0x00 0x02751000 0x00 0x200>,
8364664ebd8SApurva Nandan		      <0x00 0x02758000 0x00 0x8000>;
8374664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8384664ebd8SApurva Nandan		power-domains = <&k3_pds 250 TI_SCI_PD_EXCLUSIVE>;
8394664ebd8SApurva Nandan		clocks = <&k3_clks 250 6>, <&k3_clks 250 1>;
8404664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
8414664ebd8SApurva Nandan		interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
8424664ebd8SApurva Nandan			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
8434664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
8444664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8454664ebd8SApurva Nandan		status = "disabled";
8464664ebd8SApurva Nandan	};
8474664ebd8SApurva Nandan
8484664ebd8SApurva Nandan	main_mcan6: can@2761000 {
8494664ebd8SApurva Nandan		compatible = "bosch,m_can";
8504664ebd8SApurva Nandan		reg = <0x00 0x02761000 0x00 0x200>,
8514664ebd8SApurva Nandan		      <0x00 0x02768000 0x00 0x8000>;
8524664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8534664ebd8SApurva Nandan		power-domains = <&k3_pds 251 TI_SCI_PD_EXCLUSIVE>;
8544664ebd8SApurva Nandan		clocks = <&k3_clks 251 6>, <&k3_clks 251 1>;
8554664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
8564664ebd8SApurva Nandan		interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
8574664ebd8SApurva Nandan			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
8584664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
8594664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8604664ebd8SApurva Nandan		status = "disabled";
8614664ebd8SApurva Nandan	};
8624664ebd8SApurva Nandan
8634664ebd8SApurva Nandan	main_mcan7: can@2771000 {
8644664ebd8SApurva Nandan		compatible = "bosch,m_can";
8654664ebd8SApurva Nandan		reg = <0x00 0x02771000 0x00 0x200>,
8664664ebd8SApurva Nandan		      <0x00 0x02778000 0x00 0x8000>;
8674664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8684664ebd8SApurva Nandan		power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>;
8694664ebd8SApurva Nandan		clocks = <&k3_clks 252 6>, <&k3_clks 252 1>;
8704664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
8714664ebd8SApurva Nandan		interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
8724664ebd8SApurva Nandan			     <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
8734664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
8744664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8754664ebd8SApurva Nandan		status = "disabled";
8764664ebd8SApurva Nandan	};
8774664ebd8SApurva Nandan
8784664ebd8SApurva Nandan	main_mcan8: can@2781000 {
8794664ebd8SApurva Nandan		compatible = "bosch,m_can";
8804664ebd8SApurva Nandan		reg = <0x00 0x02781000 0x00 0x200>,
8814664ebd8SApurva Nandan		      <0x00 0x02788000 0x00 0x8000>;
8824664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8834664ebd8SApurva Nandan		power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>;
8844664ebd8SApurva Nandan		clocks = <&k3_clks 253 6>, <&k3_clks 253 1>;
8854664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
8864664ebd8SApurva Nandan		interrupts = <GIC_SPI 576 IRQ_TYPE_LEVEL_HIGH>,
8874664ebd8SApurva Nandan			     <GIC_SPI 577 IRQ_TYPE_LEVEL_HIGH>;
8884664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
8894664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
8904664ebd8SApurva Nandan		status = "disabled";
8914664ebd8SApurva Nandan	};
8924664ebd8SApurva Nandan
8934664ebd8SApurva Nandan	main_mcan9: can@2791000 {
8944664ebd8SApurva Nandan		compatible = "bosch,m_can";
8954664ebd8SApurva Nandan		reg = <0x00 0x02791000 0x00 0x200>,
8964664ebd8SApurva Nandan		      <0x00 0x02798000 0x00 0x8000>;
8974664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
8984664ebd8SApurva Nandan		power-domains = <&k3_pds 254 TI_SCI_PD_EXCLUSIVE>;
8994664ebd8SApurva Nandan		clocks = <&k3_clks 254 6>, <&k3_clks 254 1>;
9004664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9014664ebd8SApurva Nandan		interrupts = <GIC_SPI 579 IRQ_TYPE_LEVEL_HIGH>,
9024664ebd8SApurva Nandan			     <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>;
9034664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9044664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9054664ebd8SApurva Nandan		status = "disabled";
9064664ebd8SApurva Nandan	};
9074664ebd8SApurva Nandan
9084664ebd8SApurva Nandan	main_mcan10: can@27a1000 {
9094664ebd8SApurva Nandan		compatible = "bosch,m_can";
9104664ebd8SApurva Nandan		reg = <0x00 0x027a1000 0x00 0x200>,
9114664ebd8SApurva Nandan		      <0x00 0x027a8000 0x00 0x8000>;
9124664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
9134664ebd8SApurva Nandan		power-domains = <&k3_pds 255 TI_SCI_PD_EXCLUSIVE>;
9144664ebd8SApurva Nandan		clocks = <&k3_clks 255 6>, <&k3_clks 255 1>;
9154664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9164664ebd8SApurva Nandan		interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>,
9174664ebd8SApurva Nandan			     <GIC_SPI 583 IRQ_TYPE_LEVEL_HIGH>;
9184664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9194664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9204664ebd8SApurva Nandan		status = "disabled";
9214664ebd8SApurva Nandan	};
9224664ebd8SApurva Nandan
9234664ebd8SApurva Nandan	main_mcan11: can@27b1000 {
9244664ebd8SApurva Nandan		compatible = "bosch,m_can";
9254664ebd8SApurva Nandan		reg = <0x00 0x027b1000 0x00 0x200>,
9264664ebd8SApurva Nandan		      <0x00 0x027b8000 0x00 0x8000>;
9274664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
9284664ebd8SApurva Nandan		power-domains = <&k3_pds 256 TI_SCI_PD_EXCLUSIVE>;
9294664ebd8SApurva Nandan		clocks = <&k3_clks 256 6>, <&k3_clks 256 1>;
9304664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9314664ebd8SApurva Nandan		interrupts = <GIC_SPI 585 IRQ_TYPE_LEVEL_HIGH>,
9324664ebd8SApurva Nandan			     <GIC_SPI 586 IRQ_TYPE_LEVEL_HIGH>;
9334664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9344664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9354664ebd8SApurva Nandan		status = "disabled";
9364664ebd8SApurva Nandan	};
9374664ebd8SApurva Nandan
9384664ebd8SApurva Nandan	main_mcan12: can@27c1000 {
9394664ebd8SApurva Nandan		compatible = "bosch,m_can";
9404664ebd8SApurva Nandan		reg = <0x00 0x027c1000 0x00 0x200>,
9414664ebd8SApurva Nandan		      <0x00 0x027c8000 0x00 0x8000>;
9424664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
9434664ebd8SApurva Nandan		power-domains = <&k3_pds 257 TI_SCI_PD_EXCLUSIVE>;
9444664ebd8SApurva Nandan		clocks = <&k3_clks 257 6>, <&k3_clks 257 1>;
9454664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9464664ebd8SApurva Nandan		interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
9474664ebd8SApurva Nandan			     <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>;
9484664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9494664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9504664ebd8SApurva Nandan		status = "disabled";
9514664ebd8SApurva Nandan	};
9524664ebd8SApurva Nandan
9534664ebd8SApurva Nandan	main_mcan13: can@27d1000 {
9544664ebd8SApurva Nandan		compatible = "bosch,m_can";
9554664ebd8SApurva Nandan		reg = <0x00 0x027d1000 0x00 0x200>,
9564664ebd8SApurva Nandan		      <0x00 0x027d8000 0x00 0x8000>;
9574664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
9584664ebd8SApurva Nandan		power-domains = <&k3_pds 258 TI_SCI_PD_EXCLUSIVE>;
9594664ebd8SApurva Nandan		clocks = <&k3_clks 258 6>, <&k3_clks 258 1>;
9604664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9614664ebd8SApurva Nandan		interrupts = <GIC_SPI 591 IRQ_TYPE_LEVEL_HIGH>,
9624664ebd8SApurva Nandan			     <GIC_SPI 592 IRQ_TYPE_LEVEL_HIGH>;
9634664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9644664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9654664ebd8SApurva Nandan		status = "disabled";
9664664ebd8SApurva Nandan	};
9674664ebd8SApurva Nandan
9684664ebd8SApurva Nandan	main_mcan14: can@2681000 {
9694664ebd8SApurva Nandan		compatible = "bosch,m_can";
9704664ebd8SApurva Nandan		reg = <0x00 0x02681000 0x00 0x200>,
9714664ebd8SApurva Nandan		      <0x00 0x02688000 0x00 0x8000>;
9724664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
9734664ebd8SApurva Nandan		power-domains = <&k3_pds 259 TI_SCI_PD_EXCLUSIVE>;
9744664ebd8SApurva Nandan		clocks = <&k3_clks 259 6>, <&k3_clks 259 1>;
9754664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9764664ebd8SApurva Nandan		interrupts = <GIC_SPI 594 IRQ_TYPE_LEVEL_HIGH>,
9774664ebd8SApurva Nandan			     <GIC_SPI 595 IRQ_TYPE_LEVEL_HIGH>;
9784664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9794664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9804664ebd8SApurva Nandan		status = "disabled";
9814664ebd8SApurva Nandan	};
9824664ebd8SApurva Nandan
9834664ebd8SApurva Nandan	main_mcan15: can@2691000 {
9844664ebd8SApurva Nandan		compatible = "bosch,m_can";
9854664ebd8SApurva Nandan		reg = <0x00 0x02691000 0x00 0x200>,
9864664ebd8SApurva Nandan		      <0x00 0x02698000 0x00 0x8000>;
9874664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
9884664ebd8SApurva Nandan		power-domains = <&k3_pds 260 TI_SCI_PD_EXCLUSIVE>;
9894664ebd8SApurva Nandan		clocks = <&k3_clks 260 6>, <&k3_clks 260 1>;
9904664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
9914664ebd8SApurva Nandan		interrupts = <GIC_SPI 597 IRQ_TYPE_LEVEL_HIGH>,
9924664ebd8SApurva Nandan			     <GIC_SPI 598 IRQ_TYPE_LEVEL_HIGH>;
9934664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
9944664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
9954664ebd8SApurva Nandan		status = "disabled";
9964664ebd8SApurva Nandan	};
9974664ebd8SApurva Nandan
9984664ebd8SApurva Nandan	main_mcan16: can@26a1000 {
9994664ebd8SApurva Nandan		compatible = "bosch,m_can";
10004664ebd8SApurva Nandan		reg = <0x00 0x026a1000 0x00 0x200>,
10014664ebd8SApurva Nandan		      <0x00 0x026a8000 0x00 0x8000>;
10024664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
10034664ebd8SApurva Nandan		power-domains = <&k3_pds 261 TI_SCI_PD_EXCLUSIVE>;
10044664ebd8SApurva Nandan		clocks = <&k3_clks 261 6>, <&k3_clks 261 1>;
10054664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
10064664ebd8SApurva Nandan		interrupts = <GIC_SPI 784 IRQ_TYPE_LEVEL_HIGH>,
10074664ebd8SApurva Nandan			     <GIC_SPI 785 IRQ_TYPE_LEVEL_HIGH>;
10084664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
10094664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
10104664ebd8SApurva Nandan		status = "disabled";
10114664ebd8SApurva Nandan	};
10124664ebd8SApurva Nandan
10134664ebd8SApurva Nandan	main_mcan17: can@26b1000 {
10144664ebd8SApurva Nandan		compatible = "bosch,m_can";
10154664ebd8SApurva Nandan		reg = <0x00 0x026b1000 0x00 0x200>,
10164664ebd8SApurva Nandan		      <0x00 0x026b8000 0x00 0x8000>;
10174664ebd8SApurva Nandan		reg-names = "m_can", "message_ram";
10184664ebd8SApurva Nandan		power-domains = <&k3_pds 262 TI_SCI_PD_EXCLUSIVE>;
10194664ebd8SApurva Nandan		clocks = <&k3_clks 262 6>, <&k3_clks 262 1>;
10204664ebd8SApurva Nandan		clock-names = "hclk", "cclk";
10214664ebd8SApurva Nandan		interrupts = <GIC_SPI 787 IRQ_TYPE_LEVEL_HIGH>,
10224664ebd8SApurva Nandan			     <GIC_SPI 788 IRQ_TYPE_LEVEL_HIGH>;
10234664ebd8SApurva Nandan		interrupt-names = "int0", "int1";
10244664ebd8SApurva Nandan		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
10254664ebd8SApurva Nandan		status = "disabled";
10264664ebd8SApurva Nandan	};
1027*e23d5a3dSVaishnav Achath
1028*e23d5a3dSVaishnav Achath	main_spi0: spi@2100000 {
1029*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1030*e23d5a3dSVaishnav Achath		reg = <0x00 0x02100000 0x00 0x400>;
1031*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
1032*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1033*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1034*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 376 TI_SCI_PD_EXCLUSIVE>;
1035*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 376 1>;
1036*e23d5a3dSVaishnav Achath		status = "disabled";
1037*e23d5a3dSVaishnav Achath	};
1038*e23d5a3dSVaishnav Achath
1039*e23d5a3dSVaishnav Achath	main_spi1: spi@2110000 {
1040*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1041*e23d5a3dSVaishnav Achath		reg = <0x00 0x02110000 0x00 0x400>;
1042*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
1043*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1044*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1045*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 377 TI_SCI_PD_EXCLUSIVE>;
1046*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 377 1>;
1047*e23d5a3dSVaishnav Achath		status = "disabled";
1048*e23d5a3dSVaishnav Achath	};
1049*e23d5a3dSVaishnav Achath
1050*e23d5a3dSVaishnav Achath	main_spi2: spi@2120000 {
1051*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1052*e23d5a3dSVaishnav Achath		reg = <0x00 0x02120000 0x00 0x400>;
1053*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
1054*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1055*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1056*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 378 TI_SCI_PD_EXCLUSIVE>;
1057*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 378 1>;
1058*e23d5a3dSVaishnav Achath		status = "disabled";
1059*e23d5a3dSVaishnav Achath	};
1060*e23d5a3dSVaishnav Achath
1061*e23d5a3dSVaishnav Achath	main_spi3: spi@2130000 {
1062*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1063*e23d5a3dSVaishnav Achath		reg = <0x00 0x02130000 0x00 0x400>;
1064*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
1065*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1066*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1067*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 379 TI_SCI_PD_EXCLUSIVE>;
1068*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 379 1>;
1069*e23d5a3dSVaishnav Achath		status = "disabled";
1070*e23d5a3dSVaishnav Achath	};
1071*e23d5a3dSVaishnav Achath
1072*e23d5a3dSVaishnav Achath	main_spi4: spi@2140000 {
1073*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1074*e23d5a3dSVaishnav Achath		reg = <0x00 0x02140000 0x00 0x400>;
1075*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
1076*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1077*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1078*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 380 TI_SCI_PD_EXCLUSIVE>;
1079*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 380 1>;
1080*e23d5a3dSVaishnav Achath		status = "disabled";
1081*e23d5a3dSVaishnav Achath	};
1082*e23d5a3dSVaishnav Achath
1083*e23d5a3dSVaishnav Achath	main_spi5: spi@2150000 {
1084*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1085*e23d5a3dSVaishnav Achath		reg = <0x00 0x02150000 0x00 0x400>;
1086*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
1087*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1088*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1089*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 381 TI_SCI_PD_EXCLUSIVE>;
1090*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 381 1>;
1091*e23d5a3dSVaishnav Achath		status = "disabled";
1092*e23d5a3dSVaishnav Achath	};
1093*e23d5a3dSVaishnav Achath
1094*e23d5a3dSVaishnav Achath	main_spi6: spi@2160000 {
1095*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1096*e23d5a3dSVaishnav Achath		reg = <0x00 0x02160000 0x00 0x400>;
1097*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
1098*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1099*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1100*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 382 TI_SCI_PD_EXCLUSIVE>;
1101*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 382 1>;
1102*e23d5a3dSVaishnav Achath		status = "disabled";
1103*e23d5a3dSVaishnav Achath	};
1104*e23d5a3dSVaishnav Achath
1105*e23d5a3dSVaishnav Achath	main_spi7: spi@2170000 {
1106*e23d5a3dSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
1107*e23d5a3dSVaishnav Achath		reg = <0x00 0x02170000 0x00 0x400>;
1108*e23d5a3dSVaishnav Achath		interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
1109*e23d5a3dSVaishnav Achath		#address-cells = <1>;
1110*e23d5a3dSVaishnav Achath		#size-cells = <0>;
1111*e23d5a3dSVaishnav Achath		power-domains = <&k3_pds 383 TI_SCI_PD_EXCLUSIVE>;
1112*e23d5a3dSVaishnav Achath		clocks = <&k3_clks 383 1>;
1113*e23d5a3dSVaishnav Achath		status = "disabled";
1114*e23d5a3dSVaishnav Achath	};
11154664ebd8SApurva Nandan};
1116