Add APQ variant's soc id for ParrotPRO. Change-Id: If7a807825c441b8dd7b946f76492f61ff3aaf88e Signed-off-by: Saranya R <quic_sarar@quicinc.com> (cherry picked from commit 44899fd803df1ce177f03638477a05a2dc59ee9d)
20 lines
528 B
Plaintext
20 lines
528 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "parrot-idp.dtsi"
|
|
#include "parrot-idp-pm7250b.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>, <713 0x10000>, <714 0x10000>;
|
|
qcom,board-id = <34 0>;
|
|
};
|