1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 OR MIT 2*f126890aSEmmanuel Vadot// 3*f126890aSEmmanuel Vadot// Copyright 2017 Armadeus Systems <support@armadeus.com> 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot/dts-v1/; 6*f126890aSEmmanuel Vadot#include "imx6ul-opos6ul.dtsi" 7*f126890aSEmmanuel Vadot#include "imx6ul-imx6ull-opos6uldev.dtsi" 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot/ { 10*f126890aSEmmanuel Vadot model = "Armadeus Systems OPOS6UL SoM (i.MX6UL) on OPOS6ULDev board"; 11*f126890aSEmmanuel Vadot compatible = "armadeus,imx6ul-opos6uldev", "armadeus,imx6ul-opos6ul", "fsl,imx6ul"; 12*f126890aSEmmanuel Vadot}; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot&iomuxc { 15*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_gpios>, <&pinctrl_tamper_gpios>; 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot pinctrl_tamper_gpios: tampergpiosgrp { 18*f126890aSEmmanuel Vadot fsl,pins = < 19*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER0__GPIO5_IO00 0x0b0b0 20*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER2__GPIO5_IO02 0x0b0b0 21*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER3__GPIO5_IO03 0x0b0b0 22*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER4__GPIO5_IO04 0x0b0b0 23*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER5__GPIO5_IO05 0x0b0b0 24*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER6__GPIO5_IO06 0x0b0b0 25*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER7__GPIO5_IO07 0x0b0b0 26*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER8__GPIO5_IO08 0x0b0b0 27*f126890aSEmmanuel Vadot >; 28*f126890aSEmmanuel Vadot }; 29*f126890aSEmmanuel Vadot 30*f126890aSEmmanuel Vadot pinctrl_usbotg2_vbus: usbotg2vbusgrp { 31*f126890aSEmmanuel Vadot fsl,pins = < 32*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER9__GPIO5_IO09 0x1b0b0 33*f126890aSEmmanuel Vadot >; 34*f126890aSEmmanuel Vadot }; 35*f126890aSEmmanuel Vadot 36*f126890aSEmmanuel Vadot pinctrl_w1: w1grp { 37*f126890aSEmmanuel Vadot fsl,pins = < 38*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER1__GPIO5_IO01 0x0b0b0 39*f126890aSEmmanuel Vadot >; 40*f126890aSEmmanuel Vadot }; 41*f126890aSEmmanuel Vadot}; 42