1 * Broadcom STB thermal management
3 Thermal management core, provided by the AVS TMON hardware block.
6 - compatible: must be one of:
7 "brcm,avs-tmon-bcm7216"
8 "brcm,avs-tmon-bcm7445"
10 - reg: address range for the AVS TMON registers
11 - interrupts: temperature monitor interrupt, for high/low threshold triggers,
12 required except for "brcm,avs-tmon-bcm7216"
13 - interrupt-names: should be "tmon"
18 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
19 reg = <0xf04d1500 0x28>;
21 interrupt-names = "tmon";
22 interrupt-parent = <&avs_host_l2_intc>;