ARM: dts: Add new "generic" am4372 device tree file.
[platform/kernel/u-boot.git] / arch / arm / dts / am437x-sk-evm-u-boot.dtsi
1 /*
2  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /{
8         ocp {
9                 u-boot,dm-spl;
10         };
11 };
12
13 &uart0 {
14         u-boot,dm-spl;
15 };
16
17 &i2c0 {
18         u-boot,dm-spl;
19 };
20
21 &mmc1 {
22         u-boot,dm-spl;
23 };