ipq807x: sax1v1k: fix sysupgrade not touching rootfs_data
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_mikrotik_routerboard-951ui-2hnd.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344_mikrotik_routerboard-951x-2hnd.dtsi"
4
5 / {
6 compatible = "mikrotik,routerboard-951ui-2hnd", "qca,ar9344";
7 model = "Mikrotik RouterBOARD 951Ui-2HnD";
8
9 /delete-node/ leds;
10
11 leds {
12 compatible = "gpio-leds";
13
14 led_user: user {
15 label = "green:user";
16 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
17 };
18
19 port1 {
20 label = "green:port1";
21 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
22 };
23
24 port2 {
25 label = "green:port2";
26 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
27 };
28
29 port3 {
30 label = "green:port3";
31 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
32 };
33
34 port4 {
35 label = "green:port4";
36 gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
37 };
38
39 port5 {
40 label = "green:port5";
41 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
42 };
43 };
44
45 gpio-export {
46 compatible = "gpio-export";
47
48 gpio_poe_power {
49 gpio-export,name = "rb951ui2hnd:power:poe";
50 gpio-export,output = <1>;
51 gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
52 };
53
54 gpio_usb_power {
55 gpio-export,name = "rb951ui2hnd:power:usb";
56 gpio-export,output = <1>;
57 gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
58 };
59 };
60 };
61
62 &eth0 {
63 phy-handle = <&swphy4>;
64
65 /delete-node/ gmac-config;
66 };
67
68 &eth1 {
69 compatible = "qca,ar9340-eth", "syscon";
70 };
71
72 &wmac {
73 qca,led-pin = /bits/ 8 <11>;
74 };