22 lines
591 B
Plaintext
Executable File
22 lines
591 B
Plaintext
Executable File
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/soc/qcom,ipcc.h>
|
|
#include <dt-bindings/interconnect/qcom,parrot.h>
|
|
#include <dt-bindings/clock/qcom,gcc-parrot.h>
|
|
#include <dt-bindings/clock/qcom,rpmh.h>
|
|
#include "parrot-ipa.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot SoC";
|
|
compatible = "qcom,parrot";
|
|
qcom,msm-id = <537 0x10000>, <613 0x10000>, <633 0x10000>, <663 0x10000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|