ARM: at91/dt: at91-kizbox: user proper serial uart

USART3 is the only serial UART accessible.

Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Gaël PORTAY 2015-04-30 09:33:34 +02:00 committed by Nicolas Ferre
parent 49668b014d
commit e9942d1f99
1 changed files with 4 additions and 8 deletions

View File

@ -38,14 +38,6 @@ main_xtal {
ahb {
apb {
usart0: serial@fffb0000 {
status = "okay";
};
usart1: serial@fffb4000 {
status = "okay";
};
macb0: ethernet@fffc4000 {
phy-mode = "mii";
pinctrl-0 = <&pinctrl_macb_rmii
@ -53,6 +45,10 @@ macb0: ethernet@fffc4000 {
status = "okay";
};
usart3: serial@fffd0000 {
status = "okay";
};
dbgu: serial@fffff200 {
status = "okay";
};