Lukasz Majewski | 62cef35 | 2019-10-10 16:11:28 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2019 |
| 4 | * Lukasz Majewski, DENX Software Engineering, lukma@denx.de |
| 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ or X11 |
| 7 | */ |
| 8 | |
| 9 | #include "imx6qdl-u-boot.dtsi" |
| 10 | |
| 11 | / { |
| 12 | clocks { |
| 13 | u-boot,dm-spl; |
| 14 | osc { |
| 15 | u-boot,dm-spl; |
| 16 | }; |
| 17 | }; |
| 18 | |
| 19 | wdt-reboot { |
| 20 | compatible = "wdt-reboot"; |
| 21 | wdt = <&wdog1>; |
| 22 | }; |
| 23 | }; |
| 24 | |
| 25 | &clks { |
| 26 | u-boot,dm-pre-reloc; |
| 27 | }; |
| 28 | |
| 29 | &gpio2 { |
| 30 | u-boot,dm-spl; |
| 31 | }; |
| 32 | |
| 33 | &pinctrl_uart1 { |
| 34 | u-boot,dm-spl; |
| 35 | }; |
| 36 | |
| 37 | &pinctrl_usdhc2 { |
| 38 | u-boot,dm-spl; |
| 39 | }; |
| 40 | |
| 41 | &pinctrl_usdhc4 { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &uart1 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &usdhc2 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &usdhc4 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &wdog1 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |