As eSE is present in multiple kera boards, added the board and msm id's for all the revellant kera boards. Change-Id: I9f3e75c4c5570c1471a77f5c38226bd3bc6867c8
19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "kera-ese-common.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera CDP + QCA6750 + UFS3.0";
|
|
compatible = "qcom,kera-cdp", "qcom,kera", "qcom,kerap-cdp", "qcom,kerap",
|
|
"qcom,cdp";
|
|
|
|
qcom,msm-id = <686 0x10000>, <659 0x10000>;
|
|
qcom,board-id = <0x20001 0>;
|
|
};
|