tests: drivers: gpio: Enable gpio driver tests for max32666evkit board

Enable gpio driver test for MAX32666EVKIT

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
Furkan Akkiz 2024-01-10 18:36:52 +03:00 committed by Carles Cufí
parent 275932b3ea
commit 0b27b8437a
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio0 6 0>;
in-gpios = <&gpio0 7 0>;
};
};