About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / gpio / gpio-tps65086.txt


Based on kernel version 4.8. Page generated on 2016-10-06 23:11 EST.

1	* TPS65086 GPO Controller bindings
2	
3	Required properties:
4	 - compatible		: Should be "ti,tps65086-gpio".
5	 - gpio-controller	: Marks the device node as a GPIO Controller.
6	 - #gpio-cells		: Should be two. The first cell is the pin number
7				    and the second cell is used to specify flags.
8				    See ../gpio/gpio.txt for possible values.
9	
10	Example:
11	
12		gpio4: gpio {
13			compatible = "ti,tps65086-gpio";
14			gpio-controller;
15			#gpio-cells = <2>;
16		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog