Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / r8a77990-ebisu-u-boot.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source extras for U-Boot for the Ebisu board
4  *
5  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6  */
7
8 #include "r8a77990-ebisu.dts"
9 #include "r8a77990-u-boot.dtsi"
10
11 &pfc {
12         pinctrl-0 = <&scif_clk_pins>;
13         pinctrl-names = "default";
14
15         scif_clk_pins: scif_clk {
16                 groups = "scif_clk_a";
17                 function = "scif_clk";
18         };
19 };
20
21 &rpc {
22         reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
23         status = "okay";
24 };
25
26 &sdhi0 {
27         sd-uhs-sdr12;
28         sd-uhs-sdr25;
29         max-frequency = <208000000>;
30 };
31
32 &sdhi1 {
33         sd-uhs-sdr12;
34         sd-uhs-sdr25;
35         max-frequency = <208000000>;
36 };
37
38 &vcc_sdhi0 {
39         u-boot,off-on-delay-us = <20000>;
40 };
41
42 &vcc_sdhi1 {
43         u-boot,off-on-delay-us = <20000>;
44 };