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:
parent
cbae54c7f7
commit
6c9ff66e5f
|
@ -44,6 +44,8 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
compatible = "ambiq,apollo4p", "ambiq,apollo4x", "simple-bus";
|
||||
|
||||
pwrcfg: pwrcfg@40021000 {
|
||||
compatible = "ambiq,pwrctrl";
|
||||
reg = <0x40021000 0x400>;
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
compatible = "ambiq,apollo4p-blue", "ambiq,apollo4x", "simple-bus";
|
||||
|
||||
flash: flash-controller@18000 {
|
||||
compatible = "ambiq,flash-controller";
|
||||
reg = <0x00018000 0x1e8000>;
|
||||
|
|
Loading…
Reference in a new issue