OSDN Git Service

ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 9 Dec 2013 13:42:50 +0000 (14:42 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 9 Dec 2013 14:08:57 +0000 (15:08 +0100)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <b.brezillon@overkiz.com>
arch/arm/boot/dts/at91rm9200ek.dts

index 31f5c32..df6b0aa 100644 (file)
 
        ahb {
                apb {
-                       dbgu: serial@fffff200 {
-                               status = "okay";
-                       };
-
-                       usart1: serial@fffc4000 {
-                               pinctrl-0 =
-                                               <&pinctrl_uart1
-                                                &pinctrl_uart1_rts
-                                                &pinctrl_uart1_cts
-                                                &pinctrl_uart1_dtr_dsr
-                                                &pinctrl_uart1_dcd
-                                                &pinctrl_uart1_ri>;
+                       usb1: gadget@fffb0000 {
+                               atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>;
+                               atmel,pullup-gpio = <&pioD 5 GPIO_ACTIVE_HIGH>;
                                status = "okay";
                        };
 
                                };
                        };
 
-                       usb1: gadget@fffb0000 {
-                               atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>;
-                               atmel,pullup-gpio = <&pioD 5 GPIO_ACTIVE_HIGH>;
+                       usart1: serial@fffc4000 {
+                               pinctrl-0 =
+                                               <&pinctrl_uart1
+                                                &pinctrl_uart1_rts
+                                                &pinctrl_uart1_cts
+                                                &pinctrl_uart1_dtr_dsr
+                                                &pinctrl_uart1_dcd
+                                                &pinctrl_uart1_ri>;
                                status = "okay";
                        };
 
                                        reg = <0>;
                                };
                        };
+
+                       dbgu: serial@fffff200 {
+                               status = "okay";
+                       };
                };
 
                usb0: ohci@00300000 {