summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/qcom/sdm845-lg-judyp.dts
blob: d17d4d4d56097a73f9f54c0b70bd1b19ac693e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// SPDX-License-Identifier: GPL-2.0
/*
 * SDM845 LG V35 (judyp) device tree.
 *
 * Copyright (c) 2022, The Linux Foundation. All rights reserved.
 */

/dts-v1/;

#include "sdm845-lg-common.dtsi"

/ {
	model = "LG V35 ThinQ";
	compatible = "lg,judyp", "qcom,sdm845";

	chosen {
		framebuffer@9d400000 {
			compatible = "simple-framebuffer";
			reg = <0x0 0x9d400000 0x0 (1440 * 2880 * 4)>;
			width = <1440>;
			height = <2880>;
			stride = <(1440 * 4)>;
			format = "a8r8g8b8";
		};
	};
};

&adsp_pas {
	firmware-name = "qcom/sdm845/judyp/adsp.mbn";
};

&cdsp_pas {
	firmware-name = "qcom/sdm845/judyp/cdsp.mbn";
};

&gpu {
	zap-shader {
		firmware-name = "qcom/sdm845/judyp/a630_zap.mbn";
	};
};

&mss_pil {
	firmware-name = "qcom/sdm845/judyp/mba.mbn", "qcom/sdm845/judyp/modem.mbn";
};