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";
|
||||
};
|
||||
Reference in New Issue
Block a user