brcm,avs-tmon.txt 564 B

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