blob: ab9368b9d3a6a0b0c125d243d62b9dd4f1b26a88 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Adam Ford4c707552017-09-17 20:43:44 -05002/*
3 * da850-evm U-Boot Additions
4 *
5 * Copyright (C) 2017 Logic PD, Inc.
6 * Copyright (C) Adam Ford
Adam Ford4c707552017-09-17 20:43:44 -05007 */
8
Adam Fordf7c1d532019-02-25 21:53:47 -06009/ {
10 soc@1c00000 {
11 u-boot,dm-spl;
12 };
13};
14
Adam Ford4c707552017-09-17 20:43:44 -050015&flash {
16 compatible = "m25p64", "spi-flash";
17};
Adam Fordf7c1d532019-02-25 21:53:47 -060018
19&mmc0 {
20 u-boot,dm-spl;
21};
22
23&serial2 {
24 u-boot,dm-spl;
25};
26
27&spi1 {
28 u-boot,dm-spl;
29};