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:
Ioannis Glaropoulos 2020-01-09 14:10:11 +01:00 committed by Carles Cufí
commit 1e492b2b1d
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@
soc {
sram0: memory@20000000 {
device_type = "memory";
compatible = "mmio-sram";
};

View file

@ -64,6 +64,7 @@
soc {
sram1: memory@21000000 {
device_type = "memory";
compatible = "mmio-sram";
};