Skip to content

Commit

Permalink
dts: silabs: Add SoC level compatible
Browse files Browse the repository at this point in the history
Add compatible for all the SoC dtsi files.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Jan 11, 2019
1 parent c2c9265 commit 381c7bd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dts/arm/silabs/efm32hg322f64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
Expand Down
2 changes: 2 additions & 0 deletions dts/arm/silabs/efm32pg12b500f1024gl125.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
Expand Down
2 changes: 2 additions & 0 deletions dts/arm/silabs/efm32wg990f256.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
Expand Down
2 changes: 2 additions & 0 deletions dts/arm/silabs/efr32fg1p133f256gm48.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
Expand Down
2 changes: 2 additions & 0 deletions dts/arm/silabs/efr32mg12p332f1024gl125.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
Expand Down

0 comments on commit 381c7bd

Please sign in to comment.