This change adds support for Tuna APQ soc. CRs-Fixed: 3933582 Change-Id: Ib098bb7f28101a281d6342c033f5f239c0e64049
23 lines
645 B
Plaintext
23 lines
645 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-tuna.h>
|
|
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
|
#include <dt-bindings/interconnect/qcom,tuna.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "tuna-camera.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna SoC";
|
|
compatible = "qcom,tuna";
|
|
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>,
|
|
<694 0x10000>, <694 0x20000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|