Skip to content

Commit

Permalink
ARM: at91: dt: evk-pro3: enable uart0 and uart2
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Fabio Porcedda authored and Nicolas Ferre committed Nov 16, 2012
1 parent 77b6706 commit 8cf70f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/evk-pro3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
status = "okay";
};

usart0: serial@fffb0000 {
status = "okay";
};

usart2: serial@fffb8000 {
status = "okay";
};

usb1: gadget@fffa4000 {
atmel,vbus-gpio = <&pioC 5 0>;
status = "okay";
Expand Down

0 comments on commit 8cf70f3

Please sign in to comment.