summaryrefslogtreecommitdiff
path: root/arch/arm/dts/da850-evm-u-boot.dtsi
blob: 309130479a5386cfbe84f5e5830b72708a5fba6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// SPDX-License-Identifier: GPL-2.0+
/*
 * da850-evm U-Boot Additions
 *
 * Copyright (C) 2017 Logic PD, Inc.
 * Copyright (C) Adam Ford
 */

/ {
	soc@1c00000 {
		bootph-pre-ram;
	};

	nand {
		compatible = "ti,davinci-nand";
	};

	panel {
		bootph-all;
	};
};

&eth0 {
	pinctrl-0 = <&mii_pins>, <&mdio_pins>;
};

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

&mmc0 {
	bootph-pre-ram;
};

&serial2 {
	bootph-pre-ram;
};

&spi1 {
	bootph-pre-ram;
};

&gpio {
	bootph-pre-ram;
};