mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
21 lines
352 B
Text
21 lines
352 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2020 BayLibre, SAS.
|
||
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||
|
*/
|
||
|
|
||
|
#include "meson-g12-common-u-boot.dtsi"
|
||
|
|
||
|
&sd_emmc_a {
|
||
|
compatible = "amlogic,meson-sm1-mmc";
|
||
|
};
|
||
|
|
||
|
&sd_emmc_b {
|
||
|
compatible = "amlogic,meson-sm1-mmc";
|
||
|
};
|
||
|
|
||
|
&sd_emmc_c {
|
||
|
compatible = "amlogic,meson-sm1-mmc";
|
||
|
};
|
||
|
|