Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / thermal / kirkwood-thermal.txt
blob8c0f5eb86da75d75d34e959adf288798e2fa760e
1 * Kirkwood Thermal
3 This version is for Kirkwood 88F8262 & 88F6283 SoCs. Other kirkwoods
4 don't contain a thermal sensor.
6 Required properties:
7 - compatible : "marvell,kirkwood-thermal"
8 - reg : Address range of the thermal registers
10 Example:
12         thermal@10078 {
13                 compatible = "marvell,kirkwood-thermal";
14                 reg = <0x10078 0x4>;
15         };