Skip to content

Commit 26bd28e

Browse files
jaz1-nordicbjarki-andreasen
authored andcommitted
[nrf noup] samples: basic: blinky: add eGPIO tests configuration
Add overlay for nrf54l15dk to enable eGPIO tests. Signed-off-by: Jakub Zymelka <[email protected]>
1 parent 26724c6 commit 26bd28e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&led0 {
8+
gpios = <&egpio 7 GPIO_ACTIVE_HIGH>;
9+
};

0 commit comments

Comments
 (0)