dts/arm/st: add SoC compatible string to stm32wba and stm32mb SoCs

While most of the ST family SoCs have the compatible string set, several
targets still miss it.

Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
This commit is contained in:
Piotr Zierhoffer 2023-09-03 15:42:47 +02:00 committed by Carles Cufí
commit 4edb915c2c

View file

@ -39,6 +39,8 @@
};
soc {
compatible = "st,stm32mp157", "st,stm32mp1", "simple-bus";
rcc: rcc@50000000 {
compatible = "st,stm32mp1-rcc";
reg = <0x50000000 0x1000>;