aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sh7377.dtsi
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2012-07-06 04:10:02 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-07-06 15:05:20 -0400
commitc54d6eca4f717b44e26ca8f91fbf2314d083625e (patch)
tree708d1de995a1f8c7c73bfde144b12b6649b136de /arch/arm/boot/dts/sh7377.dtsi
parent8f45b112fc66ef6869ccca4c3966976982f496a9 (diff)
ARM: mach-shmobile: sh7377 generic board support via DT
Add generic DT board support for the sh7377 SoC. SCIF serial ports and timers are kept as regular platform devices. Other on-chip and on-board devices should be configured via the device tree. At this point there is no interrupt controller support in place but such code will be added over time when proper IRQ domain support has been added to INTC. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/boot/dts/sh7377.dtsi')
-rw-r--r--arch/arm/boot/dts/sh7377.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh7377.dtsi b/arch/arm/boot/dts/sh7377.dtsi
new file mode 100644
index 000000000000..767ee0796daa
--- /dev/null
+++ b/arch/arm/boot/dts/sh7377.dtsi
@@ -0,0 +1,21 @@
1/*
2 * Device Tree Source for the sh7377 SoC
3 *
4 * Copyright (C) 2012 Renesas Solutions 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
11/include/ "skeleton.dtsi"
12
13/ {
14 compatible = "renesas,sh7377";
15
16 cpus {
17 cpu@0 {
18 compatible = "arm,cortex-a8";
19 };
20 };
21};