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:
parent
80a9fc3fa1
commit
801ee9c5f0
10 changed files with 60 additions and 0 deletions
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(16)>;
|
reg = <0x20000000 DT_SIZE_K(16)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF51822-QFAA", "nordic,nRF51822", "nordic,nRF51", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(16)>;
|
reg = <0x20000000 DT_SIZE_K(16)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF51822-QFAB", "nordic,nRF51822", "nordic,nRF51", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(32)>;
|
reg = <0x20000000 DT_SIZE_K(32)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF51822-QFAC", "nordic,nRF51822", "nordic,nRF51", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(24)>;
|
reg = <0x20000000 DT_SIZE_K(24)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF52810-QFAA", "nordic,nRF52810", "nordic,nRF52", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(64)>;
|
reg = <0x20000000 DT_SIZE_K(64)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF52832-CIAA", "nordic,nRF52832", "nordic,nRF52", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(64)>;
|
reg = <0x20000000 DT_SIZE_K(64)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF52832-QFAA", "nordic,nRF52832", "nordic,nRF52", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(32)>;
|
reg = <0x20000000 DT_SIZE_K(32)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF52832-QFAB", "nordic,nRF52832", "nordic,nRF52", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(256)>;
|
reg = <0x20000000 DT_SIZE_K(256)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF52840-QIAA", "nordic,nRF52840", "nordic,nRF52", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(256)>;
|
reg = <0x20000000 DT_SIZE_K(256)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF9160-SICA", "nordic,nRF9160", "nordic,nRF91", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
&sram0 {
|
&sram0 {
|
||||||
reg = <0x20000000 DT_SIZE_K(256)>;
|
reg = <0x20000000 DT_SIZE_K(256)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
compatible = "nordic,nRF9160-SICA", "nordic,nRF9160", "nordic,nRF91", "simple-bus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue