aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_vocore_vocore2.dtsi
blob: 34664bde9425bebbd2b4705ca5d9c6b0f847c835 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#include "mt7628an.dtsi"

#include <dt-bindings/gpio/gpio.h>

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

	aliases {
		label-mac-device = &wmac;
	};

	chosen {
		bootargs = "console=ttyS2,115200";
	};
};

&state_default {
	gpio {
		ralink,group = "wled_an", "refclk", "wdt";
		ralink,function = "gpio";
	};
};

&wmac {
	status = "okay";
};

&ethernet {
	mtd-mac-address = <&factory 0x28>;
};

&esw {
	mediatek,portmap = <0x7>;
	mediatek,portdisable = <0x3a>;
};

&i2s {
	status = "okay";
};

&gdma {
	status = "okay";
};

&pwm {
	status = "okay";
};

&uart1 {
	status = "okay";
};

&uart2 {
	status = "okay";
};