f33451f659849831686561fbf68e7522ff74f0a2
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / RT5350F-OLINUXINO-EVB.dts
1 /dts-v1/;
2
3 #include "rt5350.dtsi"
4
5 / {
6 compatible = "RT5350F-OLINUXINO-EVB", "ralink,rt5350-soc";
7 model = "Olimex RT5350F-OLinuXino-EVB";
8
9 palmbus@10000000 {
10 spi@b00 {
11 status = "okay";
12
13 m25p80@0 {
14 #address-cells = <1>;
15 #size-cells = <1>;
16 compatible = "jedec,spi-nor";
17 reg = <0 0>;
18 linux,modalias = "m25p80", "s25fl064k";
19 spi-max-frequency = <10000000>;
20
21 partition@0 {
22 label = "u-boot";
23 reg = <0x0 0x30000>;
24 read-only;
25 };
26
27 partition@30000 {
28 label = "u-boot-env";
29 reg = <0x30000 0x10000>;
30 read-only;
31 };
32
33 factory: partition@40000 {
34 label = "factory";
35 reg = <0x40000 0x10000>;
36 read-only;
37 };
38
39 partition@50000 {
40 label = "firmware";
41 reg = <0x50000 0x3b0000>;
42 };
43 };
44 };
45
46 gpio1: gpio@660 {
47 status = "okay";
48 };
49 };
50
51 pinctrl {
52 state_default: pinctrl0 {
53 gpio {
54 ralink,group = "jtag", "rgmii", "mdio", "uartf";
55 ralink,function = "gpio";
56 };
57 };
58 };
59
60 ethernet@10100000 {
61 mtd-mac-address = <&factory 0x4>;
62 };
63
64 esw@10110000 {
65 mediatek,portmap = <0x2f>;
66 mediatek,led_polarity = <0x17>;
67 };
68
69 wmac@10180000 {
70 ralink,mtd-eeprom = <&factory 0>;
71 };
72
73 ehci@101c0000 {
74 status = "okay";
75 };
76
77 ohci@101c1000 {
78 status = "okay";
79 };
80
81 gpio_export {
82 compatible = "gpio-export";
83 #size-cells = <0>;
84
85 relay1 {
86 gpio-export,name = "relay1";
87 gpio-export,output = <0>;
88 gpios = <&gpio0 14 0>;
89 };
90
91 relay2 {
92 gpio-export,name = "relay2";
93 gpio-export,output = <0>;
94 gpios = <&gpio0 12 0>;
95 };
96
97 button {
98 gpio-export,name = "button";
99 gpios = <&gpio0 0 1>;
100 };
101 };
102 };