mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
f02e52b7e6
This patch makes sure that the Devicetree for the sama7 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>
62 lines
795 B
Text
62 lines
795 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* at91-sama7g5ek-u-boot.dtsi - Device Tree file for SAMA7G5 SoC u-boot
|
|
* properties.
|
|
*
|
|
* Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries
|
|
*
|
|
* Author: Eugen Hristev <eugen.hristev@microchip.com>
|
|
* Author: Claudiu Beznea <claudiu.beznea@microchip.com>
|
|
*
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
soc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&main_rc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&main_xtal {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pioA {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_flx3_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pioA {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pit64b0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pmc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&slow_rc_osc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&slow_xtal {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart3 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|