1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 2 3 / { 3 / { 4 /* 4 /* 5 * This file provides the now deprecat 5 * This file provides the now deprecated ACT LED to the 6 * Raspberry Pi boards. Please don't i 6 * Raspberry Pi boards. Please don't include this file 7 * for new boards! 7 * for new boards! 8 */ 8 */ 9 leds: leds { 9 leds: leds { 10 compatible = "gpio-leds"; 10 compatible = "gpio-leds"; 11 11 12 led_act: led-act { 12 led_act: led-act { 13 label = "ACT"; 13 label = "ACT"; 14 default-state = "keep" 14 default-state = "keep"; 15 linux,default-trigger 15 linux,default-trigger = "heartbeat"; 16 }; 16 }; 17 }; 17 }; 18 }; 18 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.