2019-02-13 21:46:49 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright 2019
|
|
|
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-02-13 21:46:49 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&aips0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-02-13 21:46:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_ddr {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-02-13 21:46:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-02-13 21:46:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-02-13 21:46:49 +00:00
|
|
|
};
|