Ye Li | f3c8abb | 2025-04-28 18:37:43 +0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright 2025 NXP | ||||
4 | */ | ||||
5 | |||||
6 | #include "imx95-u-boot.dtsi" | ||||
7 | |||||
8 | &lpuart1 { | ||||
9 | bootph-pre-ram; | ||||
10 | }; | ||||
11 | |||||
12 | ®_usdhc2_vmmc { | ||||
13 | bootph-pre-ram; | ||||
14 | }; | ||||
15 | |||||
16 | &usdhc1 { | ||||
17 | bootph-pre-ram; | ||||
18 | }; | ||||
19 | |||||
20 | &usdhc2 { | ||||
21 | bootph-pre-ram; | ||||
22 | }; | ||||
23 | |||||
24 | &wdog3 { | ||||
25 | status = "disabled"; | ||||
26 | }; | ||||
27 | |||||
28 | &pinctrl_uart1 { | ||||
29 | bootph-pre-ram; | ||||
30 | }; | ||||
31 | |||||
32 | &pinctrl_usdhc1 { | ||||
33 | bootph-pre-ram; | ||||
34 | }; | ||||
35 | |||||
36 | &pinctrl_usdhc1_100mhz { | ||||
37 | bootph-pre-ram; | ||||
38 | }; | ||||
39 | |||||
40 | &pinctrl_usdhc1_200mhz { | ||||
41 | bootph-pre-ram; | ||||
42 | }; | ||||
43 | |||||
44 | &pinctrl_usdhc2 { | ||||
45 | bootph-pre-ram; | ||||
46 | }; | ||||
47 | |||||
48 | &pinctrl_usdhc2_100mhz { | ||||
49 | bootph-pre-ram; | ||||
50 | }; | ||||
51 | |||||
52 | &pinctrl_usdhc2_200mhz { | ||||
53 | bootph-pre-ram; | ||||
54 | }; | ||||
55 | |||||
56 | &pinctrl_usdhc2_gpio { | ||||
57 | bootph-pre-ram; | ||||
58 | }; | ||||
59 | |||||
60 | &pinctrl_reg_usdhc2_vmmc { | ||||
61 | bootph-pre-ram; | ||||
62 | }; |