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; |
Peng Fan | 4e805c1 | 2021-03-19 15:57:08 +0800 | [diff] [blame^] | 22 | /delete-property/ assigned-clocks; |
| 23 | /delete-property/ assigned-clock-parents; |
| 24 | /delete-property/ assigned-clock-rates; |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 25 | }; |
| 26 | |
| 27 | &osc_24m { |
| 28 | u-boot,dm-spl; |
| 29 | u-boot,dm-pre-reloc; |
| 30 | }; |
| 31 | |
| 32 | &aips1 { |
| 33 | u-boot,dm-spl; |
| 34 | u-boot,dm-pre-reloc; |
| 35 | }; |
| 36 | |
| 37 | &aips2 { |
| 38 | u-boot,dm-spl; |
| 39 | }; |
| 40 | |
| 41 | &aips3 { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &iomuxc { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &pinctrl_reg_usdhc2_vmmc { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
Andrey Zhizhikin | 247bbeb | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 53 | ®_usdhc2_vmmc { |
| 54 | u-boot,off-on-delay-us = <20000>; |
| 55 | }; |
| 56 | |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 57 | &pinctrl_uart2 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &pinctrl_usdhc2_gpio { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &pinctrl_usdhc2 { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &pinctrl_usdhc3 { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &gpio1 { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &gpio2 { |
| 78 | u-boot,dm-spl; |
| 79 | }; |
| 80 | |
| 81 | &gpio3 { |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &gpio4 { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &gpio5 { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &uart2 { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
| 96 | |
| 97 | &usdhc1 { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &usdhc2 { |
| 102 | u-boot,dm-spl; |
Andrey Zhizhikin | 50b1a69 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 103 | sd-uhs-sdr104; |
| 104 | sd-uhs-ddr50; |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 105 | }; |
| 106 | |
| 107 | &usdhc3 { |
| 108 | u-boot,dm-spl; |
Andrey Zhizhikin | 50b1a69 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 109 | mmc-hs400-1_8v; |
| 110 | mmc-hs400-enhanced-strobe; |
Peng Fan | d239d9d | 2019-09-16 03:09:55 +0000 | [diff] [blame] | 111 | }; |
Marek Vasut | 2455f91 | 2020-04-29 15:04:25 +0200 | [diff] [blame] | 112 | |
| 113 | &wdog1 { |
| 114 | u-boot,dm-spl; |
| 115 | }; |