1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright 2021 Gateworks Corporation 4 */ 5 6#include "imx8mm-u-boot.dtsi" 7 8/ { 9 wdt-reboot { 10 compatible = "wdt-reboot"; 11 wdt = <&wdog1>; 12 u-boot,dm-spl; 13 }; 14}; 15 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&uart2 { 37 u-boot,dm-spl; 38}; 39 40&pinctrl_uart2 { 41 u-boot,dm-spl; 42}; 43 44&usdhc3 { 45 u-boot,dm-spl; 46}; 47 48&pinctrl_usdhc3 { 49 u-boot,dm-spl; 50}; 51 52&i2c1 { 53 u-boot,dm-spl; 54}; 55 56&pinctrl_i2c1 { 57 u-boot,dm-spl; 58}; 59 60&i2c2 { 61 u-boot,dm-spl; 62}; 63 64&pinctrl_i2c2 { 65 u-boot,dm-spl; 66}; 67 68&wdog1 { 69 u-boot,dm-spl; 70}; 71