MAINTAINERS: Add entry for Renesas arm64 architecture
[deliverable/linux.git] / arch / arm64 / boot / dts / renesas / r8a7795.dtsi
CommitLineData
26a7e06d
SH
1/*
2 * Device Tree Source for the r8a7795 SoC
3 *
4 * Copyright (C) 2015 Renesas Electronics Corp.
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
49af46b4 11#include <dt-bindings/clock/r8a7795-cpg-mssr.h>
26a7e06d
SH
12#include <dt-bindings/interrupt-controller/arm-gic.h>
13
14/ {
15 compatible = "renesas,r8a7795";
16 #address-cells = <2>;
17 #size-cells = <2>;
18
19 cpus {
20 #address-cells = <1>;
21 #size-cells = <0>;
22
23 /* 1 core only at this point */
24 a57_0: cpu@0 {
25 compatible = "arm,cortex-a57", "arm,armv8";
26 reg = <0x0>;
27 device_type = "cpu";
28 };
29 };
30
31 extal_clk: extal {
32 compatible = "fixed-clock";
33 #clock-cells = <0>;
34 /* This value must be overridden by the board */
35 clock-frequency = <0>;
36 };
37
38 extalr_clk: extalr {
39 compatible = "fixed-clock";
40 #clock-cells = <0>;
41 /* This value must be overridden by the board */
42 clock-frequency = <0>;
43 };
44
45 soc {
46 compatible = "simple-bus";
47 interrupt-parent = <&gic>;
48 #address-cells = <2>;
49 #size-cells = <2>;
50 ranges;
51
52 gic: interrupt-controller@0xf1010000 {
53 compatible = "arm,gic-400";
54 #interrupt-cells = <3>;
55 #address-cells = <0>;
56 interrupt-controller;
57 reg = <0x0 0xf1010000 0 0x1000>,
58 <0x0 0xf1020000 0 0x2000>;
59 interrupts = <GIC_PPI 9
60 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_HIGH)>;
61 };
62
63 timer {
64 compatible = "arm,armv8-timer";
65 interrupts = <GIC_PPI 13
66 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
67 <GIC_PPI 14
68 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
69 <GIC_PPI 11
70 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
71 <GIC_PPI 10
72 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
73 };
74
75 cpg: clock-controller@e6150000 {
76 compatible = "renesas,r8a7795-cpg-mssr";
77 reg = <0 0xe6150000 0 0x1000>;
78 clocks = <&extal_clk>, <&extalr_clk>;
79 clock-names = "extal", "extalr";
80 #clock-cells = <2>;
81 #power-domain-cells = <0>;
82 };
d9202126 83
9241844a
KM
84 pfc: pfc@e6060000 {
85 compatible = "renesas,pfc-r8a7795";
86 reg = <0 0xe6060000 0 0x50c>;
87 };
88
d9202126
GU
89 dmac0: dma-controller@e6700000 {
90 /* Empty node for now */
91 };
92
93 dmac1: dma-controller@e7300000 {
94 /* Empty node for now */
95 };
96
97 dmac2: dma-controller@e7310000 {
98 /* Empty node for now */
99 };
49af46b4
GU
100
101 scif0: serial@e6e60000 {
102 compatible = "renesas,scif-r8a7795", "renesas,scif";
103 reg = <0 0xe6e60000 0 64>;
104 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
105 clocks = <&cpg CPG_MOD 207>;
106 clock-names = "sci_ick";
107 dmas = <&dmac1 0x51>, <&dmac1 0x50>;
108 dma-names = "tx", "rx";
109 power-domains = <&cpg>;
110 status = "disabled";
111 };
112
113 scif1: serial@e6e68000 {
114 compatible = "renesas,scif-r8a7795", "renesas,scif";
115 reg = <0 0xe6e68000 0 64>;
116 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
117 clocks = <&cpg CPG_MOD 206>;
118 clock-names = "sci_ick";
119 dmas = <&dmac1 0x53>, <&dmac1 0x52>;
120 dma-names = "tx", "rx";
121 power-domains = <&cpg>;
122 status = "disabled";
123 };
124
125 scif2: serial@e6e88000 {
126 compatible = "renesas,scif-r8a7795", "renesas,scif";
127 reg = <0 0xe6e88000 0 64>;
128 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
129 clocks = <&cpg CPG_MOD 310>;
130 clock-names = "sci_ick";
131 dmas = <&dmac1 0x13>, <&dmac1 0x12>;
132 dma-names = "tx", "rx";
133 power-domains = <&cpg>;
134 status = "disabled";
135 };
136
137 scif3: serial@e6c50000 {
138 compatible = "renesas,scif-r8a7795", "renesas,scif";
139 reg = <0 0xe6c50000 0 64>;
140 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
141 clocks = <&cpg CPG_MOD 204>;
142 clock-names = "sci_ick";
143 dmas = <&dmac0 0x57>, <&dmac0 0x56>;
144 dma-names = "tx", "rx";
145 power-domains = <&cpg>;
146 status = "disabled";
147 };
148
149 scif4: serial@e6c40000 {
150 compatible = "renesas,scif-r8a7795", "renesas,scif";
151 reg = <0 0xe6c40000 0 64>;
152 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
153 clocks = <&cpg CPG_MOD 203>;
154 clock-names = "sci_ick";
155 dmas = <&dmac0 0x59>, <&dmac0 0x58>;
156 dma-names = "tx", "rx";
157 power-domains = <&cpg>;
158 status = "disabled";
159 };
160
161 scif5: serial@e6f30000 {
162 compatible = "renesas,scif-r8a7795", "renesas,scif";
163 reg = <0 0xe6f30000 0 64>;
164 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
165 clocks = <&cpg CPG_MOD 202>;
166 clock-names = "sci_ick";
167 dmas = <&dmac1 0x5b>, <&dmac1 0x5a>;
168 dma-names = "tx", "rx";
169 power-domains = <&cpg>;
170 status = "disabled";
171 };
26a7e06d
SH
172 };
173};
This page took 0.030659 seconds and 5 git commands to generate.