2018-06-02 01:10:18 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2018-04-26 11:31:39 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source extras for U-Boot on RCar R8A77990 SoC
|
|
|
|
*
|
|
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "r8a779x-u-boot.dtsi"
|
2018-12-03 19:17:50 +00:00
|
|
|
|
|
|
|
&soc {
|
|
|
|
rpc: rpc@0xee200000 {
|
|
|
|
compatible = "renesas,rpc-r8a77990", "renesas,rpc";
|
|
|
|
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
|
|
|
|
clocks = <&cpg CPG_MOD 917>;
|
|
|
|
bank-width = <2>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2018-12-03 21:12:47 +00:00
|
|
|
|
|
|
|
sdhi0: sd@ee100000 {
|
|
|
|
compatible = "renesas,sdhi-r8a77990";
|
|
|
|
reg = <0 0xee100000 0 0x2000>;
|
|
|
|
clocks = <&cpg CPG_MOD 314>;
|
|
|
|
max-frequency = <200000000>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi1: sd@ee120000 {
|
|
|
|
compatible = "renesas,sdhi-r8a77990";
|
|
|
|
reg = <0 0xee120000 0 0x2000>;
|
|
|
|
clocks = <&cpg CPG_MOD 313>;
|
|
|
|
max-frequency = <200000000>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi3: sd@ee160000 {
|
|
|
|
compatible = "renesas,sdhi-r8a77990";
|
|
|
|
reg = <0 0xee160000 0 0x2000>;
|
|
|
|
clocks = <&cpg CPG_MOD 311>;
|
|
|
|
max-frequency = <200000000>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2018-12-03 19:17:50 +00:00
|
|
|
};
|