xref: /openbmc/u-boot/arch/arm/dts/am437x-idk-evm-u-boot.dtsi (revision 872cfa20cd694fdbfa76abddd3cd00b05ad5355b)
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