Lukasz Majewski | c250b37 | 2019-02-13 22:46:49 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright 2019 | ||||
4 | * Lukasz Majewski, DENX Software Engineering, lukma@denx.de | ||||
5 | */ | ||||
6 | |||||
7 | / { | ||||
8 | soc { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 9 | bootph-all; |
Lukasz Majewski | c250b37 | 2019-02-13 22:46:49 +0100 | [diff] [blame] | 10 | }; |
11 | }; | ||||
12 | |||||
13 | &aips0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 14 | bootph-all; |
Lukasz Majewski | c250b37 | 2019-02-13 22:46:49 +0100 | [diff] [blame] | 15 | }; |
16 | |||||
17 | &pinctrl_ddr { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 18 | bootph-all; |
Lukasz Majewski | c250b37 | 2019-02-13 22:46:49 +0100 | [diff] [blame] | 19 | }; |
20 | |||||
21 | &pinctrl_uart1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-all; |
Lukasz Majewski | c250b37 | 2019-02-13 22:46:49 +0100 | [diff] [blame] | 23 | }; |
24 | |||||
25 | &uart1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 26 | bootph-all; |
Lukasz Majewski | c250b37 | 2019-02-13 22:46:49 +0100 | [diff] [blame] | 27 | }; |