Tim Lunn | 5a34e6a | 2024-01-24 14:26:00 +1100 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "rv1126-u-boot.dtsi" | ||||
4 | |||||
5 | / { | ||||
6 | chosen { | ||||
7 | u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc; | ||||
8 | }; | ||||
9 | }; | ||||
10 | |||||
11 | &sdio { | ||||
12 | status = "disabled"; | ||||
13 | }; |