added board id for Tuna MTP + kiwi WLAN + Harmonium
Change-Id: Ic8242b8592bc5795f4647dae186fdb2fa9097658
(cherry picked from commit 895b45eac5
)
17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-nfc-common.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna SoC";
|
|
compatible = "qcom,tuna";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
|
|
qcom,board-id = <33 0>, <1 0>, <8 0>, <8 3>, <11 0>, <21 0>;
|
|
};
|