OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | /dts-v1/; |
2 | |||
3 | |||
4 | #include "VGV7519.dtsi" |
||
5 | |||
6 | / { |
||
7 | compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9"; |
||
8 | model = "KPN Experiabox V8"; |
||
9 | |||
10 | fpi@10000000 { |
||
11 | localbus@0 { |
||
12 | nor-boot@0 { |
||
13 | partitions { |
||
14 | partition@0 { |
||
15 | label = "uboot"; |
||
16 | reg = <0x00000 0x40000>; |
||
17 | read-only; |
||
18 | }; |
||
19 | partition@60000 { |
||
20 | label = "uboot_env"; |
||
21 | reg = <0x60000 0x10000>; |
||
22 | read-only; |
||
23 | }; |
||
24 | partition@80000 { |
||
25 | label = "firmware"; |
||
26 | reg = <0x80000 0xf80000>; |
||
27 | }; |
||
28 | }; |
||
29 | }; |
||
30 | }; |
||
31 | }; |
||
32 | }; |