summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/pxa27x.dtsi
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2012-07-25 17:56:48 +0200
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-08-16 16:15:25 +0800
commitaff18a67078e61088ea05efa6d077ffb838786e9 (patch)
tree375fa52df00d35d549d9369ae9d86b08d583502d /arch/arm/boot/dts/pxa27x.dtsi
parente7749a266bb3d0334887b2cf4e24de410e70c57a (diff)
ARM: pxa: add .dtsi files
This adds .dtsi files to describe the PXA SoCs. pxa3xx simply augments pxa2xx. Not all devices are listed yet, and it will need some time to get all the drivers ported. For now, pxa27x.dtsi only enables the PXA's interrupt priority feature. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/pxa27x.dtsi')
-rw-r--r--arch/arm/boot/dts/pxa27x.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
new file mode 100644
index 000000000000..d7c5d721a5c7
--- /dev/null
+++ b/arch/arm/boot/dts/pxa27x.dtsi
@@ -0,0 +1,14 @@
+/* The pxa3xx skeleton simply augments the 2xx version */
+/include/ "pxa2xx.dtsi"
+
+/ {
+ model = "Marvell PXA27x familiy SoC";
+ compatible = "marvell,pxa27x";
+
+ pxabus {
+ pxairq: interrupt-controller@40d00000 {
+ marvell,intc-priority;
+ marvell,intc-nr-irqs = <34>;
+ };
+ };
+};