ramips: fix WiFi MAC addresses for D-Link DIR-810L
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_aigale_ai-br100.dts
1 /dts-v1/;
2
3 #include "mt7620a.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "aigale,ai-br100", "ralink,mt7620a-soc";
10         model = "Aigale Ai-BR100";
11
12         aliases {
13                 led-boot = &led_wlan;
14                 led-failsafe = &led_wlan;
15                 led-running = &led_wlan;
16                 led-upgrade = &led_wlan;
17         };
18
19         leds {
20                 compatible = "gpio-leds";
21
22                 wan {
23                         label = "ai-br100:blue:wan";
24                         gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
25                 };
26
27                 led_wlan: wlan {
28                         label = "ai-br100:blue:wlan";
29                         gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
30                 };
31         };
32
33         keys {
34                 compatible = "gpio-keys-polled";
35                 poll-interval = <20>;
36
37                 reset {
38                         label = "reset";
39                         gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
40                         linux,code = <KEY_RESTART>;
41                 };
42         };
43 };
44
45 &gpio2 {
46         status = "okay";
47 };
48
49 &gpio3 {
50         status = "okay";
51 };
52
53 &spi0 {
54         status = "okay";
55
56         m25p80@0 {
57                 compatible = "jedec,spi-nor";
58                 reg = <0 0>;
59                 spi-max-frequency = <10000000>;
60
61                 partitions {
62                         compatible = "fixed-partitions";
63                         #address-cells = <1>;
64                         #size-cells = <1>;
65
66                         partition@0 {
67                                 label = "u-boot";
68                                 reg = <0x0 0x20000>;
69                                 read-only;
70                         };
71
72                         partition@20000 {
73                                 label = "u-boot-env";
74                                 reg = <0x20000 0x10000>;
75                                 read-only;
76                         };
77
78                         factory: partition@30000 {
79                                 label = "factory";
80                                 reg = <0x30000 0x10000>;
81                                 read-only;
82                         };
83
84                         partition@40000 {
85                                 compatible = "denx,uimage";
86                                 label = "firmware";
87                                 reg = <0x40000 0x7c0000>;
88                         };
89                 };
90         };
91 };
92
93 &ehci {
94         status = "okay";
95 };
96
97 &ohci {
98         status = "okay";
99 };
100
101 &pinctrl {
102         state_default: pinctrl0 {
103                 gpio {
104                         ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "ephy", "wled", "nd_sd";
105                         ralink,function = "gpio";
106                 };
107         };
108 };
109
110 &ethernet {
111         mtd-mac-address = <&factory 0x4>;
112         mediatek,portmap = "llllw";
113 };
114
115 &wmac {
116         ralink,mtd-eeprom = <&factory 0>;
117 };