1/*
2 * Copyright (c) 2019 Linaro Limited.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Connect P07 to P08 to run this test */
8
9/ {
10 resources {
11 compatible = "test-gpio-basic-api";
12 out-gpios = <&gpioa2 1 0>;
13 in-gpios = <&gpioa2 0 0>;
14 };
15};
16