xref: /linux/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi (revision 702110c2be999c1ad354ca6e14e8583ebcea2462)
1d361ed88SLokesh Vutla// SPDX-License-Identifier: GPL-2.0
2d361ed88SLokesh Vutla/*
3d361ed88SLokesh Vutla * Device Tree Source for J7200 SoC Family Main Domain peripherals
4d361ed88SLokesh Vutla *
5eb6f3655SSuman Anna * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
6d361ed88SLokesh Vutla */
7d361ed88SLokesh Vutla
84c1b22a9SKishon Vijay Abraham I/ {
94c1b22a9SKishon Vijay Abraham I	serdes_refclk: serdes-refclk {
104c1b22a9SKishon Vijay Abraham I		#clock-cells = <0>;
114c1b22a9SKishon Vijay Abraham I		compatible = "fixed-clock";
124c1b22a9SKishon Vijay Abraham I	};
134c1b22a9SKishon Vijay Abraham I};
144c1b22a9SKishon Vijay Abraham I
15d361ed88SLokesh Vutla&cbass_main {
16d361ed88SLokesh Vutla	msmc_ram: sram@70000000 {
17d361ed88SLokesh Vutla		compatible = "mmio-sram";
18d361ed88SLokesh Vutla		reg = <0x00 0x70000000 0x00 0x100000>;
19d361ed88SLokesh Vutla		#address-cells = <1>;
20d361ed88SLokesh Vutla		#size-cells = <1>;
21d361ed88SLokesh Vutla		ranges = <0x00 0x00 0x70000000 0x100000>;
22d361ed88SLokesh Vutla
23d361ed88SLokesh Vutla		atf-sram@0 {
24d361ed88SLokesh Vutla			reg = <0x00 0x20000>;
25d361ed88SLokesh Vutla		};
26d361ed88SLokesh Vutla	};
27d361ed88SLokesh Vutla
2815092952SRoger Quadros	scm_conf: scm-conf@100000 {
2915092952SRoger Quadros		compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";
3015092952SRoger Quadros		reg = <0x00 0x00100000 0x00 0x1c000>;
3115092952SRoger Quadros		#address-cells = <1>;
3215092952SRoger Quadros		#size-cells = <1>;
3315092952SRoger Quadros		ranges = <0x00 0x00 0x00100000 0x1c000>;
3415092952SRoger Quadros
354d398490SKishon Vijay Abraham I		serdes_ln_ctrl: mux-controller@4080 {
3615092952SRoger Quadros			compatible = "mmio-mux";
3715092952SRoger Quadros			#mux-control-cells = <1>;
3815092952SRoger Quadros			mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */
3915092952SRoger Quadros					<0x4088 0x3>, <0x408c 0x3>; /* SERDES0 lane2/3 select */
4015092952SRoger Quadros		};
419a09e6e9SRoger Quadros
42d3bac980SSiddharth Vadapalli		cpsw0_phy_gmii_sel: phy@4044 {
43d3bac980SSiddharth Vadapalli			compatible = "ti,j7200-cpsw5g-phy-gmii-sel";
44d3bac980SSiddharth Vadapalli			ti,qsgmii-main-ports = <1>;
45d3bac980SSiddharth Vadapalli			reg = <0x4044 0x10>;
46d3bac980SSiddharth Vadapalli			#phy-cells = <1>;
47d3bac980SSiddharth Vadapalli		};
48d3bac980SSiddharth Vadapalli
499a09e6e9SRoger Quadros		usb_serdes_mux: mux-controller@4000 {
509a09e6e9SRoger Quadros			compatible = "mmio-mux";
519a09e6e9SRoger Quadros			#mux-control-cells = <1>;
529a09e6e9SRoger Quadros			mux-reg-masks = <0x4000 0x8000000>; /* USB0 to SERDES0 lane 1/3 mux */
539a09e6e9SRoger Quadros		};
5415092952SRoger Quadros	};
5515092952SRoger Quadros
56d361ed88SLokesh Vutla	gic500: interrupt-controller@1800000 {
57d361ed88SLokesh Vutla		compatible = "arm,gic-v3";
58d361ed88SLokesh Vutla		#address-cells = <2>;
59d361ed88SLokesh Vutla		#size-cells = <2>;
60d361ed88SLokesh Vutla		ranges;
61d361ed88SLokesh Vutla		#interrupt-cells = <3>;
62d361ed88SLokesh Vutla		interrupt-controller;
63d361ed88SLokesh Vutla		reg = <0x00 0x01800000 0x00 0x10000>,	/* GICD */
641a307cc2SNishanth Menon		      <0x00 0x01900000 0x00 0x100000>,	/* GICR */
651a307cc2SNishanth Menon		      <0x00 0x6f000000 0x00 0x2000>,	/* GICC */
661a307cc2SNishanth Menon		      <0x00 0x6f010000 0x00 0x1000>,	/* GICH */
671a307cc2SNishanth Menon		      <0x00 0x6f020000 0x00 0x2000>;	/* GICV */
68d361ed88SLokesh Vutla
69d361ed88SLokesh Vutla		/* vcpumntirq: virtual CPU interface maintenance interrupt */
70d361ed88SLokesh Vutla		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
71d361ed88SLokesh Vutla
72d361ed88SLokesh Vutla		gic_its: msi-controller@1820000 {
73d361ed88SLokesh Vutla			compatible = "arm,gic-v3-its";
74d361ed88SLokesh Vutla			reg = <0x00 0x01820000 0x00 0x10000>;
75d361ed88SLokesh Vutla			socionext,synquacer-pre-its = <0x1000000 0x400000>;
76d361ed88SLokesh Vutla			msi-controller;
77d361ed88SLokesh Vutla			#msi-cells = <1>;
78d361ed88SLokesh Vutla		};
79d361ed88SLokesh Vutla	};
80d361ed88SLokesh Vutla
81cab12badSNishanth Menon	main_gpio_intr: interrupt-controller@a00000 {
82d361ed88SLokesh Vutla		compatible = "ti,sci-intr";
83cab12badSNishanth Menon		reg = <0x00 0x00a00000 0x00 0x800>;
84d361ed88SLokesh Vutla		ti,intr-trigger-type = <1>;
85d361ed88SLokesh Vutla		interrupt-controller;
86d361ed88SLokesh Vutla		interrupt-parent = <&gic500>;
87d361ed88SLokesh Vutla		#interrupt-cells = <1>;
88d361ed88SLokesh Vutla		ti,sci = <&dmsc>;
89d361ed88SLokesh Vutla		ti,sci-dev-id = <131>;
90d361ed88SLokesh Vutla		ti,interrupt-ranges = <8 392 56>;
91d361ed88SLokesh Vutla	};
92d361ed88SLokesh Vutla
93d361ed88SLokesh Vutla	main_navss: bus@30000000 {
94d361ed88SLokesh Vutla		compatible = "simple-mfd";
95d361ed88SLokesh Vutla		#address-cells = <2>;
96d361ed88SLokesh Vutla		#size-cells = <2>;
97d361ed88SLokesh Vutla		ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
98d361ed88SLokesh Vutla		ti,sci-dev-id = <199>;
9952ae30f5SVignesh Raghavendra		dma-coherent;
10052ae30f5SVignesh Raghavendra		dma-ranges;
101d361ed88SLokesh Vutla
102cab12badSNishanth Menon		main_navss_intr: interrupt-controller@310e0000 {
103d361ed88SLokesh Vutla			compatible = "ti,sci-intr";
104cab12badSNishanth Menon			reg = <0x00 0x310e0000 0x00 0x4000>;
105d361ed88SLokesh Vutla			ti,intr-trigger-type = <4>;
106d361ed88SLokesh Vutla			interrupt-controller;
107d361ed88SLokesh Vutla			interrupt-parent = <&gic500>;
108d361ed88SLokesh Vutla			#interrupt-cells = <1>;
109d361ed88SLokesh Vutla			ti,sci = <&dmsc>;
110d361ed88SLokesh Vutla			ti,sci-dev-id = <213>;
111d361ed88SLokesh Vutla			ti,interrupt-ranges = <0 64 64>,
112d361ed88SLokesh Vutla					      <64 448 64>,
113d361ed88SLokesh Vutla					      <128 672 64>;
114d361ed88SLokesh Vutla		};
115d361ed88SLokesh Vutla
116d361ed88SLokesh Vutla		main_udmass_inta: msi-controller@33d00000 {
117d361ed88SLokesh Vutla			compatible = "ti,sci-inta";
118d361ed88SLokesh Vutla			reg = <0x00 0x33d00000 0x00 0x100000>;
119d361ed88SLokesh Vutla			interrupt-controller;
120d361ed88SLokesh Vutla			#interrupt-cells = <0>;
121d361ed88SLokesh Vutla			interrupt-parent = <&main_navss_intr>;
122d361ed88SLokesh Vutla			msi-controller;
123d361ed88SLokesh Vutla			ti,sci = <&dmsc>;
124d361ed88SLokesh Vutla			ti,sci-dev-id = <209>;
125d361ed88SLokesh Vutla			ti,interrupt-ranges = <0 0 256>;
126d361ed88SLokesh Vutla		};
127d361ed88SLokesh Vutla
128d361ed88SLokesh Vutla		secure_proxy_main: mailbox@32c00000 {
129d361ed88SLokesh Vutla			compatible = "ti,am654-secure-proxy";
130d361ed88SLokesh Vutla			#mbox-cells = <1>;
131d361ed88SLokesh Vutla			reg-names = "target_data", "rt", "scfg";
132d361ed88SLokesh Vutla			reg = <0x00 0x32c00000 0x00 0x100000>,
133d361ed88SLokesh Vutla			      <0x00 0x32400000 0x00 0x100000>,
134d361ed88SLokesh Vutla			      <0x00 0x32800000 0x00 0x100000>;
135d361ed88SLokesh Vutla			interrupt-names = "rx_011";
136d361ed88SLokesh Vutla			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
137d361ed88SLokesh Vutla		};
13846374264SPeter Ujfalusi
1391d7a01c4SSuman Anna		hwspinlock: spinlock@30e00000 {
1401d7a01c4SSuman Anna			compatible = "ti,am654-hwspinlock";
1411d7a01c4SSuman Anna			reg = <0x00 0x30e00000 0x00 0x1000>;
1421d7a01c4SSuman Anna			#hwlock-cells = <1>;
1431d7a01c4SSuman Anna		};
1441d7a01c4SSuman Anna
145d15d1cfbSSuman Anna		mailbox0_cluster0: mailbox@31f80000 {
146d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
147d15d1cfbSSuman Anna			reg = <0x00 0x31f80000 0x00 0x200>;
148d15d1cfbSSuman Anna			#mbox-cells = <1>;
149d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
150d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
151d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
15274f0f58dSAndrew Davis			status = "disabled";
153d15d1cfbSSuman Anna		};
154d15d1cfbSSuman Anna
155d15d1cfbSSuman Anna		mailbox0_cluster1: mailbox@31f81000 {
156d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
157d15d1cfbSSuman Anna			reg = <0x00 0x31f81000 0x00 0x200>;
158d15d1cfbSSuman Anna			#mbox-cells = <1>;
159d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
160d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
161d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
16274f0f58dSAndrew Davis			status = "disabled";
163d15d1cfbSSuman Anna		};
164d15d1cfbSSuman Anna
165d15d1cfbSSuman Anna		mailbox0_cluster2: mailbox@31f82000 {
166d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
167d15d1cfbSSuman Anna			reg = <0x00 0x31f82000 0x00 0x200>;
168d15d1cfbSSuman Anna			#mbox-cells = <1>;
169d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
170d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
171d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
17274f0f58dSAndrew Davis			status = "disabled";
173d15d1cfbSSuman Anna		};
174d15d1cfbSSuman Anna
175d15d1cfbSSuman Anna		mailbox0_cluster3: mailbox@31f83000 {
176d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
177d15d1cfbSSuman Anna			reg = <0x00 0x31f83000 0x00 0x200>;
178d15d1cfbSSuman Anna			#mbox-cells = <1>;
179d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
180d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
181d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
18274f0f58dSAndrew Davis			status = "disabled";
183d15d1cfbSSuman Anna		};
184d15d1cfbSSuman Anna
185d15d1cfbSSuman Anna		mailbox0_cluster4: mailbox@31f84000 {
186d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
187d15d1cfbSSuman Anna			reg = <0x00 0x31f84000 0x00 0x200>;
188d15d1cfbSSuman Anna			#mbox-cells = <1>;
189d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
190d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
191d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
19274f0f58dSAndrew Davis			status = "disabled";
193d15d1cfbSSuman Anna		};
194d15d1cfbSSuman Anna
195d15d1cfbSSuman Anna		mailbox0_cluster5: mailbox@31f85000 {
196d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
197d15d1cfbSSuman Anna			reg = <0x00 0x31f85000 0x00 0x200>;
198d15d1cfbSSuman Anna			#mbox-cells = <1>;
199d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
200d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
201d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
20274f0f58dSAndrew Davis			status = "disabled";
203d15d1cfbSSuman Anna		};
204d15d1cfbSSuman Anna
205d15d1cfbSSuman Anna		mailbox0_cluster6: mailbox@31f86000 {
206d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
207d15d1cfbSSuman Anna			reg = <0x00 0x31f86000 0x00 0x200>;
208d15d1cfbSSuman Anna			#mbox-cells = <1>;
209d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
210d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
211d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
21274f0f58dSAndrew Davis			status = "disabled";
213d15d1cfbSSuman Anna		};
214d15d1cfbSSuman Anna
215d15d1cfbSSuman Anna		mailbox0_cluster7: mailbox@31f87000 {
216d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
217d15d1cfbSSuman Anna			reg = <0x00 0x31f87000 0x00 0x200>;
218d15d1cfbSSuman Anna			#mbox-cells = <1>;
219d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
220d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
221d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
22274f0f58dSAndrew Davis			status = "disabled";
223d15d1cfbSSuman Anna		};
224d15d1cfbSSuman Anna
225d15d1cfbSSuman Anna		mailbox0_cluster8: mailbox@31f88000 {
226d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
227d15d1cfbSSuman Anna			reg = <0x00 0x31f88000 0x00 0x200>;
228d15d1cfbSSuman Anna			#mbox-cells = <1>;
229d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
230d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
231d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
23274f0f58dSAndrew Davis			status = "disabled";
233d15d1cfbSSuman Anna		};
234d15d1cfbSSuman Anna
235d15d1cfbSSuman Anna		mailbox0_cluster9: mailbox@31f89000 {
236d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
237d15d1cfbSSuman Anna			reg = <0x00 0x31f89000 0x00 0x200>;
238d15d1cfbSSuman Anna			#mbox-cells = <1>;
239d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
240d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
241d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
24274f0f58dSAndrew Davis			status = "disabled";
243d15d1cfbSSuman Anna		};
244d15d1cfbSSuman Anna
245d15d1cfbSSuman Anna		mailbox0_cluster10: mailbox@31f8a000 {
246d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
247d15d1cfbSSuman Anna			reg = <0x00 0x31f8a000 0x00 0x200>;
248d15d1cfbSSuman Anna			#mbox-cells = <1>;
249d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
250d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
251d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
25274f0f58dSAndrew Davis			status = "disabled";
253d15d1cfbSSuman Anna		};
254d15d1cfbSSuman Anna
255d15d1cfbSSuman Anna		mailbox0_cluster11: mailbox@31f8b000 {
256d15d1cfbSSuman Anna			compatible = "ti,am654-mailbox";
257d15d1cfbSSuman Anna			reg = <0x00 0x31f8b000 0x00 0x200>;
258d15d1cfbSSuman Anna			#mbox-cells = <1>;
259d15d1cfbSSuman Anna			ti,mbox-num-users = <4>;
260d15d1cfbSSuman Anna			ti,mbox-num-fifos = <16>;
261d15d1cfbSSuman Anna			interrupt-parent = <&main_navss_intr>;
26274f0f58dSAndrew Davis			status = "disabled";
263d15d1cfbSSuman Anna		};
264d15d1cfbSSuman Anna
26546374264SPeter Ujfalusi		main_ringacc: ringacc@3c000000 {
26646374264SPeter Ujfalusi			compatible = "ti,am654-navss-ringacc";
26746374264SPeter Ujfalusi			reg = <0x00 0x3c000000 0x00 0x400000>,
26846374264SPeter Ujfalusi			      <0x00 0x38000000 0x00 0x400000>,
26946374264SPeter Ujfalusi			      <0x00 0x31120000 0x00 0x100>,
270*702110c2SVignesh Raghavendra			      <0x00 0x33000000 0x00 0x40000>,
271*702110c2SVignesh Raghavendra			      <0x00 0x31080000 0x00 0x40000>;
272*702110c2SVignesh Raghavendra			reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg";
27346374264SPeter Ujfalusi			ti,num-rings = <1024>;
27446374264SPeter Ujfalusi			ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
27546374264SPeter Ujfalusi			ti,sci = <&dmsc>;
27646374264SPeter Ujfalusi			ti,sci-dev-id = <211>;
27746374264SPeter Ujfalusi			msi-parent = <&main_udmass_inta>;
27846374264SPeter Ujfalusi		};
27946374264SPeter Ujfalusi
28046374264SPeter Ujfalusi		main_udmap: dma-controller@31150000 {
28146374264SPeter Ujfalusi			compatible = "ti,j721e-navss-main-udmap";
28246374264SPeter Ujfalusi			reg = <0x00 0x31150000 0x00 0x100>,
28346374264SPeter Ujfalusi			      <0x00 0x34000000 0x00 0x100000>,
28446374264SPeter Ujfalusi			      <0x00 0x35000000 0x00 0x100000>;
28546374264SPeter Ujfalusi			reg-names = "gcfg", "rchanrt", "tchanrt";
28646374264SPeter Ujfalusi			msi-parent = <&main_udmass_inta>;
28746374264SPeter Ujfalusi			#dma-cells = <1>;
28846374264SPeter Ujfalusi
28946374264SPeter Ujfalusi			ti,sci = <&dmsc>;
29046374264SPeter Ujfalusi			ti,sci-dev-id = <212>;
29146374264SPeter Ujfalusi			ti,ringacc = <&main_ringacc>;
29246374264SPeter Ujfalusi
29346374264SPeter Ujfalusi			ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
29446374264SPeter Ujfalusi						<0x0f>, /* TX_HCHAN */
29546374264SPeter Ujfalusi						<0x10>; /* TX_UHCHAN */
29646374264SPeter Ujfalusi			ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */
29746374264SPeter Ujfalusi						<0x0b>, /* RX_HCHAN */
29846374264SPeter Ujfalusi						<0x0c>; /* RX_UHCHAN */
29946374264SPeter Ujfalusi			ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
30046374264SPeter Ujfalusi		};
301c5d73d8dSGrygorii Strashko
302c5d73d8dSGrygorii Strashko		cpts@310d0000 {
303c5d73d8dSGrygorii Strashko			compatible = "ti,j721e-cpts";
304c5d73d8dSGrygorii Strashko			reg = <0x00 0x310d0000 0x00 0x400>;
305c5d73d8dSGrygorii Strashko			reg-names = "cpts";
306c5d73d8dSGrygorii Strashko			clocks = <&k3_clks 201 1>;
307c5d73d8dSGrygorii Strashko			clock-names = "cpts";
308c5d73d8dSGrygorii Strashko			interrupts-extended = <&main_navss_intr 391>;
309c5d73d8dSGrygorii Strashko			interrupt-names = "cpts";
310c5d73d8dSGrygorii Strashko			ti,cpts-periodic-outputs = <6>;
311c5d73d8dSGrygorii Strashko			ti,cpts-ext-ts-inputs = <8>;
312c5d73d8dSGrygorii Strashko		};
313d361ed88SLokesh Vutla	};
314d361ed88SLokesh Vutla
315d3bac980SSiddharth Vadapalli	cpsw0: ethernet@c000000 {
316d3bac980SSiddharth Vadapalli		compatible = "ti,j7200-cpswxg-nuss";
317d3bac980SSiddharth Vadapalli		#address-cells = <2>;
318d3bac980SSiddharth Vadapalli		#size-cells = <2>;
319d3bac980SSiddharth Vadapalli		reg = <0x00 0xc000000 0x00 0x200000>;
320d3bac980SSiddharth Vadapalli		reg-names = "cpsw_nuss";
321d3bac980SSiddharth Vadapalli		ranges = <0x00 0x00 0x00 0xc000000 0x00 0x200000>;
322d3bac980SSiddharth Vadapalli		clocks = <&k3_clks 19 33>;
323d3bac980SSiddharth Vadapalli		clock-names = "fck";
324d3bac980SSiddharth Vadapalli		power-domains = <&k3_pds 19 TI_SCI_PD_EXCLUSIVE>;
325d3bac980SSiddharth Vadapalli
326d3bac980SSiddharth Vadapalli		dmas = <&main_udmap 0xca00>,
327d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca01>,
328d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca02>,
329d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca03>,
330d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca04>,
331d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca05>,
332d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca06>,
333d3bac980SSiddharth Vadapalli		       <&main_udmap 0xca07>,
334d3bac980SSiddharth Vadapalli		       <&main_udmap 0x4a00>;
335d3bac980SSiddharth Vadapalli		dma-names = "tx0", "tx1", "tx2", "tx3",
336d3bac980SSiddharth Vadapalli			    "tx4", "tx5", "tx6", "tx7",
337d3bac980SSiddharth Vadapalli			    "rx";
338d3bac980SSiddharth Vadapalli
339d3bac980SSiddharth Vadapalli		status = "disabled";
340d3bac980SSiddharth Vadapalli
341d3bac980SSiddharth Vadapalli		ethernet-ports {
342d3bac980SSiddharth Vadapalli			#address-cells = <1>;
343d3bac980SSiddharth Vadapalli			#size-cells = <0>;
344d3bac980SSiddharth Vadapalli			cpsw0_port1: port@1 {
345d3bac980SSiddharth Vadapalli				reg = <1>;
346d3bac980SSiddharth Vadapalli				ti,mac-only;
347d3bac980SSiddharth Vadapalli				label = "port1";
348d3bac980SSiddharth Vadapalli				status = "disabled";
349d3bac980SSiddharth Vadapalli			};
350d3bac980SSiddharth Vadapalli
351d3bac980SSiddharth Vadapalli			cpsw0_port2: port@2 {
352d3bac980SSiddharth Vadapalli				reg = <2>;
353d3bac980SSiddharth Vadapalli				ti,mac-only;
354d3bac980SSiddharth Vadapalli				label = "port2";
355d3bac980SSiddharth Vadapalli				status = "disabled";
356d3bac980SSiddharth Vadapalli			};
357d3bac980SSiddharth Vadapalli
358d3bac980SSiddharth Vadapalli			cpsw0_port3: port@3 {
359d3bac980SSiddharth Vadapalli				reg = <3>;
360d3bac980SSiddharth Vadapalli				ti,mac-only;
361d3bac980SSiddharth Vadapalli				label = "port3";
362d3bac980SSiddharth Vadapalli				status = "disabled";
363d3bac980SSiddharth Vadapalli			};
364d3bac980SSiddharth Vadapalli
365d3bac980SSiddharth Vadapalli			cpsw0_port4: port@4 {
366d3bac980SSiddharth Vadapalli				reg = <4>;
367d3bac980SSiddharth Vadapalli				ti,mac-only;
368d3bac980SSiddharth Vadapalli				label = "port4";
369d3bac980SSiddharth Vadapalli				status = "disabled";
370d3bac980SSiddharth Vadapalli			};
371d3bac980SSiddharth Vadapalli		};
372d3bac980SSiddharth Vadapalli
373d3bac980SSiddharth Vadapalli		cpsw5g_mdio: mdio@f00 {
374d3bac980SSiddharth Vadapalli			compatible = "ti,cpsw-mdio","ti,davinci_mdio";
375d3bac980SSiddharth Vadapalli			reg = <0x00 0xf00 0x00 0x100>;
376d3bac980SSiddharth Vadapalli			#address-cells = <1>;
377d3bac980SSiddharth Vadapalli			#size-cells = <0>;
378d3bac980SSiddharth Vadapalli			clocks = <&k3_clks 19 33>;
379d3bac980SSiddharth Vadapalli			clock-names = "fck";
380d3bac980SSiddharth Vadapalli			bus_freq = <1000000>;
381d3bac980SSiddharth Vadapalli			status = "disabled";
382d3bac980SSiddharth Vadapalli		};
383d3bac980SSiddharth Vadapalli
384d3bac980SSiddharth Vadapalli		cpts@3d000 {
385d3bac980SSiddharth Vadapalli			compatible = "ti,j721e-cpts";
386d3bac980SSiddharth Vadapalli			reg = <0x00 0x3d000 0x00 0x400>;
387d3bac980SSiddharth Vadapalli			clocks = <&k3_clks 19 16>;
388d3bac980SSiddharth Vadapalli			clock-names = "cpts";
389d3bac980SSiddharth Vadapalli			interrupts-extended = <&gic500 GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
390d3bac980SSiddharth Vadapalli			interrupt-names = "cpts";
391d3bac980SSiddharth Vadapalli			ti,cpts-ext-ts-inputs = <4>;
392d3bac980SSiddharth Vadapalli			ti,cpts-periodic-outputs = <2>;
393d3bac980SSiddharth Vadapalli		};
394d3bac980SSiddharth Vadapalli	};
395d3bac980SSiddharth Vadapalli
39603612d38SUdit Kumar	/* TIMERIO pad input CTRLMMR_TIMER*_CTRL registers */
39703612d38SUdit Kumar	main_timerio_input: pinctrl@104200 {
39803612d38SUdit Kumar		compatible = "pinctrl-single";
39903612d38SUdit Kumar		reg = <0x0 0x104200 0x0 0x50>;
40003612d38SUdit Kumar		#pinctrl-cells = <1>;
40103612d38SUdit Kumar		pinctrl-single,register-width = <32>;
40203612d38SUdit Kumar		pinctrl-single,function-mask = <0x000001ff>;
40303612d38SUdit Kumar	};
40403612d38SUdit Kumar
40503612d38SUdit Kumar	/* TIMERIO pad output CTCTRLMMR_TIMERIO*_CTRL registers */
40603612d38SUdit Kumar	main_timerio_output: pinctrl@104280 {
40703612d38SUdit Kumar		compatible = "pinctrl-single";
40803612d38SUdit Kumar		reg = <0x0 0x104280 0x0 0x20>;
40903612d38SUdit Kumar		#pinctrl-cells = <1>;
41003612d38SUdit Kumar		pinctrl-single,register-width = <32>;
41103612d38SUdit Kumar		pinctrl-single,function-mask = <0x0000001f>;
41203612d38SUdit Kumar	};
41303612d38SUdit Kumar
414d361ed88SLokesh Vutla	main_pmx0: pinctrl@11c000 {
415d361ed88SLokesh Vutla		compatible = "pinctrl-single";
416d361ed88SLokesh Vutla		/* Proxy 0 addressing */
4170d0a0b44SMatt Ranostay		reg = <0x00 0x11c000 0x00 0x10c>;
4180d0a0b44SMatt Ranostay		#pinctrl-cells = <1>;
4190d0a0b44SMatt Ranostay		pinctrl-single,register-width = <32>;
4200d0a0b44SMatt Ranostay		pinctrl-single,function-mask = <0xffffffff>;
4210d0a0b44SMatt Ranostay	};
4220d0a0b44SMatt Ranostay
4230d0a0b44SMatt Ranostay	main_pmx1: pinctrl@11c11c {
4240d0a0b44SMatt Ranostay		compatible = "pinctrl-single";
4250d0a0b44SMatt Ranostay		/* Proxy 0 addressing */
4260d0a0b44SMatt Ranostay		reg = <0x00 0x11c11c 0x00 0xc>;
427d361ed88SLokesh Vutla		#pinctrl-cells = <1>;
428d361ed88SLokesh Vutla		pinctrl-single,register-width = <32>;
429d361ed88SLokesh Vutla		pinctrl-single,function-mask = <0xffffffff>;
430d361ed88SLokesh Vutla	};
431d361ed88SLokesh Vutla
432d361ed88SLokesh Vutla	main_uart0: serial@2800000 {
433d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
434d361ed88SLokesh Vutla		reg = <0x00 0x02800000 0x00 0x100>;
435d361ed88SLokesh Vutla		interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>;
436d361ed88SLokesh Vutla		clock-frequency = <48000000>;
437d361ed88SLokesh Vutla		current-speed = <115200>;
438d361ed88SLokesh Vutla		power-domains = <&k3_pds 146 TI_SCI_PD_EXCLUSIVE>;
439d361ed88SLokesh Vutla		clocks = <&k3_clks 146 2>;
440d361ed88SLokesh Vutla		clock-names = "fclk";
441dae322f8SAndrew Davis		status = "disabled";
442d361ed88SLokesh Vutla	};
443d361ed88SLokesh Vutla
444d361ed88SLokesh Vutla	main_uart1: serial@2810000 {
445d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
446d361ed88SLokesh Vutla		reg = <0x00 0x02810000 0x00 0x100>;
447d361ed88SLokesh Vutla		interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
448d361ed88SLokesh Vutla		clock-frequency = <48000000>;
449d361ed88SLokesh Vutla		current-speed = <115200>;
450d361ed88SLokesh Vutla		power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>;
451d361ed88SLokesh Vutla		clocks = <&k3_clks 278 2>;
452d361ed88SLokesh Vutla		clock-names = "fclk";
453dae322f8SAndrew Davis		status = "disabled";
454d361ed88SLokesh Vutla	};
455d361ed88SLokesh Vutla
456d361ed88SLokesh Vutla	main_uart2: serial@2820000 {
457d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
458d361ed88SLokesh Vutla		reg = <0x00 0x02820000 0x00 0x100>;
459d361ed88SLokesh Vutla		interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>;
460d361ed88SLokesh Vutla		clock-frequency = <48000000>;
461d361ed88SLokesh Vutla		current-speed = <115200>;
462d361ed88SLokesh Vutla		power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>;
463d361ed88SLokesh Vutla		clocks = <&k3_clks 279 2>;
464d361ed88SLokesh Vutla		clock-names = "fclk";
465dae322f8SAndrew Davis		status = "disabled";
466d361ed88SLokesh Vutla	};
467d361ed88SLokesh Vutla
468d361ed88SLokesh Vutla	main_uart3: serial@2830000 {
469d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
470d361ed88SLokesh Vutla		reg = <0x00 0x02830000 0x00 0x100>;
471d361ed88SLokesh Vutla		interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>;
472d361ed88SLokesh Vutla		clock-frequency = <48000000>;
473d361ed88SLokesh Vutla		current-speed = <115200>;
474d361ed88SLokesh Vutla		power-domains = <&k3_pds 280 TI_SCI_PD_EXCLUSIVE>;
475d361ed88SLokesh Vutla		clocks = <&k3_clks 280 2>;
476d361ed88SLokesh Vutla		clock-names = "fclk";
477dae322f8SAndrew Davis		status = "disabled";
478d361ed88SLokesh Vutla	};
479d361ed88SLokesh Vutla
480d361ed88SLokesh Vutla	main_uart4: serial@2840000 {
481d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
482d361ed88SLokesh Vutla		reg = <0x00 0x02840000 0x00 0x100>;
483d361ed88SLokesh Vutla		interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>;
484d361ed88SLokesh Vutla		clock-frequency = <48000000>;
485d361ed88SLokesh Vutla		current-speed = <115200>;
486d361ed88SLokesh Vutla		power-domains = <&k3_pds 281 TI_SCI_PD_EXCLUSIVE>;
487d361ed88SLokesh Vutla		clocks = <&k3_clks 281 2>;
488d361ed88SLokesh Vutla		clock-names = "fclk";
489dae322f8SAndrew Davis		status = "disabled";
490d361ed88SLokesh Vutla	};
491d361ed88SLokesh Vutla
492d361ed88SLokesh Vutla	main_uart5: serial@2850000 {
493d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
494d361ed88SLokesh Vutla		reg = <0x00 0x02850000 0x00 0x100>;
495d361ed88SLokesh Vutla		interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
496d361ed88SLokesh Vutla		clock-frequency = <48000000>;
497d361ed88SLokesh Vutla		current-speed = <115200>;
498d361ed88SLokesh Vutla		power-domains = <&k3_pds 282 TI_SCI_PD_EXCLUSIVE>;
499d361ed88SLokesh Vutla		clocks = <&k3_clks 282 2>;
500d361ed88SLokesh Vutla		clock-names = "fclk";
501dae322f8SAndrew Davis		status = "disabled";
502d361ed88SLokesh Vutla	};
503d361ed88SLokesh Vutla
504d361ed88SLokesh Vutla	main_uart6: serial@2860000 {
505d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
506d361ed88SLokesh Vutla		reg = <0x00 0x02860000 0x00 0x100>;
507d361ed88SLokesh Vutla		interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>;
508d361ed88SLokesh Vutla		clock-frequency = <48000000>;
509d361ed88SLokesh Vutla		current-speed = <115200>;
510d361ed88SLokesh Vutla		power-domains = <&k3_pds 283 TI_SCI_PD_EXCLUSIVE>;
511d361ed88SLokesh Vutla		clocks = <&k3_clks 283 2>;
512d361ed88SLokesh Vutla		clock-names = "fclk";
513dae322f8SAndrew Davis		status = "disabled";
514d361ed88SLokesh Vutla	};
515d361ed88SLokesh Vutla
516d361ed88SLokesh Vutla	main_uart7: serial@2870000 {
517d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
518d361ed88SLokesh Vutla		reg = <0x00 0x02870000 0x00 0x100>;
519d361ed88SLokesh Vutla		interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
520d361ed88SLokesh Vutla		clock-frequency = <48000000>;
521d361ed88SLokesh Vutla		current-speed = <115200>;
522d361ed88SLokesh Vutla		power-domains = <&k3_pds 284 TI_SCI_PD_EXCLUSIVE>;
523d361ed88SLokesh Vutla		clocks = <&k3_clks 284 2>;
524d361ed88SLokesh Vutla		clock-names = "fclk";
525dae322f8SAndrew Davis		status = "disabled";
526d361ed88SLokesh Vutla	};
527d361ed88SLokesh Vutla
528d361ed88SLokesh Vutla	main_uart8: serial@2880000 {
529d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
530d361ed88SLokesh Vutla		reg = <0x00 0x02880000 0x00 0x100>;
531d361ed88SLokesh Vutla		interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
532d361ed88SLokesh Vutla		clock-frequency = <48000000>;
533d361ed88SLokesh Vutla		current-speed = <115200>;
534d361ed88SLokesh Vutla		power-domains = <&k3_pds 285 TI_SCI_PD_EXCLUSIVE>;
535d361ed88SLokesh Vutla		clocks = <&k3_clks 285 2>;
536d361ed88SLokesh Vutla		clock-names = "fclk";
537dae322f8SAndrew Davis		status = "disabled";
538d361ed88SLokesh Vutla	};
539d361ed88SLokesh Vutla
540d361ed88SLokesh Vutla	main_uart9: serial@2890000 {
541d361ed88SLokesh Vutla		compatible = "ti,j721e-uart", "ti,am654-uart";
542d361ed88SLokesh Vutla		reg = <0x00 0x02890000 0x00 0x100>;
543d361ed88SLokesh Vutla		interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>;
544d361ed88SLokesh Vutla		clock-frequency = <48000000>;
545d361ed88SLokesh Vutla		current-speed = <115200>;
546d361ed88SLokesh Vutla		power-domains = <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>;
547d361ed88SLokesh Vutla		clocks = <&k3_clks 286 2>;
548d361ed88SLokesh Vutla		clock-names = "fclk";
549dae322f8SAndrew Davis		status = "disabled";
550d361ed88SLokesh Vutla	};
55103bfeb52SVignesh Raghavendra
55203bfeb52SVignesh Raghavendra	main_i2c0: i2c@2000000 {
55303bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
55403bfeb52SVignesh Raghavendra		reg = <0x00 0x2000000 0x00 0x100>;
55503bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
55603bfeb52SVignesh Raghavendra		#address-cells = <1>;
55703bfeb52SVignesh Raghavendra		#size-cells = <0>;
55803bfeb52SVignesh Raghavendra		clock-names = "fck";
55903bfeb52SVignesh Raghavendra		clocks = <&k3_clks 187 1>;
56003bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 187 TI_SCI_PD_SHARED>;
561a9ed915cSAndrew Davis		status = "disabled";
56203bfeb52SVignesh Raghavendra	};
56303bfeb52SVignesh Raghavendra
56403bfeb52SVignesh Raghavendra	main_i2c1: i2c@2010000 {
56503bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
56603bfeb52SVignesh Raghavendra		reg = <0x00 0x2010000 0x00 0x100>;
56703bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>;
56803bfeb52SVignesh Raghavendra		#address-cells = <1>;
56903bfeb52SVignesh Raghavendra		#size-cells = <0>;
57003bfeb52SVignesh Raghavendra		clock-names = "fck";
57103bfeb52SVignesh Raghavendra		clocks = <&k3_clks 188 1>;
57203bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 188 TI_SCI_PD_EXCLUSIVE>;
573a9ed915cSAndrew Davis		status = "disabled";
57403bfeb52SVignesh Raghavendra	};
57503bfeb52SVignesh Raghavendra
57603bfeb52SVignesh Raghavendra	main_i2c2: i2c@2020000 {
57703bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
57803bfeb52SVignesh Raghavendra		reg = <0x00 0x2020000 0x00 0x100>;
57903bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>;
58003bfeb52SVignesh Raghavendra		#address-cells = <1>;
58103bfeb52SVignesh Raghavendra		#size-cells = <0>;
58203bfeb52SVignesh Raghavendra		clock-names = "fck";
58303bfeb52SVignesh Raghavendra		clocks = <&k3_clks 189 1>;
58403bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 189 TI_SCI_PD_EXCLUSIVE>;
585a9ed915cSAndrew Davis		status = "disabled";
58603bfeb52SVignesh Raghavendra	};
58703bfeb52SVignesh Raghavendra
58803bfeb52SVignesh Raghavendra	main_i2c3: i2c@2030000 {
58903bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
59003bfeb52SVignesh Raghavendra		reg = <0x00 0x2030000 0x00 0x100>;
59103bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
59203bfeb52SVignesh Raghavendra		#address-cells = <1>;
59303bfeb52SVignesh Raghavendra		#size-cells = <0>;
59403bfeb52SVignesh Raghavendra		clock-names = "fck";
59503bfeb52SVignesh Raghavendra		clocks = <&k3_clks 190 1>;
59603bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 190 TI_SCI_PD_EXCLUSIVE>;
597a9ed915cSAndrew Davis		status = "disabled";
59803bfeb52SVignesh Raghavendra	};
59903bfeb52SVignesh Raghavendra
60003bfeb52SVignesh Raghavendra	main_i2c4: i2c@2040000 {
60103bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
60203bfeb52SVignesh Raghavendra		reg = <0x00 0x2040000 0x00 0x100>;
60303bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
60403bfeb52SVignesh Raghavendra		#address-cells = <1>;
60503bfeb52SVignesh Raghavendra		#size-cells = <0>;
60603bfeb52SVignesh Raghavendra		clock-names = "fck";
60703bfeb52SVignesh Raghavendra		clocks = <&k3_clks 191 1>;
60803bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 191 TI_SCI_PD_EXCLUSIVE>;
609a9ed915cSAndrew Davis		status = "disabled";
61003bfeb52SVignesh Raghavendra	};
61103bfeb52SVignesh Raghavendra
61203bfeb52SVignesh Raghavendra	main_i2c5: i2c@2050000 {
61303bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
61403bfeb52SVignesh Raghavendra		reg = <0x00 0x2050000 0x00 0x100>;
61503bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
61603bfeb52SVignesh Raghavendra		#address-cells = <1>;
61703bfeb52SVignesh Raghavendra		#size-cells = <0>;
61803bfeb52SVignesh Raghavendra		clock-names = "fck";
61903bfeb52SVignesh Raghavendra		clocks = <&k3_clks 192 1>;
62003bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>;
621a9ed915cSAndrew Davis		status = "disabled";
62203bfeb52SVignesh Raghavendra	};
62303bfeb52SVignesh Raghavendra
62403bfeb52SVignesh Raghavendra	main_i2c6: i2c@2060000 {
62503bfeb52SVignesh Raghavendra		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
62603bfeb52SVignesh Raghavendra		reg = <0x00 0x2060000 0x00 0x100>;
62703bfeb52SVignesh Raghavendra		interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
62803bfeb52SVignesh Raghavendra		#address-cells = <1>;
62903bfeb52SVignesh Raghavendra		#size-cells = <0>;
63003bfeb52SVignesh Raghavendra		clock-names = "fck";
63103bfeb52SVignesh Raghavendra		clocks = <&k3_clks 193 1>;
63203bfeb52SVignesh Raghavendra		power-domains = <&k3_pds 193 TI_SCI_PD_EXCLUSIVE>;
633a9ed915cSAndrew Davis		status = "disabled";
63403bfeb52SVignesh Raghavendra	};
6357cd03dc7SFaiz Abbas
6367cd03dc7SFaiz Abbas	main_sdhci0: mmc@4f80000 {
6377cd03dc7SFaiz Abbas		compatible = "ti,j7200-sdhci-8bit", "ti,j721e-sdhci-8bit";
6387cd03dc7SFaiz Abbas		reg = <0x00 0x04f80000 0x00 0x260>, <0x00 0x4f88000 0x00 0x134>;
6397cd03dc7SFaiz Abbas		interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
6407cd03dc7SFaiz Abbas		power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>;
6410cf73209SGrygorii Strashko		clock-names = "clk_ahb", "clk_xin";
6420cf73209SGrygorii Strashko		clocks = <&k3_clks 91 0>, <&k3_clks 91 3>;
6437cd03dc7SFaiz Abbas		ti,otap-del-sel-legacy = <0x0>;
6447cd03dc7SFaiz Abbas		ti,otap-del-sel-mmc-hs = <0x0>;
6457cd03dc7SFaiz Abbas		ti,otap-del-sel-ddr52 = <0x6>;
6467cd03dc7SFaiz Abbas		ti,otap-del-sel-hs200 = <0x8>;
64794374990SAswath Govindraju		ti,otap-del-sel-hs400 = <0x5>;
64894374990SAswath Govindraju		ti,itap-del-sel-legacy = <0x10>;
64994374990SAswath Govindraju		ti,itap-del-sel-mmc-hs = <0xa>;
6507cd03dc7SFaiz Abbas		ti,strobe-sel = <0x77>;
65194374990SAswath Govindraju		ti,clkbuf-sel = <0x7>;
6527cd03dc7SFaiz Abbas		ti,trm-icp = <0x8>;
6537cd03dc7SFaiz Abbas		bus-width = <8>;
6547cd03dc7SFaiz Abbas		mmc-ddr-1_8v;
65594374990SAswath Govindraju		mmc-hs200-1_8v;
65694374990SAswath Govindraju		mmc-hs400-1_8v;
6577cd03dc7SFaiz Abbas		dma-coherent;
6587cd03dc7SFaiz Abbas	};
6597cd03dc7SFaiz Abbas
6607cd03dc7SFaiz Abbas	main_sdhci1: mmc@4fb0000 {
6617cd03dc7SFaiz Abbas		compatible = "ti,j7200-sdhci-4bit", "ti,j721e-sdhci-4bit";
6627cd03dc7SFaiz Abbas		reg = <0x00 0x04fb0000 0x00 0x260>, <0x00 0x4fb8000 0x00 0x134>;
6637cd03dc7SFaiz Abbas		interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
6647cd03dc7SFaiz Abbas		power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>;
6650cf73209SGrygorii Strashko		clock-names = "clk_ahb", "clk_xin";
6660cf73209SGrygorii Strashko		clocks = <&k3_clks 92 1>, <&k3_clks 92 2>;
6677cd03dc7SFaiz Abbas		ti,otap-del-sel-legacy = <0x0>;
6687cd03dc7SFaiz Abbas		ti,otap-del-sel-sd-hs = <0x0>;
6697cd03dc7SFaiz Abbas		ti,otap-del-sel-sdr12 = <0xf>;
6707cd03dc7SFaiz Abbas		ti,otap-del-sel-sdr25 = <0xf>;
6717cd03dc7SFaiz Abbas		ti,otap-del-sel-sdr50 = <0xc>;
6727cd03dc7SFaiz Abbas		ti,otap-del-sel-sdr104 = <0x5>;
6737cd03dc7SFaiz Abbas		ti,otap-del-sel-ddr50 = <0xc>;
67494374990SAswath Govindraju		ti,itap-del-sel-legacy = <0x0>;
67594374990SAswath Govindraju		ti,itap-del-sel-sd-hs = <0x0>;
67694374990SAswath Govindraju		ti,itap-del-sel-sdr12 = <0x0>;
67794374990SAswath Govindraju		ti,itap-del-sel-sdr25 = <0x0>;
67894374990SAswath Govindraju		ti,clkbuf-sel = <0x7>;
67994374990SAswath Govindraju		ti,trm-icp = <0x8>;
6807cd03dc7SFaiz Abbas		dma-coherent;
6817cd03dc7SFaiz Abbas	};
6826197d713SRoger Quadros
6834c1b22a9SKishon Vijay Abraham I	serdes_wiz0: wiz@5060000 {
6844c1b22a9SKishon Vijay Abraham I		compatible = "ti,j721e-wiz-10g";
6854c1b22a9SKishon Vijay Abraham I		#address-cells = <1>;
6864c1b22a9SKishon Vijay Abraham I		#size-cells = <1>;
6874c1b22a9SKishon Vijay Abraham I		power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>;
6884c1b22a9SKishon Vijay Abraham I		clocks = <&k3_clks 292 11>, <&k3_clks 292 85>, <&serdes_refclk>;
6894c1b22a9SKishon Vijay Abraham I		clock-names = "fck", "core_ref_clk", "ext_ref_clk";
6904c1b22a9SKishon Vijay Abraham I		num-lanes = <4>;
6914c1b22a9SKishon Vijay Abraham I		#reset-cells = <1>;
6924c1b22a9SKishon Vijay Abraham I		ranges = <0x5060000 0x0 0x5060000 0x10000>;
6934c1b22a9SKishon Vijay Abraham I
6944c1b22a9SKishon Vijay Abraham I		assigned-clocks = <&k3_clks 292 85>;
6954c1b22a9SKishon Vijay Abraham I		assigned-clock-parents = <&k3_clks 292 89>;
6964c1b22a9SKishon Vijay Abraham I
6974c1b22a9SKishon Vijay Abraham I		wiz0_pll0_refclk: pll0-refclk {
6984c1b22a9SKishon Vijay Abraham I			clocks = <&k3_clks 292 85>, <&serdes_refclk>;
6994c1b22a9SKishon Vijay Abraham I			clock-output-names = "wiz0_pll0_refclk";
7004c1b22a9SKishon Vijay Abraham I			#clock-cells = <0>;
7014c1b22a9SKishon Vijay Abraham I			assigned-clocks = <&wiz0_pll0_refclk>;
7024c1b22a9SKishon Vijay Abraham I			assigned-clock-parents = <&k3_clks 292 85>;
7034c1b22a9SKishon Vijay Abraham I		};
7044c1b22a9SKishon Vijay Abraham I
7054c1b22a9SKishon Vijay Abraham I		wiz0_pll1_refclk: pll1-refclk {
7064c1b22a9SKishon Vijay Abraham I			clocks = <&k3_clks 292 85>, <&serdes_refclk>;
7074c1b22a9SKishon Vijay Abraham I			clock-output-names = "wiz0_pll1_refclk";
7084c1b22a9SKishon Vijay Abraham I			#clock-cells = <0>;
7094c1b22a9SKishon Vijay Abraham I			assigned-clocks = <&wiz0_pll1_refclk>;
7104c1b22a9SKishon Vijay Abraham I			assigned-clock-parents = <&k3_clks 292 85>;
7114c1b22a9SKishon Vijay Abraham I		};
7124c1b22a9SKishon Vijay Abraham I
7134c1b22a9SKishon Vijay Abraham I		wiz0_refclk_dig: refclk-dig {
7144c1b22a9SKishon Vijay Abraham I			clocks = <&k3_clks 292 85>, <&serdes_refclk>;
7154c1b22a9SKishon Vijay Abraham I			clock-output-names = "wiz0_refclk_dig";
7164c1b22a9SKishon Vijay Abraham I			#clock-cells = <0>;
7174c1b22a9SKishon Vijay Abraham I			assigned-clocks = <&wiz0_refclk_dig>;
7184c1b22a9SKishon Vijay Abraham I			assigned-clock-parents = <&k3_clks 292 85>;
7194c1b22a9SKishon Vijay Abraham I		};
7204c1b22a9SKishon Vijay Abraham I
7214c1b22a9SKishon Vijay Abraham I		wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div {
7224c1b22a9SKishon Vijay Abraham I			clocks = <&wiz0_refclk_dig>;
7234c1b22a9SKishon Vijay Abraham I			#clock-cells = <0>;
7244c1b22a9SKishon Vijay Abraham I		};
7254c1b22a9SKishon Vijay Abraham I
7264c1b22a9SKishon Vijay Abraham I		serdes0: serdes@5060000 {
7274c1b22a9SKishon Vijay Abraham I			compatible = "ti,j721e-serdes-10g";
7284c1b22a9SKishon Vijay Abraham I			reg = <0x05060000 0x00010000>;
7294c1b22a9SKishon Vijay Abraham I			reg-names = "torrent_phy";
7304c1b22a9SKishon Vijay Abraham I			resets = <&serdes_wiz0 0>;
7314c1b22a9SKishon Vijay Abraham I			reset-names = "torrent_reset";
7324c1b22a9SKishon Vijay Abraham I			clocks = <&wiz0_pll0_refclk>;
7334c1b22a9SKishon Vijay Abraham I			clock-names = "refclk";
7344c1b22a9SKishon Vijay Abraham I			#address-cells = <1>;
7354c1b22a9SKishon Vijay Abraham I			#size-cells = <0>;
7364c1b22a9SKishon Vijay Abraham I		};
7374c1b22a9SKishon Vijay Abraham I	};
7384c1b22a9SKishon Vijay Abraham I
7393276d9f5SKishon Vijay Abraham I	pcie1_rc: pcie@2910000 {
7403276d9f5SKishon Vijay Abraham I		compatible = "ti,j7200-pcie-host", "ti,j721e-pcie-host";
7413276d9f5SKishon Vijay Abraham I		reg = <0x00 0x02910000 0x00 0x1000>,
7423276d9f5SKishon Vijay Abraham I		      <0x00 0x02917000 0x00 0x400>,
7433276d9f5SKishon Vijay Abraham I		      <0x00 0x0d800000 0x00 0x00800000>,
7443276d9f5SKishon Vijay Abraham I		      <0x00 0x18000000 0x00 0x00001000>;
7453276d9f5SKishon Vijay Abraham I		reg-names = "intd_cfg", "user_cfg", "reg", "cfg";
7463276d9f5SKishon Vijay Abraham I		interrupt-names = "link_state";
7473276d9f5SKishon Vijay Abraham I		interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>;
7483276d9f5SKishon Vijay Abraham I		device_type = "pci";
7493276d9f5SKishon Vijay Abraham I		ti,syscon-pcie-ctrl = <&scm_conf 0x4074>;
7503276d9f5SKishon Vijay Abraham I		max-link-speed = <3>;
7513276d9f5SKishon Vijay Abraham I		num-lanes = <4>;
7523276d9f5SKishon Vijay Abraham I		power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>;
7533276d9f5SKishon Vijay Abraham I		clocks = <&k3_clks 240 6>;
7543276d9f5SKishon Vijay Abraham I		clock-names = "fck";
7553276d9f5SKishon Vijay Abraham I		#address-cells = <3>;
7563276d9f5SKishon Vijay Abraham I		#size-cells = <2>;
7578bb84292SKishon Vijay Abraham I		bus-range = <0x0 0xff>;
7583276d9f5SKishon Vijay Abraham I		cdns,no-bar-match-nbits = <64>;
7590d553792SKishon Vijay Abraham I		vendor-id = <0x104c>;
7600d553792SKishon Vijay Abraham I		device-id = <0xb00f>;
7613276d9f5SKishon Vijay Abraham I		msi-map = <0x0 &gic_its 0x0 0x10000>;
7623276d9f5SKishon Vijay Abraham I		dma-coherent;
7633276d9f5SKishon Vijay Abraham I		ranges = <0x01000000 0x0 0x18001000  0x00 0x18001000  0x0 0x0010000>,
7643276d9f5SKishon Vijay Abraham I			 <0x02000000 0x0 0x18011000  0x00 0x18011000  0x0 0x7fef000>;
7653276d9f5SKishon Vijay Abraham I		dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x10000 0x0>;
7663276d9f5SKishon Vijay Abraham I	};
7673276d9f5SKishon Vijay Abraham I
7683276d9f5SKishon Vijay Abraham I	pcie1_ep: pcie-ep@2910000 {
7693276d9f5SKishon Vijay Abraham I		compatible = "ti,j7200-pcie-ep", "ti,j721e-pcie-ep";
7703276d9f5SKishon Vijay Abraham I		reg = <0x00 0x02910000 0x00 0x1000>,
7713276d9f5SKishon Vijay Abraham I		      <0x00 0x02917000 0x00 0x400>,
7723276d9f5SKishon Vijay Abraham I		      <0x00 0x0d800000 0x00 0x00800000>,
7733276d9f5SKishon Vijay Abraham I		      <0x00 0x18000000 0x00 0x08000000>;
7743276d9f5SKishon Vijay Abraham I		reg-names = "intd_cfg", "user_cfg", "reg", "mem";
7753276d9f5SKishon Vijay Abraham I		interrupt-names = "link_state";
7763276d9f5SKishon Vijay Abraham I		interrupts = <GIC_SPI 330 IRQ_TYPE_EDGE_RISING>;
7773276d9f5SKishon Vijay Abraham I		ti,syscon-pcie-ctrl = <&scm_conf 0x4074>;
7783276d9f5SKishon Vijay Abraham I		max-link-speed = <3>;
7793276d9f5SKishon Vijay Abraham I		num-lanes = <4>;
7803276d9f5SKishon Vijay Abraham I		power-domains = <&k3_pds 240 TI_SCI_PD_EXCLUSIVE>;
7813276d9f5SKishon Vijay Abraham I		clocks = <&k3_clks 240 6>;
7823276d9f5SKishon Vijay Abraham I		clock-names = "fck";
7833276d9f5SKishon Vijay Abraham I		max-functions = /bits/ 8 <6>;
784b6021ba0SKishon Vijay Abraham I		max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>;
7853276d9f5SKishon Vijay Abraham I		dma-coherent;
7863276d9f5SKishon Vijay Abraham I	};
7873276d9f5SKishon Vijay Abraham I
7886197d713SRoger Quadros	usbss0: cdns-usb@4104000 {
7896197d713SRoger Quadros		compatible = "ti,j721e-usb";
7906197d713SRoger Quadros		reg = <0x00 0x4104000 0x00 0x100>;
7916197d713SRoger Quadros		dma-coherent;
7926197d713SRoger Quadros		power-domains = <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>;
7936197d713SRoger Quadros		clocks = <&k3_clks 288 12>, <&k3_clks 288 3>;
7946197d713SRoger Quadros		clock-names = "ref", "lpm";
7956197d713SRoger Quadros		assigned-clocks = <&k3_clks 288 12>;	/* USB2_REFCLK */
7966197d713SRoger Quadros		assigned-clock-parents = <&k3_clks 288 13>; /* HFOSC0 */
7976197d713SRoger Quadros		#address-cells = <2>;
7986197d713SRoger Quadros		#size-cells = <2>;
7996197d713SRoger Quadros		ranges;
8006197d713SRoger Quadros
8016197d713SRoger Quadros		usb0: usb@6000000 {
8026197d713SRoger Quadros			compatible = "cdns,usb3";
8036197d713SRoger Quadros			reg = <0x00 0x6000000 0x00 0x10000>,
8046197d713SRoger Quadros			      <0x00 0x6010000 0x00 0x10000>,
8056197d713SRoger Quadros			      <0x00 0x6020000 0x00 0x10000>;
8066197d713SRoger Quadros			reg-names = "otg", "xhci", "dev";
8076197d713SRoger Quadros			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,	/* irq.0 */
8086197d713SRoger Quadros				     <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,	/* irq.6 */
8096197d713SRoger Quadros				     <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;	/* otgirq.0 */
8106197d713SRoger Quadros			interrupt-names = "host",
8116197d713SRoger Quadros					  "peripheral",
8126197d713SRoger Quadros					  "otg";
8136197d713SRoger Quadros			maximum-speed = "super-speed";
8146197d713SRoger Quadros			dr_mode = "otg";
815a2894d85SRoger Quadros			cdns,phyrst-a-enable;
8166197d713SRoger Quadros		};
8176197d713SRoger Quadros	};
818eb6f3655SSuman Anna
819e0b2e6afSFaiz Abbas	main_gpio0: gpio@600000 {
820e0b2e6afSFaiz Abbas		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
821e0b2e6afSFaiz Abbas		reg = <0x00 0x00600000 0x00 0x100>;
822e0b2e6afSFaiz Abbas		gpio-controller;
823e0b2e6afSFaiz Abbas		#gpio-cells = <2>;
824e0b2e6afSFaiz Abbas		interrupt-parent = <&main_gpio_intr>;
825e0b2e6afSFaiz Abbas		interrupts = <145>, <146>, <147>, <148>,
826e0b2e6afSFaiz Abbas			     <149>;
827e0b2e6afSFaiz Abbas		interrupt-controller;
828e0b2e6afSFaiz Abbas		#interrupt-cells = <2>;
829e0b2e6afSFaiz Abbas		ti,ngpio = <69>;
830e0b2e6afSFaiz Abbas		ti,davinci-gpio-unbanked = <0>;
831e0b2e6afSFaiz Abbas		power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>;
832e0b2e6afSFaiz Abbas		clocks = <&k3_clks 105 0>;
833e0b2e6afSFaiz Abbas		clock-names = "gpio";
834e0b2e6afSFaiz Abbas	};
835e0b2e6afSFaiz Abbas
836e0b2e6afSFaiz Abbas	main_gpio2: gpio@610000 {
837e0b2e6afSFaiz Abbas		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
838e0b2e6afSFaiz Abbas		reg = <0x00 0x00610000 0x00 0x100>;
839e0b2e6afSFaiz Abbas		gpio-controller;
840e0b2e6afSFaiz Abbas		#gpio-cells = <2>;
841e0b2e6afSFaiz Abbas		interrupt-parent = <&main_gpio_intr>;
842e0b2e6afSFaiz Abbas		interrupts = <154>, <155>, <156>, <157>,
843e0b2e6afSFaiz Abbas			     <158>;
844e0b2e6afSFaiz Abbas		interrupt-controller;
845e0b2e6afSFaiz Abbas		#interrupt-cells = <2>;
846e0b2e6afSFaiz Abbas		ti,ngpio = <69>;
847e0b2e6afSFaiz Abbas		ti,davinci-gpio-unbanked = <0>;
848e0b2e6afSFaiz Abbas		power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>;
849e0b2e6afSFaiz Abbas		clocks = <&k3_clks 107 0>;
850e0b2e6afSFaiz Abbas		clock-names = "gpio";
851e0b2e6afSFaiz Abbas	};
852e0b2e6afSFaiz Abbas
853e0b2e6afSFaiz Abbas	main_gpio4: gpio@620000 {
854e0b2e6afSFaiz Abbas		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
855e0b2e6afSFaiz Abbas		reg = <0x00 0x00620000 0x00 0x100>;
856e0b2e6afSFaiz Abbas		gpio-controller;
857e0b2e6afSFaiz Abbas		#gpio-cells = <2>;
858e0b2e6afSFaiz Abbas		interrupt-parent = <&main_gpio_intr>;
859e0b2e6afSFaiz Abbas		interrupts = <163>, <164>, <165>, <166>,
860e0b2e6afSFaiz Abbas			     <167>;
861e0b2e6afSFaiz Abbas		interrupt-controller;
862e0b2e6afSFaiz Abbas		#interrupt-cells = <2>;
863e0b2e6afSFaiz Abbas		ti,ngpio = <69>;
864e0b2e6afSFaiz Abbas		ti,davinci-gpio-unbanked = <0>;
865e0b2e6afSFaiz Abbas		power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>;
866e0b2e6afSFaiz Abbas		clocks = <&k3_clks 109 0>;
867e0b2e6afSFaiz Abbas		clock-names = "gpio";
868e0b2e6afSFaiz Abbas	};
869e0b2e6afSFaiz Abbas
870e0b2e6afSFaiz Abbas	main_gpio6: gpio@630000 {
871e0b2e6afSFaiz Abbas		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
872e0b2e6afSFaiz Abbas		reg = <0x00 0x00630000 0x00 0x100>;
873e0b2e6afSFaiz Abbas		gpio-controller;
874e0b2e6afSFaiz Abbas		#gpio-cells = <2>;
875e0b2e6afSFaiz Abbas		interrupt-parent = <&main_gpio_intr>;
876e0b2e6afSFaiz Abbas		interrupts = <172>, <173>, <174>, <175>,
877e0b2e6afSFaiz Abbas			     <176>;
878e0b2e6afSFaiz Abbas		interrupt-controller;
879e0b2e6afSFaiz Abbas		#interrupt-cells = <2>;
880e0b2e6afSFaiz Abbas		ti,ngpio = <69>;
881e0b2e6afSFaiz Abbas		ti,davinci-gpio-unbanked = <0>;
882e0b2e6afSFaiz Abbas		power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>;
883e0b2e6afSFaiz Abbas		clocks = <&k3_clks 111 0>;
884e0b2e6afSFaiz Abbas		clock-names = "gpio";
885e0b2e6afSFaiz Abbas	};
886e0b2e6afSFaiz Abbas
8878f6c475fSVaishnav Achath	main_spi0: spi@2100000 {
8888f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
8898f6c475fSVaishnav Achath		reg = <0x00 0x02100000 0x00 0x400>;
8908f6c475fSVaishnav Achath		interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
8918f6c475fSVaishnav Achath		#address-cells = <1>;
8928f6c475fSVaishnav Achath		#size-cells = <0>;
8938f6c475fSVaishnav Achath		power-domains = <&k3_pds 266 TI_SCI_PD_EXCLUSIVE>;
8948f6c475fSVaishnav Achath		clocks = <&k3_clks 266 1>;
8958f6c475fSVaishnav Achath		status = "disabled";
8968f6c475fSVaishnav Achath	};
8978f6c475fSVaishnav Achath
8988f6c475fSVaishnav Achath	main_spi1: spi@2110000 {
8998f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9008f6c475fSVaishnav Achath		reg = <0x00 0x02110000 0x00 0x400>;
9018f6c475fSVaishnav Achath		interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
9028f6c475fSVaishnav Achath		#address-cells = <1>;
9038f6c475fSVaishnav Achath		#size-cells = <0>;
9048f6c475fSVaishnav Achath		power-domains = <&k3_pds 267 TI_SCI_PD_EXCLUSIVE>;
9058f6c475fSVaishnav Achath		clocks = <&k3_clks 267 1>;
9068f6c475fSVaishnav Achath		status = "disabled";
9078f6c475fSVaishnav Achath	};
9088f6c475fSVaishnav Achath
9098f6c475fSVaishnav Achath	main_spi2: spi@2120000 {
9108f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9118f6c475fSVaishnav Achath		reg = <0x00 0x02120000 0x00 0x400>;
9128f6c475fSVaishnav Achath		interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
9138f6c475fSVaishnav Achath		#address-cells = <1>;
9148f6c475fSVaishnav Achath		#size-cells = <0>;
9158f6c475fSVaishnav Achath		power-domains = <&k3_pds 268 TI_SCI_PD_EXCLUSIVE>;
9168f6c475fSVaishnav Achath		clocks = <&k3_clks 268 1>;
9178f6c475fSVaishnav Achath		status = "disabled";
9188f6c475fSVaishnav Achath	};
9198f6c475fSVaishnav Achath
9208f6c475fSVaishnav Achath	main_spi3: spi@2130000 {
9218f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9228f6c475fSVaishnav Achath		reg = <0x00 0x02130000 0x00 0x400>;
9238f6c475fSVaishnav Achath		interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
9248f6c475fSVaishnav Achath		#address-cells = <1>;
9258f6c475fSVaishnav Achath		#size-cells = <0>;
9268f6c475fSVaishnav Achath		power-domains = <&k3_pds 269 TI_SCI_PD_EXCLUSIVE>;
9278f6c475fSVaishnav Achath		clocks = <&k3_clks 269 1>;
9288f6c475fSVaishnav Achath		status = "disabled";
9298f6c475fSVaishnav Achath	};
9308f6c475fSVaishnav Achath
9318f6c475fSVaishnav Achath	main_spi4: spi@2140000 {
9328f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9338f6c475fSVaishnav Achath		reg = <0x00 0x02140000 0x00 0x400>;
9348f6c475fSVaishnav Achath		interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
9358f6c475fSVaishnav Achath		#address-cells = <1>;
9368f6c475fSVaishnav Achath		#size-cells = <0>;
9378f6c475fSVaishnav Achath		power-domains = <&k3_pds 270 TI_SCI_PD_EXCLUSIVE>;
9388f6c475fSVaishnav Achath		clocks = <&k3_clks 270 1>;
9398f6c475fSVaishnav Achath		status = "disabled";
9408f6c475fSVaishnav Achath	};
9418f6c475fSVaishnav Achath
9428f6c475fSVaishnav Achath	main_spi5: spi@2150000 {
9438f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9448f6c475fSVaishnav Achath		reg = <0x00 0x02150000 0x00 0x400>;
9458f6c475fSVaishnav Achath		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
9468f6c475fSVaishnav Achath		#address-cells = <1>;
9478f6c475fSVaishnav Achath		#size-cells = <0>;
9488f6c475fSVaishnav Achath		power-domains = <&k3_pds 271 TI_SCI_PD_EXCLUSIVE>;
9498f6c475fSVaishnav Achath		clocks = <&k3_clks 271 1>;
9508f6c475fSVaishnav Achath		status = "disabled";
9518f6c475fSVaishnav Achath	};
9528f6c475fSVaishnav Achath
9538f6c475fSVaishnav Achath	main_spi6: spi@2160000 {
9548f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9558f6c475fSVaishnav Achath		reg = <0x00 0x02160000 0x00 0x400>;
9568f6c475fSVaishnav Achath		interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
9578f6c475fSVaishnav Achath		#address-cells = <1>;
9588f6c475fSVaishnav Achath		#size-cells = <0>;
9598f6c475fSVaishnav Achath		power-domains = <&k3_pds 272 TI_SCI_PD_EXCLUSIVE>;
9608f6c475fSVaishnav Achath		clocks = <&k3_clks 272 1>;
9618f6c475fSVaishnav Achath		status = "disabled";
9628f6c475fSVaishnav Achath	};
9638f6c475fSVaishnav Achath
9648f6c475fSVaishnav Achath	main_spi7: spi@2170000 {
9658f6c475fSVaishnav Achath		compatible = "ti,am654-mcspi","ti,omap4-mcspi";
9668f6c475fSVaishnav Achath		reg = <0x00 0x02170000 0x00 0x400>;
9678f6c475fSVaishnav Achath		interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
9688f6c475fSVaishnav Achath		#address-cells = <1>;
9698f6c475fSVaishnav Achath		#size-cells = <0>;
9708f6c475fSVaishnav Achath		power-domains = <&k3_pds 273 TI_SCI_PD_EXCLUSIVE>;
9718f6c475fSVaishnav Achath		clocks = <&k3_clks 273 1>;
9728f6c475fSVaishnav Achath		status = "disabled";
9738f6c475fSVaishnav Achath	};
9748f6c475fSVaishnav Achath
9756038f117SGowtham Tammana	watchdog0: watchdog@2200000 {
9766038f117SGowtham Tammana		compatible = "ti,j7-rti-wdt";
9776038f117SGowtham Tammana		reg = <0x0 0x2200000 0x0 0x100>;
9786038f117SGowtham Tammana		clocks = <&k3_clks 252 1>;
9796038f117SGowtham Tammana		power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>;
9806038f117SGowtham Tammana		assigned-clocks = <&k3_clks 252 1>;
9816038f117SGowtham Tammana		assigned-clock-parents = <&k3_clks 252 5>;
9826038f117SGowtham Tammana	};
9836038f117SGowtham Tammana
9846038f117SGowtham Tammana	watchdog1: watchdog@2210000 {
9856038f117SGowtham Tammana		compatible = "ti,j7-rti-wdt";
9866038f117SGowtham Tammana		reg = <0x0 0x2210000 0x0 0x100>;
9876038f117SGowtham Tammana		clocks = <&k3_clks 253 1>;
9886038f117SGowtham Tammana		power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>;
9896038f117SGowtham Tammana		assigned-clocks = <&k3_clks 253 1>;
9906038f117SGowtham Tammana		assigned-clock-parents = <&k3_clks 253 5>;
9916038f117SGowtham Tammana	};
9926038f117SGowtham Tammana
993c8a28ed4SUdit Kumar	main_timer0: timer@2400000 {
994c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
995c8a28ed4SUdit Kumar		reg = <0x00 0x2400000 0x00 0x400>;
996c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
997c8a28ed4SUdit Kumar		clocks = <&k3_clks 49 1>;
998c8a28ed4SUdit Kumar		clock-names = "fck";
999c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 49 1>;
1000c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 49 2>;
1001c8a28ed4SUdit Kumar		power-domains = <&k3_pds 49 TI_SCI_PD_EXCLUSIVE>;
1002c8a28ed4SUdit Kumar		ti,timer-pwm;
1003c8a28ed4SUdit Kumar	};
1004c8a28ed4SUdit Kumar
1005c8a28ed4SUdit Kumar	main_timer1: timer@2410000 {
1006c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1007c8a28ed4SUdit Kumar		reg = <0x00 0x2410000 0x00 0x400>;
1008c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1009c8a28ed4SUdit Kumar		clocks = <&k3_clks 50 1>;
1010c8a28ed4SUdit Kumar		clock-names = "fck";
1011c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 50 1>, <&k3_clks 313 0>;
1012c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 50 2>, <&k3_clks 313 1>;
1013c8a28ed4SUdit Kumar		power-domains = <&k3_pds 50 TI_SCI_PD_EXCLUSIVE>;
1014c8a28ed4SUdit Kumar		ti,timer-pwm;
1015c8a28ed4SUdit Kumar	};
1016c8a28ed4SUdit Kumar
1017c8a28ed4SUdit Kumar	main_timer2: timer@2420000 {
1018c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1019c8a28ed4SUdit Kumar		reg = <0x00 0x2420000 0x00 0x400>;
1020c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
1021c8a28ed4SUdit Kumar		clocks = <&k3_clks 51 1>;
1022c8a28ed4SUdit Kumar		clock-names = "fck";
1023c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 51 1>;
1024c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 51 2>;
1025c8a28ed4SUdit Kumar		power-domains = <&k3_pds 49 TI_SCI_PD_EXCLUSIVE>;
1026c8a28ed4SUdit Kumar		ti,timer-pwm;
1027c8a28ed4SUdit Kumar	};
1028c8a28ed4SUdit Kumar
1029c8a28ed4SUdit Kumar	main_timer3: timer@2430000 {
1030c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1031c8a28ed4SUdit Kumar		reg = <0x00 0x2430000 0x00 0x400>;
1032c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
1033c8a28ed4SUdit Kumar		clocks = <&k3_clks 52 1>;
1034c8a28ed4SUdit Kumar		clock-names = "fck";
1035c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 52 1>, <&k3_clks 314 0>;
1036c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 52 2>, <&k3_clks 314 1>;
1037c8a28ed4SUdit Kumar		power-domains = <&k3_pds 52 TI_SCI_PD_EXCLUSIVE>;
1038c8a28ed4SUdit Kumar		ti,timer-pwm;
1039c8a28ed4SUdit Kumar	};
1040c8a28ed4SUdit Kumar
1041c8a28ed4SUdit Kumar	main_timer4: timer@2440000 {
1042c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1043c8a28ed4SUdit Kumar		reg = <0x00 0x2440000 0x00 0x400>;
1044c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH>;
1045c8a28ed4SUdit Kumar		clocks = <&k3_clks 53 1>;
1046c8a28ed4SUdit Kumar		clock-names = "fck";
1047c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 53 1>;
1048c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 53 2>;
1049c8a28ed4SUdit Kumar		power-domains = <&k3_pds 53 TI_SCI_PD_EXCLUSIVE>;
1050c8a28ed4SUdit Kumar		ti,timer-pwm;
1051c8a28ed4SUdit Kumar	};
1052c8a28ed4SUdit Kumar
1053c8a28ed4SUdit Kumar	main_timer5: timer@2450000 {
1054c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1055c8a28ed4SUdit Kumar		reg = <0x00 0x2450000 0x00 0x400>;
1056c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
1057c8a28ed4SUdit Kumar		clocks = <&k3_clks 54 1>;
1058c8a28ed4SUdit Kumar		clock-names = "fck";
1059c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 54 1>, <&k3_clks 315 0>;
1060c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 54 2>, <&k3_clks 315 1>;
1061c8a28ed4SUdit Kumar		power-domains = <&k3_pds 54 TI_SCI_PD_EXCLUSIVE>;
1062c8a28ed4SUdit Kumar		ti,timer-pwm;
1063c8a28ed4SUdit Kumar	};
1064c8a28ed4SUdit Kumar
1065c8a28ed4SUdit Kumar	main_timer6: timer@2460000 {
1066c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1067c8a28ed4SUdit Kumar		reg = <0x00 0x2460000 0x00 0x400>;
1068c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 230 IRQ_TYPE_LEVEL_HIGH>;
1069c8a28ed4SUdit Kumar		clocks = <&k3_clks 55 1>;
1070c8a28ed4SUdit Kumar		clock-names = "fck";
1071c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 55 1>;
1072c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 55 2>;
1073c8a28ed4SUdit Kumar		power-domains = <&k3_pds 55 TI_SCI_PD_EXCLUSIVE>;
1074c8a28ed4SUdit Kumar		ti,timer-pwm;
1075c8a28ed4SUdit Kumar	};
1076c8a28ed4SUdit Kumar
1077c8a28ed4SUdit Kumar	main_timer7: timer@2470000 {
1078c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1079c8a28ed4SUdit Kumar		reg = <0x00 0x2470000 0x00 0x400>;
1080c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>;
1081c8a28ed4SUdit Kumar		clocks = <&k3_clks 57 1>;
1082c8a28ed4SUdit Kumar		clock-names = "fck";
1083c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 57 1>, <&k3_clks 316 0>;
1084c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 57 2>, <&k3_clks 316 1>;
1085c8a28ed4SUdit Kumar		power-domains = <&k3_pds 57 TI_SCI_PD_EXCLUSIVE>;
1086c8a28ed4SUdit Kumar		ti,timer-pwm;
1087c8a28ed4SUdit Kumar	};
1088c8a28ed4SUdit Kumar
1089c8a28ed4SUdit Kumar	main_timer8: timer@2480000 {
1090c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1091c8a28ed4SUdit Kumar		reg = <0x00 0x2480000 0x00 0x400>;
1092c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>;
1093c8a28ed4SUdit Kumar		clocks = <&k3_clks 58 1>;
1094c8a28ed4SUdit Kumar		clock-names = "fck";
1095c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 58 1>;
1096c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 58 2>;
1097c8a28ed4SUdit Kumar		power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>;
1098c8a28ed4SUdit Kumar		ti,timer-pwm;
1099c8a28ed4SUdit Kumar	};
1100c8a28ed4SUdit Kumar
1101c8a28ed4SUdit Kumar	main_timer9: timer@2490000 {
1102c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1103c8a28ed4SUdit Kumar		reg = <0x00 0x2490000 0x00 0x400>;
1104c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 233 IRQ_TYPE_LEVEL_HIGH>;
1105c8a28ed4SUdit Kumar		clocks = <&k3_clks 59 1>;
1106c8a28ed4SUdit Kumar		clock-names = "fck";
1107c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 59 1>, <&k3_clks 317 0>;
1108c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 59 2>, <&k3_clks 317 1>;
1109c8a28ed4SUdit Kumar		power-domains = <&k3_pds 59 TI_SCI_PD_EXCLUSIVE>;
1110c8a28ed4SUdit Kumar		ti,timer-pwm;
1111c8a28ed4SUdit Kumar	};
1112c8a28ed4SUdit Kumar
1113c8a28ed4SUdit Kumar	main_timer10: timer@24a0000 {
1114c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1115c8a28ed4SUdit Kumar		reg = <0x00 0x24a0000 0x00 0x400>;
1116c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 234 IRQ_TYPE_LEVEL_HIGH>;
1117c8a28ed4SUdit Kumar		clocks = <&k3_clks 60 1>;
1118c8a28ed4SUdit Kumar		clock-names = "fck";
1119c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 60 1>;
1120c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 60 2>;
1121c8a28ed4SUdit Kumar		power-domains = <&k3_pds 60 TI_SCI_PD_EXCLUSIVE>;
1122c8a28ed4SUdit Kumar		ti,timer-pwm;
1123c8a28ed4SUdit Kumar	};
1124c8a28ed4SUdit Kumar
1125c8a28ed4SUdit Kumar	main_timer11: timer@24b0000 {
1126c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1127c8a28ed4SUdit Kumar		reg = <0x00 0x24b0000 0x00 0x400>;
1128c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>;
1129c8a28ed4SUdit Kumar		clocks = <&k3_clks 62 1>;
1130c8a28ed4SUdit Kumar		clock-names = "fck";
1131c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 62 1>, <&k3_clks 318 0>;
1132c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 62 2>, <&k3_clks 318 1>;
1133c8a28ed4SUdit Kumar		power-domains = <&k3_pds 62 TI_SCI_PD_EXCLUSIVE>;
1134c8a28ed4SUdit Kumar		ti,timer-pwm;
1135c8a28ed4SUdit Kumar	};
1136c8a28ed4SUdit Kumar
1137c8a28ed4SUdit Kumar	main_timer12: timer@24c0000 {
1138c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1139c8a28ed4SUdit Kumar		reg = <0x00 0x24c0000 0x00 0x400>;
1140c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>;
1141c8a28ed4SUdit Kumar		clocks = <&k3_clks 63 1>;
1142c8a28ed4SUdit Kumar		clock-names = "fck";
1143c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 63 1>;
1144c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 63 2>;
1145c8a28ed4SUdit Kumar		power-domains = <&k3_pds 63 TI_SCI_PD_EXCLUSIVE>;
1146c8a28ed4SUdit Kumar		ti,timer-pwm;
1147c8a28ed4SUdit Kumar	};
1148c8a28ed4SUdit Kumar
1149c8a28ed4SUdit Kumar	main_timer13: timer@24d0000 {
1150c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1151c8a28ed4SUdit Kumar		reg = <0x00 0x24d0000 0x00 0x400>;
1152c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>;
1153c8a28ed4SUdit Kumar		clocks = <&k3_clks 64 1>;
1154c8a28ed4SUdit Kumar		clock-names = "fck";
1155c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 64 1>, <&k3_clks 319 0>;
1156c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 64 2>, <&k3_clks 319 1>;
1157c8a28ed4SUdit Kumar		power-domains = <&k3_pds 64 TI_SCI_PD_EXCLUSIVE>;
1158c8a28ed4SUdit Kumar		ti,timer-pwm;
1159c8a28ed4SUdit Kumar	};
1160c8a28ed4SUdit Kumar
1161c8a28ed4SUdit Kumar	main_timer14: timer@24e0000 {
1162c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1163c8a28ed4SUdit Kumar		reg = <0x00 0x24e0000 0x00 0x400>;
1164c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>;
1165c8a28ed4SUdit Kumar		clocks = <&k3_clks 65 1>;
1166c8a28ed4SUdit Kumar		clock-names = "fck";
1167c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 65 1>;
1168c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 65 2>;
1169c8a28ed4SUdit Kumar		power-domains = <&k3_pds 65 TI_SCI_PD_EXCLUSIVE>;
1170c8a28ed4SUdit Kumar		ti,timer-pwm;
1171c8a28ed4SUdit Kumar	};
1172c8a28ed4SUdit Kumar
1173c8a28ed4SUdit Kumar	main_timer15: timer@24f0000 {
1174c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1175c8a28ed4SUdit Kumar		reg = <0x00 0x24f0000 0x00 0x400>;
1176c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>;
1177c8a28ed4SUdit Kumar		clocks = <&k3_clks 66 1>;
1178c8a28ed4SUdit Kumar		clock-names = "fck";
1179c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 66 1>, <&k3_clks 320 0>;
1180c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 66 2>, <&k3_clks 320 1>;
1181c8a28ed4SUdit Kumar		power-domains = <&k3_pds 66 TI_SCI_PD_EXCLUSIVE>;
1182c8a28ed4SUdit Kumar		ti,timer-pwm;
1183c8a28ed4SUdit Kumar	};
1184c8a28ed4SUdit Kumar
1185c8a28ed4SUdit Kumar	main_timer16: timer@2500000 {
1186c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1187c8a28ed4SUdit Kumar		reg = <0x00 0x2500000 0x00 0x400>;
1188c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
1189c8a28ed4SUdit Kumar		clocks = <&k3_clks 67 1>;
1190c8a28ed4SUdit Kumar		clock-names = "fck";
1191c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 67 1>;
1192c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 67 2>;
1193c8a28ed4SUdit Kumar		power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>;
1194c8a28ed4SUdit Kumar		ti,timer-pwm;
1195c8a28ed4SUdit Kumar	};
1196c8a28ed4SUdit Kumar
1197c8a28ed4SUdit Kumar	main_timer17: timer@2510000 {
1198c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1199c8a28ed4SUdit Kumar		reg = <0x00 0x2510000 0x00 0x400>;
1200c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
1201c8a28ed4SUdit Kumar		clocks = <&k3_clks 68 1>;
1202c8a28ed4SUdit Kumar		clock-names = "fck";
1203c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 68 1>, <&k3_clks 321 0>;
1204c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 68 2>, <&k3_clks 321 1>;
1205c8a28ed4SUdit Kumar		power-domains = <&k3_pds 68 TI_SCI_PD_EXCLUSIVE>;
1206c8a28ed4SUdit Kumar		ti,timer-pwm;
1207c8a28ed4SUdit Kumar	};
1208c8a28ed4SUdit Kumar
1209c8a28ed4SUdit Kumar	main_timer18: timer@2520000 {
1210c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1211c8a28ed4SUdit Kumar		reg = <0x00 0x2520000 0x00 0x400>;
1212c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>;
1213c8a28ed4SUdit Kumar		clocks = <&k3_clks 69 1>;
1214c8a28ed4SUdit Kumar		clock-names = "fck";
1215c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 69 1>;
1216c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 69 2>;
1217c8a28ed4SUdit Kumar		power-domains = <&k3_pds 69 TI_SCI_PD_EXCLUSIVE>;
1218c8a28ed4SUdit Kumar		ti,timer-pwm;
1219c8a28ed4SUdit Kumar	};
1220c8a28ed4SUdit Kumar
1221c8a28ed4SUdit Kumar	main_timer19: timer@2530000 {
1222c8a28ed4SUdit Kumar		compatible = "ti,am654-timer";
1223c8a28ed4SUdit Kumar		reg = <0x00 0x2530000 0x00 0x400>;
1224c8a28ed4SUdit Kumar		interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>;
1225c8a28ed4SUdit Kumar		clocks = <&k3_clks 70 1>;
1226c8a28ed4SUdit Kumar		clock-names = "fck";
1227c8a28ed4SUdit Kumar		assigned-clocks = <&k3_clks 70 1>, <&k3_clks 322 0>;
1228c8a28ed4SUdit Kumar		assigned-clock-parents = <&k3_clks 70 2>, <&k3_clks 322 1>;
1229c8a28ed4SUdit Kumar		power-domains = <&k3_pds 70 TI_SCI_PD_EXCLUSIVE>;
1230c8a28ed4SUdit Kumar		ti,timer-pwm;
1231c8a28ed4SUdit Kumar	};
1232c8a28ed4SUdit Kumar
1233eb6f3655SSuman Anna	main_r5fss0: r5fss@5c00000 {
1234eb6f3655SSuman Anna		compatible = "ti,j7200-r5fss";
1235eb6f3655SSuman Anna		ti,cluster-mode = <1>;
1236eb6f3655SSuman Anna		#address-cells = <1>;
1237eb6f3655SSuman Anna		#size-cells = <1>;
1238eb6f3655SSuman Anna		ranges = <0x5c00000 0x00 0x5c00000 0x20000>,
1239eb6f3655SSuman Anna			 <0x5d00000 0x00 0x5d00000 0x20000>;
1240eb6f3655SSuman Anna		power-domains = <&k3_pds 243 TI_SCI_PD_EXCLUSIVE>;
1241eb6f3655SSuman Anna
1242eb6f3655SSuman Anna		main_r5fss0_core0: r5f@5c00000 {
1243eb6f3655SSuman Anna			compatible = "ti,j7200-r5f";
1244eb6f3655SSuman Anna			reg = <0x5c00000 0x00010000>,
1245eb6f3655SSuman Anna			      <0x5c10000 0x00010000>;
1246eb6f3655SSuman Anna			reg-names = "atcm", "btcm";
1247eb6f3655SSuman Anna			ti,sci = <&dmsc>;
1248eb6f3655SSuman Anna			ti,sci-dev-id = <245>;
1249eb6f3655SSuman Anna			ti,sci-proc-ids = <0x06 0xff>;
1250eb6f3655SSuman Anna			resets = <&k3_reset 245 1>;
1251eb6f3655SSuman Anna			firmware-name = "j7200-main-r5f0_0-fw";
1252eb6f3655SSuman Anna			ti,atcm-enable = <1>;
1253eb6f3655SSuman Anna			ti,btcm-enable = <1>;
1254eb6f3655SSuman Anna			ti,loczrama = <1>;
1255eb6f3655SSuman Anna		};
1256eb6f3655SSuman Anna
1257eb6f3655SSuman Anna		main_r5fss0_core1: r5f@5d00000 {
1258eb6f3655SSuman Anna			compatible = "ti,j7200-r5f";
1259eb6f3655SSuman Anna			reg = <0x5d00000 0x00008000>,
1260eb6f3655SSuman Anna			      <0x5d10000 0x00008000>;
1261eb6f3655SSuman Anna			reg-names = "atcm", "btcm";
1262eb6f3655SSuman Anna			ti,sci = <&dmsc>;
1263eb6f3655SSuman Anna			ti,sci-dev-id = <246>;
1264eb6f3655SSuman Anna			ti,sci-proc-ids = <0x07 0xff>;
1265eb6f3655SSuman Anna			resets = <&k3_reset 246 1>;
1266eb6f3655SSuman Anna			firmware-name = "j7200-main-r5f0_1-fw";
1267eb6f3655SSuman Anna			ti,atcm-enable = <1>;
1268eb6f3655SSuman Anna			ti,btcm-enable = <1>;
1269eb6f3655SSuman Anna			ti,loczrama = <1>;
1270eb6f3655SSuman Anna		};
1271eb6f3655SSuman Anna	};
1272e3d1f276SNeha Malcom Francis
1273e3d1f276SNeha Malcom Francis	main_esm: esm@700000 {
1274e3d1f276SNeha Malcom Francis		compatible = "ti,j721e-esm";
1275e3d1f276SNeha Malcom Francis		reg = <0x0 0x700000 0x0 0x1000>;
1276e3d1f276SNeha Malcom Francis		ti,esm-pins = <656>, <657>;
1277e3d1f276SNeha Malcom Francis	};
1278d361ed88SLokesh Vutla};
1279