0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * SDM845 LG V35 (judyp) device tree.
0004 *
0005 * Copyright (c) 2022, The Linux Foundation. All rights reserved.
0006 */
0007
0008 /dts-v1/;
0009
0010 #include "sdm845-lg-common.dtsi"
0011
0012 / {
0013 model = "LG V35 ThinQ";
0014 compatible = "lg,judyp", "qcom,sdm845";
0015
0016 chosen {
0017 framebuffer@9d400000 {
0018 compatible = "simple-framebuffer";
0019 reg = <0x0 0x9d400000 0x0 (1440 * 2880 * 4)>;
0020 width = <1440>;
0021 height = <2880>;
0022 stride = <(1440 * 4)>;
0023 format = "a8r8g8b8";
0024 };
0025 };
0026 };
0027
0028 &adsp_pas {
0029 firmware-name = "qcom/sdm845/judyp/adsp.mbn";
0030 };
0031
0032 &cdsp_pas {
0033 firmware-name = "qcom/sdm845/judyp/cdsp.mbn";
0034 };
0035
0036 &gpu {
0037 zap-shader {
0038 firmware-name = "qcom/sdm845/judyp/a630_zap.mbn";
0039 };
0040 };
0041
0042 &mss_pil {
0043 firmware-name = "qcom/sdm845/judyp/mba.mbn", "qcom/sdm845/judyp/modem.mbn";
0044 };