summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/imx6ull-phytec-segin-peb-eval-01.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/imx6ull-phytec-segin-peb-eval-01.dtsi')
-rw-r--r--dts/src/arm/imx6ull-phytec-segin-peb-eval-01.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/dts/src/arm/imx6ull-phytec-segin-peb-eval-01.dtsi b/dts/src/arm/imx6ull-phytec-segin-peb-eval-01.dtsi
new file mode 100644
index 0000000000..ff08d95a1a
--- /dev/null
+++ b/dts/src/arm/imx6ull-phytec-segin-peb-eval-01.dtsi
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (C) 2019 PHYTEC Messtechnik GmbH
+ * Author: Stefan Riedmueller <s.riedmueller@phytec.de>
+ */
+
+#include "imx6ul-phytec-segin-peb-eval-01.dtsi"
+
+&iomuxc {
+ /delete-node/ gpio_keysgrp;
+};
+
+&iomuxc_snvs {
+ pinctrl_gpio_keys: gpio_keysgrp {
+ fsl,pins = <
+ MX6ULL_PAD_SNVS_TAMPER0__GPIO5_IO00 0x79
+ >;
+ };
+};