* [PATCH v2] dts: lemans-evk-u-boot: add override dtsi
@ 2026-04-24 10:42 Sumit Garg
2026-05-05 14:14 ` Casey Connolly
2026-06-09 12:49 ` Casey Connolly
0 siblings, 2 replies; 3+ messages in thread
From: Sumit Garg @ 2026-04-24 10:42 UTC (permalink / raw)
To: u-boot
Cc: casey.connolly, neil.armstrong, trini, aswin.murugan, u-boot-qcom,
Sumit Garg
From: Aswin Murugan <aswin.murugan@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@oss.qualcomm.com>
Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
---
Changes in v2:
- Fix last DRAM bank of memory layout
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..cdd3d32f61a
--- /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@80000000 {
+ device_type = "memory";
+ reg = <0x0 0x80000000 0x0 0x3ee00000>,
+ <0x0 0xc0000000 0x0 0x0fd00000>,
+ <0xD 0x00000000 0x2 0x54100000>,
+ <0xA 0x80000000 0x1 0x80000000>,
+ <0x9 0x00000000 0x1 0x80000000>,
+ <0x1 0x00000000 0x3 0x00000000>,
+ <0x0 0xd0000000 0x0 0x01900000>,
+ <0x0 0xd3500000 0x0 0x2cb00000>;
+ };
+};
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dts: lemans-evk-u-boot: add override dtsi
2026-04-24 10:42 [PATCH v2] dts: lemans-evk-u-boot: add override dtsi Sumit Garg
@ 2026-05-05 14:14 ` Casey Connolly
2026-06-09 12:49 ` Casey Connolly
1 sibling, 0 replies; 3+ messages in thread
From: Casey Connolly @ 2026-05-05 14:14 UTC (permalink / raw)
To: u-boot, Sumit Garg
Cc: neil.armstrong, trini, aswin.murugan, u-boot-qcom, Sumit Garg
On Fri, 24 Apr 2026 16:12:37 +0530, Sumit Garg wrote:
> Add initial support for the lemans EVK platform based on lemans SoC.
> Define memory layout statically.
Applied, thanks!
[1/1] dts: lemans-evk-u-boot: add override dtsi
https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/fbd377377038
Best regards,
--
// Casey (she/they)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dts: lemans-evk-u-boot: add override dtsi
2026-04-24 10:42 [PATCH v2] dts: lemans-evk-u-boot: add override dtsi Sumit Garg
2026-05-05 14:14 ` Casey Connolly
@ 2026-06-09 12:49 ` Casey Connolly
1 sibling, 0 replies; 3+ messages in thread
From: Casey Connolly @ 2026-06-09 12:49 UTC (permalink / raw)
To: u-boot, Sumit Garg
Cc: neil.armstrong, trini, aswin.murugan, u-boot-qcom, Sumit Garg
On Fri, 24 Apr 2026 16:12:37 +0530, Sumit Garg wrote:
> Add initial support for the lemans EVK platform based on lemans SoC.
> Define memory layout statically.
Applied, thanks!
[1/1] dts: lemans-evk-u-boot: add override dtsi
https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/f8cc5cccd5b1
Best regards,
--
// Casey (she/they)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-09 12:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 10:42 [PATCH v2] dts: lemans-evk-u-boot: add override dtsi Sumit Garg
2026-05-05 14:14 ` Casey Connolly
2026-06-09 12:49 ` Casey Connolly
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.