base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6328-adb-pdg-a4001n-a-000-1a1-ax.dts
index 9d78292c03dc230bd479b3f27faa80a49b308e3a..b2f3ddfc401ddfbbe0e3d3c0981288f1dc17f86c 100644 (file)
@@ -1,10 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
-/dts-v1/;
-
 #include "bcm6328.dtsi"
 
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "ADB P.DG A4001N A-000-1A1-AX";
@@ -83,7 +82,8 @@
        led@8 {
                reg = <8>;
                active-low;
-               label = "red:power";
+               function = LED_FUNCTION_POWER;
+               color = <LED_COLOR_ID_RED>;
        };
 
        led@9 {
        led_power_green: led@12 {
                reg = <12>;
                active-low;
-               label = "green:power";
+               function = LED_FUNCTION_POWER;
+               color = <LED_COLOR_ID_GREEN>;
                default-state = "on";
        };
 };
                        };
 
                        partition@10000 {
-                               reg = <0x010000 0xfe0000>;
+                               reg = <0x010000 0xff0000>;
                                label = "linux";
                                compatible = "brcm,bcm963xx-imagetag";
                        };
-
-                       partition@ff0000 {
-                               reg = <0xff0000 0x010000>;
-                               label = "nvram";
-                       };
                };
        };
 };