Skip to content

Commit 5688216

Browse files
committed
add red_led in dts
Signed-off-by: yan <[email protected]>
1 parent 4691124 commit 5688216

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@
228228
linux,default-trigger = "heartbeat";
229229
default-state = "on";
230230
};
231+
red_led {
232+
gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>; /* GPIO4_D0 */
233+
label = "red_led";
234+
linux,default-trigger = "none";
235+
default-state = "off";
236+
};
231237
};
232238

233239
vcc3v3_sys: vcc3v3-sys {

0 commit comments

Comments
 (0)