16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
|
/*
|
||
|
* 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>;
|
||
|
};
|
||
|
};
|