dts: nordic: move flash/sram under SoC Node

Move flash-controller and SRAM node definitions under SoC node.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Kumar Gala 2019-02-13 10:24:23 -06:00 committed by Kumar Gala
commit 233149eec5
7 changed files with 123 additions and 118 deletions

View file

@ -20,11 +20,6 @@
};
};
sram0: memory@20000000 {
device_type = "memory";
compatible = "mmio-sram";
};
aliases {
flash-controller = &flash_controller;
ficr = &ficr;
@ -60,6 +55,11 @@
};
soc {
sram0: memory@20000000 {
device_type = "memory";
compatible = "mmio-sram";
};
peripheral@50000000 {
#address-cells = <1>;
#size-cells = <1>;