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