Skip to content

Commit

Permalink
tests: drivers: gpio: Enable gpio driver tests for MAX32680EVKIT
Browse files Browse the repository at this point in the history
Enable GPIO driver tests for MAX32680EVKIT.

Signed-off-by: Tahsin Mutlugun <[email protected]>
  • Loading branch information
ttmut authored and ozersa committed Jun 4, 2024
1 parent a6f573e commit b83c563
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio2 6 0>;
in-gpios = <&gpio2 7 0>;
};
};

0 comments on commit b83c563

Please sign in to comment.