Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx
[platform/kernel/u-boot.git] / arch / arm / dts / r8a779g0-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source extras for U-Boot on R-Car R8A779G0 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,r8a779g0-rpc-if", "renesas,rcar-gen4-rpc-if";
14                         reg = <0 0xee200000 0 0x200>, <0 0x08000000 0 0x04000000>;
15                         interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
16                         clocks = <&cpg CPG_MOD 629>;
17                         power-domains = <&sysc R8A779G0_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 };