Jesse Taube | d68abc2 | 2022-07-26 01:43:45 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) |
2 | /* | ||||
3 | * Copyright (C) 2022 | ||||
4 | * Author(s): Jesse Taube <Mr.Bossman075@gmail.com> | ||||
5 | * Giulio Benetti <giulio.benetti@benettiengineering.com> | ||||
6 | */ | ||||
7 | |||||
8 | / { | ||||
9 | chosen { | ||||
10 | u-boot,dm-spl; | ||||
11 | }; | ||||
12 | |||||
13 | clocks { | ||||
14 | u-boot,dm-spl; | ||||
15 | }; | ||||
16 | |||||
17 | soc { | ||||
18 | u-boot,dm-spl; | ||||
19 | }; | ||||
20 | }; | ||||
21 | |||||
22 | &osc { | ||||
23 | u-boot,dm-spl; | ||||
24 | }; | ||||
25 | |||||
26 | &rcosc16M { | ||||
27 | u-boot,dm-spl; | ||||
28 | }; | ||||
29 | |||||
30 | &osc32k { | ||||
31 | u-boot,dm-spl; | ||||
32 | }; | ||||
33 | |||||
34 | &clks { | ||||
35 | u-boot,dm-spl; | ||||
36 | }; | ||||
37 | |||||
38 | &gpio1 { | ||||
39 | u-boot,dm-spl; | ||||
40 | }; | ||||
41 | |||||
42 | &gpio2 { | ||||
43 | u-boot,dm-spl; | ||||
44 | }; | ||||
45 | |||||
46 | &gpio3 { | ||||
47 | u-boot,dm-spl; | ||||
48 | }; | ||||
49 | |||||
50 | &gpio4 { | ||||
51 | u-boot,dm-spl; | ||||
52 | }; | ||||
53 | |||||
54 | &gpio5 { | ||||
55 | u-boot,dm-spl; | ||||
56 | }; | ||||
57 | |||||
58 | &gpt1 { | ||||
59 | u-boot,dm-spl; | ||||
60 | }; | ||||
61 | |||||
62 | &lpuart1 { /* console */ | ||||
63 | u-boot,dm-spl; | ||||
64 | }; | ||||
65 | |||||
66 | &semc { | ||||
67 | u-boot,dm-spl; | ||||
68 | |||||
69 | bank1: bank@0 { | ||||
70 | u-boot,dm-spl; | ||||
71 | }; | ||||
72 | }; | ||||
73 | |||||
74 | &iomuxc { | ||||
75 | u-boot,dm-spl; | ||||
76 | |||||
77 | imxrt1170-evk { | ||||
78 | u-boot,dm-spl; | ||||
79 | pinctrl_lpuart1: lpuart1grp { | ||||
80 | u-boot,dm-spl; | ||||
81 | }; | ||||
82 | |||||
83 | pinctrl_usdhc0: usdhc0grp { | ||||
84 | u-boot,dm-spl; | ||||
85 | }; | ||||
86 | pinctrl_semc: semcgrp { | ||||
87 | u-boot,dm-spl; | ||||
88 | }; | ||||
89 | }; | ||||
90 | }; | ||||
91 | |||||
92 | &usdhc1 { | ||||
93 | u-boot,dm-spl; | ||||
94 | }; |