r8a774e1.dtsi (92b2c276e15c7f93f1148329a1f713c51b26f652) | r8a774e1.dtsi (0faf5f952b4ec26a9b7ed5f537403e7fd32f57d5) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the r8a774e1 SoC 4 * 5 * Copyright (C) 2020 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/interrupt-controller/irq.h> --- 831 unchanged lines hidden (view full) --- 840 hsusb: usb@e6590000 { 841 reg = <0 0xe6590000 0 0x200>; 842 status = "disabled"; 843 844 /* placeholder */ 845 }; 846 847 usb3_phy0: usb-phy@e65ee000 { | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the r8a774e1 SoC 4 * 5 * Copyright (C) 2020 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/interrupt-controller/irq.h> --- 831 unchanged lines hidden (view full) --- 840 hsusb: usb@e6590000 { 841 reg = <0 0xe6590000 0 0x200>; 842 status = "disabled"; 843 844 /* placeholder */ 845 }; 846 847 usb3_phy0: usb-phy@e65ee000 { |
848 compatible = "renesas,r8a774e1-usb3-phy", 849 "renesas,rcar-gen3-usb3-phy"; |
|
848 reg = <0 0xe65ee000 0 0x90>; | 850 reg = <0 0xe65ee000 0 0x90>; |
851 clocks = <&cpg CPG_MOD 328>, <&usb3s0_clk>, 852 <&usb_extal_clk>; 853 clock-names = "usb3-if", "usb3s_clk", "usb_extal"; 854 power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>; 855 resets = <&cpg 328>; |
|
849 #phy-cells = <0>; 850 status = "disabled"; | 856 #phy-cells = <0>; 857 status = "disabled"; |
851 852 /* placeholder */ | |
853 }; 854 855 dmac0: dma-controller@e6700000 { 856 compatible = "renesas,dmac-r8a774e1", 857 "renesas,rcar-dmac"; 858 reg = <0 0xe6700000 0 0x10000>; 859 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>, 860 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>, --- 526 unchanged lines hidden (view full) --- 1387 rcar_sound,ssi { 1388 ssi2: ssi-2 { 1389 /* placeholder */ 1390 }; 1391 }; 1392 }; 1393 1394 xhci0: usb@ee000000 { | 858 }; 859 860 dmac0: dma-controller@e6700000 { 861 compatible = "renesas,dmac-r8a774e1", 862 "renesas,rcar-dmac"; 863 reg = <0 0xe6700000 0 0x10000>; 864 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>, 865 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>, --- 526 unchanged lines hidden (view full) --- 1392 rcar_sound,ssi { 1393 ssi2: ssi-2 { 1394 /* placeholder */ 1395 }; 1396 }; 1397 }; 1398 1399 xhci0: usb@ee000000 { |
1400 compatible = "renesas,xhci-r8a774e1", 1401 "renesas,rcar-gen3-xhci"; |
|
1395 reg = <0 0xee000000 0 0xc00>; | 1402 reg = <0 0xee000000 0 0xc00>; |
1403 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; 1404 clocks = <&cpg CPG_MOD 328>; 1405 power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>; 1406 resets = <&cpg 328>; |
|
1396 status = "disabled"; | 1407 status = "disabled"; |
1397 1398 /* placeholder */ | |
1399 }; 1400 1401 usb3_peri0: usb@ee020000 { | 1408 }; 1409 1410 usb3_peri0: usb@ee020000 { |
1411 compatible = "renesas,r8a774e1-usb3-peri", 1412 "renesas,rcar-gen3-usb3-peri"; |
|
1402 reg = <0 0xee020000 0 0x400>; | 1413 reg = <0 0xee020000 0 0x400>; |
1414 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; 1415 clocks = <&cpg CPG_MOD 328>; 1416 power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>; 1417 resets = <&cpg 328>; |
|
1403 status = "disabled"; | 1418 status = "disabled"; |
1404 1405 /* placeholder */ | |
1406 }; 1407 1408 ohci0: usb@ee080000 { 1409 compatible = "generic-ohci"; 1410 reg = <0 0xee080000 0 0x100>; 1411 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 1412 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 1413 phys = <&usb2_phy0 1>; --- 339 unchanged lines hidden --- | 1419 }; 1420 1421 ohci0: usb@ee080000 { 1422 compatible = "generic-ohci"; 1423 reg = <0 0xee080000 0 0x100>; 1424 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 1425 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 1426 phys = <&usb2_phy0 1>; --- 339 unchanged lines hidden --- |