xref: /openbmc/linux/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt (revision 05cf4fe738242183f1237f1b3a28b4479348c0a1)
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