treewide: dts: use keycode defines from input dt-binding
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / M2M.dts
1 /dts-v1/;
2
3 #include "rt5350.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 compatible = "M2M", "ralink,rt5350-soc";
9 model = "Intenso Memory 2 Move";
10
11 chosen {
12 bootargs = "console=ttyS0,57600n8 root=/dev/mtdblock5";
13 };
14
15 gpio-leds {
16 compatible = "gpio-leds";
17
18 wifi {
19 label = "m2m:blue:wifi";
20 gpios = <&gpio0 7 1>;
21 };
22
23 wan {
24 label = "m2m:green:wan";
25 gpios = <&gpio0 12 1>;
26 };
27 };
28
29 gpio-keys-polled {
30 compatible = "gpio-keys-polled";
31 #address-cells = <1>;
32 #size-cells = <0>;
33 poll-interval = <20>;
34
35 power {
36 label = "power";
37 gpios = <&gpio0 1 1>;
38 linux,code = <KEY_POWER>;
39 };
40
41 reset {
42 label = "reset";
43 gpios = <&gpio0 10 1>;
44 linux,code = <KEY_RESTART>;
45 };
46 };
47 };
48
49 &spi0 {
50 status = "okay";
51
52 m25p80@0 {
53 #address-cells = <1>;
54 #size-cells = <1>;
55 compatible = "jedec,spi-nor";
56 reg = <0>;
57 linux,modalias = "m25p80", "mx25l6405d";
58 spi-max-frequency = <10000000>;
59
60 partition@0 {
61 label = "Bootloader";
62 reg = <0x0 0x30000>;
63 read-only;
64 };
65
66 partition@30000 {
67 label = "Config";
68 reg = <0x30000 0x10000>;
69 read-only;
70 };
71
72 factory: partition@40000 {
73 label = "Factory";
74 reg = <0x40000 0x10000>;
75 read-only;
76 };
77
78 partition@50000 {
79 label = "firmware";
80 reg = <0x50000 0x7b0000>;
81 };
82 };
83 };
84
85 &pinctrl {
86 state_default: pinctrl0 {
87 gpio {
88 ralink,group = "i2c", "uartf";
89 ralink,function = "gpio";
90 };
91 };
92 };
93
94 &ethernet {
95 mtd-mac-address = <&factory 0x28>;
96 };
97
98 &esw {
99 mediatek,portmap = <0x2f>;
100 };
101
102 &ehci {
103 status = "okay";
104 };
105
106 &ohci {
107 status = "okay";
108 };
109
110 &wmac {
111 ralink,mtd-eeprom = <&factory 0x0>;
112 };