lantiq: add 3.18 support
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / MT7620a_MT7610e.dts
1 /dts-v1/;
2
3 /include/ "mt7620a.dtsi"
4
5 / {
6 compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";
7 model = "Ralink MT7620A evaluation board";
8
9 palmbus@10000000 {
10 gpio0: gpio@600 {
11 status = "okay";
12 };
13
14 spi@b00 {
15 status = "okay";
16
17 m25p80@0 {
18 #address-cells = <1>;
19 #size-cells = <1>;
20 compatible = "en25q64";
21 reg = <0 0>;
22 linux,modalias = "m25p80", "en25q64";
23 spi-max-frequency = <1000000>;
24
25 partition@0 {
26 label = "u-boot";
27 reg = <0x0 0x30000>;
28 read-only;
29 };
30
31 partition@30000 {
32 label = "u-boot-env";
33 reg = <0x30000 0x10000>;
34 read-only;
35 };
36
37 factory: partition@40000 {
38 label = "factory";
39 reg = <0x40000 0x10000>;
40 read-only;
41 };
42
43 partition@50000 {
44 label = "firmware";
45 reg = <0x50000 0x7b0000>;
46 };
47 };
48 };
49 };
50
51 ethernet@10100000 {
52 status = "okay";
53
54 pinctrl-names = "default";
55 pinctrl-0 = <&ephy_pins>;
56
57 ralink,port-map = "llllw";
58 };
59
60 gsw@10110000 {
61 ralink,port4 = "ephy";
62 };
63
64 sdhci@10130000 {
65 status = "okay";
66 };
67
68 pcie@10140000 {
69 status = "okay";
70 };
71
72 gpio-keys-polled {
73 compatible = "gpio-keys";
74 #address-cells = <1>;
75 #size-cells = <0>;
76 poll-interval = <20>;
77 wps {
78 label = "wps";
79 gpios = <&gpio0 12 1>;
80 linux,code = <0x100>;
81 };
82 reset {
83 label = "reset";
84 gpios = <&gpio0 13 1>;
85 linux,code = <0x101>;
86 };
87 };
88 };