tests: drivers: gpio: add TLE9104 to the build_all tests

Add an instance of the TLE9104 to the build_all tests.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
Benedikt Schmidt 2023-07-18 11:17:02 +02:00 committed by Fabio Baltieri
commit 003c132de6

View file

@ -258,6 +258,17 @@
ngpios = <8>; ngpios = <8>;
}; };
}; };
test_spi_tle9104: tle9104@4 {
compatible = "infineon,tle9104";
spi-max-frequency = <0>;
reg = <0x04>;
gpio-controller;
#gpio-cells = <2>;
ngpios = <4>;
resn-gpios = <&test_gpio 0 0>;
en-gpios = <&test_gpio 0 0>;
};
}; };
}; };
}; };