aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_vocore_vocore2.dts
blob: 44baa16bad2a3a0ba172536b9c409d454e1a1aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "mt7628an_vocore_vocore2.dtsi"

/ {
	compatible = "vocore,vocore2", "mediatek,mt7628an-soc";
	model = "VoCore2";

	aliases {
		led-boot = &led_status;
		led-failsafe = &led_status;
		led-running = &led_status;
		led-upgrade = &led_status;
	};

	leds {
		compatible = "gpio-leds";

		led_status: status {
			label = "fuchsia:status";
			gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
		};
	};
};

&firmware {
	reg = <0x50000 0xfb0000>;
};