arm: dts: lx2160aqds: add MDIO slots
[oweals/u-boot.git] / arch / arm / dts / da850-lcdk-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * da850-lcdk U-Boot Additions
4  *
5  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
6  */
7
8 / {
9         aliases {
10                 i2c0 = &i2c0;
11                 mmc0 = &mmc0;
12                 serial2 = &serial2;
13         };
14
15         soc@1c00000 {
16                 u-boot,dm-spl;
17         };
18
19         nand {
20                 compatible = "ti,davinci-nand";
21         };
22 };
23
24 &mmc0 {
25         u-boot,dm-spl;
26 };
27
28 &serial2 {
29         u-boot,dm-spl;
30 };