mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
arm64: dts: ti: k3-am65-main: Add ti,pruss-pa-st node
Add pa-stats nodes to k3-am65-main.dtsi for all ICSSG instances. This is needed to dump IET related statistics for ICSSG Driver. Signed-off-by: MD Danish Anwar <danishanwar@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Link: https://lore.kernel.org/r/20241014074527.1121613-2-danishanwar@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
e6c01aeb22
commit
aef4959ee0
|
|
@ -1167,6 +1167,11 @@ icssg0_mii_g_rt: mii-g-rt@33000 {
|
|||
reg = <0x33000 0x1000>;
|
||||
};
|
||||
|
||||
icssg0_pa_stats: pa-stats@2c000 {
|
||||
compatible = "ti,pruss-pa-st", "syscon";
|
||||
reg = <0x2c000 0x1000>;
|
||||
};
|
||||
|
||||
icssg0_intc: interrupt-controller@20000 {
|
||||
compatible = "ti,icssg-intc";
|
||||
reg = <0x20000 0x2000>;
|
||||
|
|
@ -1333,6 +1338,11 @@ icssg1_mii_g_rt: mii-g-rt@33000 {
|
|||
reg = <0x33000 0x1000>;
|
||||
};
|
||||
|
||||
icssg1_pa_stats: pa-stats@2c000 {
|
||||
compatible = "ti,pruss-pa-st", "syscon";
|
||||
reg = <0x2c000 0x1000>;
|
||||
};
|
||||
|
||||
icssg1_intc: interrupt-controller@20000 {
|
||||
compatible = "ti,icssg-intc";
|
||||
reg = <0x20000 0x2000>;
|
||||
|
|
@ -1499,6 +1509,11 @@ icssg2_mii_g_rt: mii-g-rt@33000 {
|
|||
reg = <0x33000 0x1000>;
|
||||
};
|
||||
|
||||
icssg2_pa_stats: pa-stats@2c000 {
|
||||
compatible = "ti,pruss-pa-st", "syscon";
|
||||
reg = <0x2c000 0x1000>;
|
||||
};
|
||||
|
||||
icssg2_intc: interrupt-controller@20000 {
|
||||
compatible = "ti,icssg-intc";
|
||||
reg = <0x20000 0x2000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user