mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
dts: qcs615-ride-u-boot.dtsi: Add memory entry to bootup
Added the memory entry to bootup. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250521035324.1182833-2-aswin.murugan@oss.qualcomm.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
parent
5afb01b2ab
commit
abe2faf426
14
arch/arm/dts/qcs615-ride-u-boot.dtsi
Normal file
14
arch/arm/dts/qcs615-ride-u-boot.dtsi
Normal file
@ -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>;
|
||||
};
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user