OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "rt5350.dtsi"
4  
5 / {
6 compatible = "wansview,ncs601w", "ralink,rt5350-soc";
7 model = "Wansview NCS601W";
8 };
9  
10 &spi0 {
11 status = "okay";
12  
13 m25p80@0 {
3 office 14 #address-cells = <1>;
15 #size-cells = <1>;
1 office 16 compatible = "jedec,spi-nor";
17 reg = <0>;
18 spi-max-frequency = <10000000>;
19  
3 office 20 partition@0 {
21 label = "u-boot";
22 reg = <0x0 0x30000>;
23 read-only;
24 };
1 office 25  
3 office 26 partition@30000 {
27 label = "u-boot-env";
28 reg = <0x30000 0x10000>;
29 read-only;
30 };
1 office 31  
3 office 32 factory: partition@40000 {
33 label = "factory";
34 reg = <0x40000 0x10000>;
35 read-only;
36 };
1 office 37  
3 office 38 partition@50000 {
39 label = "firmware";
40 reg = <0x50000 0x7b0000>;
1 office 41 };
42 };
43 };
44  
45 &pinctrl {
46 state_default: pinctrl0 {
47 gpio {
3 office 48 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
1 office 49 ralink,function = "gpio";
50 };
51 };
52 };
53  
54 &ethernet {
55 mtd-mac-address = <&factory 0x4>;
56 };
57  
58 &esw {
59 mediatek,portmap = <0x2f>;
60 };
61  
62 &wmac {
63 ralink,mtd-eeprom = <&factory 0>;
64 };
65  
66 &ehci {
67 status = "okay";
68 };
69  
70 &ohci {
71 status = "okay";
72 };