summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sh7372.dtsi
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2012-03-28 06:53:40 (GMT)
committerRafael J. Wysocki <rjw@sisk.pl>2012-04-11 10:19:31 (GMT)
commit3b7b70552afe351a8bd8fff1eb2d60aab2206576 (patch)
tree7e62f61c99d83da8c22236cf8d4709d14a5ceb7b /arch/arm/boot/dts/sh7372.dtsi
parent012f825f13d8e5f1007d1f604517dba1b9a5586e (diff)
downloadlinux-3b7b70552afe351a8bd8fff1eb2d60aab2206576.tar.xz
ARM: mach-shmobile: sh7372 generic board support via DT V2
Add generic DT board support for the sh7372 SoC V2. 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. Tested on the mackerel board via kexec using a zImage kernel with an appended dtb. 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/sh7372.dtsi')
-rw-r--r--arch/arm/boot/dts/sh7372.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh7372.dtsi b/arch/arm/boot/dts/sh7372.dtsi
new file mode 100644
index 0000000..677fc60
--- /dev/null
+++ b/arch/arm/boot/dts/sh7372.dtsi
@@ -0,0 +1,21 @@
+/*
+ * Device Tree Source for the sh7372 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,sh7372";
+
+ cpus {
+ cpu@0 {
+ compatible = "arm,cortex-a8";
+ };
+ };
+};