Device tree overlay to disable blue led heartbeat

/dts-v1/;
/plugin/;

/ {
        compatible = "radxa,rock3a";

        fragment@0 {
                target-path = "/";

                __overlay__ {
                        leds {
                                compatible = "gpio-leds";
                                led_user: led-0 {
                                        /delete-property/ linux,default-trigger;
                                };
                        };
                };
        };
};

Tested on armbian kernel 5.18.2. Use command sudo armbian-add-overlay rock-3a-disable-led-heartbeat.dts to install this overlay.

1 Like

dude what a gem, that blue LED is annoying.

Thanks works great