ARM: dts: qcom: Add PCIE CRM device for sdxkova

Add PCIE CRM device for local vote aggregation at subsystem level.

Change-Id: I7d7254bcd1aa83bb5d20ccd5af51afd1589c8e6a
Signed-off-by: Sneh Mankad <quic_smankad@quicinc.com>
This commit is contained in:
Sneh Mankad
2024-12-27 16:09:59 +05:30
parent 3bce742da8
commit 2754050ea7

View File

@@ -276,6 +276,18 @@
compatible = "qcom,lpm-cluster-dev";
power-domains = <&CLUSTER_PD>;
};
pcie_crm: crm@501000 {
label = "pcie_crm";
compatible = "qcom,pcie-crm";
reg = <0x0 0x501000 0x0 0x3000>, <0x0 0x504800 0x0 0x800>, <0x0 0x505000 0x0 0x2000>, <0x0 0x504000 0x0 0x800>;
reg-names = "base", "crm_b", "crm_c", "crm_v";
interrupts = <GIC_SPI 261 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "pcie_crm";
clocks = <&pcie_pipe_clk>;
qcom,hw-drv-ids = <0>;
qcom,sw-drv-ids = <0>;
};
};
firmware: firmware { };