hc
2023-11-06 36f0949ef9854b82a9a3154d970da4e3b8d12a61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* Maxim max11100 Analog to Digital Converter (ADC)
 
Required properties:
  - compatible: Should be "maxim,max11100"
  - reg: the adc unit address
  - vref-supply: phandle to the regulator that provides reference voltage
 
Optional properties:
  - spi-max-frequency: SPI maximum frequency
 
Example:
 
max11100: adc@0 {
        compatible = "maxim,max11100";
        reg = <0>;
        vref-supply = <&adc0_vref>;
        spi-max-frequency = <240000>;
};