Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.9 18 lines 344 B view raw
1// SPDX-License-Identifier: GPL-2.0 2 3/ { 4 /* 5 * This file provides the now deprecated ACT LED to the 6 * Raspberry Pi boards. Please don't include this file 7 * for new boards! 8 */ 9 leds: leds { 10 compatible = "gpio-leds"; 11 12 led_act: led-act { 13 label = "ACT"; 14 default-state = "keep"; 15 linux,default-trigger = "heartbeat"; 16 }; 17 }; 18};