Skip to content

Commit 0558950

Browse files
Tingguo Chengshashim-quic
authored andcommitted
FORMGIT: arm64: dts: qcom: qcs8300: Adds SPMI support
Add the SPMI bus arbiter(Version:5.2.0) node for QCS8300 SoC which connected with PMICs on QCS8300 boards. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20250108-adds-spmi-pmic-peripherals-for-qcs8300-v3-1-ee94642279ff@quicinc.com Signed-off-by: Tingguo Cheng <quic_tingguoc@quicinc.com>
1 parent 82f2b0b commit 0558950

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,6 +3027,28 @@
30273027
#clock-cells = <0>;
30283028
};
30293029

3030+
spmi_bus: spmi@c440000 {
3031+
compatible = "qcom,spmi-pmic-arb";
3032+
reg = <0x0 0x0c440000 0x0 0x1100>,
3033+
<0x0 0x0c600000 0x0 0x2000000>,
3034+
<0x0 0x0e600000 0x0 0x100000>,
3035+
<0x0 0x0e700000 0x0 0xa0000>,
3036+
<0x0 0x0c40a000 0x0 0x26000>;
3037+
reg-names = "core",
3038+
"chnls",
3039+
"obsrvr",
3040+
"intr",
3041+
"cnfg";
3042+
qcom,channel = <0>;
3043+
qcom,ee = <0>;
3044+
interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
3045+
interrupt-names = "periph_irq";
3046+
interrupt-controller;
3047+
#interrupt-cells = <4>;
3048+
#address-cells = <2>;
3049+
#size-cells = <0>;
3050+
};
3051+
30303052
tlmm: pinctrl@f100000 {
30313053
compatible = "qcom,qcs8300-tlmm";
30323054
reg = <0x0 0x0f100000 0x0 0x300000>;

0 commit comments

Comments
 (0)