xref: /openbmc/u-boot/arch/arm/dts/omap5-u-boot.dtsi (revision 0cd9465c)
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	chosen {
12		tick-timer = &timer2;
13	};
14
15	aliases {
16		usb0 = &usb1;
17		usb1 = &usb2;
18	};
19
20	ocp {
21		u-boot,dm-spl;
22
23		ocp2scp@4a080000 {
24			compatible = "ti,omap-ocp2scp", "simple-bus";
25		};
26
27		ocp2scp@4a090000 {
28			compatible = "ti,omap-ocp2scp", "simple-bus";
29		};
30
31		bandgap@4a0021e0 {
32			u-boot,dm-spl;
33		};
34	};
35};
36
37&uart1 {
38	u-boot,dm-spl;
39	reg-shift = <2>;
40};
41
42&uart3 {
43	u-boot,dm-spl;
44	reg-shift = <2>;
45};
46
47&mmc1 {
48	u-boot,dm-spl;
49};
50
51&mmc2 {
52	u-boot,dm-spl;
53};
54
55&l4_cfg {
56	u-boot,dm-spl;
57};
58
59&scm {
60	u-boot,dm-spl;
61};
62
63&scm_conf {
64	u-boot,dm-spl;
65};
66
67&qspi {
68	u-boot,dm-spl;
69
70	m25p80@0 {
71		compatible = "spi-flash";
72		u-boot,dm-spl;
73	};
74};
75
76&gpio1 {
77	u-boot,dm-spl;
78};
79
80&gpio2 {
81	u-boot,dm-spl;
82};
83
84&gpio3 {
85	u-boot,dm-spl;
86};
87
88&gpio4 {
89	u-boot,dm-spl;
90};
91
92&gpio5 {
93	u-boot,dm-spl;
94};
95
96&gpio6 {
97	u-boot,dm-spl;
98};
99
100&gpio7 {
101	u-boot,dm-spl;
102};
103
104&i2c1 {
105	u-boot,dm-spl;
106};
107