10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
|
/*
|
||
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
&led0 {
|
||
|
|
gpios = <&hpf_gpio 9 GPIO_ACTIVE_HIGH>;
|
||
|
|
};
|