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