blob: 1ddd7158750070e9ade9a2f7fc870389d951e731 [file] [log] [blame]
Parthiban Nallathambia1337e32020-10-23 16:23:49 +02001// 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};