Skip to content

Commit

Permalink
[nrf noup] samples: basic: blinky: add eGPIO tests configuration
Browse files Browse the repository at this point in the history
Add overlay for nrf54l15dk to enable eGPIO tests.

Signed-off-by: Jakub Zymelka <[email protected]>
  • Loading branch information
jaz1-nordic committed Oct 1, 2024
1 parent 5d10d27 commit d8198dd
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&led0 {
gpios = <&egpio 7 GPIO_ACTIVE_HIGH>;
};

0 comments on commit d8198dd

Please sign in to comment.