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:
parent
fca26890b0
commit
38e9abdada
1 changed files with 16 additions and 0 deletions
|
@ -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 */
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue