blob: b3546e792a4f0a79a0caeb87b8691f02f8997c2b [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
9/ {
10 chosen {
11 stdout-path = &serial2;
12 };
13
14 aliases {
Adam Fordc7742072017-09-17 20:43:48 -050015 i2c0 = &i2c0;
Adam Ford4c707552017-09-17 20:43:44 -050016 spi0 = &spi1;
17 };
18};
19
20&flash {
21 compatible = "m25p64", "spi-flash";
22};