lantiq: VGV7510KW22BRN - support dual-image
[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                                                 compatible = "brnboot,root-selector";
36                                                 label = "Primary_Setting";
37                                                 reg = <0xc0000 0x20000>;
38                                                 read-only;
39                                         };
40
41                                         partition@e0000 {
42                                                 label = "Code_Image_0";
43                                                 reg = <0xe0000 0x780000>;
44                                                 brnboot,root-id = <0x00>;
45                                                 read-only;
46                                         };
47
48                                         partition@860000 {
49                                                 label = "Code_Image_1";
50                                                 reg = <0x860000 0x780000>;
51                                                 brnboot,root-id = <0x01>;
52                                                 read-only;
53                                         };
54                                 };
55                         };
56                 };
57         };
58 };