blob: 82543927629dc5a8450eb641515bd6b61c96ada8 (
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
43
44
45
46
47
48
49
50
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* at91-sama5d27_wlsom1_ek-u-boot.dts - Device Tree file for SAMA5D27 WLSOM1 EK
*
* Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries
*
* Author: Eugen Hristev <eugen.hristev@microchip.com>
*/
/ {
chosen {
bootph-all;
};
};
&hlcdc {
bootph-all;
};
&qspi1 {
bootph-all;
};
&qspi1_flash {
bootph-all;
};
&sdmmc0 {
bootph-all;
};
&uart0 {
bootph-all;
};
&sfr {
bootph-all;
};
&pinctrl_sdmmc0_default {
bootph-all;
};
&pinctrl_uart0_default {
bootph-all;
};
&pinctrl_qspi1_default {
bootph-all;
};
|