mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: apple: t7001: Add CPU caches
Add information about CPU caches in Apple A8X SoC. Signed-off-by: Nick Chan <towinchenmi@gmail.com> Link: https://lore.kernel.org/r/20250220-caches-v1-3-2c7011097768@gmail.com Signed-off-by: Sven Peter <sven@svenpeter.dev>
This commit is contained in:
parent
1ed7edcf5c
commit
93669da1d1
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
operating-points-v2 = <&typhoon_opp>;
|
operating-points-v2 = <&typhoon_opp>;
|
||||||
enable-method = "spin-table";
|
enable-method = "spin-table";
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
|
next-level-cache = <&l2_cache>;
|
||||||
|
i-cache-size = <0x10000>;
|
||||||
|
d-cache-size = <0x10000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu1: cpu@1 {
|
cpu1: cpu@1 {
|
||||||
|
@ -49,6 +52,9 @@
|
||||||
operating-points-v2 = <&typhoon_opp>;
|
operating-points-v2 = <&typhoon_opp>;
|
||||||
enable-method = "spin-table";
|
enable-method = "spin-table";
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
|
next-level-cache = <&l2_cache>;
|
||||||
|
i-cache-size = <0x10000>;
|
||||||
|
d-cache-size = <0x10000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu2: cpu@2 {
|
cpu2: cpu@2 {
|
||||||
|
@ -59,6 +65,16 @@
|
||||||
operating-points-v2 = <&typhoon_opp>;
|
operating-points-v2 = <&typhoon_opp>;
|
||||||
enable-method = "spin-table";
|
enable-method = "spin-table";
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
|
next-level-cache = <&l2_cache>;
|
||||||
|
i-cache-size = <0x10000>;
|
||||||
|
d-cache-size = <0x10000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
l2_cache: l2-cache {
|
||||||
|
compatible = "cache";
|
||||||
|
cache-level = <2>;
|
||||||
|
cache-unified;
|
||||||
|
cache-size = <0x200000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue