If CONFIG_ARM_ATAG_DTB_COMPAT enabled it expects the memory
information to be in a node named "memory". If the memory is
described in a different node, the device tree will end up with two
nodes describing the memory.
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
};
};
- memory@80000000 {
+ memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
};
};
- memory@80000000 {
+ memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
};
};
- memory@80000000 {
+ memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
};
};
- memory@60000000 {
+ memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};