Documentation/devicetree/bindings/hwmon/vexpress.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/hwmon/vexpress.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/hwmon/vexpress.txt
Extension
.txt
Size
578 bytes
Lines
24
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

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-config.yaml
  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";
	};

Annotation

Implementation Notes