]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/omap5-u-boot.dtsi
ARM: dts: OMAP5+: Update spl specific dts
[people/ms/u-boot.git] / arch / arm / dts / omap5-u-boot.dtsi
CommitLineData
954b07e6
LV
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 {
964a34e6 12 u-boot,dm-spl;
33a5e2c5
JJH
13
14 ocp2scp@4a090000 {
15 compatible = "ti,omap-ocp2scp", "simple-bus";
16 };
954b07e6
LV
17 };
18};
19
20&uart1 {
964a34e6 21 u-boot,dm-spl;
954b07e6
LV
22};
23
24&uart3 {
964a34e6 25 u-boot,dm-spl;
954b07e6
LV
26};
27
28&mmc1 {
964a34e6 29 u-boot,dm-spl;
954b07e6
LV
30};
31
32&mmc2 {
964a34e6 33 u-boot,dm-spl;
954b07e6
LV
34};
35
36&l4_cfg {
964a34e6 37 u-boot,dm-spl;
954b07e6
LV
38};
39
40&scm {
964a34e6 41 u-boot,dm-spl;
954b07e6
LV
42};
43
44&scm_conf {
964a34e6 45 u-boot,dm-spl;
954b07e6
LV
46};
47
48&qspi {
964a34e6 49 u-boot,dm-spl;
954b07e6
LV
50
51 m25p80@0 {
964a34e6 52 u-boot,dm-spl;
954b07e6
LV
53 };
54};