xref: /linux/scripts/dtc/include-prefixes/arm64/qcom/sdm845-google-crosshatch.dts (revision 6589b3d76db2d6adbf8f2084c303fb24252a0dc6)
1// SPDX-License-Identifier: GPL-2.0-only
2
3/dts-v1/;
4
5#include "sdm845-google-common.dtsi"
6
7/ {
8	model = "Google Pixel 3 XL";
9	compatible = "google,crosshatch", "qcom,sdm845";
10};
11
12&battery {
13	charge-full-design-microamp-hours = <3480000>;
14	voltage-min-design-microvolt = <3600000>;
15	voltage-max-design-microvolt = <4400000>;
16};
17
18&dispcc {
19	/* Disable for now so simple-framebuffer continues working */
20	status = "disabled";
21};
22
23&framebuffer0 {
24	width = <1440>;
25	height = <2960>;
26	stride = <(1440 * 4)>;
27};
28
29&mdss {
30	/* Disable for now so simple-framebuffer continues working */
31	status = "disabled";
32};
33
34&wifi {
35	qcom,calibration-variant = "Google_crosshatch";
36};
37