1*74ffa64cSAndrew Lunn* Dove Thermal 2*74ffa64cSAndrew Lunn 3*74ffa64cSAndrew LunnThis driver is for Dove SoCs which contain a thermal sensor. 4*74ffa64cSAndrew Lunn 5*74ffa64cSAndrew LunnRequired properties: 6*74ffa64cSAndrew Lunn- compatible : "marvell,dove-thermal" 7*74ffa64cSAndrew Lunn- reg : Address range of the thermal registers 8*74ffa64cSAndrew Lunn 9*74ffa64cSAndrew LunnThe reg properties should contain two ranges. The first is for the 10*74ffa64cSAndrew Lunnthree Thermal Manager registers, while the second range contains the 11*74ffa64cSAndrew LunnThermal Diode Control Registers. 12*74ffa64cSAndrew Lunn 13*74ffa64cSAndrew LunnExample: 14*74ffa64cSAndrew Lunn 15*74ffa64cSAndrew Lunn thermal@10078 { 16*74ffa64cSAndrew Lunn compatible = "marvell,dove-thermal"; 17*74ffa64cSAndrew Lunn reg = <0xd001c 0x0c>, <0xd005c 0x08>; 18*74ffa64cSAndrew Lunn }; 19