Add changes to parrot66 qca6750/qca6755 dt files to have separate model name and remove moselle plus subtype from it. Change-Id: I873794d4da9016d4b586f9c2b2d7a6d7d9c04739
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "parrot-wcn6750.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot QRD";
|
|
compatible = "qcom,parrot", "qcom,parrot-qrd", "qcom,qrd";
|
|
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>, <633 0x10000>, <634 0x10000>, <638 0x10000>, <663 0x10000>;
|
|
qcom,board-id = <0x1000B 1>, <0x1000B 0x601>;
|
|
};
|