blob: 309130479a5386cfbe84f5e5830b72708a5fba6e [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 {
Simon Glass8c103c32023-02-13 08:56:33 -070011 bootph-pre-ram;
Adam Fordf7c1d532019-02-25 21:53:47 -060012 };
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 {
Simon Glass8c103c32023-02-13 08:56:33 -070019 bootph-all;
Dario Binacchi72e0a0e2020-02-22 14:05:46 +010020 };
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 {
Simon Glass8c103c32023-02-13 08:56:33 -070032 bootph-pre-ram;
Adam Fordf7c1d532019-02-25 21:53:47 -060033};
34
35&serial2 {
Simon Glass8c103c32023-02-13 08:56:33 -070036 bootph-pre-ram;
Adam Fordf7c1d532019-02-25 21:53:47 -060037};
38
39&spi1 {
Simon Glass8c103c32023-02-13 08:56:33 -070040 bootph-pre-ram;
Adam Fordf7c1d532019-02-25 21:53:47 -060041};
Walter Lozano407009a2020-06-25 01:10:15 -030042
43&gpio {
Simon Glass8c103c32023-02-13 08:56:33 -070044 bootph-pre-ram;
Walter Lozano407009a2020-06-25 01:10:15 -030045};