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>;
|
||||
};
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20100000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20100000 0x20000>;
|
||||
};
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20400000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20400000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x30000>;
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@1FFFF000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x1FFFF000 0x4000>;
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x4000>;
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x20000>;
|
||||
};
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x5000>;
|
||||
};
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20004000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <DT_SRAM_START DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 (64*1024)>;
|
||||
};
|
||||
|
|
|
@ -9,5 +9,4 @@
|
|||
#size-cells = <1>;
|
||||
chosen { };
|
||||
aliases { };
|
||||
memory { device_type = "memory"; reg = <0 0>; };
|
||||
};
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
|
||||
sram0: memory@a8006400 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0xa8006400 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
};
|
||||
|
||||
sram0: memory@00280000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x00280000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue