mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
arm64: dts: qcom: sa8775p: Add llcc support for the SA8775p platform
Add llcc support for the SA8775p platform. Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> Link: https://lore.kernel.org/r/20240529101534.3166507-4-quic_tengfan@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
249666e34c
commit
809c20b1ff
@@ -2885,6 +2885,25 @@ serdes1: phy@8902000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
llcc: system-cache-controller@9200000 {
|
||||
compatible = "qcom,sa8775p-llcc";
|
||||
reg = <0x0 0x09200000 0x0 0x80000>,
|
||||
<0x0 0x09300000 0x0 0x80000>,
|
||||
<0x0 0x09400000 0x0 0x80000>,
|
||||
<0x0 0x09500000 0x0 0x80000>,
|
||||
<0x0 0x09600000 0x0 0x80000>,
|
||||
<0x0 0x09700000 0x0 0x80000>,
|
||||
<0x0 0x09a00000 0x0 0x80000>;
|
||||
reg-names = "llcc0_base",
|
||||
"llcc1_base",
|
||||
"llcc2_base",
|
||||
"llcc3_base",
|
||||
"llcc4_base",
|
||||
"llcc5_base",
|
||||
"llcc_broadcast_base";
|
||||
interrupts = <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
pdc: interrupt-controller@b220000 {
|
||||
compatible = "qcom,sa8775p-pdc", "qcom,pdc";
|
||||
reg = <0x0 0x0b220000 0x0 0x30000>,
|
||||
|
||||
Reference in New Issue
Block a user