mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
b4185e4fef
Add initial dts support for am574x-idk Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
24 lines
395 B
Text
24 lines
395 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
&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 */
|
|
};
|