blob: 51fce65e89f1142cff98fcdecde9744b87decdc3 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2022, Harry Austen <hpausten@protonmail.com>
4 */
5
6/dts-v1/;
7
8#include "msm8996-oneplus-common.dtsi"
9
10/ {
11 model = "OnePlus 3T";
12 compatible = "oneplus,oneplus3t", "qcom,msm8996";
13 chassis-type = "handset";
14 qcom,board-id = <8 0 15811 26>,
15 <8 0 15811 27>,
16 <8 0 15811 28>;
17};
18
19&adsp_pil {
20 firmware-name = "qcom/msm8996/oneplus3t/adsp.mbn";
21 status = "okay";
22};
23
24&battery {
25 charge-full-design-microamp-hours = <3400000>;
26 voltage-max-design-microvolt = <4400000>;
27};
28
29&gpu {
30 status = "okay";
31
32 zap-shader {
33 firmware-name = "qcom/msm8996/oneplus3t/a530_zap.mbn";
34 };
35};
36
37&mss_pil {
38 firmware-name = "qcom/msm8996/oneplus3t/mba.mbn",
39 "qcom/msm8996/oneplus3t/modem.mbn";
40 status = "okay";
41};
42
43&slpi_pil {
44 firmware-name = "qcom/msm8996/oneplus3t/slpi.mbn";
45 status = "okay";
46};
47
48&venus {
49 firmware-name = "qcom/msm8996/oneplus3t/venus.mbn";
50 status = "okay";
51};