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:
parent
3ef630834a
commit
233149eec5
7 changed files with 123 additions and 118 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue