blob: 16fd6391b88dfb9bdaba3c89b56034293b399d48 [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Connect DIO21 to DIO22 to run this test */
/ {
resources {
compatible = "test,gpio_basic_api";
out-gpios = <&gpio0 22 0>;
in-gpios = <&gpio0 21 0>;
};
};