arm64: dts: s32g2: add memory nodes for evb and rdb2
authorChester Lin <clin@suse.com>
Wed, 8 Sep 2021 06:45:27 +0000 (14:45 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Oct 2021 08:09:24 +0000 (16:09 +0800)
Add memory nodes for S32G-VNP-EVB and S32G-VNP-RDB2.

Signed-off-by: Chester Lin <clin@suse.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/s32g274a-evb.dts
arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts

index 3aec05d..9118d8d 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
  * Copyright (c) 2021 SUSE LLC
+ * Copyright (c) 2019-2021 NXP
  */
 
 /dts-v1/;
        chosen {
                stdout-path = "serial0:115200n8";
        };
+
+       /* 4GiB RAM */
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x0 0x80000000 0 0x80000000>,
+                     <0x8 0x80000000 0 0x80000000>;
+       };
 };
 
 /* UART (J58) to Micro USB port */
index ed3f23b..e05ee85 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
  * Copyright (c) 2021 SUSE LLC
+ * Copyright (c) 2019-2021 NXP
  */
 
 /dts-v1/;
        chosen {
                stdout-path = "serial0:115200n8";
        };
+
+       /* 4GiB RAM */
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x0 0x80000000 0 0x80000000>,
+                     <0x8 0x80000000 0 0x80000000>;
+       };
 };
 
 /* UART (J2) to Micro USB port */