17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
/*
|
|
* 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 */
|
|
};
|
|
};
|