1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * da850-evm U-Boot Additions 4 * 5 * Copyright (C) 2017 Logic PD, Inc. 6 * Copyright (C) Adam Ford 7 */ 8 9/ { 10 soc@1c00000 { 11 u-boot,dm-spl; 12 }; 13 14 nand { 15 compatible = "ti,davinci-nand"; 16 }; 17}; 18 19ð0 { 20 pinctrl-0 = <&mii_pins>, <&mdio_pins>; 21}; 22 23&flash { 24 compatible = "m25p64", "jedec,spi-nor"; 25}; 26 27&mmc0 { 28 u-boot,dm-spl; 29}; 30 31&serial2 { 32 u-boot,dm-spl; 33}; 34 35&spi1 { 36 u-boot,dm-spl; 37}; 38