--- a/arch/arm/boot/dts/ariag25.dts_orig 2013-04-04 11:58:40.518122816 -0400 +++ b/arch/arm/boot/dts/at91-ariag25.dts 2013-04-03 15:23:09.240385849 -0400 @@ -1,5 +1,5 @@ /* - * ariag25.dts - Device Tree file for Acme Systems Aria G25 (AT91SAM9G25 based) + * at91-ariag25.dts - Device Tree file for Acme Systems Aria G25 (AT91SAM9G25 based) * * Copyright (C) 2013 Douglas Gilbert , * Robert Nelson @@ -21,6 +21,7 @@ serial3 = &usart2; serial4 = &usart3; serial5 = &uart0; + serial6 = &uart1; }; chosen { @@ -121,6 +122,16 @@ status = "okay"; }; + uart1: serial@f8044000 { + compatible = "atmel,at91sam9260-usart"; + reg = <0xf8044000 0x200>; + interrupts = <16 4 5>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_uart1>; + /* Remove following or change to "okay" if wanted */ + status = "disabled"; + }; + spi0: spi@f0000000 { status = "okay"; cs-gpios = <&pioA 14 0>, <0>, <0>, <0>;