Skip to content

Commit f991c1e

Browse files
kotarakeKomal-Bajaj
authored andcommitted
arm64: dts: qcom: Add SPMI bus controller for Shikra
Add spmi-pmic-arb device for the SPMI PMIC arbiter found on shikra. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
1 parent dafd595 commit f991c1e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,28 @@
327327
};
328328
};
329329

330+
spmi_bus: spmi@1c40000 {
331+
compatible = "qcom,spmi-pmic-arb";
332+
reg = <0x0 0x01c40000 0x0 0x1100>,
333+
<0x0 0x01e00000 0x0 0x2000000>,
334+
<0x0 0x03e00000 0x0 0x100000>,
335+
<0x0 0x03f00000 0x0 0xa0000>,
336+
<0x0 0x01c0a000 0x0 0x26000>;
337+
reg-names = "core",
338+
"chnls",
339+
"obsrvr",
340+
"intr",
341+
"cnfg";
342+
interrupts-extended = <&mpm 86 IRQ_TYPE_LEVEL_HIGH>;
343+
interrupt-names = "periph_irq";
344+
interrupt-controller;
345+
#interrupt-cells = <4>;
346+
#address-cells = <2>;
347+
#size-cells = <0>;
348+
qcom,channel = <0>;
349+
qcom,ee = <0>;
350+
};
351+
330352
rpm_msg_ram: sram@45f0000 {
331353
compatible = "qcom,rpm-msg-ram", "mmio-sram";
332354
reg = <0x0 0x045f0000 0x0 0x7000>;

0 commit comments

Comments
 (0)