xref: /freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-led-deprecated.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot
3*f126890aSEmmanuel Vadot/ {
4*f126890aSEmmanuel Vadot	/*
5*f126890aSEmmanuel Vadot	 * This file provides the now deprecated ACT LED to the
6*f126890aSEmmanuel Vadot	 * Raspberry Pi boards. Please don't include this file
7*f126890aSEmmanuel Vadot	 * for new boards!
8*f126890aSEmmanuel Vadot	 */
9*f126890aSEmmanuel Vadot	leds: leds {
10*f126890aSEmmanuel Vadot		compatible = "gpio-leds";
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot		led_act: led-act {
13*f126890aSEmmanuel Vadot			label = "ACT";
14*f126890aSEmmanuel Vadot			default-state = "keep";
15*f126890aSEmmanuel Vadot			linux,default-trigger = "heartbeat";
16*f126890aSEmmanuel Vadot		};
17*f126890aSEmmanuel Vadot	};
18*f126890aSEmmanuel Vadot};
19