28 строки
596 B
Plaintext
28 строки
596 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
#include <dt-bindings/spmi/spmi.h>
|
|
|
|
&spmi_bus {
|
|
pm8226_0: pm8226@0 {
|
|
compatible = "qcom,pm8226", "qcom,spmi-pmic";
|
|
reg = <0x0 SPMI_USID>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
pwrkey@800 {
|
|
compatible = "qcom,pm8941-pwrkey";
|
|
reg = <0x800>;
|
|
interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
|
|
debounce = <15625>;
|
|
bias-pull-up;
|
|
};
|
|
};
|
|
|
|
pm8226_1: pm8226@1 {
|
|
compatible = "qcom,pm8226", "qcom,spmi-pmic";
|
|
reg = <0x1 SPMI_USID>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
};
|