am335x: baltos: Enable DM_SPI
[platform/kernel/u-boot.git] / arch / arm / dts / omap5-u-boot.dtsi
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                         u-boot,dm-spl;
26                 };
27
28                 ocp2scp@4a090000 {
29                         compatible = "ti,omap-ocp2scp", "simple-bus";
30                 };
31
32                 bandgap@4a0021e0 {
33                         u-boot,dm-spl;
34                 };
35         };
36 };
37
38 &uart1 {
39         u-boot,dm-spl;
40         reg-shift = <2>;
41 };
42
43 &uart3 {
44         u-boot,dm-spl;
45         reg-shift = <2>;
46 };
47
48 &mmc1 {
49         u-boot,dm-spl;
50 };
51
52 &mmc2 {
53         u-boot,dm-spl;
54 };
55
56 &l4_cfg {
57         u-boot,dm-spl;
58 };
59
60 &scm {
61         u-boot,dm-spl;
62 };
63
64 &scm_conf {
65         u-boot,dm-spl;
66 };
67
68 &qspi {
69         u-boot,dm-spl;
70
71         m25p80@0 {
72                 compatible = "jedec,spi-nor";
73                 u-boot,dm-spl;
74         };
75 };
76
77 &gpio1 {
78         u-boot,dm-spl;
79 };
80
81 &gpio2 {
82         u-boot,dm-spl;
83 };
84
85 &gpio3 {
86         u-boot,dm-spl;
87 };
88
89 &gpio4 {
90         u-boot,dm-spl;
91 };
92
93 &gpio5 {
94         u-boot,dm-spl;
95 };
96
97 &gpio6 {
98         u-boot,dm-spl;
99 };
100
101 &gpio7 {
102         u-boot,dm-spl;
103 };
104
105 &i2c1 {
106         u-boot,dm-spl;
107 };