Mihai Sain | 87d1cac | 2023-07-24 14:35:10 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
| 2 | /* |
| 3 | * at91-sama5d29_curiosity-u-boot.dtsi - Device Tree file for SAMA5D2 SoC u-boot properties. |
| 4 | * |
| 5 | * Copyright (c) 2023, Microchip Technology Inc. and its subsidiaries |
| 6 | * |
| 7 | * Author: Mihai Sain <mihai.sain@microchip.com> |
| 8 | * |
| 9 | */ |
| 10 | |
| 11 | / { |
| 12 | chosen { |
| 13 | bootph-all; |
| 14 | }; |
| 15 | }; |
| 16 | |
| 17 | &pinctrl_qspi1_default { |
| 18 | bootph-all; |
| 19 | }; |
| 20 | |
| 21 | &pinctrl_sdmmc0_default { |
| 22 | bootph-all; |
| 23 | }; |
| 24 | |
| 25 | &pinctrl_sdmmc1_default { |
| 26 | bootph-all; |
| 27 | }; |
| 28 | |
| 29 | &hlcdc { |
| 30 | bootph-all; |
| 31 | }; |
| 32 | |
| 33 | &pioA { |
| 34 | bootph-all; |
| 35 | }; |
| 36 | |
| 37 | &qspi1 { |
| 38 | bootph-all; |
| 39 | |
| 40 | flash@0 { |
| 41 | bootph-all; |
| 42 | }; |
| 43 | }; |
| 44 | |
| 45 | &sdmmc0 { |
| 46 | bootph-all; |
| 47 | }; |
| 48 | |
| 49 | &sdmmc1 { |
| 50 | bootph-all; |
| 51 | }; |
| 52 | |
| 53 | &uart0 { |
| 54 | bootph-all; |
| 55 | }; |