Newer
Older
barebox / dts / Bindings / gpio / gpio-tpic2810.txt
@Sascha Hauer Sascha Hauer on 18 Oct 2016 380 bytes dts: update to v4.9-rc1
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>;
	};