Giulio Benetti | 8d9c076 | 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 | |||||
13 | &lpuart1 { /* console */ | ||||
14 | u-boot,dm-spl; | ||||
15 | }; | ||||
16 | |||||
17 | &semc { | ||||
18 | bank1: bank@0 { | ||||
19 | u-boot,dm-spl; | ||||
20 | }; | ||||
21 | }; | ||||
22 | |||||
23 | &iomuxc { | ||||
24 | u-boot,dm-spl; | ||||
25 | |||||
26 | imxrt1050-evk { | ||||
27 | u-boot,dm-spl; | ||||
28 | pinctrl_lpuart1: lpuart1grp { | ||||
29 | u-boot,dm-spl; | ||||
30 | }; | ||||
31 | |||||
32 | pinctrl_semc: semcgrp { | ||||
33 | u-boot,dm-spl; | ||||
34 | }; | ||||
35 | |||||
36 | pinctrl_usdhc0: usdhc0grp { | ||||
37 | u-boot,dm-spl; | ||||
38 | }; | ||||
39 | }; | ||||
40 | }; | ||||
41 | |||||
42 | &usdhc1 { | ||||
43 | u-boot,dm-spl; | ||||
44 | }; |