Teresa Remmet | c661c51 | 2021-01-13 16:28:09 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | /* |
| 3 | * Copyright (C) 2020 PHYTEC Messtechnik GmbH |
| 4 | * Author: Teresa Remmet <t.remmet@phytec.de> |
| 5 | */ |
| 6 | |
Teresa Remmet | dafb164 | 2021-07-07 12:57:57 +0000 | [diff] [blame^] | 7 | #include "imx8mp-u-boot.dtsi" |
| 8 | |
Teresa Remmet | c661c51 | 2021-01-13 16:28:09 +0100 | [diff] [blame] | 9 | / { |
| 10 | wdt-reboot { |
| 11 | compatible = "wdt-reboot"; |
| 12 | wdt = <&wdog1>; |
| 13 | u-boot,dm-spl; |
| 14 | }; |
| 15 | }; |
| 16 | |
Teresa Remmet | c661c51 | 2021-01-13 16:28:09 +0100 | [diff] [blame] | 17 | ®_usdhc2_vmmc { |
| 18 | u-boot,dm-spl; |
| 19 | }; |
| 20 | |
| 21 | &pinctrl_uart2 { |
| 22 | u-boot,dm-spl; |
| 23 | }; |
| 24 | |
| 25 | &pinctrl_usdhc2_pins { |
| 26 | u-boot,dm-spl; |
| 27 | }; |
| 28 | |
| 29 | &pinctrl_usdhc2 { |
| 30 | u-boot,dm-spl; |
| 31 | }; |
| 32 | |
| 33 | &pinctrl_usdhc3 { |
| 34 | u-boot,dm-spl; |
| 35 | }; |
| 36 | |
| 37 | &gpio1 { |
| 38 | u-boot,dm-spl; |
| 39 | }; |
| 40 | |
| 41 | &gpio2 { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &gpio3 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &gpio4 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &gpio5 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &uart2 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &i2c1 { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &pmic { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &usdhc2 { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &usdhc3 { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &wdog1 { |
| 78 | u-boot,dm-spl; |
| 79 | }; |