Marek Vasut | 526c951 | 2020-03-31 19:51:36 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright (C) 2020 Marek Vasut <marex@denx.de> |
| 4 | */ |
| 5 | |
| 6 | #include "stm32mp15xx-dhcor-u-boot.dtsi" |
| 7 | |
| 8 | / { |
| 9 | aliases { |
| 10 | mmc0 = &sdmmc1; |
| 11 | mmc1 = &sdmmc2; |
| 12 | usb0 = &usbotg_hs; |
| 13 | }; |
| 14 | |
| 15 | config { |
| 16 | u-boot,boot-led = "led1"; |
| 17 | u-boot,error-led = "led4"; |
| 18 | }; |
| 19 | }; |
| 20 | |
| 21 | &sdmmc1 { |
| 22 | u-boot,dm-spl; |
| 23 | }; |
| 24 | |
| 25 | &sdmmc1_b4_pins_a { |
| 26 | u-boot,dm-spl; |
| 27 | pins1 { |
| 28 | u-boot,dm-spl; |
| 29 | }; |
| 30 | pins2 { |
| 31 | u-boot,dm-spl; |
| 32 | }; |
| 33 | }; |
| 34 | |
| 35 | &sdmmc1_dir_pins_b { |
| 36 | u-boot,dm-spl; |
| 37 | pins1 { |
| 38 | u-boot,dm-spl; |
| 39 | }; |
| 40 | pins2 { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | }; |
| 44 | |
| 45 | &sdmmc2 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &sdmmc2_b4_pins_a { |
| 50 | u-boot,dm-spl; |
| 51 | pins1 { |
| 52 | u-boot,dm-spl; |
| 53 | }; |
| 54 | pins2 { |
| 55 | u-boot,dm-spl; |
| 56 | }; |
| 57 | }; |
| 58 | |
| 59 | &sdmmc2_d47_pins_b { |
| 60 | u-boot,dm-spl; |
| 61 | pins { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | }; |
| 65 | |
| 66 | &uart4 { |
| 67 | u-boot,dm-pre-reloc; |
| 68 | }; |
| 69 | |
| 70 | &uart4_pins_b { |
| 71 | u-boot,dm-pre-reloc; |
| 72 | pins1 { |
| 73 | u-boot,dm-pre-reloc; |
| 74 | }; |
| 75 | pins2 { |
| 76 | u-boot,dm-pre-reloc; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | &usbotg_hs { |
| 81 | u-boot,force-b-session-valid; |
| 82 | hnp-srp-disable; |
| 83 | }; |