Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2019 NXP |
| 4 | */ |
| 5 | |
Marek Vasut | 2455f91 | 2020-04-29 15:04:25 +0200 | [diff] [blame] | 6 | / { |
| 7 | wdt-reboot { |
| 8 | compatible = "wdt-reboot"; |
| 9 | wdt = <&wdog1>; |
| 10 | u-boot,dm-spl; |
| 11 | }; |
| 12 | }; |
| 13 | |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 14 | &{/soc@0} { |
| 15 | u-boot,dm-pre-reloc; |
| 16 | u-boot,dm-spl; |
| 17 | }; |
| 18 | |
| 19 | &clk { |
| 20 | u-boot,dm-spl; |
| 21 | u-boot,dm-pre-reloc; |
| 22 | }; |
| 23 | |
| 24 | &osc_24m { |
| 25 | u-boot,dm-spl; |
| 26 | u-boot,dm-pre-reloc; |
| 27 | }; |
| 28 | |
| 29 | &aips1 { |
| 30 | u-boot,dm-spl; |
| 31 | u-boot,dm-pre-reloc; |
| 32 | }; |
| 33 | |
| 34 | &aips2 { |
| 35 | u-boot,dm-spl; |
| 36 | }; |
| 37 | |
| 38 | &aips3 { |
| 39 | u-boot,dm-spl; |
| 40 | }; |
| 41 | |
| 42 | &iomuxc { |
| 43 | u-boot,dm-spl; |
| 44 | }; |
| 45 | |
| 46 | &pinctrl_reg_usdhc2_vmmc { |
| 47 | u-boot,dm-spl; |
| 48 | }; |
| 49 | |
Andrey Zhizhikin | 247bbeb | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 50 | ®_usdhc2_vmmc { |
| 51 | u-boot,off-on-delay-us = <20000>; |
| 52 | }; |
| 53 | |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 54 | &pinctrl_uart2 { |
| 55 | u-boot,dm-spl; |
| 56 | }; |
| 57 | |
| 58 | &pinctrl_usdhc2_gpio { |
| 59 | u-boot,dm-spl; |
| 60 | }; |
| 61 | |
| 62 | &pinctrl_usdhc2 { |
| 63 | u-boot,dm-spl; |
| 64 | }; |
| 65 | |
| 66 | &pinctrl_usdhc3 { |
| 67 | u-boot,dm-spl; |
| 68 | }; |
| 69 | |
| 70 | &gpio1 { |
| 71 | u-boot,dm-spl; |
| 72 | }; |
| 73 | |
| 74 | &gpio2 { |
| 75 | u-boot,dm-spl; |
| 76 | }; |
| 77 | |
| 78 | &gpio3 { |
| 79 | u-boot,dm-spl; |
| 80 | }; |
| 81 | |
| 82 | &gpio4 { |
| 83 | u-boot,dm-spl; |
| 84 | }; |
| 85 | |
| 86 | &gpio5 { |
| 87 | u-boot,dm-spl; |
| 88 | }; |
| 89 | |
| 90 | &uart2 { |
| 91 | u-boot,dm-spl; |
| 92 | }; |
| 93 | |
| 94 | &usdhc1 { |
| 95 | u-boot,dm-spl; |
| 96 | }; |
| 97 | |
| 98 | &usdhc2 { |
| 99 | u-boot,dm-spl; |
Andrey Zhizhikin | 50b1a69 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 100 | sd-uhs-sdr104; |
| 101 | sd-uhs-ddr50; |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 102 | }; |
| 103 | |
| 104 | &usdhc3 { |
| 105 | u-boot,dm-spl; |
Andrey Zhizhikin | 50b1a69 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 106 | mmc-hs400-1_8v; |
| 107 | mmc-hs400-enhanced-strobe; |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 108 | }; |
Marek Vasut | 2455f91 | 2020-04-29 15:04:25 +0200 | [diff] [blame] | 109 | |
| 110 | &wdog1 { |
| 111 | u-boot,dm-spl; |
| 112 | }; |