Heiko Schocher | 46c4371 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2019 Heiko Schocher <hs@denx.de> |
| 4 | */ |
| 5 | |
Dario Binacchi | c28baf6 | 2020-12-30 00:06:37 +0100 | [diff] [blame^] | 6 | #include "am33xx-u-boot.dtsi" |
| 7 | |
Heiko Schocher | 46c4371 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 8 | / { |
| 9 | ocp { |
| 10 | u-boot,dm-pre-reloc; |
| 11 | }; |
| 12 | }; |
| 13 | |
| 14 | &l4_wkup { |
| 15 | u-boot,dm-pre-reloc; |
| 16 | }; |
| 17 | |
| 18 | &scm { |
| 19 | u-boot,dm-pre-reloc; |
| 20 | }; |
| 21 | |
| 22 | &am33xx_pinmux { |
| 23 | u-boot,dm-pre-reloc; |
| 24 | }; |
| 25 | |
| 26 | &uart0_pins { |
| 27 | u-boot,dm-pre-reloc; |
| 28 | }; |
| 29 | |
| 30 | &uart0 { |
| 31 | u-boot,dm-pre-reloc; |
| 32 | }; |
| 33 | |
| 34 | &mmc1 { |
| 35 | u-boot,dm-pre-reloc; |
| 36 | cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
| 37 | }; |
| 38 | |
| 39 | &emmc_pins { |
| 40 | u-boot,dm-pre-reloc; |
| 41 | }; |
| 42 | |
| 43 | &mmc2 { |
| 44 | u-boot,dm-pre-reloc; |
| 45 | }; |
| 46 | |
| 47 | &mmc1_pins { |
| 48 | u-boot,dm-pre-reloc; |
| 49 | }; |
| 50 | |
| 51 | &mmc3 { |
| 52 | status = "disabled"; |
| 53 | }; |