Skip to content

Commit 1020fca

Browse files
RohitAgarwalQUICandersson
authored andcommitted
arm64: dts: qcom: sdx75: Add spmi node
Add SPMI node to SDX75 dtsi. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/1691415534-31820-3-git-send-email-quic_rohiagar@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 7f828f3 commit 1020fca

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdx75.dtsi

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,29 @@
469469
interrupt-controller;
470470
};
471471

472+
spmi_bus: spmi@c400000 {
473+
compatible = "qcom,spmi-pmic-arb";
474+
reg = <0x0 0x0c400000 0x0 0x3000>,
475+
<0x0 0x0c500000 0x0 0x400000>,
476+
<0x0 0x0c440000 0x0 0x80000>,
477+
<0x0 0x0c4c0000 0x0 0x10000>,
478+
<0x0 0x0c42d000 0x0 0x4000>;
479+
reg-names = "core",
480+
"chnls",
481+
"obsrvr",
482+
"intr",
483+
"cnfg";
484+
interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
485+
interrupt-names = "periph_irq";
486+
qcom,ee = <0>;
487+
qcom,channel = <0>;
488+
qcom,bus-id = <0>;
489+
#address-cells = <2>;
490+
#size-cells = <0>;
491+
interrupt-controller;
492+
#interrupt-cells = <4>;
493+
};
494+
472495
tlmm: pinctrl@f000000 {
473496
compatible = "qcom,sdx75-tlmm";
474497
reg = <0x0 0x0f000000 0x0 0x400000>;

0 commit comments

Comments
 (0)