]>
Commit | Line | Data |
---|---|---|
4c414ed3 LM |
1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | |
3 | * Copyright 2019 | |
4 | * Lukasz Majewski, DENX Software Engineering, [email protected] | |
5 | */ | |
6 | ||
7 | / { | |
8 | soc { | |
8c103c33 | 9 | bootph-all; |
4c414ed3 LM |
10 | }; |
11 | }; | |
12 | ||
13 | &aips0 { | |
8c103c33 | 14 | bootph-all; |
4c414ed3 LM |
15 | }; |
16 | ||
17 | &pinctrl_ddr { | |
8c103c33 | 18 | bootph-all; |
4c414ed3 LM |
19 | }; |
20 | ||
21 | &pinctrl_uart1 { | |
8c103c33 | 22 | bootph-all; |
4c414ed3 LM |
23 | }; |
24 | ||
25 | &uart1 { | |
8c103c33 | 26 | bootph-all; |
4c414ed3 | 27 | }; |