dts/nxp: Fix dtc v1.4.6 warning: Node has a reg but not unit name
Adds unit names to the i.mx rt internal memory nodes. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
4e90bd36bb
commit
2d6c48bf16
1 changed files with 3 additions and 3 deletions
|
@ -29,15 +29,15 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
itcm0: itcm0 {
|
||||
itcm0: itcm@0 {
|
||||
reg = <0x00000000 0x20000>;
|
||||
};
|
||||
|
||||
dtcm0: dtcm0 {
|
||||
dtcm0: dtcm@20000000 {
|
||||
reg = <0x20000000 0x20000>;
|
||||
};
|
||||
|
||||
ocram0: ocram0 {
|
||||
ocram0: ocram@20200000 {
|
||||
reg = <0x20200000 0x40000>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue