xref: /linux/Documentation/devicetree/bindings/hwmon/apm-xgene-hwmon.txt (revision f26e8817b235d8764363bffcc9cbfc61867371f2)
1*1d3dd4ceShotranAPM X-Gene hwmon driver
2*1d3dd4ceShotran
3*1d3dd4ceShotranAPM X-Gene SOC sensors are accessed over the "SLIMpro" mailbox.
4*1d3dd4ceShotran
5*1d3dd4ceShotranRequired properties :
6*1d3dd4ceShotran - compatible : should be "apm,xgene-slimpro-hwmon"
7*1d3dd4ceShotran - mboxes : use the label reference for the mailbox as the first parameter.
8*1d3dd4ceShotran	    The second parameter is the channel number.
9*1d3dd4ceShotran
10*1d3dd4ceShotranExample :
11*1d3dd4ceShotran	hwmonslimpro {
12*1d3dd4ceShotran		compatible = "apm,xgene-slimpro-hwmon";
13*1d3dd4ceShotran		mboxes = <&mailbox 7>;
14*1d3dd4ceShotran	};
15