Update the trusted VM devicetree for Sun MTP and CDP. Change-Id: I730350197c25350632bf65adb9aff101685c281d Signed-off-by: Rui Chen <quic_ruc@quicinc.com>
18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "trustedvm-sun-sde.dtsi"
|
|
#include "trustedvm-sun-sde-display-cdp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun CDP - TrustedVM";
|
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <1 0>;
|
|
};
|