xref: /openbmc/u-boot/arch/arm/dts/omap5-u-boot.dtsi (revision 26722335)
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		ocp2scp@4a090000 {
15			compatible = "ti,omap-ocp2scp", "simple-bus";
16		};
17	};
18};
19
20&uart1 {
21	u-boot,dm-spl;
22};
23
24&uart3 {
25	u-boot,dm-spl;
26};
27
28&mmc1 {
29	u-boot,dm-spl;
30};
31
32&mmc2 {
33	u-boot,dm-spl;
34};
35
36&l4_cfg {
37	u-boot,dm-spl;
38};
39
40&scm {
41	u-boot,dm-spl;
42};
43
44&scm_conf {
45	u-boot,dm-spl;
46};
47
48&qspi {
49	u-boot,dm-spl;
50
51	m25p80@0 {
52		u-boot,dm-spl;
53	};
54};
55
56&gpio2 {
57	u-boot,dm-spl;
58};
59
60&gpio7 {
61	u-boot,dm-spl;
62};
63