blob: 798761c98a8565465b3b570dfdff6d13b0f9fba9 [file] [log] [blame]
Mihai Sain87d1cac2023-07-24 14:35:10 +03001// 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};