Merge branch 'migrate-various-PHY-options'
[oweals/u-boot.git] / arch / arm / dts / r8a77965-m3nulcb-u-boot.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source extras for U-Boot for the ULCB board
4  *
5  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6  */
7
8 #include "r8a77965-m3nulcb.dts"
9 #include "r8a77965-u-boot.dtsi"
10
11 / {
12         cpld {
13                 compatible = "renesas,ulcb-cpld";
14                 status = "okay";
15                 gpio-sck = <&gpio6 8 0>;
16                 gpio-mosi = <&gpio6 7 0>;
17                 gpio-miso = <&gpio6 10 0>;
18                 gpio-sstbz = <&gpio2 3 0>;
19         };
20 };
21
22 &sdhi0 {
23         sd-uhs-sdr12;
24         sd-uhs-sdr25;
25         sd-uhs-sdr104;
26         max-frequency = <208000000>;
27         status = "okay";
28 };
29
30 &sdhi2 {
31         mmc-hs400-1_8v;
32         max-frequency = <200000000>;
33         status = "okay";
34 };
35
36 &vcc_sdhi0 {
37         u-boot,off-on-delay-us = <20000>;
38 };