opensbi: bump to 1.4
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9561_tplink_archer-c59-v1.dts
index 6ac5f3811e3c0b71fdea9d428559fcd5c596ec6b..e8b282b9c207a69000c49f57df1e0d08e58e0d23 100644 (file)
@@ -1,8 +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 <dt-bindings/leds/common.h>
 
 #include "qca9561_tplink_archer-c5x.dtsi"
 
        model = "TP-Link Archer C59 v1";
 
        aliases {
-               led-boot = &power;
-               led-failsafe = &power;
-               led-running = &power;
-               led-upgrade = &power;
+               label-mac-device = &eth1;
        };
+};
 
-       leds {
-               compatible = "gpio-leds";
-
-               power: power {
-                       label = "tp-link:green:power";
-                       gpios = <&led_gpio 0 GPIO_ACTIVE_LOW>;
-                       default-state = "on";
-               };
-
-               wlan2g {
-                       label = "tp-link:green:wlan2g";
-                       gpios = <&led_gpio 1 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy1tpt";
-               };
-
-               wlan5g {
-                       label = "tp-link:green:wlan5g";
-                       gpios = <&led_gpio 2 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy0tpt";
-               };
-
-               wan_green {
-                       label = "tp-link:green:wan";
-                       gpios = <&led_gpio 4 GPIO_ACTIVE_LOW>;
-               };
-
-               wan_amber {
-                       label = "tp-link:amber:wan";
-                       gpios = <&led_gpio 5 GPIO_ACTIVE_LOW>;
-               };
-
-               lan {
-                       label = "tp-link:green:lan";
-                       gpios = <&led_gpio 3 GPIO_ACTIVE_LOW>;
-               };
-
-               wps {
-                       label = "tp-link:green:wps";
-                       gpios = <&led_gpio 6 GPIO_ACTIVE_LOW>;
-               };
-
-               usb {
-                       label = "tp-link:green:usb";
-                       gpios = <&led_gpio 7 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "usbport";
-                       trigger-sources = <&hub_port>;
-               };
+&leds {
+       usb {
+               function = LED_FUNCTION_USB;
+               color = <LED_COLOR_ID_GREEN>;
+               gpios = <&led_gpio 7 GPIO_ACTIVE_LOW>;
+               linux,default-trigger = "usbport";
+               trigger-sources = <&hub_port0>;
        };
 };
 
 &usb0 {
-       #address-cells = <1>;
-       #size-cells = <0>;
        status = "okay";
-
-       hub_port: port@1 {
-               reg = <1>;
-               #trigger-source-cells = <0>;
-       };
 };
 
 &usb_phy0 {
        status = "okay";
 };
 
+&pcie {
+       wifi@0,0 {
+               compatible = "qcom,ath10k";
+               reg = <0x0000 0 0 0 0>;
+               nvmem-cells = <&precal_art_5000>, <&macaddr_info_8 (-1)>;
+               nvmem-cell-names = "pre-calibration", "mac-address";
+       };
+};
+
 &spi {
        status = "okay";
-       num-cs = <1>;
 
        flash@0 {
                compatible = "jedec,spi-nor";
                                read-only;
                        };
 
-                       mac: partition@10000 {
-                               label = "mac";
+                       info: partition@10000 {
+                               label = "info";
                                reg = <0x010000 0x010000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       macaddr_info_8: macaddr@8 {
+                                               compatible = "mac-base";
+                                               reg = <0x8 0x6>;
+                                               #nvmem-cell-cells = <1>;
+                                       };
+                               };
                        };
 
                        partition@20000 {
                                label = "art";
                                reg = <0xff0000 0x010000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       precal_art_5000: pre-calibration@5000 {
+                                               reg = <0x5000 0x2f20>;
+                                       };
+                               };
                        };
                };
        };
 };
 
 &eth0 {
-       status = "okay";
-       mtd-mac-address = <&mac 0x8>;
-       mtd-mac-address-increment = <1>;
+       nvmem-cells = <&macaddr_info_8 1>;
+       nvmem-cell-names = "mac-address";
 };
 
 &eth1 {
-       status = "okay";
-       mtd-mac-address = <&mac 0x8>;
+       nvmem-cells = <&macaddr_info_8 0>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wmac {
-       status = "okay";
        mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&mac 0x8>;
+
+       nvmem-cells = <&macaddr_info_8 0>;
+       nvmem-cell-names = "mac-address";
 };