Giulio Benetti | 6986d6b | 2020-01-10 15:51:48 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) |
| 2 | /* |
| 3 | * Copyright (C) 2019 |
| 4 | * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com> |
| 5 | */ |
| 6 | |
| 7 | / { |
| 8 | chosen { |
| 9 | u-boot,dm-spl; |
| 10 | }; |
| 11 | }; |
| 12 | |
Giulio Benetti | e4806ec | 2021-05-13 12:18:43 +0200 | [diff] [blame^] | 13 | &gpt1 { |
| 14 | u-boot,dm-spl; |
| 15 | }; |
| 16 | |
Giulio Benetti | 6986d6b | 2020-01-10 15:51:48 +0100 | [diff] [blame] | 17 | &lpuart1 { /* console */ |
| 18 | u-boot,dm-spl; |
| 19 | }; |
| 20 | |
| 21 | &semc { |
| 22 | bank1: bank@0 { |
| 23 | u-boot,dm-spl; |
| 24 | }; |
| 25 | }; |
| 26 | |
| 27 | &iomuxc { |
| 28 | u-boot,dm-spl; |
| 29 | |
| 30 | imxrt1050-evk { |
| 31 | u-boot,dm-spl; |
| 32 | pinctrl_lpuart1: lpuart1grp { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | pinctrl_semc: semcgrp { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
| 40 | pinctrl_usdhc0: usdhc0grp { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | &usdhc1 { |
| 47 | u-boot,dm-spl; |
| 48 | }; |