arm64: dts: qcom: msm8976: Add Adreno GPU
Add Adreno GPU node. Signed-off-by: Adam Skladowski <a39.skl@gmail.com> Link: https://lore.kernel.org/r/20240508163455.8757-4-a39.skl@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
b0516dbf8e
commit
00e67d8e80
@@ -1080,6 +1080,77 @@
|
||||
};
|
||||
};
|
||||
|
||||
adreno_gpu: gpu@1c00000 {
|
||||
compatible = "qcom,adreno-510.0", "qcom,adreno";
|
||||
|
||||
reg = <0x01c00000 0x40000>;
|
||||
reg-names = "kgsl_3d0_reg_memory";
|
||||
|
||||
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "kgsl_3d0_irq";
|
||||
|
||||
clocks = <&gcc GCC_GFX3D_OXILI_CLK>,
|
||||
<&gcc GCC_GFX3D_OXILI_AHB_CLK>,
|
||||
<&gcc GCC_GFX3D_OXILI_GMEM_CLK>,
|
||||
<&gcc GCC_GFX3D_BIMC_CLK>,
|
||||
<&gcc GCC_GFX3D_OXILI_TIMER_CLK>,
|
||||
<&gcc GCC_GFX3D_OXILI_AON_CLK>;
|
||||
clock-names = "core",
|
||||
"iface",
|
||||
"mem",
|
||||
"mem_iface",
|
||||
"rbbmtimer",
|
||||
"alwayson";
|
||||
|
||||
power-domains = <&gcc OXILI_GX_GDSC>;
|
||||
|
||||
iommus = <&gpu_iommu 0>;
|
||||
|
||||
operating-points-v2 = <&gpu_opp_table>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
gpu_opp_table: opp-table {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
opp-200000000 {
|
||||
opp-hz = /bits/ 64 <200000000>;
|
||||
required-opps = <&rpmpd_opp_low_svs>;
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
|
||||
opp-300000000 {
|
||||
opp-hz = /bits/ 64 <300000000>;
|
||||
required-opps = <&rpmpd_opp_svs>;
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
|
||||
opp-400000000 {
|
||||
opp-hz = /bits/ 64 <400000000>;
|
||||
required-opps = <&rpmpd_opp_nom>;
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
|
||||
opp-480000000 {
|
||||
opp-hz = /bits/ 64 <480000000>;
|
||||
required-opps = <&rpmpd_opp_nom_plus>;
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
|
||||
opp-540000000 {
|
||||
opp-hz = /bits/ 64 <540000000>;
|
||||
required-opps = <&rpmpd_opp_turbo>;
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
|
||||
opp-600000000 {
|
||||
opp-hz = /bits/ 64 <600000000>;
|
||||
required-opps = <&rpmpd_opp_turbo>;
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
apps_iommu: iommu@1ee0000 {
|
||||
compatible = "qcom,msm8976-iommu", "qcom,msm-iommu-v2";
|
||||
reg = <0x01ee0000 0x3000>;
|
||||
|
||||
Reference in New Issue
Block a user