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