ath79: fix MAC address assignment for TP-Link ar7241 devices
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_mikrotik_routerboard-16m-nor.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344.dtsi"
4
5 &spi {
6 status = "okay";
7
8 flash@0 {
9 compatible = "jedec,spi-nor";
10 reg = <0>;
11 spi-max-frequency = <40000000>;
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 label = "RouterBoot";
20 reg = <0x0 0x20000>;
21 compatible = "mikrotik,routerboot-partitions";
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 partition@0 {
26 label = "bootloader1";
27 reg = <0x0 0x0>;
28 read-only;
29 };
30
31 hard_config {
32 read-only;
33 };
34
35 bios {
36 size = <0x1000>;
37 read-only;
38 };
39
40 partition@10000 {
41 label = "bootloader2";
42 reg = <0x10000 0x0>;
43 read-only;
44 };
45
46 soft_config {
47 };
48 };
49
50 partition@20000 {
51 compatible = "mikrotik,minor";
52 label = "firmware";
53 reg = <0x020000 0xfe0000>;
54 };
55 };
56 };
57 };
58
59 &wmac {
60 status = "okay";
61
62 qca,no-eeprom;
63 };