ath79: fix LED pinout for Comfast CF-E314N v2

In addition to standardizing LED names to match the rest of the systems, this
commit fixes a possibly erroneous pinout for LEDs in Comfast CF-E314N v2.

In particular, rssimediumhigh and rssihigh are moved from pins 13 and 14 to
14 and 16 respectively. In addition to working on a test device, this pinout
better matches the one set out in the prototype support patch for the device
in Github PR #1873.

Signed-off-by: Mark Onstid <turretkeeper@mail.com>
This commit is contained in:
Mark Onstid 2023-04-07 11:21:48 -04:00 committed by Christian Marangi
parent 998c34d3fe
commit 5811db1d0b
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -33,23 +33,23 @@
}; };
rssilow { rssilow {
label = "red:signal1"; label = "red:rssilow";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>; gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
}; };
rssimediumlow { rssimediumlow {
label = "red:signal2"; label = "red:rssimediumlow";
gpios = <&gpio 12 GPIO_ACTIVE_LOW>; gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
}; };
rssimediumhigh { rssimediumhigh {
label = "green:signal3"; label = "green:rssimediumhigh";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>; gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
}; };
led_rssihigh: rssihigh { led_rssihigh: rssihigh {
label = "green:signal4"; label = "green:rssihigh";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>; gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
}; };
wlan { wlan {