Merge remote-tracking branches 'asoc/topic/cs35l35', 'asoc/topic/cs53l30', 'asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / thermal / brcm,bcm2835-thermal.txt
1 Binding for Thermal Sensor driver for BCM2835 SoCs.
2
3 Required parameters:
4 -------------------
5
6 compatible:     should be one of: "brcm,bcm2835-thermal",
7                 "brcm,bcm2836-thermal" or "brcm,bcm2837-thermal"
8 reg:            Address range of the thermal registers.
9 clocks:         Phandle of the clock used by the thermal sensor.
10
11 Example:
12
13 thermal: thermal@7e212000 {
14         compatible = "brcm,bcm2835-thermal";
15         reg = <0x7e212000 0x8>;
16         clocks = <&clocks BCM2835_CLOCK_TSENS>;
17 };