Andrey Zhizhikin | 247bbeb | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
2 | |||||
Peng Fan | c1ecd03 | 2021-10-22 10:42:16 +0800 | [diff] [blame] | 3 | #include "imx8mq-u-boot.dtsi" |
4 | |||||
Peng Fan | e3b330e | 2022-04-15 12:35:36 +0800 | [diff] [blame] | 5 | &pinctrl_uart1 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 6 | bootph-pre-ram; |
Peng Fan | e3b330e | 2022-04-15 12:35:36 +0800 | [diff] [blame] | 7 | }; |
8 | |||||
Andrey Zhizhikin | 50b1a69 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 9 | &usdhc1 { |
10 | mmc-hs400-1_8v; | ||||
11 | }; | ||||
12 | |||||
13 | &usdhc2 { | ||||
14 | sd-uhs-sdr104; | ||||
15 | sd-uhs-ddr50; | ||||
16 | }; | ||||
Peng Fan | e3b330e | 2022-04-15 12:35:36 +0800 | [diff] [blame] | 17 | |
18 | &uart1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 19 | bootph-pre-ram; |
Peng Fan | e3b330e | 2022-04-15 12:35:36 +0800 | [diff] [blame] | 20 | }; |