Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
TI ADC128D818 ADC System Monitor With Temperature Sensor
|
|
--------------------------------------------------------
|
|
|
|
Operation modes:
|
|
|
|
- Mode 0: 7 single-ended voltage readings (IN0-IN6),
|
|
1 temperature reading (internal)
|
|
- Mode 1: 8 single-ended voltage readings (IN0-IN7),
|
|
no temperature
|
|
- Mode 2: 4 pseudo-differential voltage readings
|
|
(IN0-IN1, IN3-IN2, IN4-IN5, IN7-IN6),
|
|
1 temperature reading (internal)
|
|
- Mode 3: 4 single-ended voltage readings (IN0-IN3),
|
|
2 pseudo-differential voltage readings
|
|
(IN4-IN5, IN7-IN6),
|
|
1 temperature reading (internal)
|
|
|
|
If no operation mode is configured via device tree, the driver keeps the
|
|
currently active chip operation mode (default is mode 0).
|
|
|
|
|
|
Required node properties:
|
|
|
|
- compatible: must be set to "ti,adc128d818"
|
|
- reg: I2C address of the device
|
|
|
|
Optional node properties:
|
|
|
|
- ti,mode: Operation mode (u8) (see above).
|
|
|
|
|
|
Example (operation mode 2):
|
|
|
|
adc128d818@1d {
|
|
compatible = "ti,adc128d818";
|
|
reg = <0x1d>;
|
|
ti,mode = /bits/ 8 <2>;
|
|
};
|