blob: 83dbe3f20ef06824fdf9a37846b7f33369218437 [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 {
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
Hai Phamb35fc0d2020-05-21 17:37:33 +070023&extalr_clk {
24 u-boot,dm-pre-reloc;
25};