blob: 7366ff56932e7760a00fd84f2baf3f2e0e7112f7 [file] [log] [blame]
Adam Forded59a762019-02-16 13:31:23 -06001/*
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 "omap5-u-boot.dtsi"
8 */
9
10/{
11 ocp@68000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070012 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060013
14 bandgap@48002524 {
Simon Glass8c103c32023-02-13 08:56:33 -070015 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060016 };
17 };
18};
19
20&uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060022 reg-shift = <2>;
23};
24
25&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070026 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060027 reg-shift = <2>;
28};
29
30&uart3 {
Simon Glass8c103c32023-02-13 08:56:33 -070031 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060032 reg-shift = <2>;
33};
34
35&mmc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070036 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060037};
38
39&mmc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070040 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060041};
42
43&l4_core {
Simon Glass8c103c32023-02-13 08:56:33 -070044 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060045};
46
47&scm {
Simon Glass8c103c32023-02-13 08:56:33 -070048 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060049};
50
51&scm_conf {
Simon Glass8c103c32023-02-13 08:56:33 -070052 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060053};
54
55&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070056 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060057};
58
59&gpio2 {
Simon Glass8c103c32023-02-13 08:56:33 -070060 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060061};
62
63&gpio3 {
Simon Glass8c103c32023-02-13 08:56:33 -070064 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060065};
66
67&gpio4 {
Simon Glass8c103c32023-02-13 08:56:33 -070068 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060069};
70
71&gpio5 {
Simon Glass8c103c32023-02-13 08:56:33 -070072 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060073};
74
75&gpio6 {
Simon Glass8c103c32023-02-13 08:56:33 -070076 bootph-pre-ram;
Adam Forded59a762019-02-16 13:31:23 -060077};
78
79&i2c1 {
Simon Glass8c103c32023-02-13 08:56:33 -070080 bootph-pre-ram;
Anthoine Bourgeois8d09c7b2022-06-02 22:27:07 +020081 clock-frequency = <100000>;
Adam Forded59a762019-02-16 13:31:23 -060082};