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