Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / thermal / brcm,avs-tmon.txt
1 * Broadcom STB thermal management
2
3 Thermal management core, provided by the AVS TMON hardware block.
4
5 Required properties:
6 - compatible: must be "brcm,avs-tmon" and/or "brcm,avs-tmon-bcm7445"
7 - reg: address range for the AVS TMON registers
8 - interrupts: temperature monitor interrupt, for high/low threshold triggers
9 - interrupt-names: should be "tmon"
10
11 Example:
12
13         thermal@f04d1500 {
14                 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
15                 reg = <0xf04d1500 0x28>;
16                 interrupts = <0x6>;
17                 interrupt-names = "tmon";
18                 interrupt-parent = <&avs_host_l2_intc>;
19         };