Commit 1f96adbb authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: Add compatibles for syscon for stm32h743

Syscon nodes needs at least 2 compatibles to be compliant why yaml documentation.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent ae226869
...@@ -361,8 +361,8 @@ exti: interrupt-controller@58000000 { ...@@ -361,8 +361,8 @@ exti: interrupt-controller@58000000 {
interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <62>, <76>; interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <62>, <76>;
}; };
syscfg: system-config@58000400 { syscfg: syscon@58000400 {
compatible = "syscon"; compatible = "st,stm32-syscfg", "syscon";
reg = <0x58000400 0x400>; reg = <0x58000400 0x400>;
}; };
...@@ -501,7 +501,7 @@ rcc: reset-clock-controller@58024400 { ...@@ -501,7 +501,7 @@ rcc: reset-clock-controller@58024400 {
}; };
pwrcfg: power-config@58024800 { pwrcfg: power-config@58024800 {
compatible = "syscon"; compatible = "st,stm32-power-config", "syscon";
reg = <0x58024800 0x400>; reg = <0x58024800 0x400>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment