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