[ramips] add the dts files that describe the boards in future
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / F5D8235_V2.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6 #address-cells = <1>;
7 #size-cells = <1>;
8 compatible = "F5D8235_V2", "ralink,rt3052-soc";
9 model = "Belkin F5D8235 v2";
10
11 memorydetect {
12 ralink,memory = <0x0 0x200000 0x4000000>;
13 };
14
15
16 chosen {
17 bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:320k(u-boot)ro,7744k(firmware),64k(nvram),64k(factory)";
18 };
19
20 palmbus@10000000 {
21 sysc@0 {
22 ralink,pinmmux = "uartlite", "jtag", "sdram", "rgmii";
23 ralink,gpiommux = "i2c", "spi", "mdio";
24 ralink,uartmux = "gpio";
25 ralink,wdtmux = <1>;
26 };
27
28 gpio0: gpio@600 {
29 status = "okay";
30 };
31
32 };
33
34 cfi@1f000000 {
35 compatible = "cfi-flash";
36 reg = <0x1f000000 0x800000>;
37
38 bank-width = <2>;
39 device-width = <2>;
40 #address-cells = <1>;
41 #size-cells = <1>;
42 };
43
44 ethernet@10100000 {
45 status = "okay";
46 };
47
48 esw@10110000 {
49 status = "okay";
50 ralink,portmap = <0x3f>;
51 };
52
53 wmac@10180000 {
54 status = "okay";
55 };
56
57 otg@101c0000 {
58 status = "okay";
59 };
60
61 rtl8366rb {
62 compatible = "rtl8367rb";
63 gpio-sda = <&gpio0 1 0>;
64 gpio-sck = <&gpio0 2 0>;
65 };
66
67 gpio-leds {
68 compatible = "gpio-leds";
69 internet {
70 label = "f5d8235v2:blue:internet";
71 gpio = <&gpio0 5 1>;
72 };
73 internet2 {
74 label = "f5d8235v2:amber:internet";
75 gpio = <&gpio0 6 1>;
76 };
77 modem {
78 label = "f5d8235v2:blue:modem";
79 gpio = <&gpio0 11 1>;
80 };
81 modem2 {
82 label = "f5d8235v2:amber:modem";
83 gpio = <&gpio0 8 1>;
84 };
85 router {
86 label = "f5d8235v2:blue:router";
87 gpio = <&gpio0 9 1>;
88 };
89 storage {
90 label = "f5d8235v2:blue:storage";
91 gpio = <&gpio0 23 1>;
92 };
93 storage2 {
94 label = "f5d8235v2:amber:storage";
95 gpio = <&gpio0 22 1>;
96 };
97 security {
98 label = "f5d8235v2:blue:security";
99 gpio = <&gpio0 13 1>;
100 };
101 security2 {
102 label = "f5d8235v2:amber:security";
103 gpio = <&gpio0 12 1>;
104 };
105 };
106 };