hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* Maxim Integrated DS1803 digital potentiometer driver
 
The node for this driver must be a child node of a I2C controller, hence
all mandatory properties for your controller must be specified. See directory:
 
        Documentation/devicetree/bindings/i2c
 
for more details.
 
Required properties:
   - compatible:      Must be one of the following, depending on the
           model:
           "maxim,ds1803-010",
           "maxim,ds1803-050",
           "maxim,ds1803-100"
 
Example:
ds1803: ds1803@1 {
   reg = <0x28>;
   compatible = "maxim,ds1803-010";
};