Commit 4060cf60 authored by Markus Schneider-Pargmann (TI.com)'s avatar Markus Schneider-Pargmann (TI.com) Committed by Vignesh Raghavendra
Browse files

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

parent 6992c72c
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -44,6 +44,33 @@ pmu: pmu {
		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>;