]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/da850-evm-u-boot.dtsi
Merge git://git.denx.de/u-boot-imx
[people/ms/u-boot.git] / arch / arm / dts / da850-evm-u-boot.dtsi
1 /*
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 {
16 i2c0 = &i2c0;
17 spi0 = &spi1;
18 };
19 };
20
21 &flash {
22 compatible = "m25p64", "spi-flash";
23 };