blob: 9f2772a948581c011a56d08e60a9cb725d18c1d8 [file] [log] [blame]
Hai Phamb35fc0d2020-05-21 17:37:33 +07001// 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
Marek Vasutae3c0d42021-04-25 23:00:21 +020010/ {
11 soc {
12 rpc: spi@ee200000 {
Geert Uytterhoeven68083b82022-03-29 14:19:09 +020013 compatible = "renesas,r8a779a0-rpc-if", "renesas,rcar-gen3-rpc-if";
Marek Vasutae3c0d42021-04-25 23:00:21 +020014 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
Hai Phamb35fc0d2020-05-21 17:37:33 +070023&extalr_clk {
24 u-boot,dm-pre-reloc;
25};