blob: bbaebcb67a0a970403868e36fc00c5469ccfebb3 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Lokesh Vutlafe2d1d82018-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 Vutlafe2d1d82018-03-16 18:52:20 +05306 */
7
8/ {
9 aliases {
10 i2c0 = &i2c0;
Adam Ford549cf9f2019-11-13 09:46:32 -060011 mmc0 = &mmc0;
12 serial2 = &serial2;
Lokesh Vutlafe2d1d82018-03-16 18:52:20 +053013 };
Bartosz Golaszewski7a216ef2019-07-29 08:58:04 +020014
Adam Ford549cf9f2019-11-13 09:46:32 -060015 soc@1c00000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-pre-ram;
Adam Ford549cf9f2019-11-13 09:46:32 -060017 };
18
Bartosz Golaszewski7a216ef2019-07-29 08:58:04 +020019 nand {
20 compatible = "ti,davinci-nand";
21 };
Lokesh Vutlafe2d1d82018-03-16 18:52:20 +053022};
Adam Ford549cf9f2019-11-13 09:46:32 -060023
24&mmc0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-pre-ram;
Adam Ford549cf9f2019-11-13 09:46:32 -060026};
27
28&serial2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-pre-ram;
Adam Ford549cf9f2019-11-13 09:46:32 -060030};
Walter Lozano6dc8d7e2020-06-25 01:10:15 -030031
32&gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-pre-ram;
Walter Lozano6dc8d7e2020-06-25 01:10:15 -030034};