Merge remote-tracking branches 'asoc/topic/cs47l24', 'asoc/topic/cx20442', 'asoc...
[sfrench/cifs-2.6.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 - interrupt-parent: the parent interrupt controller
11
12 Example:
13
14         thermal@f04d1500 {
15                 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
16                 reg = <0xf04d1500 0x28>;
17                 interrupts = <0x6>;
18                 interrupt-names = "tmon";
19                 interrupt-parent = <&avs_host_l2_intc>;
20         };