dts: silabs: Add SoC level compatible

Add compatible for all the SoC dtsi files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-10 11:37:06 -06:00 committed by Kumar Gala
commit 381c7bd519
5 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,8 @@
};
soc {
compatible = "silabs,efm32hg322f64", "silabs,efm32hg", "silabs,efm32", "simple-bus";
flash-controller@400c0000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(64)>;

View file

@ -13,6 +13,8 @@
};
soc {
compatible = "silabs,efm32pg12b500f1024gl125", "silabs,efm32pg12b", "silabs,efm32", "simple-bus";
flash-controller@400e0000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(1024)>;

View file

@ -13,6 +13,8 @@
};
soc {
compatible = "silabs,efm32wg990f256", "silabs,efm32wg", "silabs,efm32", "simple-bus";
flash-controller@400c0000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(256)>;

View file

@ -13,6 +13,8 @@
};
soc {
compatible = "silabs,efr32fg1p133f256gm48", "silabs,efr32fg1p", "silabs,efr32", "simple-bus";
flash-controller@400e0000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(256)>;

View file

@ -13,6 +13,8 @@
};
soc {
compatible = "silabs,efr32mg12p332f1024gl125", "silabs,efr32mg12p", "silabs,efr32", "simple-bus";
flash-controller@400e0000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(1024)>;