1/*
2 * Copyright 2024-2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/{
8	resources {
9		compatible = "test-gpio-basic-api";
10		/*
11		 * Use connector J21 GPIO.1 which connect to pca6416 EXP_P1_0 as input
12		 * GPIO, and connector J21 GPIO.4 which connect to pca6416 EXP_P1_3 as
13		 * output GPIO, connect these two pins with a Dupont Line.
14		 */
15		out-gpios = <&gpio_exp1 8 0>;
16		in-gpios = <&gpio_exp1 11 0>;
17	};
18};
19