summaryrefslogtreecommitdiff
path: root/dts/upstream/src/arm64/qcom/sdm845-google-crosshatch.dts
blob: 2a81ca1d00b1b81dde60e4c141d0e32222ce1765 (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
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "sdm845-google-common.dtsi"

/ {
	model = "Google Pixel 3 XL";
	compatible = "google,crosshatch", "qcom,sdm845";
};

&battery {
	charge-full-design-microamp-hours = <3480000>;
	voltage-min-design-microvolt = <3600000>;
	voltage-max-design-microvolt = <4400000>;
};

&dispcc {
	/* Disable for now so simple-framebuffer continues working */
	status = "disabled";
};

&framebuffer0 {
	width = <1440>;
	height = <2960>;
	stride = <(1440 * 4)>;
};

&mdss {
	/* Disable for now so simple-framebuffer continues working */
	status = "disabled";
};

&wifi {
	qcom,calibration-variant = "Google_crosshatch";
};