aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_beeline_smartbox-flash.dts
blob: d373a801d2f15c4fcdfd0530e34c95128596ad04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7621_arcadyan_wg4xx223.dtsi"

/ {
	compatible = "beeline,smartbox-flash", "mediatek,mt7621-soc";
	model = "Beeline SmartBox Flash";

	leds {
		led-0 {
			label = "blue:wan";
			color = <LED_COLOR_ID_BLUE>;
			function = LED_FUNCTION_WAN;
			gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
		};
	};
};