ARM: dts: msm: Add support for Kera GPU
Add support for Kera GPU. Change-Id: I46ac3fd2e4a21a5b95e7f5d372e546ab2dec11ca Signed-off-by: Harshitha Sai Neelati <quic_hsaineel@quicinc.com>
This commit is contained in:
committed by
Vishvanath Singh
parent
db0d4b3372
commit
a7ea1feb1b
25
gpu/kera-gpu.dts
Normal file
25
gpu/kera-gpu.dts
Normal file
@@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/clock/qcom,aop-qmp.h>
|
||||
#include <dt-bindings/clock/qcom,gcc-kera.h>
|
||||
#include <dt-bindings/clock/qcom,gpucc-kera.h>
|
||||
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||
#include <dt-bindings/interconnect/qcom,kera.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
||||
|
||||
#include "kera-gpu.dtsi"
|
||||
#include "kera-gpu-pwrlevels.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Kera SoC";
|
||||
compatible = "qcom,kera";
|
||||
qcom,msm-id = <0x293 0x10000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
Reference in New Issue
Block a user