Lines Matching full:maxim
1 GPIO driver for Maxim MAX3191x industrial serializer
5 "maxim,max31910"
6 "maxim,max31911"
7 "maxim,max31912"
8 "maxim,max31913"
9 "maxim,max31953"
10 "maxim,max31963"
18 - maxim,modesel-gpios: GPIO pins to configure modesel of each chip.
22 - maxim,fault-gpios: GPIO pins to read fault of each chip.
25 - maxim,db0-gpios: GPIO pins to configure debounce of each chip.
28 - maxim,db1-gpios: GPIO pins to configure debounce of each chip.
29 The number of GPIOs must equal "maxim,db0-gpios".
30 - maxim,modesel-8bit: Boolean whether the modesel pin of the chips is
32 is hardwired and consequently "maxim,modesel-gpios"
34 "maxim,modesel-gpios" is given, the driver assumes
36 - maxim,ignore-undervoltage:
38 by the "maxim,fault-gpios" or by the status byte
48 compatible = "maxim,max31913";
53 maxim,modesel-gpios = <&gpio2 23>;
54 maxim,fault-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
55 maxim,db0-gpios = <&gpio2 25>;
56 maxim,db1-gpios = <&gpio2 26>;