summaryrefslogtreecommitdiff
path: root/arch/arm/dts/da850-evm-u-boot.dtsi
blob: 5cc5a81f6fbfea4d0fdf6bc7e7a910cb60af2a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * da850-evm U-Boot Additions
 *
 * Copyright (C) 2017 Logic PD, Inc.
 * Copyright (C) Adam Ford
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

/ {
	chosen {
		stdout-path = &serial2;
	};

	aliases {
		i2c0 = &i2c0;
		spi0 = &spi1;
	};
};

&flash {
	compatible = "m25p64", "spi-flash";
};