Niel Fourie | 6e171b6 | 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 | |||||
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 | }; |