]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/qcom-pma8084.dtsi
UBUNTU: Ubuntu-5.11.0-22.23
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / qcom-pma8084.dtsi
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
89347528
II
2#include <dt-bindings/iio/qcom,spmi-vadc.h>
3#include <dt-bindings/interrupt-controller/irq.h>
e321cbbd
II
4#include <dt-bindings/spmi/spmi.h>
5
6&spmi_bus {
7
134c544e
SB
8 pma8084_0: pma8084@0 {
9 compatible = "qcom,pma8084", "qcom,spmi-pmic";
e321cbbd
II
10 reg = <0x0 SPMI_USID>;
11 #address-cells = <1>;
12 #size-cells = <0>;
89347528
II
13
14 rtc@6000 {
15 compatible = "qcom,pm8941-rtc";
a537b8d6
AG
16 reg = <0x6000>,
17 <0x6100>;
89347528
II
18 reg-names = "rtc", "alarm";
19 interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
20 };
21
71c0ed72
AG
22 pwrkey@800 {
23 compatible = "qcom,pm8941-pwrkey";
24 reg = <0x800>;
25 interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
26 debounce = <15625>;
27 bias-pull-up;
28 };
29
89347528 30 pma8084_gpios: gpios@c000 {
2ca9c2a4 31 compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
a537b8d6 32 reg = <0xc000>;
89347528 33 gpio-controller;
05d86a0a 34 gpio-ranges = <&pma8084_gpios 0 0 22>;
89347528 35 #gpio-cells = <2>;
c9a0ef55
BM
36 interrupt-controller;
37 #interrupt-cells = <2>;
89347528
II
38 };
39
40 pma8084_mpps: mpps@a000 {
2ca9c2a4 41 compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
a537b8d6 42 reg = <0xa000>;
89347528
II
43 gpio-controller;
44 #gpio-cells = <2>;
45 interrupts = <0 0xa0 0 IRQ_TYPE_NONE>,
46 <0 0xa1 0 IRQ_TYPE_NONE>,
47 <0 0xa2 0 IRQ_TYPE_NONE>,
48 <0 0xa3 0 IRQ_TYPE_NONE>,
49 <0 0xa4 0 IRQ_TYPE_NONE>,
50 <0 0xa5 0 IRQ_TYPE_NONE>,
51 <0 0xa6 0 IRQ_TYPE_NONE>,
52 <0 0xa7 0 IRQ_TYPE_NONE>;
53 };
54
55 pma8084_temp: temp-alarm@2400 {
56 compatible = "qcom,spmi-temp-alarm";
a537b8d6 57 reg = <0x2400>;
89347528
II
58 interrupts = <0 0x24 0 IRQ_TYPE_EDGE_RISING>;
59 #thermal-sensor-cells = <0>;
60 io-channels = <&pma8084_vadc VADC_DIE_TEMP>;
61 io-channel-names = "thermal";
62 };
63
64 pma8084_vadc: vadc@3100 {
65 compatible = "qcom,spmi-vadc";
a537b8d6 66 reg = <0x3100>;
89347528
II
67 interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
68 #address-cells = <1>;
69 #size-cells = <0>;
70 #io-channel-cells = <1>;
89347528
II
71
72 die_temp {
73 reg = <VADC_DIE_TEMP>;
74 };
75 ref_625mv {
76 reg = <VADC_REF_625MV>;
77 };
78 ref_1250v {
79 reg = <VADC_REF_1250MV>;
80 };
81 ref_buf_625mv {
82 reg = <VADC_SPARE1>;
83 };
84 ref_gnd {
85 reg = <VADC_GND_REF>;
86 };
87 ref_vdd {
88 reg = <VADC_VDD_VADC>;
89 };
90 };
e321cbbd
II
91 };
92
134c544e
SB
93 pma8084_1: pma8084@1 {
94 compatible = "qcom,pma8084", "qcom,spmi-pmic";
e321cbbd
II
95 reg = <0x1 SPMI_USID>;
96 #address-cells = <1>;
97 #size-cells = <0>;
98 };
99};