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:
parent
e9d0340a99
commit
ee0c5f9161
4 changed files with 12 additions and 4 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue