// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Copyright (c) 2019 BayLibre, SAS. * Author: Neil Armstrong */ #include "meson-gxl-u-boot.dtsi" / { aliases { spi0 = &spifc; }; }; &sd_emmc_c { status = "okay"; pinctrl-0 = <&emmc_pins>; }; &spifc { status = "okay"; };