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; | ||||
16 | u-boot,dm-spl; | ||||
17 | }; | ||||
18 | |||||
19 | &pinctrl_usdhc3 { | ||||
20 | u-boot,dm-spl; | ||||
21 | }; |