aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/omap3-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap3-u-boot.dtsi69
1 files changed, 66 insertions, 3 deletions
diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi
index 633153a41e..32bea6b6d9 100644
--- a/arch/arm/dts/omap3-u-boot.dtsi
+++ b/arch/arm/dts/omap3-u-boot.dtsi
@@ -1,18 +1,81 @@
1// SPDX-License-Identifier: GPL-2.0+
2/* 1/*
3 * Copyright (C) 2017 2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
4 * Logic PD - http://www.logicpd.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"
5 */ 8 */
6 9
10/{
11 ocp@68000000 {
12 u-boot,dm-spl;
13
14 bandgap@48002524 {
15 u-boot,dm-spl;
16 };
17 };
18};
19
7&uart1 { 20&uart1 {
21 u-boot,dm-spl;
8 reg-shift = <2>; 22 reg-shift = <2>;
9}; 23};
10 24
11&uart2 { 25&uart2 {
26 u-boot,dm-spl;
12 reg-shift = <2>; 27 reg-shift = <2>;
13}; 28};
14 29
15&uart3 { 30&uart3 {
31 u-boot,dm-spl;
16 reg-shift = <2>; 32 reg-shift = <2>;
17}; 33};
18 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};