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