lantiq: remove read-only flag on two partitions on BTHOMEHUBV3A
[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                                 partition@0 {
10                                         label = "Boot";
11                                         reg = <0x00000 0x40000>;
12                                         read-only;
13                                 };
14
15                                 partition@40000 {
16                                         label = "Configuration";
17                                         reg = <0x40000 0x40000>;
18                                         read-only;
19                                 };
20
21                                 partition@80000 {
22                                         label = "Certificate";
23                                         reg = <0x80000 0x20000>;
24                                         read-only;
25                                 };
26
27                                 partition@a0000 {
28                                         label = "Special_Area";
29                                         reg = <0xa0000 0x20000>;
30                                         read-only;
31                                 };
32
33                                 partition@c0000 {
34                                         label = "Primary_Setting";
35                                         reg = <0xc0000 0x20000>;
36                                         read-only;
37                                 };
38
39                                 partition@e0000 {
40                                         label = "firmware"; /* "Code Image 0" in OFW */
41                                         reg = <0xe0000 0x780000>;
42                                         read-only;
43                                 };
44
45                                 partition@860000 {
46                                         label = "Code_Image_1";
47                                         reg = <0x860000 0x780000>;
48                                         read-only;
49                                 };
50                         };
51                 };
52         };
53 };