kirkwood-thermal.txt 330 B

123456789101112131415
  1. * Kirkwood Thermal
  2. This version is for Kirkwood 88F8262 & 88F6283 SoCs. Other kirkwoods
  3. don't contain a thermal sensor.
  4. Required properties:
  5. - compatible : "marvell,kirkwood-thermal"
  6. - reg : Address range of the thermal registers
  7. Example:
  8. thermal@10078 {
  9. compatible = "marvell,kirkwood-thermal";
  10. reg = <0x10078 0x4>;
  11. };