drivers: gpio: Add fxl6408 driver
Add a driver for the fxl6408 gpio-expander using gpio api. Origin: original Signed-off-by: Imre Lagas <Imre_Lagas@hotmail.com>
This commit is contained in:
parent
b7bd1be622
commit
ee3f50fdeb
7 changed files with 498 additions and 0 deletions
|
@ -71,6 +71,15 @@
|
|||
ngpios = <8>;
|
||||
nint-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
test_i2c_fxl6408: fxl6408@43 {
|
||||
status = "okay";
|
||||
compatible = "fcs,fxl6408";
|
||||
label = "FXL6408";
|
||||
reg = <0x43>;
|
||||
ngpios = <8>;
|
||||
#gpio-cells = <2>;
|
||||
gpio-controller;
|
||||
};
|
||||
};
|
||||
|
||||
test_spi: spi@33334444 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue