ARM: dts: at91: sama5d27_wlsom1: add hlcdc node
[oweals/u-boot.git] / arch / arm / dts / at91-sama5d27_wlsom1_ek-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * at91-sama5d27_wlsom1_ek-u-boot.dts - Device Tree file for SAMA5D27 WLSOM1 EK
4  *
5  * Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries
6  *
7  * Author: Eugen Hristev <eugen.hristev@microchip.com>
8  */
9
10 / {
11         chosen {
12                 u-boot,dm-pre-reloc;
13         };
14 };
15
16 &hlcdc {
17         u-boot,dm-pre-reloc;
18 };
19
20 &qspi1 {
21         u-boot,dm-pre-reloc;
22 };
23
24 &qspi1_flash {
25         u-boot,dm-pre-reloc;
26 };
27
28 &sdmmc0 {
29         u-boot,dm-pre-reloc;
30 };
31
32 &uart0 {
33         u-boot,dm-pre-reloc;
34 };
35
36 &sfr {
37         u-boot,dm-pre-reloc;
38 };
39
40 &pinctrl_sdmmc0_cmd_dat_default {
41         u-boot,dm-pre-reloc;
42 };
43
44 &pinctrl_sdmmc0_ck_cd_default {
45         u-boot,dm-pre-reloc;
46 };
47
48 &pinctrl_uart0_default {
49         u-boot,dm-pre-reloc;
50 };
51
52 &pinctrl_qspi1_default {
53         u-boot,dm-pre-reloc;
54 };