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:
parent
cb93c201d5
commit
d557fc51bb
@ -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>;
|
||||
};
|
||||
};
|
||||
@ -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>;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user