blob: 1336006e038cffc8d6c21491a9f0a96f34ac4468 [file] [log] [blame]
Lukasz Majewski4c414ed2019-02-13 22:46:49 +01001// 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 Glass8c103c32023-02-13 08:56:33 -07009 bootph-all;
Lukasz Majewski4c414ed2019-02-13 22:46:49 +010010 };
11};
12
13&aips0 {
Simon Glass8c103c32023-02-13 08:56:33 -070014 bootph-all;
Lukasz Majewski4c414ed2019-02-13 22:46:49 +010015};
16
17&pinctrl_ddr {
Simon Glass8c103c32023-02-13 08:56:33 -070018 bootph-all;
Lukasz Majewski4c414ed2019-02-13 22:46:49 +010019};
20
21&pinctrl_uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070022 bootph-all;
Lukasz Majewski4c414ed2019-02-13 22:46:49 +010023};
24
25&uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070026 bootph-all;
Lukasz Majewski4c414ed2019-02-13 22:46:49 +010027};