Merge branch 'master' of git://git.denx.de/u-boot
[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         panel {
19                 u-boot,dm-pre-reloc;
20         };
21 };
22
23 &eth0 {
24         pinctrl-0 = <&mii_pins>, <&mdio_pins>;
25 };
26
27 &flash {
28         compatible = "m25p64", "jedec,spi-nor";
29 };
30
31 &mmc0 {
32         u-boot,dm-spl;
33 };
34
35 &serial2 {
36         u-boot,dm-spl;
37 };
38
39 &spi1 {
40         u-boot,dm-spl;
41 };