1 * SPEAr Thermal 1 * SPEAr Thermal 2 2 3 Required properties: 3 Required properties: 4 - compatible : "st,thermal-spear1340" 4 - compatible : "st,thermal-spear1340" 5 - reg : Address range of the thermal registers 5 - reg : Address range of the thermal registers 6 - st,thermal-flags: flags used to enable therm 6 - st,thermal-flags: flags used to enable thermal sensor 7 7 8 Example: 8 Example: 9 9 10 thermal@fc000000 { 10 thermal@fc000000 { 11 compatible = "st,thermal-spear 11 compatible = "st,thermal-spear1340"; 12 reg = <0xfc000000 0x1000>; 12 reg = <0xfc000000 0x1000>; 13 st,thermal-flags = <0x7000>; 13 st,thermal-flags = <0x7000>; 14 }; 14 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.