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 | |
Dario Binacchi | c28baf6 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 6 | #include "am33xx-u-boot.dtsi" |
| 7 | |
Niel Fourie | 6e171b6 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 8 | / { |
| 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; |
| 19 | }; |
| 20 | }; |
| 21 | |
| 22 | &i2c0 { |
| 23 | u-boot,dm-pre-reloc; |
| 24 | }; |
| 25 | |
| 26 | &uart0 { |
| 27 | u-boot,dm-pre-reloc; |
| 28 | }; |
| 29 | |
| 30 | &mmc1 { |
| 31 | u-boot,dm-pre-reloc; |
| 32 | cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
| 33 | }; |