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

@ -18,12 +18,12 @@
};
};
sram0: memory {
sram0: memory@20070000 {
compatible = "mmio-sram";
reg = <0x20070000 0x18000>;
};
flash0: flash {
flash0: flash@80000 {
reg = <0x00080000 0x80000>;
};