1/* 2 * Copyright (c) 2024 Cypress Semiconductor Corporation. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/ { 7 resources { 8 compatible = "test-gpio-basic-api"; 9 out-gpios = <&gpio_prt1 4 0>; 10 in-gpios = <&gpio_prt1 5 0>; 11 }; 12}; 13