1/* 2 * Copyright (c) 2019, 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* loopback with arduino header A0 and A1 */ 8 9/ { 10 resources { 11 compatible = "test-gpio-basic-api"; 12 out-gpios = <&arduino_header 0 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>; 13 in-gpios = <&arduino_header 1 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>; 14 }; 15}; 16