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”;
};
};
};
};