1/* 2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * Based on "dra7.dtsi" 8 */ 9 10/{ 11 ocp { 12 u-boot,dm-spl; 13 }; 14}; 15 16&uart0 { 17 u-boot,dm-spl; 18}; 19 20&mmc1 { 21 u-boot,dm-spl; 22}; 23 24&mac { 25 u-boot,dm-spl; 26}; 27 28&davinci_mdio { 29 u-boot,dm-spl; 30}; 31 32&cpsw_emac0 { 33 u-boot,dm-spl; 34}; 35 36&phy_sel { 37 u-boot,dm-spl; 38}; 39