Commit 23b5cf31 authored by Emilio López's avatar Emilio López Committed by Maxime Ripard

ARM: sunxi: cubieboard: Add UART muxing

We previously relied on the bootloader to do the muxing of the UART for
the Cubieboard. Don't rely on it anymore and use pinctrl.

Also remove uart1, as it is not enabled by default and it's not exposed
on the board headers.
Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 0dfd1dfc
......@@ -37,10 +37,8 @@ led_pins_cubieboard: led_pins@0 {
};
uart0: serial@01c28000 {
status = "okay";
};
uart1: serial@01c28400 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
status = "okay";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment