Bernhard Messerklinger | f37594c | 2025-04-04 09:28:00 +0200 | [diff] [blame^] | 1 | // 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 | }; |