blob: 5cc5a81f6fbfea4d0fdf6bc7e7a910cb60af2a9c [file] [log] [blame]
Adam Ford4c707552017-09-17 20:43:44 -05001/*
2 * da850-evm U-Boot Additions
3 *
4 * Copyright (C) 2017 Logic PD, Inc.
5 * Copyright (C) Adam Ford
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10/ {
11 chosen {
12 stdout-path = &serial2;
13 };
14
15 aliases {
Adam Fordc7742072017-09-17 20:43:48 -050016 i2c0 = &i2c0;
Adam Ford4c707552017-09-17 20:43:44 -050017 spi0 = &spi1;
18 };
19};
20
21&flash {
22 compatible = "m25p64", "spi-flash";
23};