Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / r8a77950-ulcb-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 "r8a77950-ulcb.dts"
9 #include "r8a77950-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 &rpc {
23         reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
24         status = "okay";
25 };
26
27 &sdhi0 {
28         sd-uhs-sdr12;
29         sd-uhs-sdr25;
30         sd-uhs-sdr104;
31         max-frequency = <208000000>;
32 };
33
34 &sdhi2 {
35         mmc-ddr-1_8v;
36         mmc-hs200-1_8v;
37         mmc-hs400-1_8v;
38         max-frequency = <200000000>;
39 };
40
41 &vcc_sdhi0 {
42         u-boot,off-on-delay-us = <20000>;
43 };