lantiq: dts: use generic node names
[oweals/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / VGV7519BRN.dts
1 /dts-v1/;
2
3 #include "VGV7519.dtsi"
4
5 / {
6         compatible = "arcadyan,vgv7519-brn", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
7         model = "KPN Experiabox V8";
8 };
9
10 &localbus {
11         flash@0 {
12                 partitions {
13                         partition@0 {
14                                 label = "Boot";
15                                 reg = <0x00000 0x40000>;
16                                 read-only;
17                         };
18
19                         partition@50000 {
20                                 label = "Certificate";
21                                 reg = <0x50000 0x10000>;
22                                 read-only;
23                         };
24                         partition@60000 {
25                                 label = "Special_Area";
26                                 reg = <0x60000 0x10000>;
27                                 read-only;
28                         };
29
30                         partition@70000 {
31                                 label = " Reserve_0";
32                                 reg = <0x70000 0x10000>;
33                                 read-only;
34                         };
35
36                         partition@80000 {
37                                 label = "Code_Image_0";
38                                 reg = <0x80000 0x780000>;
39                                 brnboot,root-id = <0x00>;
40                                 read-only;
41                         };
42
43                         partition@4000000 {
44                                 compatible = "brnboot,root-selector";
45                                 label = "Primary_Setting";
46                                 reg = <0x4000000 0x10000>;
47                                 read-only;
48                         };
49
50                         partition@4010000 {
51                                 label = "Configuration";
52                                 reg = <0x4010000 0x60000>;
53                                 read-only;
54                         };
55
56                         partition@4070000 {
57                                 label = " Reserve_1";
58                                 reg = <0x4070000 0x10000>;
59                                 read-only;
60                         };
61
62                         partition@4080000 {
63                                 label = "Code_Image_1";
64                                 reg = <0x4080000 0x780000>;
65                                 brnboot,root-id = <0x01>;
66                                 read-only;
67                         };
68                 };
69         };
70 };