1 * Microchip Analog to Digital Converter (ADC)
3 The node for this driver must be a child node of a SPI controller, hence
4 all mandatory properties described in
6 Documentation/devicetree/bindings/spi/spi-bus.txt
11 - compatible: Must be one of the following, depending on the
13 "mcp3001" (DEPRECATED)
14 "mcp3002" (DEPRECATED)
15 "mcp3004" (DEPRECATED)
16 "mcp3008" (DEPRECATED)
17 "mcp3201" (DEPRECATED)
18 "mcp3202" (DEPRECATED)
19 "mcp3204" (DEPRECATED)
20 "mcp3208" (DEPRECATED)
21 "mcp3301" (DEPRECATED)
33 NOTE: The use of the compatibles with no vendor prefix
34 is deprecated and only listed because old DT use them.
39 compatible = "mcp3002";
41 spi-max-frequency = <1000000>;