]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/omap5-u-boot.dtsi
arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime
[u-boot] / 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         ocp {
16                 u-boot,dm-spl;
17
18                 ocp2scp@4a090000 {
19                         compatible = "ti,omap-ocp2scp", "simple-bus";
20                 };
21         };
22 };
23
24 &uart1 {
25         u-boot,dm-spl;
26         reg-shift = <2>;
27 };
28
29 &uart3 {
30         u-boot,dm-spl;
31         reg-shift = <2>;
32 };
33
34 &mmc1 {
35         u-boot,dm-spl;
36 };
37
38 &mmc2 {
39         u-boot,dm-spl;
40 };
41
42 &l4_cfg {
43         u-boot,dm-spl;
44 };
45
46 &scm {
47         u-boot,dm-spl;
48 };
49
50 &scm_conf {
51         u-boot,dm-spl;
52 };
53
54 &qspi {
55         u-boot,dm-spl;
56
57         m25p80@0 {
58                 compatible = "spi-flash";
59                 u-boot,dm-spl;
60         };
61 };
62
63 &gpio1 {
64         u-boot,dm-spl;
65 };
66
67 &gpio2 {
68         u-boot,dm-spl;
69 };
70
71 &gpio3 {
72         u-boot,dm-spl;
73 };
74
75 &gpio4 {
76         u-boot,dm-spl;
77 };
78
79 &gpio5 {
80         u-boot,dm-spl;
81 };
82
83 &gpio6 {
84         u-boot,dm-spl;
85 };
86
87 &gpio7 {
88         u-boot,dm-spl;
89 };