arm: dts: lx2160aqds: add MDIO slots
[oweals/u-boot.git] / arch / arm / dts / at91-sama5d2_icp-u-boot.dtsi
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 };