blob: 9ab48bca0885ae7c069c2fff07c9d691c6ba82f2 [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 *
Nishanth Menona94a4072023-11-01 15:56:03 -05005 * Copyright (C) 2018 Texas Instruments Incorporated - https://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 {
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-pre-ram;
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 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Adam Fordd2a67e32019-11-13 09:46:32 -060026};
27
28&serial2 {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Adam Fordd2a67e32019-11-13 09:46:32 -060030};
Walter Lozano407009a2020-06-25 01:10:15 -030031
32&gpio {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Walter Lozano407009a2020-06-25 01:10:15 -030034};