blob: b372d06ca97bb4b44db666d4a88aa37b27b38540 [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};