diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2014-06-13 05:37:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:58:29 -0400 |
commit | 745329d280c8c73f00724745693658f3d4113ea8 (patch) | |
tree | f33123dde77d06319e86f2706a217c2f1829ce91 /arch/arm/boot/dts/r8a7790.dtsi | |
parent | 51d17918077215cd93d78a2b13a3b57090eb1f3d (diff) |
ARM: shmobile: r8a7790: Add PCIe Controller device node
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
[horms+renesas@verge.net.au: resolved conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 2c55c4b8295f..994330e81a52 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -930,6 +930,31 @@ | |||
930 | status = "disabled"; | 930 | status = "disabled"; |
931 | }; | 931 | }; |
932 | 932 | ||
933 | pciec: pcie@fe000000 { | ||
934 | compatible = "renesas,pcie-r8a7790"; | ||
935 | reg = <0 0xfe000000 0 0x80000>; | ||
936 | #address-cells = <3>; | ||
937 | #size-cells = <2>; | ||
938 | bus-range = <0x00 0xff>; | ||
939 | device_type = "pci"; | ||
940 | ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000 | ||
941 | 0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000 | ||
942 | 0x02000000 0 0x30000000 0 0x30000000 0 0x08000000 | ||
943 | 0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>; | ||
944 | /* Map all possible DDR as inbound ranges */ | ||
945 | dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x80000000 | ||
946 | 0x43000000 1 0x80000000 1 0x80000000 0 0x80000000>; | ||
947 | interrupts = <0 116 IRQ_TYPE_LEVEL_HIGH>, | ||
948 | <0 117 IRQ_TYPE_LEVEL_HIGH>, | ||
949 | <0 118 IRQ_TYPE_LEVEL_HIGH>; | ||
950 | #interrupt-cells = <1>; | ||
951 | interrupt-map-mask = <0 0 0 0>; | ||
952 | interrupt-map = <0 0 0 0 &gic 0 116 IRQ_TYPE_LEVEL_HIGH>; | ||
953 | clocks = <&mstp3_clks R8A7790_CLK_PCIEC>, <&pcie_bus_clk>; | ||
954 | clock-names = "pcie", "pcie_bus"; | ||
955 | status = "disabled"; | ||
956 | }; | ||
957 | |||
933 | rcar_sound: rcar_sound@0xec500000 { | 958 | rcar_sound: rcar_sound@0xec500000 { |
934 | #sound-dai-cells = <1>; | 959 | #sound-dai-cells = <1>; |
935 | compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound"; | 960 | compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound"; |