Commit 8cf70f3d authored by Fabio Porcedda's avatar Fabio Porcedda Committed by Nicolas Ferre

ARM: at91: dt: evk-pro3: enable uart0 and uart2

Signed-off-by: default avatarFabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 77b67063
......@@ -22,6 +22,14 @@ macb0: ethernet@fffc4000 {
status = "okay";
};
usart0: serial@fffb0000 {
status = "okay";
};
usart2: serial@fffb8000 {
status = "okay";
};
usb1: gadget@fffa4000 {
atmel,vbus-gpio = <&pioC 5 0>;
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