summaryrefslogtreecommitdiff
path: root/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi
blob: 24dbf8ca2cb1a60bf67ede05c5f22bd4a9296a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2020 BayLibre, SAS
 * Author: Neil Armstrong <narmstrong@baylibre.com>
 */

/ {
	aliases {
		spi0 = &spifc;
	};
};

&pcie {
	status = "okay";
};

&sd_emmc_c {
	status = "okay";
	pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;
	bus-width = <4>;
};

&spifc {
	status = "okay";
};