mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f085452d85
The SAMA5D2 ICP Board features the SAMA5D27 SoC, together with QSPI Flash, Wilc3000 wireless device and EtherCat support. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
30 lines
556 B
Text
30 lines
556 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* at91-sama5d2_icp-for-uboot.dtsi - Device Tree file for SAMA5D2 ICP board
|
|
* SAMA5D2 Industrial Connectivity Platform
|
|
*
|
|
* Copyright (c) 2019, Microchip Technology Inc. and its subsidiaries
|
|
* 2019, Eugen Hristev <eugen.hristev@microchip.com>
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&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;
|
|
};
|