1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source extras for U-Boot on R-Car R8A779A0 SoC 4 * 5 * Copyright (C) 2020 Renesas Electronics Corp. 6 */ 7 8#include "r8a779x-u-boot.dtsi" 9 10/ { 11 soc { 12 rpc: spi@ee200000 { 13 compatible = "renesas,rpc-r8a779a0", "renesas,rcar-gen3-rpc"; 14 reg = <0 0xee200000 0 0x200>, <0 0x08000000 0 0x04000000>; 15 clocks = <&cpg CPG_MOD 629>; 16 bank-width = <2>; 17 num-cs = <1>; 18 status = "disabled"; 19 }; 20 }; 21}; 22 23&extalr_clk { 24 u-boot,dm-pre-reloc; 25}; 26