Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/hwmon/apm-xgene-hwmon.txt
48376 views
1
APM X-Gene hwmon driver
2
3
APM X-Gene SOC sensors are accessed over the "SLIMpro" mailbox.
4
5
Required properties :
6
- compatible : should be "apm,xgene-slimpro-hwmon"
7
- mboxes : use the label reference for the mailbox as the first parameter.
8
The second parameter is the channel number.
9
10
Example :
11
hwmonslimpro {
12
compatible = "apm,xgene-slimpro-hwmon";
13
mboxes = <&mailbox 7>;
14
};
15
16