mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
arm64: dts: renesas: r8a779h0: Add L3 cache controller
Describe the cache configuration for the first Cortex-A76 CPU core on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/9d56a46892c5e0957d244370e6809013cf815905.1706796979.git.geert+renesas@glider.be
This commit is contained in:
parent
93e28f8871
commit
20a942d60b
|
|
@ -23,6 +23,14 @@ a76_0: cpu@0 {
|
|||
reg = <0>;
|
||||
device_type = "cpu";
|
||||
power-domains = <&sysc R8A779H0_PD_A1E0D0C0>;
|
||||
next-level-cache = <&L3_CA76>;
|
||||
};
|
||||
|
||||
L3_CA76: cache-controller {
|
||||
compatible = "cache";
|
||||
power-domains = <&sysc R8A779H0_PD_A2E0D0>;
|
||||
cache-unified;
|
||||
cache-level = <3>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user