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
509 B
Plaintext
18 lines
509 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 IDP";
|
|
compatible = "qcom,parrot", "qcom,parrot-idp", "qcom,idp";
|
|
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>, <633 0x10000>, <634 0x10000>, <638 0x10000>, <663 0x10000>;
|
|
qcom,board-id = <34 0>, <34 2>, <34 4>, <34 0x600>, <34 0x602>, <34 0x604>;
|
|
};
|