From 12d8a8778396a233c4b52ffc9a14d18b5e185050 Mon Sep 17 00:00:00 2001 From: Avinash Philip Date: Fri, 19 Jul 2024 09:20:03 +0530 Subject: [PATCH] ARM: dts: qcom: Add Nodes for SLC MPAM support Support for MPAM SLC support. Change-Id: Id98cc9e2d346d536905d92d0ef15ecf90ca8d162 Signed-off-by: Avinash Philip --- qcom/sun.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 3b701eee..97e397e9 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3276,6 +3276,26 @@ }; }; + qcom-mpam-msc { + compatible = "qcom,mpam-msc"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + + qcom-slc-mpam@17b6f800 { + compatible = "qcom,slc-mpam"; + reg = <0x17b6f800 0x400>; + reg-names = "mon-base"; + qcom,msc-id = <2>; + qcom,msc-name = "slc"; + qcom,dev-index = <0>; + qcom,num-read-miss-cfg = <2>; + qcom,num-cap-cfg = <5>; + qcom,slc-clients = "APPS_CLIENT", "GPU_CLIENT", + "NSP_CLIENT"; + }; + }; + llcc_pmu: llcc-pmu@24095000 { compatible = "qcom,llcc-pmu-ver2"; reg = <0x24095000 0x300>;