blob: 3d3bd78df7ae19bef16bc484abbe320599f574e7 [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>;
};
};