0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * SDM845 OnePlus 6T (fajita) device tree.
0004 *
0005 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
0006 */
0007
0008 #include "sdm845-oneplus-common.dtsi"
0009
0010 / {
0011 model = "OnePlus 6T";
0012 compatible = "oneplus,fajita", "qcom,sdm845";
0013 chassis-type = "handset";
0014 qcom,msm-id = <0x141 0x20001>;
0015 qcom,board-id = <8 0 18801 41>;
0016
0017 battery: battery {
0018 compatible = "simple-battery";
0019
0020 charge-full-design-microamp-hours = <3700000>;
0021 voltage-min-design-microvolt = <3400000>;
0022 voltage-max-design-microvolt = <4400000>;
0023 };
0024 };
0025
0026 &display_panel {
0027 status = "okay";
0028
0029 compatible = "samsung,s6e3fc2x01";
0030 };
0031
0032 &bq27441_fg {
0033 monitored-battery = <&battery>;
0034 };
0035
0036 &rmi4_f12 {
0037 touchscreen-y-mm = <148>;
0038 };