OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "ASL26555.dtsi"
4  
5 / {
6 compatible = "alphanetworks,asl26555-16m", "alphanetworks,asl26555", "ralink,rt3050-soc";
7 model = "Alpha ASL26555 (16M)";
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 = "uboot";
22 reg = <0x0 0x30000>;
23 read-only;
24 };
1 office 25  
3 office 26 partition@30000 {
27 label = "uboot-env";
28 reg = <0x30000 0x10000>;
29 read-only;
30 };
1 office 31  
3 office 32 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 0xf80000>;
41 };
1 office 42  
3 office 43 partition@fd0000 {
44 label = "cert";
45 reg = <0xfd0000 0x10000>;
46 read-only;
47 };
1 office 48  
3 office 49 partition@fe0000 {
50 label = "langpack";
51 reg = <0xfe0000 0x10000>;
52 read-only;
53 };
1 office 54  
3 office 55 devdata: partition@ff0000 {
56 label = "devdata";
57 reg = <0xff0000 0x10000>;
58 read-only;
1 office 59 };
60 };
61 };