blob: d50775c173e2bf16d1ef8e05031cb3179d40f9bd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Lokesh Vutla459353d2018-03-16 18:52:20 +05302/*
3 * da850-lcdk U-Boot Additions
4 *
5 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
Lokesh Vutla459353d2018-03-16 18:52:20 +05306 */
7
8/ {
9 aliases {
10 i2c0 = &i2c0;
Adam Fordd2a67e32019-11-13 09:46:32 -060011 mmc0 = &mmc0;
12 serial2 = &serial2;
13 };
14
15 soc@1c00000 {
16 u-boot,dm-spl;
Lokesh Vutla459353d2018-03-16 18:52:20 +053017 };
Bartosz Golaszewskif5a47552019-07-29 08:58:04 +020018
19 nand {
20 compatible = "ti,davinci-nand";
21 };
Lokesh Vutla459353d2018-03-16 18:52:20 +053022};
Adam Fordd2a67e32019-11-13 09:46:32 -060023
24&mmc0 {
25 u-boot,dm-spl;
26};
27
28&serial2 {
29 u-boot,dm-spl;
30};
Walter Lozano407009a2020-06-25 01:10:15 -030031
32&gpio {
33 u-boot,dm-spl;
34};