diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 03:54:27 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-12 09:16:56 -0400 |
commit | 9930dc8ee1f59271a54ed4b4922c9c944625a8d6 (patch) | |
tree | 2e9125533adb24c1e86624a85f9638417b5b56b8 /arch/arm/boot/dts/r8a7778.dtsi | |
parent | 963b0c359bf5d284fc597bed07a668cb7396bfd2 (diff) |
ARM: shmobile: r8a7778: Add SCIF nodes
This describes all of the SCIF hardware of the r8a7778.
Each node is disabled and may be enabled as necessary
by board DTS files.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7778.dtsi | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index 3af0a2187493..ecfdf4b01b5a 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi | |||
@@ -156,6 +156,48 @@ | |||
156 | status = "disabled"; | 156 | status = "disabled"; |
157 | }; | 157 | }; |
158 | 158 | ||
159 | scif0: serial@ffe40000 { | ||
160 | compatible = "renesas,scif-r8a7778", "renesas,scif"; | ||
161 | reg = <0xffe40000 0x100>; | ||
162 | interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>; | ||
163 | status = "disabled"; | ||
164 | }; | ||
165 | |||
166 | scif1: serial@ffe41000 { | ||
167 | compatible = "renesas,scif-r8a7778", "renesas,scif"; | ||
168 | reg = <0xffe41000 0x100>; | ||
169 | interrupts = <0 71 IRQ_TYPE_LEVEL_HIGH>; | ||
170 | status = "disabled"; | ||
171 | }; | ||
172 | |||
173 | scif2: serial@ffe42000 { | ||
174 | compatible = "renesas,scif-r8a7778", "renesas,scif"; | ||
175 | reg = <0xffe42000 0x100>; | ||
176 | interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>; | ||
177 | status = "disabled"; | ||
178 | }; | ||
179 | |||
180 | scif3: serial@ffe43000 { | ||
181 | compatible = "renesas,scif-r8a7778", "renesas,scif"; | ||
182 | reg = <0xffe43000 0x100>; | ||
183 | interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>; | ||
184 | status = "disabled"; | ||
185 | }; | ||
186 | |||
187 | scif4: serial@ffe44000 { | ||
188 | compatible = "renesas,scif-r8a7778", "renesas,scif"; | ||
189 | reg = <0xffe44000 0x100>; | ||
190 | interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>; | ||
191 | status = "disabled"; | ||
192 | }; | ||
193 | |||
194 | scif5: serial@ffe45000 { | ||
195 | compatible = "renesas,scif-r8a7778", "renesas,scif"; | ||
196 | reg = <0xffe45000 0x100>; | ||
197 | interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>; | ||
198 | status = "disabled"; | ||
199 | }; | ||
200 | |||
159 | mmcif: mmc@ffe4e000 { | 201 | mmcif: mmc@ffe4e000 { |
160 | compatible = "renesas,sh-mmcif"; | 202 | compatible = "renesas,sh-mmcif"; |
161 | reg = <0xffe4e000 0x100>; | 203 | reg = <0xffe4e000 0x100>; |