1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2019 BayLibre, SAS. 4 * Author: Neil Armstrong <narmstrong@baylibre.com> 5 */ 6 7#include "meson-gxl-u-boot.dtsi" 8 9/ { 10 aliases { 11 spi0 = &spifc; 12 }; 13}; 14 15&sd_emmc_c { 16 status = "okay"; 17 pinctrl-0 = <&emmc_pins>; 18}; 19 20&spifc { 21 status = "okay"; 22}; 23