tests: drivers: gpio: basic: add neorv32 test configuration
Add basic GPIO API test configuration for the NEORV32. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
22c67bcfac
commit
296ba9a7d0
1 changed files with 13 additions and 0 deletions
13
tests/drivers/gpio/gpio_basic_api/boards/neorv32.overlay
Normal file
13
tests/drivers/gpio/gpio_basic_api/boards/neorv32.overlay
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
resources {
|
||||
compatible = "test-gpio-basic-api";
|
||||
out-gpios = <&gpio 0 0>;
|
||||
in-gpios = <&gpio 1 0>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue