dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7620a_iptime_a104ns.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_iptime.dtsi"
4
5 / {
6 compatible = "iptime,a104ns", "ralink,mt7620a-soc";
7 model = "ipTIME A104ns";
8
9 aliases {
10 led-boot = &led_cpu;
11 led-failsafe = &led_cpu;
12 led-running = &led_cpu;
13 led-upgrade = &led_cpu;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 usb {
20 label = "blue:usb";
21 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
22 trigger-sources = <&ohci_port1>, <&ehci_port1>;
23 linux,default-trigger = "usbport";
24 };
25
26 led_cpu: cpu {
27 label = "blue:cpu";
28 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
29 };
30 };
31
32 keys {
33 compatible = "gpio-keys";
34
35 wps {
36 label = "wps";
37 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
38 linux,code = <KEY_WPS_BUTTON>;
39 };
40
41 reset {
42 label = "reset";
43 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
44 linux,code = <KEY_RESTART>;
45 };
46 };
47 };
48
49 &firmware {
50 reg = <0x30000 0x7d0000>;
51 };
52
53 &state_default {
54 gpio {
55 groups = "uartf", "spi refclk";
56 function = "gpio";
57 };
58 };