dts: Remove memory node from skeleton dtsi file
Remove memory node from skeleton dtsi and add device_type property in every memory node in soc dtsi files Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
399a6bec0f
commit
1a652e3ef1
25 changed files with 24 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20070000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20070000 0x18000>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue