blob: eb9d5d47323b70feed05c9e484b1834ff62ff63c [file] [log] [blame]
Nagireddy Annemaec255d2020-03-18 21:24:59 +05301/*
2 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14/dts-v1/;
15/plugin/;
16
17#include "sdm429-spyro-qrd-evt.dtsi"
18#include "sdm429-bg-soc.dtsi"
19
20/ {
21 model = "Qualcomm Technologies, Inc. SDA429 BG DVT2 WTP Overlay";
22 compatible = "qcom,sdm429w-qrd", "qcom,sda429w", "qcom,qrd";
23 qcom,msm-id = <437 0x0>;
24 qcom,board-id = <0x00010b 0xA>;
25 qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
26};
27
Archit Saxenac1cbe022020-05-01 18:43:22 +053028&modem_mem {
29 reg = <0x0 0x86800000 0x0 0x1F00000>;
30};
31
32&adsp_fw_mem {
33 reg = <0x0 0x88700000 0x0 0x1500000>;
34};
35
36&wcnss_fw_mem {
37 reg = <0x0 0x89c00000 0x0 0x700000>;
38};
39
Nagireddy Annemaec255d2020-03-18 21:24:59 +053040&mdss_dsi0 {
41 qcom,dsi-pref-prim-pan = <&dsi_auo_416p_amoled_cmd>;
42 /delete-property/ vdd-supply;
43 pinctrl-names = "mdss_default", "mdss_sleep";
44 pinctrl-0 = <&mdss_te_active>;
45 pinctrl-1 = <&mdss_te_suspend>;
46 vddio-supply = <&L11A>;
47 qcom,platform-enable-gpio = <&pm660_gpios 12 0>;
48};
49
50&dsi_pm660_panel_pwr_supply {
51 /delete-node/ qcom,panel-supply-entry@0;
52};
53
54&usb_otg {
55 HSUSB_3p3-supply = <&L16A>;
56};
57
58&msm_dig_codec {
59 cdc-vdd-digital-supply = <&pm660_l11>;
60};
61
62&ext_smart_pa {
63 dvdd-supply = <&pm660_l11>;
64};
65
66&firmware {
67 android {
68 fstab {
69 system {
70 status = "disabled";
71 };
72 };
73 };
74};
75
76&msm_gpu {
77 qcom,initial-pwrlevel = <0>;
78 qcom,gpu-pwrlevels {
79 qcom,gpu-pwrlevel@0 {
80 reg = <0>;
81 qcom,gpu-freq = <320000000>;
82 qcom,bus-freq = <2>;
83 qcom,bus-min = <2>;
84 qcom,bus-max = <2>;
85 };
86 qcom,gpu-pwrlevel@1{
87 reg = <1>;
88 qcom,gpu-freq = <19200000>;
89 qcom,bus-freq = <0>;
90 qcom,bus-min = <0>;
91 qcom,bus-max = <0>;
92 };
93 };
94};
95
96&msm_cpufreq {
97 qcom,cpufreq-table =
98 < 960000 >,
99 < 1305600 >,
100 < 1497600 >,
101 < 1708800 >;
102};
103
104&cpubw {
105 qcom,bw-tbl =
106 < 1611 /* 211.2 MHz */ >, /*Low SVS*/
107 < 2929 /* 384 MHz */ >, /* SVS */
108 < 5053 /* 662.4 MHz */ >, /* SVS+ */
109 < 5712 /* 748.8 MHz */ >; /* NOM */
110};