From: Aswin Murugan Date: Wed, 21 May 2025 03:53:20 +0000 (+0530) Subject: dts: qcs615-ride-u-boot.dtsi: Add memory entry to bootup X-Git-Tag: v2025.10-rc1~91^2~44^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe2faf426964e0a22ace0aae020e0f4da58affa;p=pandora-u-boot.git dts: qcs615-ride-u-boot.dtsi: Add memory entry to bootup Added the memory entry to bootup. Signed-off-by: Aswin Murugan Link: https://lore.kernel.org/r/20250521035324.1182833-2-aswin.murugan@oss.qualcomm.com Signed-off-by: Casey Connolly --- diff --git a/arch/arm/dts/qcs615-ride-u-boot.dtsi b/arch/arm/dts/qcs615-ride-u-boot.dtsi new file mode 100644 index 00000000000..68fffc70fcb --- /dev/null +++ b/arch/arm/dts/qcs615-ride-u-boot.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2025, Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/ { + memory@80000000 { + device_type = "memory"; + reg = <0x0 0x80000000 0x0 0x7a00000>, + <0x0 0x89600000 0x0 0x30100000>, + <0x0 0xc0000000 0x0 0xc0000000>, + <0x1 0x80000000 0x1 0x00000000>; + }; +};