Jagan Teki | 4959400 | 2021-04-26 18:23:49 +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-icore-mx8mm-u-boot.dtsi" | ||||
8 | |||||
9 | &gpio1 { | ||||
10 | u-boot,dm-spl; | ||||
11 | }; | ||||
12 | |||||
13 | &pinctrl_uart2 { | ||||
14 | u-boot,dm-spl; | ||||
15 | }; | ||||
16 | |||||
17 | &pinctrl_usdhc1_gpio { | ||||
18 | u-boot,dm-spl; | ||||
19 | }; | ||||
20 | |||||
21 | &pinctrl_usdhc1 { | ||||
22 | u-boot,dm-spl; | ||||
23 | }; | ||||
24 | |||||
25 | &uart2 { | ||||
26 | u-boot,dm-spl; | ||||
27 | }; | ||||
28 | |||||
29 | &usdhc1 { | ||||
30 | u-boot,dm-spl; | ||||
31 | }; |