Peng Fan | c47e09d | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2019 NXP |
| 4 | */ |
| 5 | |
Marek Vasut | 797a19a | 2020-04-29 15:04:26 +0200 | [diff] [blame] | 6 | / { |
| 7 | wdt-reboot { |
| 8 | compatible = "wdt-reboot"; |
| 9 | wdt = <&wdog1>; |
| 10 | u-boot,dm-spl; |
| 11 | }; |
Clement Faure | a93b0d9 | 2021-03-25 17:30:33 +0800 | [diff] [blame^] | 12 | firmware { |
| 13 | optee { |
| 14 | compatible = "linaro,optee-tz"; |
| 15 | method = "smc"; |
| 16 | }; |
| 17 | }; |
Marek Vasut | 797a19a | 2020-04-29 15:04:26 +0200 | [diff] [blame] | 18 | }; |
| 19 | |
Peng Fan | c47e09d | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 20 | &{/soc@0} { |
| 21 | u-boot,dm-pre-reloc; |
| 22 | u-boot,dm-spl; |
| 23 | }; |
| 24 | |
| 25 | &clk { |
| 26 | u-boot,dm-spl; |
| 27 | u-boot,dm-pre-reloc; |
| 28 | }; |
| 29 | |
| 30 | &osc_32k { |
| 31 | u-boot,dm-spl; |
| 32 | u-boot,dm-pre-reloc; |
| 33 | }; |
| 34 | |
| 35 | &osc_24m { |
| 36 | u-boot,dm-spl; |
| 37 | u-boot,dm-pre-reloc; |
| 38 | }; |
| 39 | |
| 40 | &aips1 { |
| 41 | u-boot,dm-spl; |
| 42 | u-boot,dm-pre-reloc; |
| 43 | }; |
| 44 | |
| 45 | &aips2 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &aips3 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &iomuxc { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | ®_usdhc2_vmmc { |
Andrey Zhizhikin | cf51a55 | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 58 | u-boot,off-on-delay-us = <20000>; |
| 59 | }; |
| 60 | |
| 61 | ®_usdhc2_vmmc { |
Peng Fan | c47e09d | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &pinctrl_uart2 { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &pinctrl_usdhc2_gpio { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &pinctrl_usdhc2 { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &pinctrl_usdhc3 { |
| 78 | u-boot,dm-spl; |
| 79 | }; |
| 80 | |
| 81 | &gpio1 { |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &gpio2 { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &gpio3 { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &gpio4 { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
| 96 | |
| 97 | &gpio5 { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &uart2 { |
| 102 | u-boot,dm-spl; |
| 103 | }; |
| 104 | |
| 105 | &i2c1 { |
| 106 | u-boot,dm-spl; |
| 107 | }; |
| 108 | |
| 109 | &i2c2 { |
| 110 | u-boot,dm-spl; |
| 111 | }; |
| 112 | |
| 113 | &i2c3 { |
| 114 | u-boot,dm-spl; |
| 115 | }; |
| 116 | |
| 117 | &i2c4 { |
| 118 | u-boot,dm-spl; |
| 119 | }; |
| 120 | |
| 121 | &i2c5 { |
| 122 | u-boot,dm-spl; |
| 123 | }; |
| 124 | |
| 125 | &i2c6 { |
| 126 | u-boot,dm-spl; |
| 127 | }; |
| 128 | |
| 129 | &usdhc1 { |
| 130 | u-boot,dm-spl; |
| 131 | }; |
| 132 | |
| 133 | &usdhc2 { |
| 134 | u-boot,dm-spl; |
Andrey Zhizhikin | 9aa9598 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 135 | sd-uhs-sdr104; |
| 136 | sd-uhs-ddr50; |
Peng Fan | c47e09d | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 137 | }; |
| 138 | |
| 139 | &usdhc3 { |
| 140 | u-boot,dm-spl; |
Andrey Zhizhikin | 9aa9598 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 141 | mmc-hs400-1_8v; |
| 142 | mmc-hs400-enhanced-strobe; |
Peng Fan | c47e09d | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 143 | }; |
Marek Vasut | 797a19a | 2020-04-29 15:04:26 +0200 | [diff] [blame] | 144 | |
| 145 | &wdog1 { |
| 146 | u-boot,dm-spl; |
| 147 | }; |
Peng Fan | 4f0c97b | 2020-12-25 16:16:34 +0800 | [diff] [blame] | 148 | |
| 149 | &fec { |
| 150 | phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; |
Ye Li | d1b8206 | 2021-02-18 22:33:48 -0800 | [diff] [blame] | 151 | phy-reset-duration = <15>; |
| 152 | phy-reset-post-delay = <100>; |
Peng Fan | 4f0c97b | 2020-12-25 16:16:34 +0800 | [diff] [blame] | 153 | }; |