uboot-mediatek: update patch for Cudy TR3000-v1 and SNR SNR-CPE-AX2
Update the reference to gpio props.
Fixes: 2a32d215ba
("uboot-mediatek: bump to v2025.04")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/18988
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
8d30e07180
commit
53b87d660b
2 changed files with 16 additions and 16 deletions
|
@ -140,14 +140,14 @@
|
||||||
+ button-reset {
|
+ button-reset {
|
||||||
+ label = "reset";
|
+ label = "reset";
|
||||||
+ linux,code = <KEY_RESTART>;
|
+ linux,code = <KEY_RESTART>;
|
||||||
+ gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 1 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ button-mode {
|
+ button-mode {
|
||||||
+ label = "mode";
|
+ label = "mode";
|
||||||
+ linux,code = <EV_SW>;
|
+ linux,code = <EV_SW>;
|
||||||
+ linux,input-type = <BTN_0>;
|
+ linux,input-type = <BTN_0>;
|
||||||
+ gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
|
+ gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
|
||||||
+ debounce-interval = <60>;
|
+ debounce-interval = <60>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
@ -157,13 +157,13 @@
|
||||||
+
|
+
|
||||||
+ led_status: led-0 {
|
+ led_status: led-0 {
|
||||||
+ label = "red:power";
|
+ label = "red:power";
|
||||||
+ gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 11 GPIO_ACTIVE_LOW>;
|
||||||
+ default-state = "on";
|
+ default-state = "on";
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-1 {
|
+ led-1 {
|
||||||
+ label = "white:status";
|
+ label = "white:status";
|
||||||
+ gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 10 GPIO_ACTIVE_LOW>;
|
||||||
+ default-state = "off";
|
+ default-state = "off";
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
+ };
|
+ };
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+&pinctrl {
|
+&pio {
|
||||||
+ spi_flash_pins: spi0-pins-func-1 {
|
+ spi_flash_pins: spi0-pins-func-1 {
|
||||||
+ mux {
|
+ mux {
|
||||||
+ function = "flash";
|
+ function = "flash";
|
||||||
|
|
|
@ -143,13 +143,13 @@
|
||||||
+ button-0 {
|
+ button-0 {
|
||||||
+ label = "mesh";
|
+ label = "mesh";
|
||||||
+ linux,code = <BTN_0>;
|
+ linux,code = <BTN_0>;
|
||||||
+ gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 0 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ button-1 {
|
+ button-1 {
|
||||||
+ label = "reset";
|
+ label = "reset";
|
||||||
+ linux,code = <KEY_RESTART>;
|
+ linux,code = <KEY_RESTART>;
|
||||||
+ gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 1 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
|
@ -158,37 +158,37 @@
|
||||||
+
|
+
|
||||||
+ led-0 {
|
+ led-0 {
|
||||||
+ label = "red:status";
|
+ label = "red:status";
|
||||||
+ gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 4 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-1 {
|
+ led-1 {
|
||||||
+ label = "red:status_1";
|
+ label = "red:status_1";
|
||||||
+ gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 5 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-2 {
|
+ led-2 {
|
||||||
+ label = "blue:wlan_2ghz";
|
+ label = "blue:wlan_2ghz";
|
||||||
+ gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 6 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-3 {
|
+ led-3 {
|
||||||
+ label = "blue:wlan_5ghz";
|
+ label = "blue:wlan_5ghz";
|
||||||
+ gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 7 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-4 {
|
+ led-4 {
|
||||||
+ label = "blue:status";
|
+ label = "blue:status";
|
||||||
+ gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 9 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-5 {
|
+ led-5 {
|
||||||
+ label = "blue:wan";
|
+ label = "blue:wan";
|
||||||
+ gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 10 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ led-6 {
|
+ led-6 {
|
||||||
+ label = "blue:status_1";
|
+ label = "blue:status_1";
|
||||||
+ gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
+ gpios = <&pio 11 GPIO_ACTIVE_LOW>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+};
|
+};
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
+ mediatek,gmac-id = <0>;
|
+ mediatek,gmac-id = <0>;
|
||||||
+ phy-mode = "2500base-x";
|
+ phy-mode = "2500base-x";
|
||||||
+ mediatek,switch = "mt7531";
|
+ mediatek,switch = "mt7531";
|
||||||
+ reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
|
+ reset-gpios = <&pio 39 GPIO_ACTIVE_HIGH>;
|
||||||
+
|
+
|
||||||
+ fixed-link {
|
+ fixed-link {
|
||||||
+ speed = <2500>;
|
+ speed = <2500>;
|
||||||
|
@ -211,7 +211,7 @@
|
||||||
+ };
|
+ };
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+&pinctrl {
|
+&pio {
|
||||||
+ spi_flash_pins: spi0-pins-func-1 {
|
+ spi_flash_pins: spi0-pins-func-1 {
|
||||||
+ mux {
|
+ mux {
|
||||||
+ function = "flash";
|
+ function = "flash";
|
||||||
|
|
Loading…
Reference in a new issue