aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/dts/mt7621_beeline_smartbox-flash.dts
blob: 36f2532161e4988d252deb3fdfb73088ae139e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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-2 {
			color = <LED_COLOR_ID_BLUE>;
			function = LED_FUNCTION_WAN;
			gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
		};
	};
};