Commit 06944a55 authored by Christophe Roullier's avatar Christophe Roullier Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: Add syscfg on stm32mp1



System configuration controller is mainly used to manage
the compensation cell and other IOs and system related
settings.

Signed-off-by: default avatarChristophe Roullier <christophe.roullier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 7e29ed4a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -831,6 +831,11 @@
			reg = <0x5000d000 0x400>;
		};

		syscfg: syscon@50020000 {
			compatible = "st,stm32mp157-syscfg", "syscon";
			reg = <0x50020000 0x400>;
		};

		lptimer2: timer@50021000 {
			#address-cells = <1>;
			#size-cells = <0>;