bec9e05b0966207e7ba5c1d606d25e426719df72
[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-gx-u-boot.dtsi"
8
9 / {
10         aliases {
11                 spi0 = &spifc;
12         };
13 };
14
15 &sd_emmc_c {
16         status = "okay";
17         pinctrl-0 = <&emmc_pins>;
18 };
19
20 &spifc {
21         status = "okay";
22 };