]> Git Repo - u-boot.git/blob - arch/arm/dts/da850-lcdk-u-boot.dtsi
Merge patch series "some LED patches"
[u-boot.git] / arch / arm / dts / da850-lcdk-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * da850-lcdk U-Boot Additions
4  *
5  * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
6  */
7
8 / {
9         aliases {
10                 i2c0 = &i2c0;
11                 mmc0 = &mmc0;
12                 serial2 = &serial2;
13         };
14
15         soc@1c00000 {
16                 bootph-pre-ram;
17         };
18
19         nand {
20                 compatible = "ti,davinci-nand";
21         };
22 };
23
24 &mmc0 {
25         bootph-pre-ram;
26 };
27
28 &serial2 {
29         bootph-pre-ram;
30 };
31
32 &gpio {
33         bootph-pre-ram;
34 };
This page took 0.033068 seconds and 4 git commands to generate.