mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 08:39:59 +07:00
133767d94a
Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
37 lines
878 B
Plaintext
37 lines
878 B
Plaintext
#include <dt-bindings/interrupt-controller/irq.h>
|
|
#include <dt-bindings/spmi/spmi.h>
|
|
|
|
&spmi_bus {
|
|
|
|
pmic@2 {
|
|
compatible = "qcom,pmi8994", "qcom,spmi-pmic";
|
|
reg = <0x2 SPMI_USID>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
pmi8994_gpios: gpios@c000 {
|
|
compatible = "qcom,pmi8994-gpio", "qcom,spmi-gpio";
|
|
reg = <0xc000>;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
interrupts = <2 0xc0 0 IRQ_TYPE_NONE>,
|
|
<2 0xc1 0 IRQ_TYPE_NONE>,
|
|
<2 0xc2 0 IRQ_TYPE_NONE>,
|
|
<2 0xc3 0 IRQ_TYPE_NONE>,
|
|
<2 0xc4 0 IRQ_TYPE_NONE>,
|
|
<2 0xc5 0 IRQ_TYPE_NONE>,
|
|
<2 0xc6 0 IRQ_TYPE_NONE>,
|
|
<2 0xc7 0 IRQ_TYPE_NONE>,
|
|
<2 0xc8 0 IRQ_TYPE_NONE>,
|
|
<2 0xc9 0 IRQ_TYPE_NONE>;
|
|
};
|
|
};
|
|
|
|
pmic@3 {
|
|
compatible = "qcom,pmi8994", "qcom,spmi-pmic";
|
|
reg = <0x3 SPMI_USID>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
};
|