blob: d588628641e1ff1e7f84128df053b967a7386fb8 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Adam Ford4c707552017-09-17 20:43:44 -05002/*
3 * da850-evm U-Boot Additions
4 *
5 * Copyright (C) 2017 Logic PD, Inc.
6 * Copyright (C) Adam Ford
Adam Ford4c707552017-09-17 20:43:44 -05007 */
8
Adam Fordf7c1d532019-02-25 21:53:47 -06009/ {
10 soc@1c00000 {
11 u-boot,dm-spl;
12 };
Bartosz Golaszewski95cffd92019-07-29 08:58:05 +020013
14 nand {
15 compatible = "ti,davinci-nand";
16 };
Dario Binacchi72e0a0e2020-02-22 14:05:46 +010017
18 panel {
19 u-boot,dm-pre-reloc;
20 };
Adam Fordf7c1d532019-02-25 21:53:47 -060021};
22
Adam Ford2fd156b2019-07-30 08:32:37 -050023&eth0 {
24 pinctrl-0 = <&mii_pins>, <&mdio_pins>;
25};
26
Adam Ford4c707552017-09-17 20:43:44 -050027&flash {
Neil Armstrongffd4c7c2019-02-10 10:16:20 +000028 compatible = "m25p64", "jedec,spi-nor";
Adam Ford4c707552017-09-17 20:43:44 -050029};
Adam Fordf7c1d532019-02-25 21:53:47 -060030
31&mmc0 {
32 u-boot,dm-spl;
33};
34
35&serial2 {
36 u-boot,dm-spl;
37};
38
39&spi1 {
40 u-boot,dm-spl;
41};
Walter Lozano407009a2020-06-25 01:10:15 -030042
43&gpio {
44 u-boot,dm-spl;
45};