OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "rt3050.dtsi"
4  
5 #include <dt-bindings/gpio/gpio.h>
6  
7 / {
8 compatible = "planex,mzk-wdpr", "ralink,rt3052-soc";
9 model = "Planex MZK-WDPR";
10  
11 chosen {
12 bootargs = "console=ttyS0,115200";
13 };
14  
15 cfi@1f000000 {
16 compatible = "cfi-flash";
17 reg = <0x1f000000 0x800000>;
18  
19 bank-width = <2>;
20 device-width = <2>;
3 office 21 #address-cells = <1>;
22 #size-cells = <1>;
1 office 23  
3 office 24 partition@0 {
25 label = "u-boot";
26 reg = <0x0 0x30000>;
27 read-only;
28 };
1 office 29  
3 office 30 partition@30000 {
31 label = "u-boot-env";
32 reg = <0x30000 0x10000>;
33 read-only;
34 };
1 office 35  
3 office 36 factory: partition@40000 {
37 label = "factory";
38 reg = <0x40000 0x10000>;
39 read-only;
40 };
1 office 41  
3 office 42 partition@7f0000 {
43 label = "Data3G";
44 reg = <0x7f0000 0x10000>;
45 read-only;
46 };
1 office 47  
3 office 48 partition@50000 {
49 label = "firmware";
50 reg = <0x50000 0x680000>;
1 office 51 };
52 };
53  
54 gpio-export {
55 compatible = "gpio-export";
56  
57 lcd_ctrl1 {
58 gpio-export,name = "lcd_ctrl1";
59 gpio-export,output = <0>;
60 gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
61 };
62 };
63 };
64  
65 &pinctrl {
66 state_default: pinctrl0 {
67 gpio {
68 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
69 ralink,function = "gpio";
70 };
71 };
72 };
73  
74 &ethernet {
75 mtd-mac-address = <&factory 0x28>;
76 };
77  
78 &esw {
79 mediatek,portmap = <0x2f>;
80 };
81  
82 &wmac {
83 ralink,mtd-eeprom = <&factory 0>;
84 };
85  
86 &otg {
87 status = "okay";
88 };