162306a36Sopenharmony_ci* Dove Thermal 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciThis driver is for Dove SoCs which contain a thermal sensor. 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciRequired properties: 662306a36Sopenharmony_ci- compatible : "marvell,dove-thermal" 762306a36Sopenharmony_ci- reg : Address range of the thermal registers 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciThe reg properties should contain two ranges. The first is for the 1062306a36Sopenharmony_cithree Thermal Manager registers, while the second range contains the 1162306a36Sopenharmony_ciThermal Diode Control Registers. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciExample: 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci thermal@10078 { 1662306a36Sopenharmony_ci compatible = "marvell,dove-thermal"; 1762306a36Sopenharmony_ci reg = <0xd001c 0x0c>, <0xd005c 0x08>; 1862306a36Sopenharmony_ci }; 19