aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sh7377.dtsi
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2012-07-06 17:10:02 +0900
committerRafael J. Wysocki <rjw@sisk.pl>2012-07-06 21:05:20 +0200
commitc54d6eca4f717b44e26ca8f91fbf2314d083625e (patch)
tree708d1de995a1f8c7c73bfde144b12b6649b136de /arch/arm/boot/dts/sh7377.dtsi
parentARM: shmobile: soc-core: add R-mobile PM domain common APIs (diff)
downloadlinux-dev-c54d6eca4f717b44e26ca8f91fbf2314d083625e.tar.xz
linux-dev-c54d6eca4f717b44e26ca8f91fbf2314d083625e.zip
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 @@
+/*
+ * Device Tree Source for the sh7377 SoC
+ *
+ * Copyright (C) 2012 Renesas Solutions Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2. This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/include/ "skeleton.dtsi"
+
+/ {
+ compatible = "renesas,sh7377";
+
+ cpus {
+ cpu@0 {
+ compatible = "arm,cortex-a8";
+ };
+ };
+};