generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9341_tplink_tl-wr841-v8.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "ar9341_tplink.dtsi"
5
6 / {
7         model = "TP-Link TL-WR841N/ND v8";
8         compatible = "tplink,tl-wr841-v8", "qca,ar9341";
9 };
10
11 &keys {
12         reset {
13                 label = "Reset";
14                 linux,code = <KEY_RESTART>;
15                 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
16                 debounce-interval = <60>;
17         };
18 };
19
20 &spi {
21         num-cs = <1>;
22
23         status = "okay";
24
25         flash@0 {
26                 compatible = "jedec,spi-nor";
27                 reg = <0>;
28                 spi-max-frequency = <25000000>;
29
30                 partitions {
31                         compatible = "fixed-partitions";
32                         #address-cells = <1>;
33                         #size-cells = <1>;
34
35                         uboot: partition@0 {
36                                 label = "u-boot";
37                                 reg = <0x000000 0x020000>;
38                                 read-only;
39                         };
40
41                         partition@20000 {
42                                 compatible = "tplink,firmware";
43                                 label = "firmware";
44                                 reg = <0x020000 0x3d0000>;
45                         };
46
47                         art: partition@3f0000 {
48                                 label = "art";
49                                 reg = <0x3f0000 0x010000>;
50                                 read-only;
51                         };
52                 };
53         };
54 };