ramips: unify partition node names in dts files
[openwrt/staging/ynezz.git] / target / linux / ramips / dts / AR725W.dts
index 3c459aa2fcd380e7781119548af41c29849fc1f8..52b1520418de468b68b4bdad247d58e41c7c2fb6 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
 
-               u-boot@0 {
+               partition@0 {
                        reg = <0x0 0x30000>;
                        label = "u-boot";
                        read-only;
                };
 
-               u-boot-env@30000 {
+               partition@30000 {
                        reg = <0x30000 0x10000>;
                        label = "u-boot-env";
                };
 
-               factory: factory@40000 {
+               factory: partition@40000 {
                        reg = <0x40000 0x10000>;
                        label = "factory";
                        read-only;
                };
 
-               firmware@50000 {
+               partition@50000 {
                        reg = <0x50000 0x3B0000>;
                        label = "firmware";
                };