r8a77965.dtsi (2bc0aa18ee9f34613876f6ac7bf944ad65d63e17) | r8a77965.dtsi (f191fba76916dc18c41cf6183d71dbf9a1d821c8) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the R-Car M3-N (R8A77965) SoC 4 * 5 * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org> 6 * 7 * Based on r8a7796.dtsi 8 * Copyright (C) 2016 Renesas Electronics Corp. --- 2365 unchanged lines hidden (view full) --- 2374 clock-names = "core", "clkh"; 2375 max-frequency = <200000000>; 2376 power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; 2377 resets = <&cpg 311>; 2378 iommus = <&ipmmu_ds1 35>; 2379 status = "disabled"; 2380 }; 2381 | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the R-Car M3-N (R8A77965) SoC 4 * 5 * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org> 6 * 7 * Based on r8a7796.dtsi 8 * Copyright (C) 2016 Renesas Electronics Corp. --- 2365 unchanged lines hidden (view full) --- 2374 clock-names = "core", "clkh"; 2375 max-frequency = <200000000>; 2376 power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; 2377 resets = <&cpg 311>; 2378 iommus = <&ipmmu_ds1 35>; 2379 status = "disabled"; 2380 }; 2381 |
2382 rpc: spi@ee200000 { 2383 compatible = "renesas,r8a77965-rpc-if", 2384 "renesas,rcar-gen3-rpc-if"; 2385 reg = <0 0xee200000 0 0x200>, 2386 <0 0x08000000 0 0x04000000>, 2387 <0 0xee208000 0 0x100>; 2388 reg-names = "regs", "dirmap", "wbuf"; 2389 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; 2390 clocks = <&cpg CPG_MOD 917>; 2391 power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; 2392 resets = <&cpg 917>; 2393 #address-cells = <1>; 2394 #size-cells = <0>; 2395 status = "disabled"; 2396 }; 2397 |
|
2382 sata: sata@ee300000 { 2383 compatible = "renesas,sata-r8a77965", 2384 "renesas,rcar-gen3-sata"; 2385 reg = <0 0xee300000 0 0x200000>; 2386 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; 2387 clocks = <&cpg CPG_MOD 815>; 2388 power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; 2389 resets = <&cpg 815>; --- 496 unchanged lines hidden --- | 2398 sata: sata@ee300000 { 2399 compatible = "renesas,sata-r8a77965", 2400 "renesas,rcar-gen3-sata"; 2401 reg = <0 0xee300000 0 0x200000>; 2402 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; 2403 clocks = <&cpg CPG_MOD 815>; 2404 power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; 2405 resets = <&cpg 815>; --- 496 unchanged lines hidden --- |