blob: 70bc00a03b84a0403b5b1a31556a1b4d2dc6ec85 [file] [log] [blame]
Nagireddy Annemddcf98f2019-10-10 19:38:31 +05301/*
Nagireddy Annemac449402019-12-31 15:21:10 +05302 * Copyright (c) 2019 - 2020, The Linux Foundation. All rights reserved.
Nagireddy Annemddcf98f2019-10-10 19:38:31 +05303 *
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
16#include "sdm429-spyro.dtsi"
17#include "sdm429-spyro-qrd-evt.dtsi"
Umang Chheda7a5abc82019-12-11 18:33:51 +053018#include "sdm429w-bg-pm660.dtsi"
Nagireddy Annemac449402019-12-31 15:21:10 +053019#include "sdm429-bg-memory.dtsi"
Umang Chheda7a5abc82019-12-11 18:33:51 +053020
Nagireddy Annemddcf98f2019-10-10 19:38:31 +053021/ {
Nagireddy Annemac449402019-12-31 15:21:10 +053022 model = "Qualcomm Technologies, Inc. SDM429 BG IOT WTP";
Nagireddy Annemddcf98f2019-10-10 19:38:31 +053023 compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
24 qcom,msm-id = <416 0x0>;
25 qcom,board-id = <0x00010b 8>;
26 qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
27};
28
29&usb_otg {
30 HSUSB_3p3-supply = <&L16A>;
31};
32
33&msm_dig_codec {
34 cdc-vdd-digital-supply = <&pm660_l11>;
35};
36
37&ext_smart_pa {
38 dvdd-supply = <&pm660_l11>;
39};
40
Nagireddy Annemddcf98f2019-10-10 19:38:31 +053041&thermal_zones {
42 /delete-node/ emmc-therm-adc;
43 /delete-node/ aoss0-lowf;
44 /delete-node/ mdm-core-lowf;
45 /delete-node/ lpass-lowf;
46 /delete-node/ camera-lowf;
47 /delete-node/ cpuss1-lowf;
48 /delete-node/ apc1-cpu0-lowf;
49 /delete-node/ apc1-cpu1-lowf;
50 /delete-node/ apc1-cpu2-lowf;
51 /delete-node/ apc1-cpu3-lowf;
52 /delete-node/ cpuss0-lowf;
53 /delete-node/ gpu-lowf;
54};
55
56&firmware {
57 android {
58 fstab {
59 /delete-node/ system ;
60 };
61 };
62};