Sorry for this
I have got it up and running!
Only issue Iâm having is the brightness of the LED but thatâs a challenge for tomorrow.
Thanks so much for the help!
This is my current code
/dts-v1/;
/plugin/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/gpio/meson-gxl-gpio.h>
/ {
compatible = âlibretech,ccâ, âamlogic,s905xâ, âamlogic,meson-gxlâ,âgpio-ledsâ;
fragment@0 {
target-path = â/ledsâ;
overlay {
SD_status@0 {
label = âstatusLEDâ;
gpios = <&gpio GPIOX_5 GPIO_ACTIVE_HIGH>;
linux,default-trigger = âmmc1â;
};
};
};
};