Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / meson-gxm-khadas-vim2-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2019 BayLibre, SAS.
4  * Author: Neil Armstrong <narmstrong@baylibre.com>
5  */
6
7 #include "meson-gxl-u-boot.dtsi"
8
9 / {
10         aliases {
11                 spi0 = &spifc;
12         };
13 };
14
15 &dwc2 {
16         status = "okay";
17 };
18
19 &sd_emmc_c {
20         status = "okay";
21         pinctrl-0 = <&emmc_pins>;
22 };
23
24 &spifc {
25         status = "okay";
26 };