blob: 0e9804bd314d179d3d6feed54169a343b25fb1b4 [file] [log] [blame]
Niel Fouried3951852019-06-03 15:31:17 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 DENX Software Engineering GmbH
4 */
5
Dario Binacchi2180d802020-12-30 00:06:37 +01006#include "am33xx-u-boot.dtsi"
7
Niel Fouried3951852019-06-03 15:31:17 +02008/ {
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 Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-all;
Matwey V. Kornilov7ab9b882022-08-11 17:18:12 +030019
20 l4_wkup@44c00000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-all;
Matwey V. Kornilov7ab9b882022-08-11 17:18:12 +030022
23 segment@200000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-all;
Matwey V. Kornilov7ab9b882022-08-11 17:18:12 +030025
26 target-module@9000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-all;
Matwey V. Kornilov7ab9b882022-08-11 17:18:12 +030028 };
29 };
30 };
Niel Fouried3951852019-06-03 15:31:17 +020031 };
32};
33
34&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Niel Fouried3951852019-06-03 15:31:17 +020036};
37
38&uart0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Niel Fouried3951852019-06-03 15:31:17 +020040};
41
42&mmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070043 bootph-all;
Niel Fouried3951852019-06-03 15:31:17 +020044 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
45};