blob: cec35ab621f72525e88e200c08d97e714b1f3f48 [file] [log] [blame]
Artur Rojek27347892023-10-18 16:00:59 +02001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * at91-kstr-sama5d27-u-boot.dtsi - Device Tree Include file w/ U-Boot specific
4 * properties for Conclusive KSTR-SAMA5D27 board
5 *
6 * Copyright (C) 2023 Conclusive Engineering Sp. z o. o.
7 *
8 */
9
10/ {
11 chosen {
12 bootph-all;
13 };
14};
15
16&sdmmc0 {
17 bootph-all;
18};
19
20&uart1 {
21 bootph-all;
22};
23
24&pinctrl_uart1_default {
25 bootph-all;
26};
27
28&pinctrl_macb0_phy_irq {
29 bootph-all;
30};
31
32&pinctrl_macb0_rmii {
33 bootph-all;
34};
35
36&pinctrl_sdmmc0_cmd_dat_default {
37 bootph-all;
38};
39
40&pinctrl_sdmmc0_ck_cd_default {
41 bootph-all;
42};