2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2018-03-16 13:22:20 +00:00
|
|
|
/*
|
|
|
|
* da850-lcdk U-Boot Additions
|
|
|
|
*
|
|
|
|
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
i2c0 = &i2c0;
|
2019-11-13 15:46:32 +00:00
|
|
|
mmc0 = &mmc0;
|
|
|
|
serial2 = &serial2;
|
|
|
|
};
|
|
|
|
|
|
|
|
soc@1c00000 {
|
|
|
|
u-boot,dm-spl;
|
2018-03-16 13:22:20 +00:00
|
|
|
};
|
2019-07-29 06:58:04 +00:00
|
|
|
|
|
|
|
nand {
|
|
|
|
compatible = "ti,davinci-nand";
|
|
|
|
};
|
2018-03-16 13:22:20 +00:00
|
|
|
};
|
2019-11-13 15:46:32 +00:00
|
|
|
|
|
|
|
&mmc0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2020-06-25 04:10:15 +00:00
|
|
|
|
|
|
|
&gpio {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|