ramips: expose ephy leds for miwifi-mini

Give users more control by exposing ephy leds.

Signed-off-by: David Yang <mmyangfl@gmail.com>
[remove execute bit on 01_leds, add status for gpio2]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
David Yang
2021-07-11 23:17:43 +08:00
committed by Adrian Schmutzler
parent 5ed11012e7
commit 38cb500516
2 changed files with 25 additions and 4 deletions

View File

@@ -37,6 +37,21 @@
label = "red:status";
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
};
wan {
label = "green:wan";
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
};
lan1 {
label = "green:lan1";
gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
};
lan2 {
label = "green:lan2";
gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
};
};
keys {
@@ -54,6 +69,10 @@
status = "okay";
};
&gpio2 {
status = "okay";
};
&spi0 {
status = "okay";
@@ -119,9 +138,6 @@
};
&ethernet {
pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>;
nvmem-cells = <&macaddr_factory_28>;
nvmem-cell-names = "mac-address";
@@ -148,7 +164,7 @@
&state_default {
gpio {
groups = "i2c", "rgmii1";
groups = "ephy", "i2c", "rgmii1";
function = "gpio";
};
};