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