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


Based on kernel version 5.19.17. Page generated on 2023-08-28 22:14 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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>;
	};