]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/da850-evm-u-boot.dtsi
arm: dts: da850: Migrate da850-evm DTS files from Linux 4.13-RC5
[u-boot] / 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                 spi0 = &spi1;
17         };
18 };
19
20 &flash {
21         compatible = "m25p64", "spi-flash";
22 };