mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mxs: duckbill: adjust leds to final hardware
Signed-off-by: Michael Heimpold <mhei@heimpold.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38775 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
led_pins_a: led_gpio@0 {
|
||||
reg = <0>;
|
||||
fsl,pinmux-ids = <
|
||||
0x3003 /* MX28_PAD_AUART0_RX__GPIO_3_0 */
|
||||
0x3013 /* MX28_PAD_AUART0_TX__GPIO_3_1 */
|
||||
0x3043 /* MX28_PAD_AUART1_RX__GPIO_3_4 */
|
||||
0x3053 /* MX28_PAD_AUART1_TX__GPIO_3_5 */
|
||||
>;
|
||||
fsl,drive-strength = <0>;
|
||||
fsl,voltage = <1>;
|
||||
@@ -107,12 +107,12 @@
|
||||
|
||||
status {
|
||||
label = "duckbill:green:status";
|
||||
gpios = <&gpio3 0 0>;
|
||||
gpios = <&gpio3 5 0>;
|
||||
};
|
||||
|
||||
failure {
|
||||
label = "duckbill:red:status";
|
||||
gpios = <&gpio3 1 0>;
|
||||
gpios = <&gpio3 4 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user