spear-thermal.txt 313 B

1234567891011121314
  1. * SPEAr Thermal
  2. Required properties:
  3. - compatible : "st,thermal-spear1340"
  4. - reg : Address range of the thermal registers
  5. - st,thermal-flags: flags used to enable thermal sensor
  6. Example:
  7. thermal@fc000000 {
  8. compatible = "st,thermal-spear1340";
  9. reg = <0xfc000000 0x1000>;
  10. st,thermal-flags = <0x7000>;
  11. };