blob: b3f21e7f52102e63e6ce555b7679f050d8d1d273 [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 {
18 u-boot,dm-pre-reloc;
Matwey V. Kornilov7ab9b882022-08-11 17:18:12 +030019
20 l4_wkup@44c00000 {
21 u-boot,dm-pre-reloc;
22
23 segment@200000 {
24 u-boot,dm-pre-reloc;
25
26 target-module@9000 {
27 u-boot,dm-pre-reloc;
28 };
29 };
30 };
Niel Fouried3951852019-06-03 15:31:17 +020031 };
32};
33
34&i2c0 {
35 u-boot,dm-pre-reloc;
36};
37
38&uart0 {
39 u-boot,dm-pre-reloc;
40};
41
42&mmc1 {
43 u-boot,dm-pre-reloc;
44 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
45};