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