Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / thermal / kirkwood-thermal.txt
1 * Kirkwood Thermal
2
3 This version is for Kirkwood 88F8262 & 88F6283 SoCs. Other kirkwoods
4 don't contain a thermal sensor.
5
6 Required properties:
7 - compatible : "marvell,kirkwood-thermal"
8 - reg : Address range of the thermal registers
9
10 Example:
11
12         thermal@10078 {
13                 compatible = "marvell,kirkwood-thermal";
14                 reg = <0x10078 0x4>;
15         };