Add initial device tree support for parrot target. This is a snapshot of dtsi files as of KP.1.0 'commit <3a433cd2ffb4> ("ARM: dts: msm: Add ext-region prop of cpusysvm for parrot")'. Change-Id: I582a3d131b94551da5f6d819003ab1a15ecd36f1 Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "parrot.dtsi"
|
|
#include "parrot-wcn6750.dtsi"
|
|
#include "parrot-idp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot IDP";
|
|
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
|
|
qcom,board-id = <34 0>;
|
|
qcom,pmic-id-size = <9>;
|
|
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
|
|
};
|