blob: 1683f3472e4dfc51bd0a21240b46fe85bf791d74 [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 {
Neil Armstrongffd4c7c2019-02-10 10:16:20 +000016 compatible = "m25p64", "jedec,spi-nor";
Adam Ford4c707552017-09-17 20:43:44 -050017};
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};