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