forked from Minki/linux
930cc0f39b
The mcp3421 is the single channel variant of the mcp342x family and can be supported by the mcp342x driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
* Microchip mcp3421/2/3/4/6/7/8 chip family (ADC)
|
|
|
|
Required properties:
|
|
- compatible: Should be
|
|
"microchip,mcp3421" or
|
|
"microchip,mcp3422" or
|
|
"microchip,mcp3423" or
|
|
"microchip,mcp3424" or
|
|
"microchip,mcp3426" or
|
|
"microchip,mcp3427" or
|
|
"microchip,mcp3428"
|
|
- reg: I2C address for the device
|
|
|
|
Example:
|
|
adc@0 {
|
|
compatible = "microchip,mcp3424";
|
|
reg = <0x68>;
|
|
};
|