Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2019 NXP |
| 4 | */ |
| 5 | |
Marcel Ziswiler | 9888e12 | 2021-10-23 01:15:12 +0200 | [diff] [blame] | 6 | #include "imx8mm-u-boot.dtsi" |
| 7 | |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 8 | / { |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 9 | firmware { |
| 10 | optee { |
| 11 | compatible = "linaro,optee-tz"; |
| 12 | method = "smc"; |
| 13 | }; |
| 14 | }; |
Marcel Ziswiler | ec7b9e8 | 2021-10-23 01:15:11 +0200 | [diff] [blame] | 15 | |
| 16 | wdt-reboot { |
| 17 | compatible = "wdt-reboot"; |
| 18 | u-boot,dm-spl; |
| 19 | wdt = <&wdog1>; |
| 20 | }; |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 21 | }; |
| 22 | |
Marcel Ziswiler | ec7b9e8 | 2021-10-23 01:15:11 +0200 | [diff] [blame] | 23 | &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} { |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 24 | u-boot,dm-spl; |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 25 | }; |
| 26 | |
Marcel Ziswiler | ec7b9e8 | 2021-10-23 01:15:11 +0200 | [diff] [blame] | 27 | &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} { |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 28 | u-boot,dm-spl; |
Ying-Chun Liu (PaulLiu) | 01600c1 | 2021-04-22 04:50:30 +0800 | [diff] [blame] | 29 | }; |
| 30 | |
Marcel Ziswiler | ec7b9e8 | 2021-10-23 01:15:11 +0200 | [diff] [blame] | 31 | &fec1 { |
| 32 | phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; |
| 33 | }; |
| 34 | |
| 35 | &gpio1 { |
| 36 | u-boot,dm-spl; |
| 37 | }; |
| 38 | |
| 39 | &gpio2 { |
| 40 | u-boot,dm-spl; |
| 41 | }; |
| 42 | |
| 43 | &gpio3 { |
| 44 | u-boot,dm-spl; |
| 45 | }; |
| 46 | |
| 47 | &gpio4 { |
| 48 | u-boot,dm-spl; |
| 49 | }; |
| 50 | |
| 51 | &gpio5 { |
| 52 | u-boot,dm-spl; |
| 53 | }; |
| 54 | |
| 55 | &i2c1 { |
| 56 | u-boot,dm-spl; |
| 57 | }; |
| 58 | |
| 59 | &i2c2 { |
| 60 | u-boot,dm-spl; |
Marcel Ziswiler | ec7b9e8 | 2021-10-23 01:15:11 +0200 | [diff] [blame] | 61 | }; |
| 62 | |
| 63 | &pinctrl_i2c2 { |
| 64 | u-boot,dm-spl; |
| 65 | }; |
| 66 | |
| 67 | &pinctrl_pmic { |
| 68 | u-boot,dm-spl; |
| 69 | }; |
| 70 | |
| 71 | &pinctrl_uart3 { |
| 72 | u-boot,dm-spl; |
| 73 | }; |
| 74 | |
| 75 | &pinctrl_usdhc2 { |
| 76 | u-boot,dm-spl; |
| 77 | }; |
| 78 | |
| 79 | &pinctrl_usdhc2_gpio { |
| 80 | u-boot,dm-spl; |
| 81 | }; |
| 82 | |
| 83 | &pinctrl_usdhc3 { |
| 84 | u-boot,dm-spl; |
| 85 | }; |
| 86 | |
Peng Fan | 83a9b28 | 2022-06-11 20:21:03 +0800 | [diff] [blame] | 87 | &pinctrl_wdog { |
| 88 | u-boot,dm-spl; |
| 89 | }; |
| 90 | |
Marcel Ziswiler | ec7b9e8 | 2021-10-23 01:15:11 +0200 | [diff] [blame] | 91 | &uart3 { |
| 92 | u-boot,dm-spl; |
| 93 | }; |
| 94 | |
| 95 | &usdhc1 { |
| 96 | u-boot,dm-spl; |
| 97 | }; |
| 98 | |
| 99 | &usdhc2 { |
| 100 | u-boot,dm-spl; |
| 101 | }; |
| 102 | |
| 103 | &usdhc3 { |
| 104 | u-boot,dm-spl; |
| 105 | }; |
| 106 | |
| 107 | &wdog1 { |
| 108 | u-boot,dm-spl; |
| 109 | }; |