summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/spear320s.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/spear320s.dtsi')
-rw-r--r--dts/src/arm/spear320s.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/dts/src/arm/spear320s.dtsi b/dts/src/arm/spear320s.dtsi
new file mode 100644
index 0000000000..133236dc19
--- /dev/null
+++ b/dts/src/arm/spear320s.dtsi
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * DTS file for SPEAr320s SoC
+ *
+ * Copyright 2021 Herve Codina <herve.codina@bootlin.com>
+ */
+
+/include/ "spear320.dtsi"
+
+/ {
+ ahb {
+ apb {
+ gpiopinctrl: gpio@b3000000 {
+ /*
+ * The "RM0321 SPEAr320s address and map
+ * registers" document mentions interrupt 6
+ * (NPGIO_INTR) for the PL_GPIO interrupt.
+ */
+ interrupts = <6>;
+ interrupt-parent = <&shirq>;
+ };
+ };
+ };
+};