tests: drivers: gpio: Add NCT38xx gpio-alert

Add support for the NCT38xx GPIO alert driver in the build all test.

This fixes issue:
https://github.com/zephyrproject-rtos/zephyr/issues/61436

Signed-off-by: Keith Short <keithshort@google.com>
This commit is contained in:
Keith Short 2023-08-11 14:53:14 -06:00 committed by Fabio Baltieri
commit ee0c5f9161
4 changed files with 12 additions and 4 deletions

View file

@ -174,6 +174,12 @@
};
};
nct3807_alert_1 {
compatible = "nuvoton,nct38xx-gpio-alert";
irq-gpios = <&test_gpio 0 0>;
nct38xx-dev = <&test_i2c_nct3808_p1 &test_i2c_nct3808_p2>;
};
test_spi: spi@33334444 {
#address-cells = <1>;
#size-cells = <0>;