tests: gpio_basic_api: add overlay for mec15xxevb_assy6853

This adds an overlay file for board mec15xxevb_assy6853 for
the gpio_basic_api test.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2019-10-07 14:17:33 -07:00 committed by Carles Cufí
commit 38e9abdada

View file

@ -0,0 +1,16 @@
/*
* Copyright (c) 2019 Intel Corporation
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test,gpio_basic_api";
/* Remove jumper on JP15 to disconnect pull-up resistor */
out-gpios = <&gpiob 8 0>; /* GPIO_050, JP27 Pin 11 */
in-gpios = <&gpiob 9 0>; /* GPIO_051, JP27 Pin 13 */
};
};