blob: 1bfd5f27a7e67fc525209ce3a92827cb412a3502 [file] [log] [blame]
Bernhard Messerklingerf37594c2025-04-04 09:28:00 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2024 B&R Industrial Automation GmbH
4 */
5
6#include "zynq-binman-brcp1.dtsi"
7
8&i2c0 {
9 bootph-all;
10};
11
12&uart0 {
13 bootph-all;
14};
15
16&qspi {
17 bootph-all;
18};
19
20&spi_flash {
21 bootph-all;
22};
23
24&gpio0 {
25 bootph-all;
26};
27
28&brd_rst {
29 bootph-all;
30};
31
32&rs232_en {
33 bootph-all;
34};