Jagan Teki | 35049fe | 2021-04-26 18:23:48 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2020 Engicam srl | ||||
4 | * Copyright (c) 2020 Amarula Solutions(India) | ||||
5 | */ | ||||
6 | |||||
7 | #include "imx8mm-u-boot.dtsi" | ||||
8 | |||||
9 | &iomuxc { | ||||
10 | u-boot,dm-spl; | ||||
11 | }; | ||||
12 | |||||
13 | &pinctrl_usdhc3 { | ||||
14 | u-boot,dm-spl; | ||||
15 | }; | ||||
16 | |||||
17 | &pinctrl_usdhc3_100mhz { | ||||
18 | u-boot,dm-spl; | ||||
19 | }; | ||||
20 | |||||
21 | &pinctrl_usdhc3_200mhz { | ||||
22 | u-boot,dm-spl; | ||||
23 | }; | ||||
24 | |||||
25 | &usdhc3 { | ||||
26 | u-boot,dm-spl; | ||||
27 | }; |