dts: arm: nrf5340: adding device_type property in sram nodes
Add device_type DTS property in sram0 and sram1 nodes, for nRF5340 Application and Network CPU, respectively. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
6d60ce5642
commit
1e492b2b1d
2 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
|
||||
soc {
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
|
||||
soc {
|
||||
sram1: memory@21000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue