r8a77980.dtsi (98817a84ff1c755c347ac633ff017a623a631fad) | r8a77980.dtsi (3b674382df13b75afbb855745f48f7f79f21518c) |
---|---|
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 --- 1330 unchanged lines hidden (view full) --- 1339 clocks = <&cpg CPG_MOD 314>; 1340 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; 1341 resets = <&cpg 314>; 1342 max-frequency = <200000000>; 1343 iommus = <&ipmmu_ds1 32>; 1344 status = "disabled"; 1345 }; 1346 | 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 --- 1330 unchanged lines hidden (view full) --- 1339 clocks = <&cpg CPG_MOD 314>; 1340 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; 1341 resets = <&cpg 314>; 1342 max-frequency = <200000000>; 1343 iommus = <&ipmmu_ds1 32>; 1344 status = "disabled"; 1345 }; 1346 |
1347 rpc: spi@ee200000 { 1348 compatible = "renesas,r8a77980-rpc-if", 1349 "renesas,rcar-gen3-rpc-if"; 1350 reg = <0 0xee200000 0 0x200>, 1351 <0 0x08000000 0 0x4000000>, 1352 <0 0xee208000 0 0x100>; 1353 reg-names = "regs", "dirmap", "wbuf"; 1354 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; 1355 clocks = <&cpg CPG_MOD 917>; 1356 clock-names = "rpc"; 1357 power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; 1358 resets = <&cpg 917>; 1359 #address-cells = <1>; 1360 #size-cells = <0>; 1361 status = "disabled"; 1362 }; 1363 |
|
1347 gic: interrupt-controller@f1010000 { 1348 compatible = "arm,gic-400"; 1349 #interrupt-cells = <3>; 1350 #address-cells = <0>; 1351 interrupt-controller; 1352 reg = <0x0 0xf1010000 0 0x1000>, 1353 <0x0 0xf1020000 0 0x20000>, 1354 <0x0 0xf1040000 0 0x20000>, --- 251 unchanged lines hidden --- | 1364 gic: interrupt-controller@f1010000 { 1365 compatible = "arm,gic-400"; 1366 #interrupt-cells = <3>; 1367 #address-cells = <0>; 1368 interrupt-controller; 1369 reg = <0x0 0xf1010000 0 0x1000>, 1370 <0x0 0xf1020000 0 0x20000>, 1371 <0x0 0xf1040000 0 0x20000>, --- 251 unchanged lines hidden --- |