1c66ec88fSEmmanuel VadotVersatile Express hwmon sensors 2c66ec88fSEmmanuel Vadot------------------------------- 3c66ec88fSEmmanuel Vadot 4c66ec88fSEmmanuel VadotRequires node properties: 5c66ec88fSEmmanuel Vadot- "compatible" value : one of 6c66ec88fSEmmanuel Vadot "arm,vexpress-volt" 7c66ec88fSEmmanuel Vadot "arm,vexpress-amp" 8c66ec88fSEmmanuel Vadot "arm,vexpress-temp" 9c66ec88fSEmmanuel Vadot "arm,vexpress-power" 10c66ec88fSEmmanuel Vadot "arm,vexpress-energy" 11c66ec88fSEmmanuel Vadot- "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg 12*d5b0e70fSEmmanuel Vadot (see Documentation/devicetree/bindings/arm/vexpress-config.yaml 13c66ec88fSEmmanuel Vadot for more details) 14c66ec88fSEmmanuel Vadot 15c66ec88fSEmmanuel VadotOptional node properties: 16c66ec88fSEmmanuel Vadot- label : string describing the monitored value 17c66ec88fSEmmanuel Vadot 18c66ec88fSEmmanuel VadotExample: 19c66ec88fSEmmanuel Vadot energy@0 { 20c66ec88fSEmmanuel Vadot compatible = "arm,vexpress-energy"; 21c66ec88fSEmmanuel Vadot arm,vexpress-sysreg,func = <13 0>; 22c66ec88fSEmmanuel Vadot label = "A15 Jcore"; 23c66ec88fSEmmanuel Vadot }; 24