summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/dts/qoriq-gpio-0.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/dts/qoriq-gpio-0.dtsi')
-rw-r--r--arch/powerpc/dts/qoriq-gpio-0.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/dts/qoriq-gpio-0.dtsi b/arch/powerpc/dts/qoriq-gpio-0.dtsi
new file mode 100644
index 0000000000..417fd2bdd8
--- /dev/null
+++ b/arch/powerpc/dts/qoriq-gpio-0.dtsi
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
+/*
+ * QorIQ GPIO device tree stub [ controller @ offset 0x130000 ]
+ *
+ * Copyright 2011 Freescale Semiconductor Inc.
+ * Copyright 2020 NXP
+ *
+ */
+
+gpio0: gpio@130000 {
+ compatible = "fsl,qoriq-gpio";
+ reg = <0x130000 0x1000>;
+ interrupts = <55 2 0 0>;
+ #gpio-cells = <2>;
+ gpio-controller;
+};