ramips: set the wifi mac address to the same as LAN on witi
[openwrt.git] / target / linux / ramips / dts / WT1520.dtsi
1 /include/ "rt5350.dtsi"
2
3 / {
4         compatible = "NEXXWT1520", "ralink,rt5350-soc";
5         model = "Nexx WT1520";
6
7         memory@0 {
8                 device_type = "memory";
9                 reg = <0x0 0x2000000>;
10         };
11
12         chosen {
13                 bootargs = "console=ttyS1,57600";
14         };
15
16         palmbus@10000000 {
17                 uart@500 {
18                         status = "okay";
19                 };
20         };
21
22         pinctrl {
23                 state_default: pinctrl0 {
24                         gpio {
25                                 ralink,group = "jtag";
26                                 ralink,function = "gpio";
27                         };
28                 };
29         };
30
31         ethernet@10100000 {
32                 mtd-mac-address = <&factory 0x4>;
33         };
34
35         wmac@10180000 {
36                 ralink,mtd-eeprom = <&factory 0>;
37         };
38
39         ehci@101c0000 {
40                 status = "okay";
41         };
42
43         ohci@101c1000 {
44                 status = "okay";
45         };
46 };