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
|
@ -18,12 +18,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
sram0: memory {
|
||||
sram0: memory@20070000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20070000 0x18000>;
|
||||
};
|
||||
|
||||
flash0: flash {
|
||||
flash0: flash@80000 {
|
||||
reg = <0x00080000 0x80000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue