Add board-id support for new WCN Card for Parrot VM. Change-Id: Ied8021ddc151a6d7c17a31464cfe17dabe920b8b Signed-off-by: Saranya R <quic_sarar@quicinc.com>
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "parrot-vm.dtsi"
|
|
#include "parrot-vm-qrd-wcn6750.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot SVM QRD + WCN6750";
|
|
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
|
|
qcom,board-id = <0x1000B 1>, <0x1000B 2>;
|
|
};
|