dts: arm: Add unit-address component to memory and flash nodes

This patch add the unit-address component to memory and flash
nodes. According to the DT specification, the unit-address of
a node must match the first address specified in the reg
property of the node.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2017-07-21 15:43:01 +03:00 committed by Kumar Gala
commit 399a6bec0f
22 changed files with 41 additions and 41 deletions

View file

@ -12,7 +12,7 @@
};
};
sram0: memory {
sram0: memory@20000000 {
compatible = "mmio-sram";
reg = <0x20000000 0x30000>;
};