Commit 809c20b1 authored by Tengfei Fan's avatar Tengfei Fan Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sa8775p: Add llcc support for the SA8775p platform

parent 249666e3
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -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>,