Leds of module G

hy,

in the mox A, there’s a led which can be manipulate.
For example, we can switch off this one with this command line :

echo 0 > /sys/class/leds/NAME_OF_THE_LED/brigthness

for me nome of the = mox:red:activity

i have a mox G for my wifi card pcie.
there are three leds.

Can we use same system?

in the dts file i have seen this :

leds {
compatible = “gpio-leds”;
red {
label = “mox:red:activity”;
gpios = <&gpiosb 21 GPIO_ACTIVE_LOW>;
linux,default-trigger = “default-on”;
};
};

thank by adavance :slight_smile:

Hi,
as far as I know, the LEDs located on the G module are controlled directly by the PCIe card, and are not exposed as user controllable.

Hy,
Thank you to answer me :).