From c3a680649c45e0ea7f06948ea00109bbd96b0f68 Mon Sep 17 00:00:00 2001 From: KnoblesseOblige Date: Thu, 29 Apr 2021 09:02:54 -0500 Subject: [PATCH] Re-enabled blue GPIO LED. --- app/boards/arm/paw/paw.dts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/boards/arm/paw/paw.dts b/app/boards/arm/paw/paw.dts index 28ccbdf9..76c68815 100644 --- a/app/boards/arm/paw/paw.dts +++ b/app/boards/arm/paw/paw.dts @@ -13,9 +13,6 @@ chosen { zephyr,code-partition = &code_partition; - // zephyr,console = &uart0; - //zephyr,bt-mon-uart = &uart0; - //zephyr,bt-c2h-uart = &uart0; zephyr,sram = &sram0; zephyr,flash = &flash0; zmk,kscan = &kscan0; @@ -33,15 +30,13 @@ ; }; - /* leds { compatible = "gpio-leds"; blue_led: led_0 { - gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; label = "Blue LED"; }; }; - */ }; &spi1 {