Igor Opaniuk | 309e65b | 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 | 73d5118 | 2021-04-26 18:23:46 +0530 | [diff] [blame] | 5 | |
| 6 | #include "imx8mm-u-boot.dtsi" |
| 7 | |
Marek Vasut | 0438868 | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 8 | / { |
Marcel Ziswiler | 0816dee | 2021-10-09 22:41:05 +0200 | [diff] [blame] | 9 | firmware { |
| 10 | optee { |
| 11 | compatible = "linaro,optee-tz"; |
| 12 | method = "smc"; |
| 13 | }; |
| 14 | }; |
| 15 | |
Marek Vasut | 0438868 | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 16 | wdt-reboot { |
| 17 | compatible = "wdt-reboot"; |
Marek Vasut | 0438868 | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 18 | u-boot,dm-spl; |
Marcel Ziswiler | 4885b2d | 2021-10-09 22:41:06 +0200 | [diff] [blame^] | 19 | wdt = <&wdog1>; |
Marek Vasut | 0438868 | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 20 | }; |
| 21 | }; |
| 22 | |
Marcel Ziswiler | 4885b2d | 2021-10-09 22:41:06 +0200 | [diff] [blame^] | 23 | &{/soc@0/bus@30800000/i2c@30a20000/pmic} { |
| 24 | u-boot,dm-spl; |
| 25 | }; |
| 26 | |
| 27 | &{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} { |
| 28 | u-boot,dm-spl; |
| 29 | }; |
| 30 | |
Igor Opaniuk | 309e65b | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 31 | &gpio1 { |
| 32 | u-boot,dm-spl; |
| 33 | }; |
| 34 | |
| 35 | &gpio2 { |
| 36 | u-boot,dm-spl; |
| 37 | }; |
| 38 | |
| 39 | &gpio3 { |
| 40 | u-boot,dm-spl; |
| 41 | }; |
| 42 | |
| 43 | &gpio4 { |
| 44 | u-boot,dm-spl; |
| 45 | }; |
| 46 | |
| 47 | &gpio5 { |
| 48 | u-boot,dm-spl; |
| 49 | }; |
| 50 | |
| 51 | &i2c1 { |
| 52 | u-boot,dm-spl; |
| 53 | }; |
| 54 | |
Igor Opaniuk | 309e65b | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 55 | &pinctrl_i2c1 { |
| 56 | u-boot,dm-spl; |
| 57 | }; |
| 58 | |
| 59 | &pinctrl_pmic { |
| 60 | u-boot,dm-spl; |
| 61 | }; |
| 62 | |
| 63 | &pinctrl_uart1 { |
| 64 | u-boot,dm-spl; |
| 65 | }; |
| 66 | |
Igor Opaniuk | 8d45939 | 2020-02-14 14:36:43 +0200 | [diff] [blame] | 67 | &pinctrl_usdhc1 { |
| 68 | u-boot,dm-spl; |
| 69 | }; |
| 70 | |
Igor Opaniuk | 309e65b | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 71 | &pinctrl_usdhc2 { |
| 72 | u-boot,dm-spl; |
| 73 | }; |
| 74 | |
Igor Opaniuk | 309e65b | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 75 | &uart1 { |
| 76 | u-boot,dm-spl; |
| 77 | }; |
| 78 | |
| 79 | &usdhc1 { |
| 80 | u-boot,dm-spl; |
| 81 | }; |
| 82 | |
| 83 | &usdhc2 { |
| 84 | u-boot,dm-spl; |
| 85 | }; |
| 86 | |
| 87 | &usdhc3 { |
| 88 | u-boot,dm-spl; |
| 89 | }; |
Marek Vasut | 0438868 | 2020-04-29 15:04:27 +0200 | [diff] [blame] | 90 | |
| 91 | &wdog1 { |
| 92 | u-boot,dm-spl; |
| 93 | }; |