1/* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 5 * an affiliate of Cypress Semiconductor Corporation 6 */ 7 8/ { 9 resources { 10 compatible = "test-gpio-basic-api"; 11 out-gpios = <&gpio_prt9 4 0>; 12 in-gpios = <&gpio_prt9 2 0>; 13 }; 14}; 15 16&gpio_prt9 { 17 status = "okay"; 18}; 19