Skip to content

Commit 7be2165

Browse files
committed
lr
1 parent 593555d commit 7be2165

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
leds {
77
compatible = "gpio-leds";
88
indicator_led: indicator_led {
9-
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
9+
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
1010
label = "User LED";
1111
};
1212
};

config/cradio_right.overlay

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/ {
2+
kscan0 {
3+
wakeup-source;
4+
};
5+
6+
leds {
7+
compatible = "gpio-leds";
8+
indicator_led: indicator_led {
9+
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
10+
label = "User LED";
11+
};
12+
};
13+
14+
aliases {
15+
indicator-led = &indicator_led;
16+
};
17+
};
18+

0 commit comments

Comments
 (0)