r8a77980.dtsi (a1ff5a7d78a036d6c2178ee5acd6ba4946243800) r8a77980.dtsi (58026a0353d72c973f73831efafb7fa3dbda09cf)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car V3H (R8A77980) SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 * Copyright (C) 2018 Cogent Embedded, Inc.
7 */
8

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

1261
1262 gether: ethernet@e7400000 {
1263 compatible = "renesas,gether-r8a77980";
1264 reg = <0 0xe7400000 0 0x1000>;
1265 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1266 clocks = <&cpg CPG_MOD 813>;
1267 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
1268 resets = <&cpg 813>;
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car V3H (R8A77980) SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 * Copyright (C) 2018 Cogent Embedded, Inc.
7 */
8

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

1261
1262 gether: ethernet@e7400000 {
1263 compatible = "renesas,gether-r8a77980";
1264 reg = <0 0xe7400000 0 0x1000>;
1265 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1266 clocks = <&cpg CPG_MOD 813>;
1267 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
1268 resets = <&cpg 813>;
1269 iommus = <&ipmmu_ds1 34>;
1269 #address-cells = <1>;
1270 #size-cells = <0>;
1271 status = "disabled";
1272 };
1273
1274 ipmmu_ds1: iommu@e7740000 {
1275 compatible = "renesas,ipmmu-r8a77980";
1276 reg = <0 0xe7740000 0 0x1000>;

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

1425 };
1426
1427 fcpvd0: fcp@fea27000 {
1428 compatible = "renesas,fcpv";
1429 reg = <0 0xfea27000 0 0x200>;
1430 clocks = <&cpg CPG_MOD 603>;
1431 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
1432 resets = <&cpg 603>;
1270 #address-cells = <1>;
1271 #size-cells = <0>;
1272 status = "disabled";
1273 };
1274
1275 ipmmu_ds1: iommu@e7740000 {
1276 compatible = "renesas,ipmmu-r8a77980";
1277 reg = <0 0xe7740000 0 0x1000>;

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

1426 };
1427
1428 fcpvd0: fcp@fea27000 {
1429 compatible = "renesas,fcpv";
1430 reg = <0 0xfea27000 0 0x200>;
1431 clocks = <&cpg CPG_MOD 603>;
1432 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
1433 resets = <&cpg 603>;
1434 iommus = <&ipmmu_vi0 8>;
1433 };
1434
1435 csi40: csi2@feaa0000 {
1436 compatible = "renesas,r8a77980-csi2";
1437 reg = <0 0xfeaa0000 0 0x10000>;
1438 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
1439 clocks = <&cpg CPG_MOD 716>;
1440 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;

--- 195 unchanged lines hidden ---
1435 };
1436
1437 csi40: csi2@feaa0000 {
1438 compatible = "renesas,r8a77980-csi2";
1439 reg = <0 0xfeaa0000 0 0x10000>;
1440 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
1441 clocks = <&cpg CPG_MOD 716>;
1442 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;

--- 195 unchanged lines hidden ---