xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-peb-av-02.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2018 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-av-02.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot&iomuxc {
10*f126890aSEmmanuel Vadot	/delete-node/ edtft5406grp;
11*f126890aSEmmanuel Vadot	/delete-node/ stmpegrp;
12*f126890aSEmmanuel Vadot};
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot&iomuxc_snvs {
15*f126890aSEmmanuel Vadot	pinctrl_edt_ft5406: edtft5406grp {
16*f126890aSEmmanuel Vadot		fsl,pins = <
17*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER5__GPIO5_IO05	0x1b0b0
18*f126890aSEmmanuel Vadot		>;
19*f126890aSEmmanuel Vadot	};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot	pinctrl_stmpe: stmpegrp {
22*f126890aSEmmanuel Vadot		fsl,pins = <
23*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER3__GPIO5_IO03	0x17059
24*f126890aSEmmanuel Vadot		>;
25*f126890aSEmmanuel Vadot	};
26*f126890aSEmmanuel Vadot};
27