sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / w1 / w1-gpio.txt
blob6e09c35d9f1a281a0046ed2c07dfce1f1312f48f
1 w1-gpio devicetree bindings
3 Required properties:
5  - compatible: "w1-gpio"
6  - gpios: one or two GPIO specs:
7                 - the first one is used as data I/O pin
8                 - the second one is optional. If specified, it is used as
9                   enable pin for an external pin pullup.
11 Optional properties:
13  - linux,open-drain: if specified, the data pin is considered in
14                      open-drain mode.
16 Examples:
18         onewire@0 {
19                 compatible = "w1-gpio";
20                 gpios = <&gpio 126 0>, <&gpio 105 0>;
21         };