Skip to content
Snippets Groups Projects
Commit 76d9c5d8 authored by wigyori's avatar wigyori
Browse files

mxs: duckbill: adjust leds to final hardware


Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38775 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent b3b46e5e
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment