blob: 18b1a3899fde71903495422045bc898db6993d7a [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>;
};
};