armada-thermal.txt 590 B

12345678910111213141516171819202122
  1. * Marvell Armada 370/XP thermal management
  2. Required properties:
  3. - compatible: Should be set to one of the following:
  4. marvell,armada370-thermal
  5. marvell,armadaxp-thermal
  6. - reg: Device's register space.
  7. Two entries are expected, see the examples below.
  8. The first one is required for the sensor register;
  9. the second one is required for the control register
  10. to be used for sensor initialization (a.k.a. calibration).
  11. Example:
  12. thermal@d0018300 {
  13. compatible = "marvell,armada370-thermal";
  14. reg = <0xd0018300 0x4
  15. 0xd0018304 0x4>;
  16. status = "okay";
  17. };