As eSE is present in multiple kera boards, added the board and msm id's for all the revellant kera boards. Change-Id: I9f3e75c4c5570c1471a77f5c38226bd3bc6867c8
17 lines
427 B
Plaintext
17 lines
427 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 OEMVM MTP";
|
|
compatible = "qcom,kera-mtp", "qcom,kera", "qcom,kerap-mtp", "qcom,kerap",
|
|
"qcom,mtp";
|
|
qcom,board-id = <0x10008 0>, <0x10008 1>, <0x20008 0>, <0x20008 1>, <0x30008 0>, <0x30008 1>;
|
|
};
|