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:
Sadik Ozer 2023-11-23 15:38:36 +03:00 committed by Carles Cufí
parent e3d457714b
commit 7475666ac9
1 changed files with 13 additions and 0 deletions

View File

@ -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>;
};
};