]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/r8a77970-u-boot.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / dts / r8a77970-u-boot.dtsi
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0
34df58a9
MV
2/*
3 * Device Tree Source extras for U-Boot on RCar R8A77970 SoC
4 *
5 * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
34df58a9
MV
6 */
7
8#include "r8a779x-u-boot.dtsi"
9
10&extalr_clk {
8c103c33 11 bootph-all;
34df58a9 12};
8c7d9e1f 13
317d13ac
MV
14/ {
15 soc {
e17205d0 16 rpc: spi@ee200000 {
68083b89 17 compatible = "renesas,r8a77970-rpc-if", "renesas,rcar-gen3-rpc-if";
317d13ac
MV
18 reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
19 clocks = <&cpg CPG_MOD 917>;
20 bank-width = <2>;
21 status = "disabled";
22 };
8c7d9e1f
MV
23 };
24};