ramips: convert most mtd-mac-address cases in DTSI to nvmem
[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 &firmware {
37 reg = <0x50000 0x1fb0000>;
38 };
39
40 &state_default {
41 default {
42 groups = "i2c", "uartf", "wled";
43 function = "gpio";
44 };
45 };