]> Git Repo - u-boot.git/blob - dts/upstream/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso
Subtree merge tag 'v6.11-dts' of dts repo [1] into dts/upstream
[u-boot.git] / dts / upstream / src / arm64 / mediatek / mt7986a-bananapi-bpi-r3-emmc.dtso
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /*
3  * Copyright (C) 2021 MediaTek Inc.
4  * Author: Sam.Shih <[email protected]>
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 };
This page took 0.025095 seconds and 4 git commands to generate.