summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/w1/w1-gpio.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/w1/w1-gpio.txt')
-rw-r--r--dts/Bindings/w1/w1-gpio.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/dts/Bindings/w1/w1-gpio.txt b/dts/Bindings/w1/w1-gpio.txt
deleted file mode 100644
index 3d6554eac2..0000000000
--- a/dts/Bindings/w1/w1-gpio.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-w1-gpio devicetree bindings
-
-Required properties:
-
- - compatible: "w1-gpio"
- - gpios: one or two GPIO specs:
- - the first one is used as data I/O pin
- - the second one is optional. If specified, it is used as
- enable pin for an external pin pullup.
-
-Optional properties:
-
- - linux,open-drain: if specified, the data pin is considered in
- open-drain mode.
-
-Also refer to the generic w1.txt document.
-
-Examples:
-
- onewire {
- compatible = "w1-gpio";
- gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
-
- battery {
- // ...
- };
- };