0001 // SPDX-License-Identifier: GPL-2.0
0002 &cpu_alert0 {
0003 temperature = <90000>; /* milliCelsius */
0004 };
0005
0006 &cpu_crit {
0007 temperature = <105000>; /* milliCelsius */
0008 };
0009
0010 &gpu_crit {
0011 temperature = <105000>; /* milliCelsius */
0012 };
0013
0014 &core_crit {
0015 temperature = <105000>; /* milliCelsius */
0016 };
0017
0018 &dspeve_crit {
0019 temperature = <105000>; /* milliCelsius */
0020 };
0021
0022 &iva_crit {
0023 temperature = <105000>; /* milliCelsius */
0024 };