mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
22 lines
336 B
Text
22 lines
336 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2020 BayLibre, SAS
|
||
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
spi0 = &spifc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&sd_emmc_c {
|
||
|
status = "okay";
|
||
|
pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;
|
||
|
bus-width = <4>;
|
||
|
};
|
||
|
|
||
|
&spifc {
|
||
|
status = "okay";
|
||
|
};
|