1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot on R-Car R8A77970 SoC
4 *
5 * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6 */
7
8/ {
9	soc {
10		rpc: spi@ee200000 {
11			compatible = "renesas,r8a77970-rpc-if", "renesas,rcar-gen3-rpc-if";
12			reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
13			clocks = <&cpg CPG_MOD 917>;
14			bank-width = <2>;
15			status = "disabled";
16		};
17	};
18};
19