diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2023-03-15 13:04:09 +0200 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2023-04-04 17:31:46 +0800 |
commit | 204d574fe4b01a9468ac5256cf3cffdd874d204a (patch) | |
tree | e9abaf4fdfc221d516667efd50fb8d044b683d3a | |
parent | 2532eadcd5bfe9e98fff5585785af737e475fb4c (diff) | |
download | u-boot-204d574fe4b01a9468ac5256cf3cffdd874d204a.zip u-boot-204d574fe4b01a9468ac5256cf3cffdd874d204a.tar.gz u-boot-204d574fe4b01a9468ac5256cf3cffdd874d204a.tar.bz2 |
arch: arm: dts: fsl-ls1088a.dtsi: add an 'soc' node
The u-boot dts for these boards do not have an soc node, unlike its
Linux counterpart. This patch just adds the soc node as seen in Linux,
the next patches will move some nodes under it.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | arch/arm/dts/fsl-ls1088a.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi index 9b7c54b..36ec0ff 100644 --- a/arch/arm/dts/fsl-ls1088a.dtsi +++ b/arch/arm/dts/fsl-ls1088a.dtsi @@ -35,6 +35,15 @@ <1 10 0x8>; /* Hypervisor PPI, active-low */ }; + soc { + compatible = "simple-bus"; + #address-cells = <2>; + #size-cells = <2>; + ranges; + dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>; + + }; + i2c0: i2c@2000000 { compatible = "fsl,vf610-i2c"; #address-cells = <1>; |