ramips: Move LED definition out of included dtsi into dts

Prepare for a new target with different led definitions that wants to
include this dtsi. The resulting dtb are unchanged, verified with dtdiff

Signed-off-by: Jo Deisenhofer <jo.deisenhofer@gmail.com>
This commit is contained in:
Jo Deisenhofer 2022-12-02 16:39:02 +01:00 committed by Hauke Mehrtens
parent 1a35edfbdb
commit ab402f3d23
4 changed files with 81 additions and 27 deletions

View File

@ -6,37 +6,10 @@
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
/ { / {
aliases {
led-boot = &led_power_yellow;
led-failsafe = &led_power_yellow;
led-running = &led_power_blue;
led-upgrade = &led_power_yellow;
label-mac-device = &ethernet;
};
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
}; };
leds {
compatible = "gpio-leds";
led_power_blue: power_blue {
label = "blue:power";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
led_power_yellow: power_yellow {
label = "yellow:power";
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
wan {
label = "blue:wan";
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
};
};
keys { keys {
compatible = "gpio-keys"; compatible = "gpio-keys";

View File

@ -5,6 +5,34 @@
/ { / {
compatible = "xiaomi,mi-router-4a-100m-intl", "mediatek,mt7628an-soc"; compatible = "xiaomi,mi-router-4a-100m-intl", "mediatek,mt7628an-soc";
model = "Xiaomi Mi Router 4A (100M International Edition)"; model = "Xiaomi Mi Router 4A (100M International Edition)";
aliases {
led-boot = &led_power_yellow;
led-failsafe = &led_power_yellow;
led-running = &led_power_blue;
led-upgrade = &led_power_yellow;
label-mac-device = &ethernet;
};
leds {
compatible = "gpio-leds";
led_power_blue: power_blue {
label = "blue:power";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
led_power_yellow: power_yellow {
label = "yellow:power";
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
wan {
label = "blue:wan";
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
};
};
}; };
&partitions { &partitions {

View File

@ -5,6 +5,34 @@
/ { / {
compatible = "xiaomi,mi-router-4a-100m", "mediatek,mt7628an-soc"; compatible = "xiaomi,mi-router-4a-100m", "mediatek,mt7628an-soc";
model = "Xiaomi Mi Router 4A (100M Edition)"; model = "Xiaomi Mi Router 4A (100M Edition)";
aliases {
led-boot = &led_power_yellow;
led-failsafe = &led_power_yellow;
led-running = &led_power_blue;
led-upgrade = &led_power_yellow;
label-mac-device = &ethernet;
};
leds {
compatible = "gpio-leds";
led_power_blue: power_blue {
label = "blue:power";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
led_power_yellow: power_yellow {
label = "yellow:power";
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
wan {
label = "blue:wan";
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
};
};
}; };
&partitions { &partitions {

View File

@ -7,8 +7,33 @@
model = "Xiaomi Mi Router 4C"; model = "Xiaomi Mi Router 4C";
aliases { aliases {
led-boot = &led_power_yellow;
led-failsafe = &led_power_yellow;
led-running = &led_power_blue;
led-upgrade = &led_power_yellow;
label-mac-device = &ethernet; label-mac-device = &ethernet;
}; };
leds {
compatible = "gpio-leds";
led_power_blue: power_blue {
label = "blue:power";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
led_power_yellow: power_yellow {
label = "yellow:power";
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
wan {
label = "blue:wan";
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
};
};
}; };
&flash0 { &flash0 {