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:
Benedikt Schmidt 2023-02-14 13:52:00 +01:00 committed by Christopher Friedt
commit 865ee855d1

View file

@ -49,6 +49,16 @@
reset-gpios = <&test_gpio 0 0>; 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 { test_i2c_pca95xx: pca95xx@20 {
compatible = "nxp,pca95xx"; compatible = "nxp,pca95xx";
reg = <0x20>; reg = <0x20>;