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:
parent
35dd66b6c4
commit
5db06d6380
1 changed files with 13 additions and 0 deletions
|
@ -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 */
|
||||||
|
};
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue