armada-thermal.txt 654 B

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