File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
boards/adi/eval_adin2111ebz Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
leds {
25
25
compatible = "gpio-leds";
26
26
blue_led: uC_led1 {
27
- gpios = <&gpiob 6 GPIO_ACTIVE_HIGH >;
27
+ gpios = <&gpiob 6 GPIO_ACTIVE_LOW >;
28
28
label = "Debug led uC1";
29
29
};
30
30
net_red_led: led_NET1 {
31
- gpios = <&gpiob 10 GPIO_ACTIVE_HIGH >;
31
+ gpios = <&gpiob 10 GPIO_ACTIVE_LOW >;
32
32
label = "NET led 1";
33
33
};
34
34
net_green_led: led_NET2 {
35
- gpios = <&gpiob 11 GPIO_ACTIVE_HIGH >;
35
+ gpios = <&gpiob 11 GPIO_ACTIVE_LOW >;
36
36
label = "NET led 2";
37
37
};
38
38
mod_red_led: led_MOD1 {
39
- gpios = <&gpioe 2 GPIO_ACTIVE_HIGH >;
39
+ gpios = <&gpioe 2 GPIO_ACTIVE_LOW >;
40
40
label = "Mod led 1";
41
41
};
42
42
mod_green_led: led_MOD2 {
43
- gpios = <&gpioe 6 GPIO_ACTIVE_HIGH >;
43
+ gpios = <&gpioe 6 GPIO_ACTIVE_LOW >;
44
44
label = "Mod led 2";
45
45
};
46
46
};
You can’t perform that action at this time.
0 commit comments