.. | .. |
---|
3 | 3 | Thermal management core, provided by the AVS TMON hardware block. |
---|
4 | 4 | |
---|
5 | 5 | Required properties: |
---|
6 | | -- compatible: must be "brcm,avs-tmon" and/or "brcm,avs-tmon-bcm7445" |
---|
| 6 | +- compatible: must be one of: |
---|
| 7 | + "brcm,avs-tmon-bcm7216" |
---|
| 8 | + "brcm,avs-tmon-bcm7445" |
---|
| 9 | + "brcm,avs-tmon" |
---|
7 | 10 | - reg: address range for the AVS TMON registers |
---|
8 | | -- interrupts: temperature monitor interrupt, for high/low threshold triggers |
---|
| 11 | +- interrupts: temperature monitor interrupt, for high/low threshold triggers, |
---|
| 12 | + required except for "brcm,avs-tmon-bcm7216" |
---|
9 | 13 | - interrupt-names: should be "tmon" |
---|
10 | 14 | |
---|
11 | 15 | Example: |
---|