tests: drivers: gpio: provide quickfeather overlay

This commit provides the necessary overlay to make the test pass
on the QuickFeather hardware.

Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
This commit is contained in:
Jan Kowalewski 2021-03-08 11:58:14 +01:00 committed by Anas Nashif
commit 5db06d6380

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2021, Antmicro <www.antmicro.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test,gpio_basic_api";
out-gpios = <&gpio 2 0>; /* Header J8 - pin 6 */
in-gpios = <&gpio 0 0>; /* Header J8 - pin 10 */
};
};