Skip to content

Commit 9dea6fa

Browse files
ManishVB-ArmTrustedFirmware Code Review
authored andcommitted
Merge "feat(plat/tc): enable MPAM functionality of L3 DSU cache" into integration
2 parents 1678bbb + b45ec8c commit 9dea6fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

fdts/tc.dts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020-2022, Arm Limited. All rights reserved.
2+
* Copyright (c) 2020-2023, Arm Limited. All rights reserved.
33
*
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
@@ -519,6 +519,15 @@
519519
};
520520
};
521521

522+
/*
523+
* L3 cache in the DSU is the Memory System Component (MSC)
524+
* The MPAM registers are accessed through utility bus in the DSU
525+
*/
526+
msc0 {
527+
compatible = "arm,mpam-msc";
528+
reg = <0x1 0x00010000 0x0 0x2000>;
529+
};
530+
522531
ete0 {
523532
compatible = "arm,embedded-trace-extension";
524533
cpu = <&CPU0>;

0 commit comments

Comments
 (0)