dts: sun: Add Nodes for SLC MPAM support.
Support for MPAM SLC support Change-Id: Id98cc9e2d346d536905d92d0ef15ecf90ca8d162 Signed-off-by: Avinash Philip <quic_avinashp@quicinc.com>
This commit is contained in:
committed by
Bruce Levy
parent
522bab2225
commit
76a2be019a
@@ -3277,6 +3277,24 @@
|
||||
};
|
||||
};
|
||||
|
||||
qcom_mpam_msc: qcom,mpam_msc {
|
||||
compatible = "qcom,mpam-msc";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
slc_mpam: qcom,slc_mpam {
|
||||
compatible = "qcom,slc-mpam";
|
||||
reg = <0x17b6f800 0x400>;
|
||||
reg-names = "mon-base";
|
||||
qcom,msc-id = <2>;
|
||||
dev-index = <0>;
|
||||
qcom,msc-name = "slc";
|
||||
qcom,slc_clients = "APPS_CLIENT", "GPU_CLIENT",
|
||||
"NSP_CLIENT";
|
||||
};
|
||||
};
|
||||
|
||||
llcc_pmu: llcc-pmu@24095000 {
|
||||
compatible = "qcom,llcc-pmu-ver2";
|
||||
reg = <0x24095000 0x300>;
|
||||
|
Reference in New Issue
Block a user