blob: 0f98c09fc527dd15ca3b2458ea7faa26f3cd5687 [file] [log] [blame]
Hai Phamd29bc872023-02-28 22:34:43 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot on R-Car R8A779F0 SoC
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
8#include "r8a779x-u-boot.dtsi"
9
10/ {
11 soc {
12 rpc: spi@ee200000 {
13 compatible = "renesas,r8a779f0-rpc-if", "renesas,rcar-gen4-rpc-if";
14 reg = <0 0xee200000 0 0x200>, <0 0x08000000 0 0x04000000>;
15 interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
16 clocks = <&cpg CPG_MOD 629>;
17 power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
18 resets = <&cpg 629>;
19 bank-width = <2>;
20 num-cs = <1>;
21 status = "disabled";
22 };
23 };
24};
25
26&extalr_clk {
27 bootph-all;
28};