Skip to content

Commit c78f583

Browse files
CkovMknashif
authored andcommitted
tests: drivers: gpio_basic_api add board mimx93_evk_a55
Add mimx93_evk_a55.overlay to tests: drivers: gpio_basic_api Signed-off-by: Chekhov Ma <[email protected]>
1 parent 97fabef commit c78f583

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright 2024, NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/{
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
out-gpios = <&gpio2 13 0>;
11+
in-gpios = <&gpio2 14 0>;
12+
};
13+
};

0 commit comments

Comments
 (0)