blob: 32bea6b6d9b8c4e15f0018a6df358753a6e11c4d [file] [log] [blame]
Adam Forded59a762019-02-16 13:31:23 -06001/*
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 "omap5-u-boot.dtsi"
8 */
9
10/{
11 ocp@68000000 {
12 u-boot,dm-spl;
13
14 bandgap@48002524 {
15 u-boot,dm-spl;
16 };
17 };
18};
19
20&uart1 {
21 u-boot,dm-spl;
22 reg-shift = <2>;
23};
24
25&uart2 {
26 u-boot,dm-spl;
27 reg-shift = <2>;
28};
29
30&uart3 {
31 u-boot,dm-spl;
32 reg-shift = <2>;
33};
34
35&mmc1 {
36 u-boot,dm-spl;
37};
38
39&mmc2 {
40 u-boot,dm-spl;
41};
42
43&l4_core {
44 u-boot,dm-spl;
45};
46
47&scm {
48 u-boot,dm-spl;
49};
50
51&scm_conf {
52 u-boot,dm-spl;
53};
54
55&gpio1 {
56 u-boot,dm-spl;
57};
58
59&gpio2 {
60 u-boot,dm-spl;
61};
62
63&gpio3 {
64 u-boot,dm-spl;
65};
66
67&gpio4 {
68 u-boot,dm-spl;
69};
70
71&gpio5 {
72 u-boot,dm-spl;
73};
74
75&gpio6 {
76 u-boot,dm-spl;
77};
78
79&i2c1 {
80 u-boot,dm-spl;
81};