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

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

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

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