Increase memreserve region on RUMI to match the reserved memory region. Change-Id: I353dc4d97cc0678a588b7fafb6732a4695dd6b52 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/memreserve/ 0x90000000 0x100000;
|
|
|
|
#include "sun.dtsi"
|
|
#include "sun-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun RUMI";
|
|
compatible = "qcom,sun-rumi", "qcom,sun", "qcom,rumi";
|
|
qcom,board-id = <15 0>;
|
|
};
|