ramips: fix WiFi MAC addresses for D-Link DIR-810L
[oweals/openwrt.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
16 &pinctrl {
17         state_default: pinctrl0 {
18                 gpio {
19                         ralink,group = "wled_an", "refclk", "wdt";
20                         ralink,function = "gpio";
21                 };
22         };
23 };
24
25 &wmac {
26         status = "okay";
27         ralink,mtd-eeprom = <&factory 0x4>;
28 };
29
30 &ethernet {
31         mtd-mac-address = <&factory 0x28>;
32 };
33
34 &esw {
35         mediatek,portmap = <0x7>;
36         mediatek,portdisable = <0x3a>;
37 };
38
39 &i2s {
40         status = "okay";
41 };
42
43 &gdma {
44         status = "okay";
45 };
46
47 &pwm {
48         status = "okay";
49 };
50
51 &uart1 {
52         status = "okay";
53 };
54
55 &uart2 {
56         status = "okay";
57 };