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