ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_wd_mynet-nxxx.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 chosen {
10 bootargs = "console=ttyS0,115200n8";
11 };
12 };
13
14 &ref {
15 clock-frequency = <40000000>;
16 };
17
18 &spi {
19 status = "okay";
20
21 flash@0 {
22 compatible = "jedec,spi-nor";
23 reg = <0>;
24 spi-max-frequency = <25000000>;
25
26 partitions {
27 compatible = "fixed-partitions";
28 #address-cells = <1>;
29 #size-cells = <1>;
30
31 partition@0 {
32 label = "bootloader";
33 reg = <0x000000 0x040000>;
34 read-only;
35 };
36
37 partition@40000 {
38 label = "bdcfg";
39 reg = <0x040000 0x010000>;
40 read-only;
41 };
42
43 partition@50000 {
44 label = "devdata";
45 reg = <0x050000 0x010000>;
46 read-only;
47 };
48
49 partition@60000 {
50 label = "devconf";
51 reg = <0x060000 0x010000>;
52 read-only;
53 };
54
55 partition@70000 {
56 compatible = "seama";
57 label = "firmware";
58 reg = <0x070000 0xf80000>;
59 };
60
61 art: partition@ff0000 {
62 label = "art";
63 reg = <0xff0000 0x010000>;
64 read-only;
65 };
66 };
67 };
68 };
69
70 &usb_phy {
71 status = "okay";
72 };
73
74 &pcie {
75 status = "okay";
76
77 wifi@0,0 {
78 compatible = "pci168c,0033";
79 reg = <0x0000 0 0 0 0>;
80 qca,no-eeprom;
81 };
82 };
83
84 &wmac {
85 status = "okay";
86
87 qca,no-eeprom;
88 };