Add device tree support for MTP harmonium and MTP SN220 platforms for Tuna SoC. Change-Id: Ide7ee9b6e79b366d46c51a6d4c96f7027fbbfd7d CRs-Fixed: 3952108
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-wcn7750.dtsi"
|
|
|
|
/ {
|
|
|
|
model = "Qualcomm Technologies, Inc. Tuna MTP";
|
|
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,mtp";
|
|
qcom,msm-id = <655 0x10000>, <681 0x10000>;
|
|
qcom,board-id = <8 0>, <8 4>;
|
|
};
|