summaryrefslogtreecommitdiff
path: root/arch/arm/dts/at91-sama5d2_icp-u-boot.dtsi
blob: 347fa813e989f2c5606d1c35a3906a38b75776e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// 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;
};