Skip to content

Commit

Permalink
ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <b.brezillon@overkiz.com>
  • Loading branch information
Nicolas Ferre committed Dec 9, 2013
1 parent c8b3cc5 commit ca59484
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions arch/arm/boot/dts/at91rm9200ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,9 @@

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";
};

Expand All @@ -54,9 +45,14 @@
};
};

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";
};

Expand All @@ -69,6 +65,10 @@
reg = <0>;
};
};

dbgu: serial@fffff200 {
status = "okay";
};
};

usb0: ohci@00300000 {
Expand Down

0 comments on commit ca59484

Please sign in to comment.