[PATCH v1 2/6] dts: qcs8300-ride-u-boot.dtsi: Add memory entry to bootup
Casey Connolly
casey.connolly at linaro.org
Fri May 9 13:10:08 CEST 2025
On 5/8/25 13:19, Balaji Selvanathan wrote:
> Added the memory entry to bootup.
>
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
Woof we need to get the SMEM parsing sorted...
Reviewed-by: Casey Connolly <casey.connolly at linaro.org>
> ---
> arch/arm/dts/qcs8300-ride-u-boot.dtsi | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 arch/arm/dts/qcs8300-ride-u-boot.dtsi
>
> diff --git a/arch/arm/dts/qcs8300-ride-u-boot.dtsi b/arch/arm/dts/qcs8300-ride-u-boot.dtsi
> new file mode 100644
> index 00000000000..8c353ace71e
> --- /dev/null
> +++ b/arch/arm/dts/qcs8300-ride-u-boot.dtsi
> @@ -0,0 +1,19 @@
> +// SPDX-License-Identifier: BSD-3-Clause
> +/*
> + * Copyright (c) 2025, Qualcomm Innovation Center, Inc. All rights reserved.
> + */
> +
> +/ {
> + memory at 80000000 {
> + device_type = "memory";
> + reg = <0x0 0x80000000 0x0 0x11a80000>,
> + <0x0 0xc0000000 0x0 0x10000000>,
> + <0x0 0xd3100000 0x0 0x26b00000>,
> + <0xe 0x80000000 0x1 0x00000000>,
> + <0xa 0x80000000 0x1 0x80000000>,
> + <0x0 0xb0800000 0x0 0x0f200000>,
> + <0x0 0xd0100000 0x0 0x01800000>,
> + <0x0 0x91b00000 0x0 0x1e500000>;
> + };
> +};
> +
--
Casey (she/they)
More information about the U-Boot
mailing list