ath79: improve common DTSI name for TP-Link Archer C5, C7 v1/v2
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-a7-v5.dts
index a9174df4fad87958fe4e95c0e927cee5276ed3d0..db6e5fb7f3100ecdecfd25e80c42bd3b9598efbe 100644 (file)
@@ -8,7 +8,7 @@
        model = "TP-Link Archer A7 v5";
 };
 
-&gpio_keys {
+&keys {
        reset {
                label = "Reset button";
                linux,code = <KEY_RESTART>;
 };
 
 &mtdparts {
-       factory-uboot@0 {
+       partition@0 {
                label = "factory-uboot";
                reg = <0x000000 0x020000>;
                read-only;
        };
 
-       uboot: u-boot@20000 {
+       uboot: partition@20000 {
                label = "u-boot";
                reg = <0x020000 0x020000>;
                read-only;
        };
 
-       firmware@40000 {
+       partition@40000 {
                label = "firmware";
                reg = <0x040000 0xec0000>;
                compatible = "denx,uimage";
        };
 
-       info: info@f40000 {
+       info: partition@f40000 {
                label = "info";
                reg = <0xf40000 0x020000>;
+               read-only;
        };
 
-       config: config@f60000 {
+       config: partition@f60000 {
                label = "config";
                reg = <0xf60000 0x050000>;
+               read-only;
        };
 
        partition@fc0000 {
                label = "partition-table";
                reg = <0xfc0000 0x010000>;
+               read-only;
        };
 
-       art: art@ff0000 {
+       art: partition@ff0000 {
                label = "art";
                reg = <0xff0000 0x010000>;
                read-only;