1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot&cpu_alert0 {
3*f126890aSEmmanuel Vadot	temperature = <90000>; /* milliCelsius */
4*f126890aSEmmanuel Vadot};
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot&cpu_crit {
7*f126890aSEmmanuel Vadot	temperature = <105000>; /* milliCelsius */
8*f126890aSEmmanuel Vadot};
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot&gpu_crit {
11*f126890aSEmmanuel Vadot	temperature = <105000>; /* milliCelsius */
12*f126890aSEmmanuel Vadot};
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot&core_crit {
15*f126890aSEmmanuel Vadot	temperature = <105000>; /* milliCelsius */
16*f126890aSEmmanuel Vadot};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot&dspeve_crit {
19*f126890aSEmmanuel Vadot	temperature = <105000>; /* milliCelsius */
20*f126890aSEmmanuel Vadot};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot&iva_crit {
23*f126890aSEmmanuel Vadot	temperature = <105000>; /* milliCelsius */
24*f126890aSEmmanuel Vadot};
25