mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
arm64: dts: qcom: ipq5424: Add LLCC/system-cache-controller
Add a DT node for Last level cache (aka. system cache) controller which provides control over the last level cache present on IPQ5424 SoCs. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Link: https://lore.kernel.org/r/20241121051935.1055222-4-quic_varada@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
256e6937e4
commit
9e2ca54195
@@ -152,6 +152,13 @@ rng: rng@4c3000 {
|
||||
clock-names = "core";
|
||||
};
|
||||
|
||||
system-cache-controller@800000 {
|
||||
compatible = "qcom,ipq5424-llcc";
|
||||
reg = <0 0x00800000 0 0x200000>;
|
||||
reg-names = "llcc0_base";
|
||||
interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
tlmm: pinctrl@1000000 {
|
||||
compatible = "qcom,ipq5424-tlmm";
|
||||
reg = <0 0x01000000 0 0x300000>;
|
||||
|
||||
Reference in New Issue
Block a user