]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/qcom/msm8996-oneplus3.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm64 / qcom / msm8996-oneplus3.dts
1 // 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 3";
12 compatible = "oneplus,oneplus3", "qcom,msm8996";
13 chassis-type = "handset";
14 qcom,board-id = <8 0 15801 15>, <8 0 15801 16>;
15 qcom,msm-id = <246 0x30001>;
16 };
17
18 &adsp_pil {
19 firmware-name = "qcom/msm8996/oneplus3/adsp.mbn";
20 status = "okay";
21 };
22
23 &battery {
24 charge-full-design-microamp-hours = <3000000>;
25 voltage-max-design-microvolt = <4350000>;
26 };
27
28 &gpu {
29 status = "okay";
30
31 zap-shader {
32 firmware-name = "qcom/msm8996/oneplus3/a530_zap.mbn";
33 };
34 };
35
36 &mss_pil {
37 firmware-name = "qcom/msm8996/oneplus3/mba.mbn",
38 "qcom/msm8996/oneplus3/modem.mbn";
39 status = "okay";
40 };
41
42 &slpi_pil {
43 firmware-name = "qcom/msm8996/oneplus3/slpi.mbn";
44 status = "okay";
45 };
46
47 &venus {
48 firmware-name = "qcom/msm8996/oneplus3/venus.mbn";
49 status = "okay";
50 };