summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-lx2160a.dtsi
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2023-03-15 13:04:14 +0200
committerPeng Fan <peng.fan@nxp.com>2023-04-04 17:31:46 +0800
commit677fb953720e664f1603a36041f5aa31599d2f57 (patch)
tree69f8f82e6ddf7f05950df1bd8b7a97e3eb7a83df /arch/arm/dts/fsl-lx2160a.dtsi
parentc1186a99bf083b8731a8c615711b5ac943b06e82 (diff)
downloadu-boot-677fb953720e664f1603a36041f5aa31599d2f57.tar.gz
u-boot-677fb953720e664f1603a36041f5aa31599d2f57.tar.bz2
u-boot-677fb953720e664f1603a36041f5aa31599d2f57.zip
arch: arm: dts: fsl-lx2160a.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>
Diffstat (limited to 'arch/arm/dts/fsl-lx2160a.dtsi')
-rw-r--r--arch/arm/dts/fsl-lx2160a.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi
index 57c7d3ef71..08f160f698 100644
--- a/arch/arm/dts/fsl-lx2160a.dtsi
+++ b/arch/arm/dts/fsl-lx2160a.dtsi
@@ -27,6 +27,14 @@
clock-output-names = "sysclk";
};
+ soc {
+ compatible = "simple-bus";
+ #address-cells = <2>;
+ #size-cells = <2>;
+ ranges;
+ dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
+ };
+
crypto: crypto@8000000 {
compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
fsl,sec-era = <10>;