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 7#include "imx8mm-u-boot.dtsi" 8 9/ { 10 wdt-reboot { 11 compatible = "wdt-reboot"; 12 wdt = <&wdog1>; 13 u-boot,dm-spl; 14 }; 15}; 16 17&pinctrl_uart3 { 18 u-boot,dm-spl; 19}; 20 21&pinctrl_usdhc2_gpio { 22 u-boot,dm-spl; 23}; 24 25&pinctrl_usdhc2 { 26 u-boot,dm-spl; 27}; 28 29&pinctrl_usdhc3 { 30 u-boot,dm-spl; 31}; 32 33&gpio1 { 34 u-boot,dm-spl; 35}; 36 37&gpio2 { 38 u-boot,dm-spl; 39}; 40 41&gpio3 { 42 u-boot,dm-spl; 43}; 44 45&gpio4 { 46 u-boot,dm-spl; 47}; 48 49&gpio5 { 50 u-boot,dm-spl; 51}; 52 53&uart3 { 54 u-boot,dm-spl; 55}; 56 57&usdhc2 { 58 u-boot,dm-spl; 59}; 60 61&usdhc3 { 62 u-boot,dm-spl; 63}; 64 65&wdog1 { 66 u-boot,dm-spl; 67}; 68