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

#include "meson-gxl-u-boot.dtsi"

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

&sd_emmc_c {
	status = "okay";
	pinctrl-0 = <&emmc_pins>;
};

&spifc {
	status = "okay";
};