1/*
2 * Copyright (c) 2024 Silicon Laboratories Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	resources {
9		compatible = "test-gpio-basic-api";
10		out-gpios = <&gpiod 0 0>; /* WPK P28 */
11		in-gpios = <&gpiod 2 0>; /* WPK P32 */
12	};
13};
14