8ce715b6591019cc394a275a000732dbd4ab4a39
[openwrt.git] / target / linux / lantiq / dts / VGV7510KW22BRN.dts
1 /dts-v1/;
2
3 /include/ "VGV7510KW22.dtsi"
4
5 / {
6         fpi@10000000 {
7                 localbus@0 {
8                         nor-boot@0 {
9                                 partitions {
10                                         partition@0 {
11                                                 label = "Boot";
12                                                 reg = <0x00000 0x40000>;
13                                                 read-only;
14                                         };
15
16                                         partition@40000 {
17                                                 label = "Configuration";
18                                                 reg = <0x40000 0x40000>;
19                                                 read-only;
20                                         };
21
22                                         partition@80000 {
23                                                 label = "Certificate";
24                                                 reg = <0x80000 0x20000>;
25                                                 read-only;
26                                         };
27
28                                         partition@a0000 {
29                                                 label = "Special_Area";
30                                                 reg = <0xa0000 0x20000>;
31                                                 read-only;
32                                         };
33
34                                         partition@c0000 {
35                                                 label = "Primary_Setting";
36                                                 reg = <0xc0000 0x20000>;
37                                                 read-only;
38                                         };
39
40                                         partition@e0000 {
41                                                 label = "firmware"; /* "Code Image 0" in OFW */
42                                                 reg = <0xe0000 0x780000>;
43                                                 read-only;
44                                         };
45
46                                         partition@860000 {
47                                                 label = "Code_Image_1";
48                                                 reg = <0x860000 0x780000>;
49                                                 read-only;
50                                         };
51                                 };
52                         };
53                 };
54         };
55 };