tests: drivers: gpio: Enable gpio driver tests for max32690evkit board
Enable gpio driver test for max32690evkit Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
d6e1753125
commit
c121f405fe
@ -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 = <&gpio2 7 0>;
|
||||
in-gpios = <&gpio2 8 0>;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user