Eugen Hristev | 32f36cf | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2023 Collabora Ltd. | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk3588-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | aliases { | ||||
10 | mmc0 = &sdmmc; | ||||
11 | }; | ||||
12 | |||||
13 | chosen { | ||||
14 | u-boot,spl-boot-order = &sdmmc; | ||||
15 | }; | ||||
16 | }; | ||||
17 | |||||
18 | &sdmmc { | ||||
19 | bus-width = <4>; | ||||
Tom Rini | 8220add1 | 2023-03-14 10:58:41 -0400 | [diff] [blame] | 20 | bootph-pre-ram; |
Eugen Hristev | 32f36cf | 2023-02-22 11:05:12 +0200 | [diff] [blame] | 21 | status = "okay"; |
22 | }; |