]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/qcom-pm8841.dtsi
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / qcom-pm8841.dtsi
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
dab8134c 2#include <dt-bindings/interrupt-controller/irq.h>
c9127893
II
3#include <dt-bindings/spmi/spmi.h>
4
5&spmi_bus {
6
134c544e
SB
7 pm8841_0: pm8841@4 {
8 compatible = "qcom,pm8841", "qcom,spmi-pmic";
c9127893
II
9 reg = <0x4 SPMI_USID>;
10 #address-cells = <1>;
11 #size-cells = <0>;
dab8134c
II
12
13 pm8841_mpps: mpps@a000 {
2ca9c2a4 14 compatible = "qcom,pm8841-mpp", "qcom,spmi-mpp";
65d4e83e 15 reg = <0xa000>;
dab8134c
II
16 gpio-controller;
17 #gpio-cells = <2>;
18 interrupts = <4 0xa0 0 IRQ_TYPE_NONE>,
19 <4 0xa1 0 IRQ_TYPE_NONE>,
20 <4 0xa2 0 IRQ_TYPE_NONE>,
21 <4 0xa3 0 IRQ_TYPE_NONE>;
22 };
23
24 temp-alarm@2400 {
25 compatible = "qcom,spmi-temp-alarm";
65d4e83e 26 reg = <0x2400>;
dab8134c
II
27 interrupts = <4 0x24 0 IRQ_TYPE_EDGE_RISING>;
28 };
c9127893
II
29 };
30
134c544e
SB
31 pm8841_1: pm8841@5 {
32 compatible = "qcom,pm8841", "qcom,spmi-pmic";
c9127893
II
33 reg = <0x5 SPMI_USID>;
34 #address-cells = <1>;
35 #size-cells = <0>;
36 };
37};