ARM: dts: msm: Initial commit for Adreno GPU

Add initial Adreno GPU devicetree files.

Change-Id: I460cc1d37a49b2b92d55fd6426d51bcb629fcdf5
Signed-off-by: Hareesh Gundu <quic_hareeshg@quicinc.com>
This commit is contained in:
Hareesh Gundu
2023-08-23 17:01:48 -07:00
parent 994933d50b
commit 63075d8f63
13 changed files with 2046 additions and 0 deletions

14
gpu/pineapple-v2-gpu.dtsi Normal file
View File

@@ -0,0 +1,14 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "pineapple-gpu.dtsi"
&msm_gpu {
compatible = "qcom,adreno-gpu-gen7-9-1", "qcom,kgsl-3d0";
qcom,gpu-model = "Adreno750v2";
qcom,chipid = <0x43051401>;
};