mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: dts: at91: sama5d2_icp: cosmetic arrangement of the nodes
Reorder the nodes following the kernel rules: nodes in a range are sorted by ascending bus address, and when referenced by phandle, are ordered alphabetically. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
5b43508419
commit
b6a8cce941
2 changed files with 27 additions and 25 deletions
|
@ -13,18 +13,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sdmmc0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&uart0 { /* mikrobus1 uart */
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pinctrl_sdmmc0_default {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pinctrl_mikrobus1_uart {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
@ -37,6 +25,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pinctrl_sdmmc0_default {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&qspi1 {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
||||
|
@ -44,3 +36,12 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
};
|
||||
|
||||
&sdmmc0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&uart0 { /* mikrobus1 uart */
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
||||
/*
|
||||
* at91-sama5d2_icp.dts - Device Tree file for SAMA5D2 ICP board
|
||||
* SAMA5D2 Industrial Connectivity Board
|
||||
* SAMA5D2 Industrial Connectivity Platform
|
||||
*
|
||||
* Copyright (c) 2018, Microchip Technology Inc.
|
||||
* 2018, Eugen Hristev <eugen.hristev@microchip.com>
|
||||
|
@ -48,12 +48,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
uart0: serial@f801c000 { /* mikrobus1 uart */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_mikrobus1_uart>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
macb0: ethernet@f8008000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_macb0_rmii &pinctrl_macb0_phy_irq &pinctrl_macb0_rst>;
|
||||
|
@ -61,6 +55,12 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
uart0: serial@f801c000 { /* mikrobus1 uart */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_mikrobus1_uart>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
i2c1: i2c@fc028000 {
|
||||
dmas = <0>, <0>;
|
||||
pinctrl-names = "default";
|
||||
|
@ -85,6 +85,7 @@
|
|||
pagesize = <16>;
|
||||
};
|
||||
};
|
||||
|
||||
pioA: gpio@fc038000 {
|
||||
status = "okay";
|
||||
pinctrl {
|
||||
|
@ -124,6 +125,12 @@
|
|||
bias-pull-up;
|
||||
};
|
||||
|
||||
pinctrl_mikrobus1_uart: mikrobus1_uart {
|
||||
pinmux = <PIN_PB26__URXD0>,
|
||||
<PIN_PB27__UTXD0>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_qspi1_sck_cs_default: qspi1_sck_cs_default {
|
||||
pinmux = <PIN_PA6__QSPI1_SCK>,
|
||||
<PIN_PA11__QSPI1_CS>;
|
||||
|
@ -148,12 +155,6 @@
|
|||
<PIN_PA13__SDMMC0_CD>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_mikrobus1_uart: mikrobus1_uart {
|
||||
pinmux = <PIN_PB26__URXD0>,
|
||||
<PIN_PB27__UTXD0>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue