| * UniPhier Thermal bindings |
| This describes the devicetree bindings for thermal monitor supported by |
| PVT(Process, Voltage and Temperature) monitoring unit implemented on Socionext |
| - "socionext,uniphier-pxs2-thermal" : For UniPhier PXs2 SoC |
| - "socionext,uniphier-ld20-thermal" : For UniPhier LD20 SoC |
| - interrupts : IRQ for the temperature alarm |
| - #thermal-sensor-cells : Should be 0. See ./thermal.txt for details. |
| - socionext,tmod-calibration: A pair of calibrated values referred from PVT, |
| in case that the values aren't set on SoC, |
| compatible = "socionext,uniphier-ld20-sysctrl", |
| reg = <0x61840000 0x10000>; |
| compatible = "socionext,uniphier-ld20-thermal"; |
| #thermal-sensor-cells = <0>; |
| polling-delay-passive = <250>; /* 250ms */ |
| polling-delay = <1000>; /* 1000ms */ |
| thermal-sensors = <&pvtctl>; |
| temperature = <110000>; /* 110C */ |
| temperature = <100000>; /* 100C */ |
| cooling-device = <&cpu0 (-1) (-1)>; |
| cooling-device = <&cpu2 (-1) (-1)>; |