Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / am335x-regor-rdk-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2020 Linumiz
4  */
5
6 / {
7         chosen {
8                 #address-cells = <1>;
9                 #size-cells = <1>;
10
11                 bootargs = "console=ttyO0,115200 earlyprintk";
12                 stdout-path = &uart0;
13         };
14
15         ocp {
16                 u-boot,dm-pre-reloc;
17         };
18 };
19
20 &i2c0 {
21         u-boot,dm-pre-reloc;
22 };
23
24 &uart0 {
25         u-boot,dm-pre-reloc;
26 };
27
28 &mmc1 {
29         u-boot,dm-pre-reloc;
30         cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
31 };