summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/AWM002-EVB-4M.dts
blob: 61b2d76b32871ed6ea044b26e8b04ed9f383e3e4 (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
/dts-v1/;

/include/ "AWM002-4M.dtsi"

/ {
	model = "AsiaRF AWM002 EVB";

	gpio-leds {
		compatible = "gpio-leds";
		tx {
			label = "awm002-evb:green:tx";
			gpios = <&gpio0 15 1>;
		};
		rx {
			label = "awm002-evb:green:rx";
			gpios = <&gpio0 16 1>;
		};
		wps {
			label = "awm002-evb:green:wps";
			gpios = <&gpio0 21 1>;
		};
	};

	gpio-keys-polled {
		compatible = "gpio-keys-polled";
		#address-cells = <1>;
		#size-cells = <0>;
		poll-interval = <20>;
		reset_wps {
			label = "reset_wps";
			gpios = <&gpio0 0 1>;
			linux,code = <0x198>;
		};
		mode {
			label = "mode";
			gpios = <&gpio0 21 1>;
			linux,code = <0x32>;
		};
	};
};