[PATCH v1 2/8] dts: shikra-cqs-evk-u-boot.dtsi: add memory node for boot
Aswin Murugan
aswin.murugan at oss.qualcomm.com
Mon Jun 15 14:18:22 CEST 2026
Add memory node to enable proper system boot.
Signed-off-by: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
---
arch/arm/dts/shikra-cqs-evk-u-boot.dtsi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
diff --git a/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi b/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
new file mode 100644
index 00000000000..5a21e0894e6
--- /dev/null
+++ b/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: BSD-3-Clause
+/*
+ * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
+ */
+
+/ {
+ memory at 80000000 {
+ device_type = "memory";
+ reg = <0x0 0x80000000 0x0 0x0dd00000>,
+ <0x0 0x8dd00000 0x0 0x15c00000>,
+ <0x0 0xa3900000 0x0 0x4ff00000>,
+ <0x1 0xf3800000 0x0 0x0c800000>,
+ <0x8 0x80000000 0x0 0x80000000>;
+ };
+};
--
2.34.1
More information about the U-Boot
mailing list