summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_iptime_a104ns.dts
blob: c997d68cd12fbea42248a8c955a6ed45cff2b9b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7620a_iptime.dtsi"

/ {
	compatible = "iptime,a104ns", "ralink,mt7620a-soc";
	model = "ipTIME A104ns";

	aliases {
		led-boot = &led_cpu;
		led-failsafe = &led_cpu;
		led-running = &led_cpu;
		led-upgrade = &led_cpu;
	};

	leds {
		compatible = "gpio-leds";

		usb {
			label = "blue:usb";
			gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
			trigger-sources = <&ohci_port1>, <&ehci_port1>;
			linux,default-trigger = "usbport";
		};

		led_cpu: cpu {
			label = "blue:cpu";
			gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
		};
	};

	keys {
		compatible = "gpio-keys";

		wps {
			label = "wps";
			gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_WPS_BUTTON>;
		};

		reset {
			label = "reset";
			gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_RESTART>;
		};
	};
};

&firmware {
	reg = <0x30000 0x7d0000>;
};

&state_default {
	gpio {
		groups = "uartf", "spi refclk";
		function = "gpio";
	};
};