Add initial device tree support for new parrot board id. This is a snapshot of dtsi files as of KP.1.0 'commit <f3d0974ae0c8> ("ARM: dts: msm: Add support for new WCN Card for Parrot")'. Modified as per compilation and bootup. Change-Id: Ic9b5c7dc8c900c9e7e8e2bbd4d56f8b8e92ed1ad Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
21 lines
549 B
Plaintext
21 lines
549 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "parrot-idp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot IDP + WCN6755";
|
|
compatible = "qcom,parrot-idp", "qcom,parrot", "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 5>;
|
|
qcom,pmic-id-size = <9>;
|
|
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
|
|
};
|