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/ { 8 wdt-reboot { 9 compatible = "wdt-reboot"; 10 wdt = <&wdog1>; 11 u-boot,dm-spl; 12 }; 13}; 14 15&{/soc@0} { 16 u-boot,dm-pre-reloc; 17 u-boot,dm-spl; 18}; 19 20&clk { 21 u-boot,dm-spl; 22 u-boot,dm-pre-reloc; 23 /delete-property/ assigned-clocks; 24 /delete-property/ assigned-clock-parents; 25 /delete-property/ assigned-clock-rates; 26}; 27 28&osc_24m { 29 u-boot,dm-spl; 30 u-boot,dm-pre-reloc; 31}; 32 33&aips1 { 34 u-boot,dm-spl; 35 u-boot,dm-pre-reloc; 36}; 37 38&aips2 { 39 u-boot,dm-spl; 40}; 41 42&aips3 { 43 u-boot,dm-spl; 44}; 45 46&iomuxc { 47 u-boot,dm-spl; 48}; 49 50&pinctrl_uart3 { 51 u-boot,dm-spl; 52}; 53 54&pinctrl_usdhc2_gpio { 55 u-boot,dm-spl; 56}; 57 58&pinctrl_usdhc2 { 59 u-boot,dm-spl; 60}; 61 62&pinctrl_usdhc3 { 63 u-boot,dm-spl; 64}; 65 66&gpio1 { 67 u-boot,dm-spl; 68}; 69 70&gpio2 { 71 u-boot,dm-spl; 72}; 73 74&gpio3 { 75 u-boot,dm-spl; 76}; 77 78&gpio4 { 79 u-boot,dm-spl; 80}; 81 82&gpio5 { 83 u-boot,dm-spl; 84}; 85 86&uart3 { 87 u-boot,dm-spl; 88}; 89 90&usdhc2 { 91 u-boot,dm-spl; 92}; 93 94&usdhc3 { 95 u-boot,dm-spl; 96}; 97 98&wdog1 { 99 u-boot,dm-spl; 100}; 101