As eSE is present in multiple tuna boards, added the board and msm id's for all the revellant tuna boards. Change-Id: I97689ed94861ae890ec23eec1f9a0c6d19ea3dce
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-ese-common.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna QRD";
|
|
compatible = "qcom,tuna-qrd", "qcom,tuna", "qcom,tunap-qrd", "qcom,tunap",
|
|
"qcom,qrd";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
|
|
qcom,board-id = <11 0>;
|
|
};
|