1/* 2 * Copyright (c) 2019 Intel Corporation 3 * Copyright (c) 2019 Nordic Semiconductor ASA 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8/ { 9 resources { 10 compatible = "test-gpio-basic-api"; 11 12 /* 13 * Remove jumpers on JP31 to disconnect pull-up resistor. 14 * Also remove jumpers on JP41 (1-2, 3-4) as the LEDs 15 * are connected to pull-up resistors also. 16 */ 17 in-gpios = <MCHP_GPIO_DECODE_156 0>; /* GPIO_156, JP31 Pin 13 */ 18 out-gpios = <MCHP_GPIO_DECODE_157 0>; /* GPIO_157, JP31 Pin 15 */ 19 }; 20}; 21