blob: 7aecf2696bd4cd2fc07da98553c371f9c3cc15a3 [file] [log] [blame]
Maxime Jourdan671b1db2018-07-26 11:21:39 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
Neil Armstrong3678a5f2020-05-28 15:47:27 +02007#include "meson-gxl-u-boot.dtsi"
Neil Armstrongb3195072020-04-20 15:44:42 +02008
9/ {
10 aliases {
11 spi0 = &spifc;
12 };
13};
14
Neil Armstrong3678a5f2020-05-28 15:47:27 +020015&dwc2 {
16 status = "okay";
17};
18
Neil Armstrongb3195072020-04-20 15:44:42 +020019&sd_emmc_c {
20 status = "okay";
21 pinctrl-0 = <&emmc_pins>;
22};
23
24&spifc {
25 status = "okay";
26};