OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "WR512-3GN.dtsi"
4  
5 / {
6 compatible = "unbranded,wr512-3gn-8m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
7 model = "WR512-3GN (8M)";
8  
9 cfi@1f000000 {
10 compatible = "cfi-flash";
11 reg = <0x1f000000 0x800000>;
12 bank-width = <2>;
13 device-width = <2>;
3 office 14 #address-cells = <1>;
15 #size-cells = <1>;
1 office 16  
3 office 17 partition@0 {
18 label = "u-boot";
19 reg = <0x0 0x30000>;
20 read-only;
21 };
1 office 22  
3 office 23 partition@30000 {
24 label = "u-boot-env";
25 reg = <0x30000 0x10000>;
26 read-only;
27 };
1 office 28  
3 office 29 factory: partition@40000 {
30 label = "factory";
31 reg = <0x40000 0x10000>;
32 read-only;
33 };
1 office 34  
3 office 35 partition@50000 {
36 label = "firmware";
37 reg = <0x50000 0x7b0000>;
1 office 38 };
39 };
40 };