mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: dts: ls1028a: add an empty /soc
To keep the device tree similar to the linux kernel one, we need to move all CCSR related devices into the /soc node. To keep the patches easy to review, we initially add an empty /soc node and populate it piece by piece. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
541deeea59
commit
cd80d5d924
2 changed files with 11 additions and 0 deletions
|
@ -297,6 +297,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&soc {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&sysclk {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
|
@ -478,4 +478,11 @@
|
|||
compatible = "arm,sp805-wdt";
|
||||
reg = <0x0 0xc000000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
soc: soc {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue