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