Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / meson-khadas-vim3-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2020 BayLibre, SAS
4  * Author: Neil Armstrong <narmstrong@baylibre.com>
5  */
6
7 / {
8         aliases {
9                 spi0 = &spifc;
10         };
11 };
12
13 &sd_emmc_c {
14         status = "okay";
15         pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;
16         bus-width = <4>;
17 };
18
19 &spifc {
20         status = "okay";
21 };