summaryrefslogtreecommitdiff
path: root/arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi
blob: cec35ab621f72525e88e200c08d97e714b1f3f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
 * at91-kstr-sama5d27-u-boot.dtsi - Device Tree Include file w/ U-Boot specific
 * properties for Conclusive KSTR-SAMA5D27 board
 *
 *  Copyright (C) 2023 Conclusive Engineering Sp. z o. o.
 *
 */

/ {
	chosen {
		bootph-all;
	};
};

&sdmmc0 {
	bootph-all;
};

&uart1 {
	bootph-all;
};

&pinctrl_uart1_default {
	bootph-all;
};

&pinctrl_macb0_phy_irq {
	bootph-all;
};

&pinctrl_macb0_rmii {
	bootph-all;
};

&pinctrl_sdmmc0_cmd_dat_default {
	bootph-all;
};

&pinctrl_sdmmc0_ck_cd_default {
	bootph-all;
};