1 * UniPhier Thermal bindings
3 This describes the devicetree bindings for thermal monitor supported by
4 PVT(Process, Voltage and Temperature) monitoring unit implemented on Socionext
9 - "socionext,uniphier-pxs2-thermal" : For UniPhier PXs2 SoC
10 - "socionext,uniphier-ld20-thermal" : For UniPhier LD20 SoC
11 - interrupts : IRQ for the temperature alarm
12 - #thermal-sensor-cells : Should be 0. See ./thermal.txt for details.
15 - socionext,tmod-calibration: A pair of calibrated values referred from PVT,
16 in case that the values aren't set on SoC,
17 like a reference board.
22 compatible = "socionext,uniphier-ld20-sysctrl",
23 "simple-mfd", "syscon";
24 reg = <0x61840000 0x10000>;
27 compatible = "socionext,uniphier-ld20-thermal";
29 #thermal-sensor-cells = <0>;
36 polling-delay-passive = <250>; /* 250ms */
37 polling-delay = <1000>; /* 1000ms */
38 thermal-sensors = <&pvtctl>;
42 temperature = <110000>; /* 110C */
46 cpu_alert: cpu_alert {
47 temperature = <100000>; /* 100C */
56 cooling-device = <&cpu0 (-1) (-1)>;
60 cooling-device = <&cpu2 (-1) (-1)>;