mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
9 lines
179 B
Text
9 lines
179 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
||
|
*/
|
||
|
|
||
|
&sdmmc {
|
||
|
pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
|
||
|
};
|