mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
2df729e96d
This patch makes sure that the Devicetree for the sama5 boards are aligned with the Devicetree from Linux. This implies removing the GPIO compatible and replacing it with the PINCTRL one, as well as unifying the SDMMC pinctrl related subnodes under one single subnode. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
50 lines
677 B
Text
50 lines
677 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* at91-sama5d27_wlsom1_ek-u-boot.dts - Device Tree file for SAMA5D27 WLSOM1 EK
|
|
*
|
|
* Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries
|
|
*
|
|
* Author: Eugen Hristev <eugen.hristev@microchip.com>
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&hlcdc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&qspi1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&qspi1_flash {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sdmmc0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sfr {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_sdmmc0_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_uart0_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_qspi1_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|