Marek Vasut | c376160 | 2024-04-28 00:20:38 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) |
2 | /* | ||||
3 | * Copyright (C) 2024 Marek Vasut <marex@denx.de> | ||||
4 | */ | ||||
5 | |||||
6 | #include "stm32mp13xx-dhcor-u-boot.dtsi" | ||||
7 | |||||
8 | &uart4 { | ||||
9 | bootph-all; | ||||
10 | }; | ||||
11 | |||||
12 | &uart4_pins_b { | ||||
13 | bootph-all; | ||||
14 | |||||
15 | pins1 { | ||||
16 | bootph-all; | ||||
17 | }; | ||||
18 | pins2 { | ||||
19 | bootph-all; | ||||
20 | }; | ||||
21 | }; | ||||
22 | |||||
23 | &usbphyc { | ||||
24 | bootph-all; | ||||
25 | }; |