blob: afec40593b84f3d507b790e60480a7c7a525240b [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Connect P07 to P08 to run this test */
/ {
resources {
compatible = "test,gpio_basic_api";
out-gpios = <&gpioa2 1 0>;
in-gpios = <&gpioa2 0 0>;
};
};