tests: drivers: gpio: add PCAL64XXA
Add tests for the drivers of PCAL6408A and PCAL6416A. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
ecafade8ae
commit
865ee855d1
1 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,16 @@
|
|||
reset-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
test_i2c_pcal6416a: pcal6416a@2 {
|
||||
compatible = "nxp,pcal6416a";
|
||||
reg = <0x1>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
ngpios = <16>;
|
||||
int-gpios = <&test_gpio 0 0>;
|
||||
reset-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
test_i2c_pca95xx: pca95xx@20 {
|
||||
compatible = "nxp,pca95xx";
|
||||
reg = <0x20>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue