summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/gpio/gpio-tpic2810.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/gpio/gpio-tpic2810.txt')
-rw-r--r--dts/Bindings/gpio/gpio-tpic2810.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/gpio/gpio-tpic2810.txt b/dts/Bindings/gpio/gpio-tpic2810.txt
new file mode 100644
index 0000000000..1afc2de7a5
--- /dev/null
+++ b/dts/Bindings/gpio/gpio-tpic2810.txt
@@ -0,0 +1,16 @@
+TPIC2810 GPIO controller bindings
+
+Required properties:
+ - compatible : Should be "ti,tpic2810".
+ - reg : The I2C address of the device
+ - gpio-controller : Marks the device node as a GPIO controller.
+ - #gpio-cells : Should be two. For consumer use see gpio.txt.
+
+Example:
+
+ gpio@60 {
+ compatible = "ti,tpic2810";
+ reg = <0x60>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ };