Merge branch 'v1.4' into v1.5
[librecmc/librecmc.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                 spi-max-frequency = <10000000>;
58
59                 partition@0 {
60                         label = "Bootloader";
61                         reg = <0x0 0x30000>;
62                         read-only;
63                 };
64
65                 partition@30000 {
66                         label = "Config";
67                         reg = <0x30000 0x10000>;
68                         read-only;
69                 };
70
71                 factory: partition@40000 {
72                         label = "Factory";
73                         reg = <0x40000 0x10000>;
74                         read-only;
75                 };
76
77                 partition@50000 {
78                         label = "firmware";
79                         reg = <0x50000 0x7b0000>;
80                 };
81         };
82 };
83
84 &pinctrl {
85         state_default: pinctrl0 {
86                 gpio {
87                         ralink,group = "i2c", "uartf";
88                         ralink,function = "gpio";
89                 };
90         };
91 };
92
93 &ethernet {
94         mtd-mac-address = <&factory 0x28>;
95 };
96
97 &esw {
98         mediatek,portmap = <0x2f>;
99 };
100
101 &ehci {
102         status = "okay";
103 };
104
105 &ohci {
106         status = "okay";
107 };
108
109 &wmac {
110         ralink,mtd-eeprom = <&factory 0x0>;
111 };