OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | /dts-v1/; |
2 | |||
3 | |||
4 | #include "EASY80920.dtsi" |
||
5 | |||
6 | / { |
||
7 | compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9"; |
||
8 | model = "Intel EASY80920 Nor"; |
||
9 | |||
10 | fpi@10000000 { |
||
11 | localbus@0 { |
||
12 | ranges = <0 0 0x0 0x3ffffff>; |
||
13 | nor-boot@0 { |
||
14 | compatible = "lantiq,nor"; |
||
15 | bank-width = <2>; |
||
16 | reg = <0 0x0 0x2000000>; |
||
17 | #address-cells = <1>; |
||
18 | #size-cells = <1>; |
||
19 | |||
20 | partitions { |
||
21 | compatible = "fixed-partitions"; |
||
22 | #address-cells = <1>; |
||
23 | #size-cells = <1>; |
||
24 | |||
25 | partition@0 { |
||
26 | label = "uboot"; |
||
27 | reg = <0x00000 0x10000>; |
||
28 | }; |
||
29 | |||
30 | partition@10000 { |
||
31 | label = "uboot_env"; |
||
32 | reg = <0x10000 0x10000>; |
||
33 | }; |
||
34 | |||
35 | partition@20000 { |
||
36 | label = "firmware"; |
||
37 | reg = <0x20000 0x7e0000>; |
||
38 | }; |
||
39 | }; |
||
40 | }; |
||
41 | }; |
||
42 | }; |
||
43 | }; |