ARM: at91/at91sam9x5.dtsi: add UART0/1 nodes
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Apr 2013 08:52:45 +0000 (10:52 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 31 May 2013 14:42:26 +0000 (16:42 +0200)
Reported-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9x5.dtsi

index a127527048a551edb509de13c7880d9d95e1ece6..dad83328bfdd7c9ad33cbd6b4fee58d89983e1e2 100644 (file)
                                status = "disabled";
                        };
 
+                       uart0: serial@f8040000 {
+                               compatible = "atmel,at91sam9260-usart";
+                               reg = <0xf8040000 0x200>;
+                               interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;
+                               pinctrl-names = "default";
+                               pinctrl-0 = <&pinctrl_uart0>;
+                               status = "disabled";
+                       };
+
+                       uart1: serial@f8044000 {
+                               compatible = "atmel,at91sam9260-usart";
+                               reg = <0xf8044000 0x200>;
+                               interrupts = <16 IRQ_TYPE_LEVEL_HIGH 5>;
+                               pinctrl-names = "default";
+                               pinctrl-0 = <&pinctrl_uart1>;
+                               status = "disabled";
+                       };
+
                        adc0: adc@f804c000 {
                                compatible = "atmel,at91sam9260-adc";
                                reg = <0xf804c000 0x100>;
This page took 0.026065 seconds and 5 git commands to generate.