dts: nrf: Add SoC compatible property

Add a compatible property to the SoC level nodes to tell what SoC we
are on.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-10 12:17:02 -06:00 committed by Anas Nashif
commit 801ee9c5f0
10 changed files with 60 additions and 0 deletions

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(16)>;
};
/ {
soc {
compatible = "nordic,nRF51822-QFAA", "nordic,nRF51822", "nordic,nRF51", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(16)>;
};
/ {
soc {
compatible = "nordic,nRF51822-QFAB", "nordic,nRF51822", "nordic,nRF51", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(32)>;
};
/ {
soc {
compatible = "nordic,nRF51822-QFAC", "nordic,nRF51822", "nordic,nRF51", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(24)>;
};
/ {
soc {
compatible = "nordic,nRF52810-QFAA", "nordic,nRF52810", "nordic,nRF52", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(64)>;
};
/ {
soc {
compatible = "nordic,nRF52832-CIAA", "nordic,nRF52832", "nordic,nRF52", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(64)>;
};
/ {
soc {
compatible = "nordic,nRF52832-QFAA", "nordic,nRF52832", "nordic,nRF52", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(32)>;
};
/ {
soc {
compatible = "nordic,nRF52832-QFAB", "nordic,nRF52832", "nordic,nRF52", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
/ {
soc {
compatible = "nordic,nRF52840-QIAA", "nordic,nRF52840", "nordic,nRF52", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
/ {
soc {
compatible = "nordic,nRF9160-SICA", "nordic,nRF9160", "nordic,nRF91", "simple-bus";
};
};

View file

@ -14,3 +14,9 @@
&sram0 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
/ {
soc {
compatible = "nordic,nRF9160-SICA", "nordic,nRF9160", "nordic,nRF91", "simple-bus";
};
};