mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 12:56:46 +07:00
26 lines
403 B
Plaintext
26 lines
403 B
Plaintext
|
/*
|
||
|
* ARM Ltd.
|
||
|
*
|
||
|
* ARMv8 Foundation model DTS (spin table configuration)
|
||
|
*/
|
||
|
|
||
|
&cpu0 {
|
||
|
enable-method = "spin-table";
|
||
|
cpu-release-addr = <0x0 0x8000fff8>;
|
||
|
};
|
||
|
|
||
|
&cpu1 {
|
||
|
enable-method = "spin-table";
|
||
|
cpu-release-addr = <0x0 0x8000fff8>;
|
||
|
};
|
||
|
|
||
|
&cpu2 {
|
||
|
enable-method = "spin-table";
|
||
|
cpu-release-addr = <0x0 0x8000fff8>;
|
||
|
};
|
||
|
|
||
|
&cpu3 {
|
||
|
enable-method = "spin-table";
|
||
|
cpu-release-addr = <0x0 0x8000fff8>;
|
||
|
};
|