treewide: remove dts-v1 identifier from DTSI files
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7628an_vocore_vocore2.dtsi
1 #include "mt7628an.dtsi"
2
3 / {
4 compatible = "vocore,vocore2", "mediatek,mt7628an-soc";
5
6 aliases {
7 label-mac-device = &wmac;
8 };
9
10 chosen {
11 bootargs = "console=ttyS2,115200";
12 };
13 };
14
15 &pinctrl {
16 state_default: pinctrl0 {
17 gpio {
18 ralink,group = "wled_an", "refclk", "wdt";
19 ralink,function = "gpio";
20 };
21 };
22 };
23
24 &wmac {
25 status = "okay";
26 ralink,mtd-eeprom = <&factory 0x4>;
27 };
28
29 &ethernet {
30 mtd-mac-address = <&factory 0x28>;
31 };
32
33 &esw {
34 mediatek,portmap = <0x7>;
35 mediatek,portdisable = <0x3a>;
36 };
37
38 &i2s {
39 status = "okay";
40 };
41
42 &gdma {
43 status = "okay";
44 };
45
46 &pwm {
47 status = "okay";
48 };
49
50 &uart1 {
51 status = "okay";
52 };
53
54 &uart2 {
55 status = "okay";
56 };