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:
parent
6ead139b4b
commit
4edb915c2c
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
compatible = "st,stm32mp157", "st,stm32mp1", "simple-bus";
|
||||
|
||||
rcc: rcc@50000000 {
|
||||
compatible = "st,stm32mp1-rcc";
|
||||
reg = <0x50000000 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue