tests: drivers: gpio: Enable gpio driver tests for max32666fthr board
Enable gpio driver test for max32666fthr Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
e3d457714b
commit
7475666ac9
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2023-2024 Analog Devices, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
resources {
|
||||
compatible = "test-gpio-basic-api";
|
||||
out-gpios = <&gpio0 2 0>;
|
||||
in-gpios = <&gpio0 4 0>;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue