tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / mt7620a_zbtlink_zbt-we826-e.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_zbtlink_zbt-we826.dtsi"
4
5 / {
6 compatible = "zbtlink,zbt-we826-e", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
7 model = "Zbtlink ZBT-WE826-E";
8
9 /delete-node/ leds;
10
11 leds {
12 compatible = "gpio-leds";
13
14 led_power: gsm {
15 label = "blue:gsm";
16 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
17 };
18
19 signal {
20 label = "green:signal";
21 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
22 };
23
24 sim {
25 label = "red:sim";
26 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
27 };
28
29 air {
30 label = "red:wifi";
31 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
32 };
33 };
34 };
35
36 &flash0 {
37 broken-flash-reset;
38 };
39
40 &firmware {
41 reg = <0x50000 0x1fb0000>;
42 };
43
44 &state_default {
45 default {
46 groups = "i2c", "uartf", "wled";
47 function = "gpio";
48 };
49 };