xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-peb-eval-01.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2019 PHYTEC Messtechnik GmbH
4*f126890aSEmmanuel Vadot * Author: Stefan Riedmueller <s.riedmueller@phytec.de>
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot#include "imx6ul-phytec-segin-peb-eval-01.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot&iomuxc {
10*f126890aSEmmanuel Vadot	/delete-node/ gpio_keysgrp;
11*f126890aSEmmanuel Vadot};
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot&iomuxc_snvs {
14*f126890aSEmmanuel Vadot	pinctrl_gpio_keys: gpio_keysgrp {
15*f126890aSEmmanuel Vadot		fsl,pins = <
16*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER0__GPIO5_IO00	0x79
17*f126890aSEmmanuel Vadot		>;
18*f126890aSEmmanuel Vadot	};
19*f126890aSEmmanuel Vadot};
20