Change the sun rumi dt file to compile as an overlay. Change-Id: I56dcc5349eac12c660981da0fc75f0173b27197a Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun RUMI";
|
|
compatible = "qcom,sun-rumi", "qcom,sun", "qcom,rumi";
|
|
qcom,board-id = <15 0>;
|
|
};
|