apm821xx: dts: append SoC compatible to DTS
[openwrt/openwrt.git] / target / linux / apm821xx / dts / wndr4700.dts
index d1a65f3e62a2622fb1436875fd9b740e7ab9cdc6..2e0addf74b0b4951d585723495500a0069826837 100644 (file)
 
        aliases {
                serial0 = &UART0;
+               led-boot = &status;
+               led-failsafe = &failsafe;
+               led-running = &status;
+               led-upgrade = &status;
        };
 
        chosen {
 
        gpio-leds {
                compatible = "gpio-leds";
-               power-green {
+               status: power-green {
                        label = "wndr4700:green:power";
                        gpios = <&GPIO0 8 GPIO_ACTIVE_HIGH>;
                };
 
-               power-orange {
+               failsafe: power-orange {
                        label = "wndr4700:orange:power";
                        gpios = <&GPIO0 9 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "panic";