aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi')
-rw-r--r--roms/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi b/roms/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
new file mode 100644
index 000000000..c1763336c
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi
@@ -0,0 +1,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";
+};