Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (C) 2019 DENX Software Engineering GmbH | ||||
4 | */ | ||||
5 | |||||
Dario Binacchi | 2180d80 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 6 | #include "am33xx-u-boot.dtsi" |
7 | |||||
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 8 | / { |
9 | chosen { | ||||
10 | #address-cells = <1>; | ||||
11 | #size-cells = <1>; | ||||
12 | |||||
13 | bootargs = "console=ttyO0,115200 earlyprintk"; | ||||
14 | stdout-path = &uart0; | ||||
15 | }; | ||||
16 | |||||
17 | ocp { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 18 | bootph-all; |
Matwey V. Kornilov | 7ab9b88 | 2022-08-11 17:18:12 +0300 | [diff] [blame] | 19 | |
20 | l4_wkup@44c00000 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 21 | bootph-all; |
Matwey V. Kornilov | 7ab9b88 | 2022-08-11 17:18:12 +0300 | [diff] [blame] | 22 | |
23 | segment@200000 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 24 | bootph-all; |
Matwey V. Kornilov | 7ab9b88 | 2022-08-11 17:18:12 +0300 | [diff] [blame] | 25 | |
26 | target-module@9000 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 27 | bootph-all; |
Matwey V. Kornilov | 7ab9b88 | 2022-08-11 17:18:12 +0300 | [diff] [blame] | 28 | }; |
29 | }; | ||||
30 | }; | ||||
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 31 | }; |
32 | }; | ||||
33 | |||||
34 | &i2c0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-all; |
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 36 | }; |
37 | |||||
38 | &uart0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 39 | bootph-all; |
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 40 | }; |
41 | |||||
42 | &mmc1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 43 | bootph-all; |
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 44 | cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
45 | }; |