generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9344_comfast_cf-e120a-v3.dts
index 33c117b2f4a0b970ac913ab573343d9d1f84d571..b4a5bb4709f5a2f7699be82a7ed5a95ad371d68c 100644 (file)
@@ -12,9 +12,9 @@
 
        aliases {
                serial0 = &uart;
-               led-boot = &wan;
-               led-failsafe = &wan;
-               led-upgrade = &wan;
+               led-boot = &led_rssihigh;
+               led-failsafe = &led_rssihigh;
+               led-upgrade = &led_rssihigh;
                label-mac-device = &eth0;
        };
 
@@ -24,7 +24,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&led_rssimediumhigh_pin>;
 
-               wan: wan {
+               wan {
                        label = "cf-e120a-v3:green:wan";
                        gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
                };
@@ -55,7 +55,7 @@
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
 
-               rssihigh {
+               led_rssihigh: rssihigh {
                        label = "cf-e120a-v3:green:rssihigh";
                        gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
                };
 };
 
 &pinmux {
-               led_rssimediumhigh_pin: pinmux_rssimediumhigh_pin {
-                       pinctrl-single,bits = <0x10 0x0 0xff>;
-               };
+       led_rssimediumhigh_pin: pinmux_rssimediumhigh_pin {
+               pinctrl-single,bits = <0x10 0x0 0xff>;
+       };
 };
 
 &spi {
        status = "okay";
+
        num-cs = <1>;
 
        flash@0 {
@@ -93,7 +94,7 @@
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       uboot:  partition@0 {
+                       partition@0 {
                                label = "u-boot";
                                reg = <0x000000 0x010000>;
                                read-only;
                                read-only;
                        };
 
-                       firmware: partition@20000 {
+                       partition@20000 {
                                compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x020000 0x7d0000>;
                        };
 
-                       nvram: partition@7f0000 {
+                       partition@7f0000 {
                                label = "nvram";
                                reg = <0x7f0000 0x010000>;
                                read-only;