and tuna Enable compilation of trusted-vm dt files in opensource dsp-devicetree. Change-Id: I41929b0ac907efb3610bc1c4da91dc95b73bee4a Signed-off-by: Patan Saddam <quic_psaddam@quicinc.com>
19 lines
512 B
Plaintext
19 lines
512 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-dsp-trustedvm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun - TrustedVM";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>, <655 0x10000>,
|
|
<681 0x10000>, <694 0x10000>,<659 0x10000>, <686 0x10000>;
|
|
};
|