Skip to content

Commit 209f4e8

Browse files
danish-tir-vignesh
authored andcommitted
arm64: dts: ti: k3-am65-main: Add ICSSG IEP nodes
The ICSSG IP on AM65x SoCs have two Industrial Ethernet Peripherals (IEPs) to manage/generate Industrial Ethernet functions such as time stamping. Each IEP sub-module is sourced from an internal clock mux that can be sourced from either of the IP instance's ICSSG_IEP_GCLK or ICSSG_ICLK. Add the IEP nodes for all the ICSSG instances. Signed-off-by: MD Danish Anwar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent c00504e commit 209f4e8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,18 @@
11511151
};
11521152
};
11531153

1154+
icssg0_iep0: iep@2e000 {
1155+
compatible = "ti,am654-icss-iep";
1156+
reg = <0x2e000 0x1000>;
1157+
clocks = <&icssg0_iepclk_mux>;
1158+
};
1159+
1160+
icssg0_iep1: iep@2f000 {
1161+
compatible = "ti,am654-icss-iep";
1162+
reg = <0x2f000 0x1000>;
1163+
clocks = <&icssg0_iepclk_mux>;
1164+
};
1165+
11541166
icssg0_mii_rt: mii-rt@32000 {
11551167
compatible = "ti,pruss-mii", "syscon";
11561168
reg = <0x32000 0x100>;
@@ -1293,6 +1305,18 @@
12931305
};
12941306
};
12951307

1308+
icssg1_iep0: iep@2e000 {
1309+
compatible = "ti,am654-icss-iep";
1310+
reg = <0x2e000 0x1000>;
1311+
clocks = <&icssg1_iepclk_mux>;
1312+
};
1313+
1314+
icssg1_iep1: iep@2f000 {
1315+
compatible = "ti,am654-icss-iep";
1316+
reg = <0x2f000 0x1000>;
1317+
clocks = <&icssg1_iepclk_mux>;
1318+
};
1319+
12961320
icssg1_mii_rt: mii-rt@32000 {
12971321
compatible = "ti,pruss-mii", "syscon";
12981322
reg = <0x32000 0x100>;
@@ -1435,6 +1459,18 @@
14351459
};
14361460
};
14371461

1462+
icssg2_iep0: iep@2e000 {
1463+
compatible = "ti,am654-icss-iep";
1464+
reg = <0x2e000 0x1000>;
1465+
clocks = <&icssg2_iepclk_mux>;
1466+
};
1467+
1468+
icssg2_iep1: iep@2f000 {
1469+
compatible = "ti,am654-icss-iep";
1470+
reg = <0x2f000 0x1000>;
1471+
clocks = <&icssg2_iepclk_mux>;
1472+
};
1473+
14381474
icssg2_mii_rt: mii-rt@32000 {
14391475
compatible = "ti,pruss-mii", "syscon";
14401476
reg = <0x32000 0x100>;

0 commit comments

Comments
 (0)