blob: 24dbf8ca2cb1a60bf67ede05c5f22bd4a9296a92 [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 Armstrong51109632020-04-20 15:44:44 +02007/ {
8 aliases {
9 spi0 = &spifc;
10 };
11};
12
Neil Armstrong4a892b52021-02-25 18:47:05 +010013&pcie {
14 status = "okay";
15};
16
Neil Armstrong51109632020-04-20 15:44:44 +020017&sd_emmc_c {
18 status = "okay";
19 pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;
20 bus-width = <4>;
21};
22
23&spifc {
24 status = "okay";
25};