You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
577 B
23 lines
577 B
Versatile Express hwmon sensors
|
|
-------------------------------
|
|
|
|
Requires node properties:
|
|
- "compatible" value : one of
|
|
"arm,vexpress-volt"
|
|
"arm,vexpress-amp"
|
|
"arm,vexpress-temp"
|
|
"arm,vexpress-power"
|
|
"arm,vexpress-energy"
|
|
- "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
|
|
(see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
|
|
for more details)
|
|
|
|
Optional node properties:
|
|
- label : string describing the monitored value
|
|
|
|
Example:
|
|
energy@0 {
|
|
compatible = "arm,vexpress-energy";
|
|
arm,vexpress-sysreg,func = <13 0>;
|
|
label = "A15 Jcore";
|
|
};
|
|
|