tests: drivers: gpio: Add MAX32657 boards overlay files

Add MAX32657 boards overlay files to gpio test be supported.

Signed-off-by: Mert Ekren <mert.ekren@analog.com>
This commit is contained in:
Mert Ekren 2024-06-27 18:45:47 +03:00 committed by Benjamin Cabé
parent cb93c201d5
commit d557fc51bb
2 changed files with 26 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 3 0>;
in-gpios = <&gpio0 12 0>;
};
};

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 3 0>;
in-gpios = <&gpio0 12 0>;
};
};