ath79: enable UART in SoC DTSI files
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9341_pcs_cr3000.dts
index 79611a687d98d93efa86d9775e62581f5a49ca3f..1d742a785dc05d6be4ea9d131f43f895d732765c 100644 (file)
@@ -1,21 +1,19 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "ar9341.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "ar9341.dtsi"
-
 / {
        model = "PowerCloud Systems CR3000";
        compatible = "pcs,cr3000", "qca,ar9341";
 
        aliases {
-               serial0 = &uart;
-               led-boot = &status;
-               led-failsafe = &status;
-               led-running = &status;
-               led-upgrade = &status;
+               led-boot = &led_power;
+               led-failsafe = &led_power;
+               led-running = &led_power;
+               led-upgrade = &led_power;
        };
 
        keys {
        leds {
                compatible = "gpio-leds";
 
-               status: power {
-                       label = "pcs:amber:power";
+               led_power: power {
+                       label = "amber:power";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                wlan2g {
-                       label = "pcs:blue:wlan";
+                       label = "blue:wlan";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wan {
-                       label = "pcs:blue:wan";
+                       label = "blue:wan";
                        gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
                };
 
                lan1 {
-                       label = "pcs:blue:lan1";
+                       label = "blue:lan1";
                        gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
                };
 
                lan2 {
-                       label = "pcs:blue:lan2";
+                       label = "blue:lan2";
                        gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
                };
 
                lan3 {
-                       label = "pcs:blue:lan3";
+                       label = "blue:lan3";
                        gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
                };
 
                lan4 {
-                       label = "pcs:blue:lan4";
+                       label = "blue:lan4";
                        gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
                };
        };
        clock-frequency = <25000000>;
 };
 
-&uart {
-       status = "okay";
-};
-
-&gpio {
-       status = "okay";
-};
-
 &spi {
-       num-cs = <1>;
-
        status = "okay";
 
        flash@0 {
        status = "okay";
 
        mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&art 0x1002>;
 };
 
 &eth0 {
 };
 
 &eth1 {
-       status = "okay";
-
        phy-handle = <&swphy4>;
-       mtd-mac-address = <&art 0x0>;
-       phy-mode = "gmii";
        pll-data = <0x06000000 0x00000101 0x00001616>;
 
+       mtd-mac-address = <&art 0x0>;
+
        gmac-config {
                device = <&gmac>;
                switch-phy-swap = <1>;