r8a77990.dtsi (1ada85b6201dfaf0c5b40ceaa31789d8605b086f) r8a77990.dtsi (453802c463abd003a7c38ffbc90b67ba162335b6)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car E3 (R8A77990) SoC
4 *
5 * Copyright (C) 2018-2019 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a77990-cpg-mssr.h>

--- 1178 unchanged lines hidden (view full) ---

1187 };
1188
1189 msiof1: spi@e6ea0000 {
1190 compatible = "renesas,msiof-r8a77990",
1191 "renesas,rcar-gen3-msiof";
1192 reg = <0 0xe6ea0000 0 0x0064>;
1193 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
1194 clocks = <&cpg CPG_MOD 210>;
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car E3 (R8A77990) SoC
4 *
5 * Copyright (C) 2018-2019 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a77990-cpg-mssr.h>

--- 1178 unchanged lines hidden (view full) ---

1187 };
1188
1189 msiof1: spi@e6ea0000 {
1190 compatible = "renesas,msiof-r8a77990",
1191 "renesas,rcar-gen3-msiof";
1192 reg = <0 0xe6ea0000 0 0x0064>;
1193 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
1194 clocks = <&cpg CPG_MOD 210>;
1195 dmas = <&dmac1 0x43>, <&dmac1 0x42>,
1196 <&dmac2 0x43>, <&dmac2 0x42>;
1197 dma-names = "tx", "rx", "tx", "rx";
1195 dmas = <&dmac0 0x43>, <&dmac0 0x42>;
1196 dma-names = "tx", "rx";
1198 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1199 resets = <&cpg 210>;
1200 #address-cells = <1>;
1201 #size-cells = <0>;
1202 status = "disabled";
1203 };
1204
1205 msiof2: spi@e6c00000 {

--- 862 unchanged lines hidden ---
1197 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1198 resets = <&cpg 210>;
1199 #address-cells = <1>;
1200 #size-cells = <0>;
1201 status = "disabled";
1202 };
1203
1204 msiof2: spi@e6c00000 {

--- 862 unchanged lines hidden ---