1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 5 6#include "am4372-u-boot.dtsi" 7 8/{ 9 ocp { 10 u-boot,dm-spl; 11 }; 12}; 13 14&uart0 { 15 u-boot,dm-spl; 16}; 17 18&i2c0 { 19 u-boot,dm-spl; 20}; 21 22&mmc1 { 23 u-boot,dm-spl; 24}; 25