Path: blob/main/sys/contrib/device-tree/Bindings/hwmon/adc128d818.txt
48375 views
TI ADC128D818 ADC System Monitor With Temperature Sensor1--------------------------------------------------------23Operation modes:45- Mode 0: 7 single-ended voltage readings (IN0-IN6),61 temperature reading (internal)7- Mode 1: 8 single-ended voltage readings (IN0-IN7),8no temperature9- Mode 2: 4 pseudo-differential voltage readings10(IN0-IN1, IN3-IN2, IN4-IN5, IN7-IN6),111 temperature reading (internal)12- Mode 3: 4 single-ended voltage readings (IN0-IN3),132 pseudo-differential voltage readings14(IN4-IN5, IN7-IN6),151 temperature reading (internal)1617If no operation mode is configured via device tree, the driver keeps the18currently active chip operation mode (default is mode 0).192021Required node properties:2223- compatible: must be set to "ti,adc128d818"24- reg: I2C address of the device2526Optional node properties:2728- ti,mode: Operation mode (u8) (see above).293031Example (operation mode 2):3233adc128d818@1d {34compatible = "ti,adc128d818";35reg = <0x1d>;36ti,mode = /bits/ 8 <2>;37};383940