xref: /openbmc/linux/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt (revision c83eeec79ff64f777cbd59a8bd15d0a3fe1f92c0)
1Lantiq cpu temperatur sensor
2
3Requires node properties:
4- compatible value :
5	"lantiq,cputemp"
6
7Example:
8	cputemp@0 {
9		compatible = "lantiq,cputemp";
10	};
11