summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-04-12 07:38:16 +0000
committerPeng Fan <peng.fan@nxp.com>2023-05-05 09:46:03 +0800
commitd8a8b6339754a075a3b6f14bc6be5e97d1bba683 (patch)
tree638521aebacfac0ba89c9cebded81a7eeb4debfd /arch/arm/dts
parent25914878655c47912a7793e61ce69fa9f5871400 (diff)
downloadu-boot-d8a8b6339754a075a3b6f14bc6be5e97d1bba683.tar.gz
arm: dts: fsl-ls1088a: move memory node into U-Boot specific file
The top-level "memory" node does not exist in the Linux version of the fsl-ls1088a.dtsi file. Move it to the U-Boot "tweak" file, so we can have an identical copy of fsl-ls1088a.dtsi between the projects in the end. Signed-off-by: Mathew McBride <matt@traverse.com.au> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com> # on LS1088A-RDB
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/fsl-ls1088a-u-boot.dtsi8
-rw-r--r--arch/arm/dts/fsl-ls1088a.dtsi6
2 files changed, 8 insertions, 6 deletions
diff --git a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
index f59d8b184c..3eb45d47cd 100644
--- a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
+++ b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
@@ -1,6 +1,14 @@
// SPDX-License-Identifier: GPL-2.0+
#include <config.h>
+/{
+ memory@80000000 {
+ device_type = "memory";
+ reg = <0x00000000 0x80000000 0 0x80000000>;
+ /* DRAM space - 1, size : 2 GB DRAM */
+ };
+};
+
&duart0 {
bootph-all;
};
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index b094bcf67c..3afd847baf 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.dtsi
@@ -13,12 +13,6 @@
#address-cells = <2>;
#size-cells = <2>;
- memory@80000000 {
- device_type = "memory";
- reg = <0x00000000 0x80000000 0 0x80000000>;
- /* DRAM space - 1, size : 2 GB DRAM */
- };
-
gic: interrupt-controller@6000000 {
compatible = "arm,gic-v3";
reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */