Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
| 2 | /* |
| 3 | * Copyright 2020 Toradex |
| 4 | */ |
Jagan Teki | c1f0950 | 2021-04-26 18:23:46 +0530 | [diff] [blame] | 5 | |
| 6 | #include "imx8mm-u-boot.dtsi" |
| 7 | |
Marek Vasut | d304e7a | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 8 | / { |
| 9 | wdt-reboot { |
| 10 | compatible = "wdt-reboot"; |
| 11 | wdt = <&wdog1>; |
| 12 | u-boot,dm-spl; |
| 13 | }; |
| 14 | }; |
| 15 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 16 | &gpio1 { |
| 17 | u-boot,dm-spl; |
| 18 | }; |
| 19 | |
| 20 | &gpio2 { |
| 21 | u-boot,dm-spl; |
| 22 | }; |
| 23 | |
| 24 | &gpio3 { |
| 25 | u-boot,dm-spl; |
| 26 | }; |
| 27 | |
| 28 | &gpio4 { |
| 29 | u-boot,dm-spl; |
| 30 | }; |
| 31 | |
| 32 | &gpio5 { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &i2c1 { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 40 | &pinctrl_i2c1 { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | |
| 44 | &pinctrl_pmic { |
| 45 | u-boot,dm-spl; |
| 46 | }; |
| 47 | |
| 48 | &pinctrl_uart1 { |
| 49 | u-boot,dm-spl; |
| 50 | }; |
| 51 | |
Igor Opaniuk | 0c45a51 | 2020-02-14 14:36:43 +0200 | [diff] [blame] | 52 | &pinctrl_usdhc1 { |
| 53 | u-boot,dm-spl; |
| 54 | }; |
| 55 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 56 | &pinctrl_usdhc2 { |
| 57 | u-boot,dm-spl; |
| 58 | }; |
| 59 | |
Max Krummenacher | caafc6c | 2020-10-28 11:58:11 +0200 | [diff] [blame] | 60 | &{/soc@0/bus@30800000/i2c@30a20000/pmic} { |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 61 | u-boot,dm-spl; |
| 62 | }; |
| 63 | |
Max Krummenacher | caafc6c | 2020-10-28 11:58:11 +0200 | [diff] [blame] | 64 | &{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} { |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 65 | u-boot,dm-spl; |
| 66 | }; |
| 67 | |
| 68 | &uart1 { |
| 69 | u-boot,dm-spl; |
| 70 | }; |
| 71 | |
| 72 | &usdhc1 { |
| 73 | u-boot,dm-spl; |
| 74 | }; |
| 75 | |
| 76 | &usdhc2 { |
| 77 | u-boot,dm-spl; |
| 78 | }; |
| 79 | |
| 80 | &usdhc3 { |
| 81 | u-boot,dm-spl; |
| 82 | }; |
Marek Vasut | d304e7a | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 83 | |
| 84 | &wdog1 { |
| 85 | u-boot,dm-spl; |
| 86 | }; |