Abel Vesa | e72e354 | 2019-02-01 16:40:14 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2019 NXP | ||||
4 | */ | ||||
5 | |||||
6 | #include "imx6qdl-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | aliases { | ||||
10 | mmc0 = &usdhc3; | ||||
11 | }; | ||||
12 | }; | ||||
13 | |||||
14 | &usdhc3 { | ||||
15 | no-1-8-v; | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 16 | bootph-pre-ram; |
Abel Vesa | e72e354 | 2019-02-01 16:40:14 +0000 | [diff] [blame] | 17 | }; |
18 | |||||
19 | &pinctrl_usdhc3 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 20 | bootph-pre-ram; |
Abel Vesa | e72e354 | 2019-02-01 16:40:14 +0000 | [diff] [blame] | 21 | }; |