Initial commit for blinky
This commit is contained in:
23
boards/nrf54h20dk_nrf54h20_cpuppr.overlay
Normal file
23
boards/nrf54h20dk_nrf54h20_cpuppr.overlay
Normal file
@@ -0,0 +1,23 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
led0 = &led0;
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
led0: led_0 {
|
||||
gpios = <&gpio9 0 GPIO_ACTIVE_HIGH>;
|
||||
label = "Green LED 0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&gpiote130 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio9 {
|
||||
status = "okay";
|
||||
};
|
||||
9
boards/nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay
Normal file
9
boards/nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
||||
*/
|
||||
|
||||
&led0 {
|
||||
gpios = <&hpf_gpio 9 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
Reference in New Issue
Block a user