Add ParrotPRO SKU soc id support in device tree. Change-Id: Ifdc24bf2db97048706d2f655be063b5c57e19799 Signed-off-by: Saranya R <quic_sarar@quicinc.com>
21 lines
524 B
Plaintext
21 lines
524 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"
|
|
#include "parrot-idp.dtsi"
|
|
#include "parrot-idp-pm8350b.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot IDP";
|
|
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 0>;
|
|
};
|