Back to home page

OSCL-LXR

 
 

    


0001 * SPEAr Thermal
0002 
0003 Required properties:
0004 - compatible : "st,thermal-spear1340"
0005 - reg : Address range of the thermal registers
0006 - st,thermal-flags: flags used to enable thermal sensor
0007 
0008 Example:
0009 
0010         thermal@fc000000 {
0011                 compatible = "st,thermal-spear1340";
0012                 reg = <0xfc000000 0x1000>;
0013                 st,thermal-flags = <0x7000>;
0014         };