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