You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
380 B
17 lines
380 B
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>;
|
|
};
|