mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
24 lines
359 B
Text
24 lines
359 B
Text
|
&cpu_alert0 {
|
||
|
temperature = <80000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&cpu_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&gpu_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&core_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&dspeve_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&iva_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|