[PATCH] dts: lemans-evk-u-boot: add override dtsi
Sumit Garg
sumit.garg at kernel.org
Wed Apr 15 07:26:59 CEST 2026
From: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
Add initial support for the lemans EVK platform based on lemans SoC.
Define memory layout statically.
Signed-off-by: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
Signed-off-by: Sumit Garg <sumit.garg at oss.qualcomm.com>
---
arch/arm/dts/lemans-evk-u-boot.dtsi | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 arch/arm/dts/lemans-evk-u-boot.dtsi
diff --git a/arch/arm/dts/lemans-evk-u-boot.dtsi b/arch/arm/dts/lemans-evk-u-boot.dtsi
new file mode 100644
index 00000000000..c79ef80d1c5
--- /dev/null
+++ b/arch/arm/dts/lemans-evk-u-boot.dtsi
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: BSD-3-Clause
+/*
+ * Copyright (c) 2026, Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+
+/ {
+ /* Will be removed when bootloader updates later */
+ memory at 80000000 {
+ device_type = "memory";
+ reg = <0x0 0x80000000 0x0 0x3ee00000>,
+ <0x0 0xc0000000 0x0 0x0fd00000>,
+ <0xD 0x00000000 0x2 0x80000000>,
+ <0xA 0x80000000 0x1 0x80000000>,
+ <0x9 0x00000000 0x1 0x80000000>,
+ <0x1 0x00000000 0x3 0x00000000>,
+ <0x0 0xd0000000 0x0 0x01900000>,
+ <0x0 0xd3500000 0x0 0x2cb00000>;
+ };
+};
--
2.51.0
More information about the U-Boot
mailing list