Jagan Teki | 15b2d1f | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd. |
| 4 | */ |
| 5 | |
| 6 | #include "rk3588-u-boot.dtsi" |
| 7 | |
| 8 | / { |
| 9 | aliases { |
| 10 | mmc0 = &sdmmc; |
| 11 | }; |
| 12 | |
| 13 | chosen { |
| 14 | stdout-path = &uart2; |
| 15 | u-boot,spl-boot-order = &sdmmc; |
| 16 | }; |
| 17 | }; |
| 18 | |
| 19 | &sdmmc { |
| 20 | bus-width = <4>; |
Tom Rini | 82b896c | 2023-03-27 15:20:19 -0400 | [diff] [blame] | 21 | bootph-all; |
Jagan Teki | 15b2d1f | 2023-01-30 20:27:49 +0530 | [diff] [blame] | 22 | u-boot,spl-fifo-mode; |
| 23 | status = "okay"; |
| 24 | }; |