Commit dda83043 authored by Arnaud Pouliquen's avatar Arnaud Pouliquen Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add cortex-M4 pdds management in Cortex-M4 node



Add declarations related to the syscon pdds for deep sleep management.

Signed-off-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent a49e2447
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1124,6 +1124,11 @@
			};
		};

		pwr_mcu: pwr_mcu@50001014 {
			compatible = "syscon";
			reg = <0x50001014 0x4>;
		};

		exti: interrupt-controller@5000d000 {
			compatible = "st,stm32mp1-exti", "syscon";
			interrupt-controller;
@@ -1705,6 +1710,7 @@
			resets = <&rcc MCU_R>;
			st,syscfg-holdboot = <&rcc 0x10C 0x1>;
			st,syscfg-tz = <&rcc 0x000 0x1>;
			st,syscfg-pdds = <&pwr_mcu 0x0 0x1>;
			status = "disabled";
		};
	};