dts: arm: ambiq: Add SoC compat string

Add `compatible` node to Ambiq SoCs, along with secondary common compat,
since they share many similarities.

Signed-off-by: Mateusz Karlic <mkarlic@antmicro.com>
This commit is contained in:
Mateusz Karlic 2023-12-07 12:20:14 +01:00 committed by Carles Cufí
parent cbae54c7f7
commit 6c9ff66e5f
2 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,8 @@
};
soc {
compatible = "ambiq,apollo4p", "ambiq,apollo4x", "simple-bus";
pwrcfg: pwrcfg@40021000 {
compatible = "ambiq,pwrctrl";
reg = <0x40021000 0x400>;

View file

@ -49,6 +49,8 @@
};
soc {
compatible = "ambiq,apollo4p-blue", "ambiq,apollo4x", "simple-bus";
flash: flash-controller@18000 {
compatible = "ambiq,flash-controller";
reg = <0x00018000 0x1e8000>;