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-brn", "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 = "Boot"; |
||
16 | reg = <0x00000 0x40000>; |
||
17 | read-only; |
||
18 | }; |
||
19 | |||
20 | partition@50000 { |
||
21 | label = "Certificate"; |
||
22 | reg = <0x50000 0x10000>; |
||
23 | read-only; |
||
24 | }; |
||
25 | partition@60000 { |
||
26 | label = "Special_Area"; |
||
27 | reg = <0x60000 0x10000>; |
||
28 | read-only; |
||
29 | }; |
||
30 | |||
31 | partition@70000 { |
||
32 | label = " Reserve_0"; |
||
33 | reg = <0x70000 0x10000>; |
||
34 | read-only; |
||
35 | }; |
||
36 | |||
37 | partition@80000 { |
||
38 | label = "Code_Image_0"; |
||
39 | reg = <0x80000 0x780000>; |
||
40 | brnboot,root-id = <0x00>; |
||
41 | read-only; |
||
42 | }; |
||
43 | |||
44 | partition@4000000 { |
||
45 | compatible = "brnboot,root-selector"; |
||
46 | label = "Primary_Setting"; |
||
47 | reg = <0x4000000 0x10000>; |
||
48 | read-only; |
||
49 | }; |
||
50 | |||
51 | partition@4010000 { |
||
52 | label = "Configuration"; |
||
53 | reg = <0x4010000 0x60000>; |
||
54 | read-only; |
||
55 | }; |
||
56 | |||
57 | partition@4070000 { |
||
58 | label = " Reserve_1"; |
||
59 | reg = <0x4070000 0x10000>; |
||
60 | read-only; |
||
61 | }; |
||
62 | |||
63 | partition@4080000 { |
||
64 | label = "Code_Image_1"; |
||
65 | reg = <0x4080000 0x780000>; |
||
66 | brnboot,root-id = <0x01>; |
||
67 | read-only; |
||
68 | }; |
||
69 | }; |
||
70 | }; |
||
71 | }; |
||
72 | }; |
||
73 | }; |