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