generic: 6.1, 6.6: remove patch which breaks WAN on MT7621
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9533_dlink_dap-3320-a1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca953x_dlink_dap-2xxx.dtsi"
4
5 / {
6 compatible = "dlink,dap-3320-a1", "qca,qca9533";
7 model = "D-Link DAP-3320 A1";
8
9 aliases {
10 led-boot = &led_power_green;
11 led-failsafe = &led_power_green;
12 led-running = &led_power_green;
13 led-upgrade = &led_power_green;
14 };
15
16 keys {
17 compatible = "gpio-keys";
18
19 reset {
20 label = "reset";
21 linux,code = <KEY_RESTART>;
22 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
23 };
24 };
25
26 leds {
27 compatible = "gpio-leds";
28
29 led_power_green: power_green {
30 label = "green:power";
31 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
32 default-state = "on";
33 };
34 };
35 };
36
37 &partitions {
38 partition@70000 {
39 label = "firmware";
40 reg = <0x70000 0xef0000>;
41 compatible = "wrg";
42 };
43
44 partition@f60000 {
45 label = "dlink";
46 reg = <0xf60000 0x90000>;
47 read-only;
48 };
49
50 art: partition@ff0000 {
51 label = "art";
52 reg = <0xff0000 0x10000>;
53 read-only;
54 };
55 };