Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: ti: k3-am64-main: Add ICSSG IEP nodes

The ICSSG IP on AM64x 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
derived from either of the IP instance's ICSSG_IEP_GCLK or from another
internal ICSSG CORE_CLK mux. Add both the IEP nodes for both the ICSSG
instances. The IEP clock is currently configured to be derived
indirectly from the ICSSG_ICLK running at 250 MHz.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Link: https://lore.kernel.org/r/20240215103036.2825096-2-danishanwar@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>

authored by

Suman Anna and committed by
Vignesh Raghavendra
d4e8c8ad 5f0e6ce3

+24
+24
arch/arm64/boot/dts/ti/k3-am64-main.dtsi
··· 1235 1235 }; 1236 1236 }; 1237 1237 1238 + icssg0_iep0: iep@2e000 { 1239 + compatible = "ti,am654-icss-iep"; 1240 + reg = <0x2e000 0x1000>; 1241 + clocks = <&icssg0_iepclk_mux>; 1242 + }; 1243 + 1244 + icssg0_iep1: iep@2f000 { 1245 + compatible = "ti,am654-icss-iep"; 1246 + reg = <0x2f000 0x1000>; 1247 + clocks = <&icssg0_iepclk_mux>; 1248 + }; 1249 + 1238 1250 icssg0_mii_rt: mii-rt@32000 { 1239 1251 compatible = "ti,pruss-mii", "syscon"; 1240 1252 reg = <0x32000 0x100>; ··· 1386 1374 assigned-clock-parents = <&icssg1_coreclk_mux>; 1387 1375 }; 1388 1376 }; 1377 + }; 1378 + 1379 + icssg1_iep0: iep@2e000 { 1380 + compatible = "ti,am654-icss-iep"; 1381 + reg = <0x2e000 0x1000>; 1382 + clocks = <&icssg1_iepclk_mux>; 1383 + }; 1384 + 1385 + icssg1_iep1: iep@2f000 { 1386 + compatible = "ti,am654-icss-iep"; 1387 + reg = <0x2f000 0x1000>; 1388 + clocks = <&icssg1_iepclk_mux>; 1389 1389 }; 1390 1390 1391 1391 icssg1_mii_rt: mii-rt@32000 {