arm64: dts: ti: k3-am62p: Define possible system states

Add the system states that are available on TI AM62P SoCs.

Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
Link: https://patch.msgid.link/20251103-topic-am62-dt-partialio-v6-15-v5-3-b8d9ff5f2742@baylibre.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Markus Schneider-Pargmann (TI.com)
2025-11-03 13:39:30 +01:00
committed by Vignesh Raghavendra
parent 6992c72c3a
commit 4060cf6015

View File

@@ -44,6 +44,33 @@
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
};
system-idle-states {
system_partial_io: system-partial-io {
compatible = "system-idle-state";
idle-state-name = "off-wake";
};
system_io_ddr: system-io-ddr {
compatible = "system-idle-state";
idle-state-name = "mem-deep";
};
system_deep_sleep: system-deep-sleep {
compatible = "system-idle-state";
idle-state-name = "mem";
};
system_mcu_only: system-mcu-only {
compatible = "system-idle-state";
idle-state-name = "mem-mcu-active";
};
system_standby: system-standby {
compatible = "system-idle-state";
idle-state-name = "standby";
};
};
cbass_main: bus@f0000 {
compatible = "simple-bus";
#address-cells = <2>;