blob: b5da4fdfc3eeba7310034b1be7f103d45240779f [file] [log] [blame]
Neil Armstrong51109632020-04-20 15:44:44 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
Neil Armstrong21981c12020-04-29 09:37:55 +02007#include "meson-g12-common-u-boot.dtsi"
8
Neil Armstrong51109632020-04-20 15:44:44 +02009/ {
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};