1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright (C) 2021 MediaTek Inc. 4 * Author: Sam.Shih <sam.shih@mediatek.com> 5 */ 6 7 /dts-v1/; 8 /plugin/; 9 10 / { 11 compatible = "bananapi,bpi-r3", "mediatek,mt7986a"; 12 }; 13 14 &{/soc/mmc@11230000} { 15 bus-width = <8>; 16 max-frequency = <200000000>; 17 cap-mmc-highspeed; 18 mmc-hs200-1_8v; 19 mmc-hs400-1_8v; 20 hs400-ds-delay = <0x14014>; 21 non-removable; 22 no-sd; 23 no-sdio; 24 status = "okay"; 25 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.