1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * at91-sama5d2_icp-for-uboot.dtsi - Device Tree file for SAMA5D2 ICP board
4 *			SAMA5D2 Industrial Connectivity Platform
5 *
6 *  Copyright (c) 2019, Microchip Technology Inc. and its subsidiaries
7 *                2019, Eugen Hristev <eugen.hristev@microchip.com>
8 */
9
10/ {
11	chosen {
12		u-boot,dm-pre-reloc;
13	};
14};
15
16&sdmmc0 {
17	u-boot,dm-pre-reloc;
18};
19
20&uart0 { /* mikrobus1 uart */
21	u-boot,dm-pre-reloc;
22};
23
24&pinctrl_sdmmc0_default {
25	u-boot,dm-pre-reloc;
26};
27
28&pinctrl_mikrobus1_uart {
29	u-boot,dm-pre-reloc;
30};
31