]> Git Repo - u-boot.git/blame - arch/arm/dts/r8a77965-salvator-x-u-boot.dts
ARM: board: meson: rename odroid-c2 to p200
[u-boot.git] / arch / arm / dts / r8a77965-salvator-x-u-boot.dts
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0
60299e0d
MV
2/*
3 * Device Tree Source extras for U-Boot for the M3N Salvator-XS board
4 *
5 * Copyright (C) 2018 Marek Vasut <[email protected]>
60299e0d
MV
6 */
7
8#include "r8a77965-salvator-x.dts"
9#include "r8a77965-u-boot.dtsi"
1bce3ec8 10
c49d0ac3
MV
11&vcc_sdhi0 {
12 u-boot,off-on-delay-us = <20000>;
13};
14
15&vcc_sdhi3 {
16 u-boot,off-on-delay-us = <20000>;
17};
18
1bce3ec8
MV
19&sdhi2_pins {
20 groups = "sdhi2_data8", "sdhi2_ctrl", "sdhi2_ds";
21 power-source = <1800>;
22};
23
24&sdhi2_pins_uhs {
25 groups = "sdhi2_data8", "sdhi2_ctrl", "sdhi2_ds";
26};
27
28&sdhi0 {
29 sd-uhs-sdr12;
30 sd-uhs-sdr25;
31 sd-uhs-sdr104;
32 max-frequency = <208000000>;
33 status = "okay";
34};
35
36&sdhi2 {
37 mmc-hs400-1_8v;
38 max-frequency = <200000000>;
39 status = "okay";
40};
41
42&sdhi3 {
43 sd-uhs-sdr12;
44 sd-uhs-sdr25;
45 sd-uhs-sdr104;
46 max-frequency = <208000000>;
47 status = "okay";
48};
This page took 0.127069 seconds and 4 git commands to generate.