Back to home page

OSCL-LXR

 
 

    


0001 * Dove Thermal
0002 
0003 This driver is for Dove SoCs which contain a thermal sensor.
0004 
0005 Required properties:
0006 - compatible : "marvell,dove-thermal"
0007 - reg : Address range of the thermal registers
0008 
0009 The reg properties should contain two ranges. The first is for the
0010 three Thermal Manager registers, while the second range contains the
0011 Thermal Diode Control Registers.
0012 
0013 Example:
0014 
0015         thermal@10078 {
0016                 compatible = "marvell,dove-thermal";
0017                 reg = <0xd001c 0x0c>, <0xd005c 0x08>;
0018         };