Patrice Chotard | 970d167 | 2023-10-27 16:43:03 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause |
2 | /* | ||||
3 | * Copyright (C) STMicroelectronics 2023 - All Rights Reserved | ||||
4 | */ | ||||
5 | |||||
6 | #include "stm32mp25-u-boot.dtsi" | ||||
7 | |||||
8 | &usart2 { | ||||
9 | bootph-all; | ||||
10 | }; | ||||
11 | |||||
12 | &usart2_pins_a { | ||||
13 | bootph-all; | ||||
14 | pins1 { | ||||
15 | bootph-all; | ||||
16 | }; | ||||
17 | pins2 { | ||||
18 | bootph-all; | ||||
19 | }; | ||||
20 | }; |