ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9533_dlink_dap-2230-a1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "qca953x_dlink_dap-2xxx.dtsi"
6
7 / {
8 compatible = "dlink,dap-2230-a1", "qca,qca9533";
9 model = "D-Link DAP-2230 A1";
10
11 aliases {
12 led-boot = &led_power_green;
13 led-failsafe = &led_power_green;
14 led-running = &led_power_green;
15 led-upgrade = &led_power_green;
16 };
17
18 keys {
19 compatible = "gpio-keys";
20
21 reset {
22 label = "reset";
23 linux,code = <KEY_RESTART>;
24 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
25 };
26 };
27
28 leds {
29 compatible = "gpio-leds";
30
31 led_power_green: power_green {
32 function = LED_FUNCTION_POWER;
33 color = <LED_COLOR_ID_GREEN>;
34 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
35 default-state = "on";
36 };
37 };
38 };
39
40 &partitions {
41 partition@70000 {
42 label = "firmware";
43 reg = <0x70000 0xee0000>;
44 compatible = "wrg";
45 };
46
47 partition@f50000 {
48 label = "dlink";
49 reg = <0xf50000 0xa0000>;
50 read-only;
51 };
52 };