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