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-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 #include "meson-g12-common-u-boot.dtsi"
8
9 / {
10         aliases {
11                 spi0 = &spifc;
12         };
13 };
14
15 &sd_emmc_c {
16         status = "okay";
17         pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;
18         bus-width = <4>;
19 };
20
21 &spifc {
22         status = "okay";
23 };