2019-07-29 17:59:44 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Device Tree Source extras for U-Boot on RCar R8A77980 SoC
|
|
|
|
*
|
|
|
|
* Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "r8a779x-u-boot.dtsi"
|
|
|
|
|
|
|
|
&extalr_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-07-29 17:59:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2022-03-29 12:19:07 +00:00
|
|
|
rpc: spi@ee200000 {
|
2022-03-29 12:19:09 +00:00
|
|
|
compatible = "renesas,r8a77980-rpc-if", "renesas,rcar-gen3-rpc-if";
|
2019-07-29 17:59:44 +00:00
|
|
|
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
|
|
|
|
clocks = <&cpg CPG_MOD 917>;
|
|
|
|
bank-width = <2>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|