1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * da850-lcdk U-Boot Additions 4 * 5 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 6 */ 7 8/ { 9 aliases { 10 i2c0 = &i2c0; 11 mmc0 = &mmc0; 12 serial2 = &serial2; 13 }; 14 15 soc@1c00000 { 16 u-boot,dm-spl; 17 }; 18 19 nand { 20 compatible = "ti,davinci-nand"; 21 }; 22}; 23 24&mmc0 { 25 u-boot,dm-spl; 26}; 27 28&serial2 { 29 u-boot,dm-spl; 30}; 31 32&gpio { 33 u-boot,dm-spl; 34}; 35