ath79: DTS file style update and harmonization
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_archer-c7-v2.dts
index afc1b14b8a4d35963e19929f35af22218017485a..7cdfa56dfd3bfc1609cd9a460a9ced725ea7eaaa 100644 (file)
@@ -1,9 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /dts-v1/;
 
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
 #include "qca9558_tplink_archer-c7.dtsi"
 
 / {
@@ -11,7 +8,7 @@
        model = "TP-Link Archer C7 v2";
 };
 
-&gpio_keys {
+&keys {
        rfkill {
                gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
                linux,code = <KEY_RFKILL>;
@@ -20,7 +17,7 @@
        };
 };
 
-&gpio_leds {
+&leds {
        wlan5g {
                label = "tp-link:green:wlan5g";
                gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
 };
 
 &mtdparts {
-       uboot: u-boot@0 {
+       uboot: partition@0 {
+               label = "u-boot";
                reg = <0x000000 0x020000>;
                read-only;
        };
 
-       firmware@20000 {
+       partition@20000 {
+               label = "firmware";
                reg = <0x020000 0xfd0000>;
                compatible = "tplink,firmware";
        };
 
-       art: art@ff0000 {
+       art: partition@ff0000 {
+               label = "art";
                reg = <0xff0000 0x010000>;
                read-only;
        };