Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
[oweals/u-boot.git] / arch / arm / dts / da850-evm-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * da850-evm U-Boot Additions
4  *
5  * Copyright (C) 2017 Logic PD, Inc.
6  * Copyright (C) Adam Ford
7  */
8
9 / {
10         soc@1c00000 {
11                 u-boot,dm-spl;
12         };
13
14         nand {
15                 compatible = "ti,davinci-nand";
16         };
17 };
18
19 &flash {
20         compatible = "m25p64", "jedec,spi-nor";
21 };
22
23 &mmc0 {
24         u-boot,dm-spl;
25 };
26
27 &serial2 {
28         u-boot,dm-spl;
29 };
30
31 &spi1 {
32         u-boot,dm-spl;
33 };