Newer
Older
barebox / dts / Bindings / hwmon / apm-xgene-hwmon.txt
@Sascha Hauer Sascha Hauer on 29 Sep 2016 387 bytes dts: update to v4.8-rc1
APM X-Gene hwmon driver

APM X-Gene SOC sensors are accessed over the "SLIMpro" mailbox.

Required properties :
 - compatible : should be "apm,xgene-slimpro-hwmon"
 - mboxes : use the label reference for the mailbox as the first parameter.
	    The second parameter is the channel number.

Example :
	hwmonslimpro {
		compatible = "apm,xgene-slimpro-hwmon";
		mboxes = <&mailbox 7>;
	};