lantiq: Sanitize device tree files
[openwrt/openwrt.git] / target / linux / lantiq / dts / VGV7510KW22BRN.dts
index 8ce715b6591019cc394a275a000732dbd4ab4a39..719e7f3ff891733e0181cc93d2191c8b97a05f88 100644 (file)
@@ -1,8 +1,14 @@
 /dts-v1/;
 
-/include/ "VGV7510KW22.dtsi"
+#include "VGV7510KW22.dtsi"
 
 / {
+       sram@1F000000 {
+               cgu@103000 {
+                       lantiq,phy-clk-src = <0x2>;
+               };
+       };
+
        fpi@10000000 {
                localbus@0 {
                        nor-boot@0 {
                                        };
 
                                        partition@c0000 {
+                                               compatible = "brnboot,root-selector";
                                                label = "Primary_Setting";
                                                reg = <0xc0000 0x20000>;
                                                read-only;
                                        };
 
                                        partition@e0000 {
-                                               label = "firmware"; /* "Code Image 0" in OFW */
+                                               label = "Code_Image_0";
                                                reg = <0xe0000 0x780000>;
+                                               brnboot,root-id = <0x00>;
                                                read-only;
                                        };
 
                                        partition@860000 {
                                                label = "Code_Image_1";
                                                reg = <0x860000 0x780000>;
+                                               brnboot,root-id = <0x01>;
                                                read-only;
                                        };
                                };