mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
54c928d335
Add binding for TPIC2810 GPO device. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
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>;
|
|
};
|