mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
dts: qcs8300-ride-u-boot.dtsi: Add memory entry to bootup
Added the memory entry to bootup. Reviewed-by: Casey Connolly <casey.connolly@linaro.org> Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250529154931.1879976-3-quic_bselvana@quicinc.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
parent
e71cfbbae6
commit
8e29f5adcc
19
arch/arm/dts/qcs8300-ride-u-boot.dtsi
Normal file
19
arch/arm/dts/qcs8300-ride-u-boot.dtsi
Normal file
@ -0,0 +1,19 @@
|
||||
// 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 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>;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user