- Added tuna dts and dtsi files. - Added corresponding changes in kbuild. - Added Ramos msm-id. Change-Id: I02dbe9cf55c597f74aa11adf0702856c6fe8d366 Signed-off-by: Gopireddy Arunteja Reddy <quic_garuntej@quicinc.com>
24 lines
665 B
Plaintext
24 lines
665 B
Plaintext
// 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,tuna.h>
|
|
#include <dt-bindings/clock/qcom,videocc-tuna.h>
|
|
#include <dt-bindings/clock/qcom,gcc-tuna.h>
|
|
#include <dt-bindings/clock/qcom,evacc-tuna.h>
|
|
#include <dt-bindings/arm/msm/qti-smmu-proxy-dt-ids.h>
|
|
#include "tuna-eva.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna";
|
|
compatible = "qcom,tuna";
|
|
qcom,msm-id = <655 0x10000>, <681 0x10000>;
|
|
qcom,board-id = <0 0>, <15 0>;
|
|
};
|