blob: d718aae16ca5b308a124d5d1911cc54724344782 [file] [log] [blame]
Marek Vasutc3761602024-04-28 00:20:38 +02001// 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};