blob: 04d7d9e522d518ae373c3b23db150d4de27bc5dc [file] [log] [blame]
Mihai Sain2cd2ff02024-02-27 15:44:01 +02001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * at91-sama7g54_curiosity-u-boot.dtsi - Device Tree file for SAMA7G5 SoC u-boot properties.
4 *
5 * Copyright (C) 2024 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&main_rc {
18 bootph-all;
19};
20
21&main_xtal {
22 bootph-all;
23};
24
25&pioA {
26 bootph-all;
27};
28
29&pinctrl_flx3_default {
30 bootph-all;
31};
32
33&pinctrl_sdmmc1_default {
34 bootph-all;
35};
36
37&pit64b0 {
38 bootph-all;
39};
40
41&pmc {
42 bootph-all;
43};
44
45&sdmmc1 {
46 bootph-all;
47};
48
49&slow_rc_osc {
50 bootph-all;
51};
52
53&slow_xtal {
54 bootph-all;
55};
56
57&uart3 {
58 bootph-all;
59};