blob: 541f4ca2005195f03e963cba2a3cd2dd13c19361 [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;
11 };
Bartosz Golaszewskif5a47552019-07-29 08:58:04 +020012
13 nand {
14 compatible = "ti,davinci-nand";
15 };
Lokesh Vutla459353d2018-03-16 18:52:20 +053016};