Andrey Zhizhikin | cf51a55 | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
2 | |||||
Peng Fan | 4af36d9 | 2021-10-22 10:42:17 +0800 | [diff] [blame] | 3 | #include "imx8mq-u-boot.dtsi" |
4 | |||||
Andrey Zhizhikin | cf51a55 | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 5 | ®_usdhc2_vmmc { |
6 | u-boot,off-on-delay-us = <20000>; | ||||
7 | }; | ||||
Peng Fan | 741d1ae | 2022-05-05 15:43:41 +0800 | [diff] [blame] | 8 | |
9 | &uart1 { | ||||
10 | u-boot,dm-spl; | ||||
11 | }; | ||||
12 | |||||
13 | &pinctrl_uart1 { | ||||
14 | u-boot,dm-spl; | ||||
15 | }; |