lantiq: split device definitions into files
[oweals/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / VGV7510KW22BRN.dts
1 /dts-v1/;
2
3 #include "VGV7510KW22.dtsi"
4
5 / {
6         compatible = "arcadyan,vgv7510kw22-brn", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
7         model = "o2 Box 6431";
8
9         sram@1f000000 {
10                 cgu@103000 {
11                         lantiq,phy-clk-src = <0x2>;
12                 };
13         };
14 };
15
16 &localbus {
17         flash@0 {
18                 partitions {
19                         partition@0 {
20                                 label = "Boot";
21                                 reg = <0x00000 0x40000>;
22                                 read-only;
23                         };
24
25                         partition@40000 {
26                                 label = "Configuration";
27                                 reg = <0x40000 0x40000>;
28                                 read-only;
29                         };
30
31                         partition@80000 {
32                                 label = "Certificate";
33                                 reg = <0x80000 0x20000>;
34                                 read-only;
35                         };
36
37                         partition@a0000 {
38                                 label = "Special_Area";
39                                 reg = <0xa0000 0x20000>;
40                                 read-only;
41                         };
42
43                         partition@c0000 {
44                                 compatible = "brnboot,root-selector";
45                                 label = "Primary_Setting";
46                                 reg = <0xc0000 0x20000>;
47                                 read-only;
48                         };
49
50                         partition@e0000 {
51                                 label = "Code_Image_0";
52                                 reg = <0xe0000 0x780000>;
53                                 brnboot,root-id = <0x00>;
54                                 read-only;
55                         };
56
57                         partition@860000 {
58                                 label = "Code_Image_1";
59                                 reg = <0x860000 0x780000>;
60                                 brnboot,root-id = <0x01>;
61                                 read-only;
62                         };
63                 };
64         };
65 };