OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | |
2 | &ebu_cs0 { |
||
3 | #address-cells = <1>; |
||
4 | #size-cells = <1>; |
||
5 | compatible = "lantiq,sflash-falcon", "simple-bus"; |
||
6 | |||
7 | flash@0 { |
||
8 | #address-cells = <1>; |
||
9 | #size-cells = <1>; |
||
10 | compatible = "spansion,s25fl129p0", "spansion,s25fl129p1"; |
||
11 | reg = <0 0>; |
||
12 | linux,mtd-name = "sflash"; |
||
13 | spi-max-frequency = <80000000>; |
||
14 | m25p,fast-read; |
||
15 | |||
16 | partition@0 { |
||
17 | reg = <0x0 0x40000>; |
||
18 | label = "uboot"; |
||
19 | read-only; |
||
20 | }; |
||
21 | |||
22 | partition@40000 { |
||
23 | reg = <0x40000 0x80000>; |
||
24 | label = "uboot_env"; |
||
25 | }; |
||
26 | |||
27 | partition@C0000 { |
||
28 | reg = <0xC0000 0x740000>; |
||
29 | label = "image0"; |
||
30 | }; |
||
31 | |||
32 | partition@800000 { |
||
33 | reg = <0x800000 0x800000>; |
||
34 | label = "image1"; |
||
35 | }; |
||
36 | }; |
||
37 | }; |