nordic,npm10xx-adc

Description

Nordic nPM10xx PMIC ADC

Examples

npm1012: pmic@6a {
  reg = <0x6a>;
  compatible = "nordic,npm10xx";
  /* ... */

  sensor {
    compatible = "nordic,npm10xx-adc";
    thermistor-beta = <3434>;
  };

  /* ... */
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

thermistor-beta

int

Beta value of the battery thermistor. If not provided, the battery temperature
measurement will not be available.

friendly-name

string

Human readable string describing the sensor. It can be used to
distinguish multiple instances of the same model (e.g., lid accelerometer
vs. base accelerometer in a laptop) to a host operating system.

This property is defined in the Generic Sensor Property Usages of the HID
Usage Tables specification
(https://usb.org/sites/default/files/hut1_3_0.pdf, section 22.5).