2020-05-21 10:37:33 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Device Tree Source extras for U-Boot on R-Car R8A779A0 SoC
|
|
|
|
*
|
|
|
|
* Copyright (C) 2020 Renesas Electronics Corp.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "r8a779x-u-boot.dtsi"
|
|
|
|
|
2021-04-25 21:00:21 +00:00
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
rpc: spi@ee200000 {
|
2022-03-29 12:19:09 +00:00
|
|
|
compatible = "renesas,r8a779a0-rpc-if", "renesas,rcar-gen3-rpc-if";
|
2021-04-25 21:00:21 +00:00
|
|
|
reg = <0 0xee200000 0 0x200>, <0 0x08000000 0 0x04000000>;
|
|
|
|
clocks = <&cpg CPG_MOD 629>;
|
|
|
|
bank-width = <2>;
|
|
|
|
num-cs = <1>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-05-21 10:37:33 +00:00
|
|
|
&extalr_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2020-05-21 10:37:33 +00:00
|
|
|
};
|