mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:10:52 +07:00
ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Boris BREZILLON <b.brezillon@overkiz.com>
This commit is contained in:
parent
c8b3cc56b7
commit
ca594844e4
@ -29,18 +29,9 @@ main_clock: clock@0 {
|
|||||||
|
|
||||||
ahb {
|
ahb {
|
||||||
apb {
|
apb {
|
||||||
dbgu: serial@fffff200 {
|
usb1: gadget@fffb0000 {
|
||||||
status = "okay";
|
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";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -54,9 +45,14 @@ phy0: ethernet-phy {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
usb1: gadget@fffb0000 {
|
usart1: serial@fffc4000 {
|
||||||
atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>;
|
pinctrl-0 =
|
||||||
atmel,pullup-gpio = <&pioD 5 GPIO_ACTIVE_HIGH>;
|
<&pinctrl_uart1
|
||||||
|
&pinctrl_uart1_rts
|
||||||
|
&pinctrl_uart1_cts
|
||||||
|
&pinctrl_uart1_dtr_dsr
|
||||||
|
&pinctrl_uart1_dcd
|
||||||
|
&pinctrl_uart1_ri>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -69,6 +65,10 @@ mtd_dataflash@0 {
|
|||||||
reg = <0>;
|
reg = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dbgu: serial@fffff200 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
usb0: ohci@00300000 {
|
usb0: ohci@00300000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user