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:
parent
73024f8b3e
commit
399a6bec0f
22 changed files with 41 additions and 41 deletions
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
sram0: memory {
|
||||
sram0: memory@20000000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x30000>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue