Lines Matching +full:mediatek +full:- +full:thermal
1 * Mediatek Thermal
3 This describes the device tree binding for the Mediatek thermal controller
4 which measures the on-SoC temperatures. This device does not have its own ADC,
11 - compatible:
12 - "mediatek,mt8173-thermal" : For MT8173 family of SoCs
13 - "mediatek,mt2701-thermal" : For MT2701 family of SoCs
14 - "mediatek,mt2712-thermal" : For MT2712 family of SoCs
15 - "mediatek,mt7622-thermal" : For MT7622 SoC
16 - "mediatek,mt8183-thermal" : For MT8183 family of SoCs
17 - "mediatek,mt8516-thermal", "mediatek,mt2701-thermal : For MT8516 family of SoCs
18 - reg: Address range of the thermal controller
19 - interrupts: IRQ for the thermal controller
20 - clocks, clock-names: Clocks needed for the thermal controller. required
24 - mediatek,auxadc: A phandle to the AUXADC which the thermal controller uses
25 - mediatek,apmixedsys: A phandle to the APMIXEDSYS controller.
26 - #thermal-sensor-cells : Should be 0. See Documentation/devicetree/bindings/thermal/thermal-sensor…
29 - resets: Reference to the reset controller controlling the thermal controller.
30 - nvmem-cells: A phandle to the calibration data provided by a nvmem device. If
32 - nvmem-cell-names: Should be "calibration-data"
36 thermal: thermal@1100b000 {
37 #thermal-sensor-cells = <1>;
38 compatible = "mediatek,mt8173-thermal";
42 clock-names = "therm", "auxadc";
44 reset-names = "therm";
45 mediatek,auxadc = <&auxadc>;
46 mediatek,apmixedsys = <&apmixedsys>;
47 nvmem-cells = <&thermal_calibration_data>;
48 nvmem-cell-names = "calibration-data";