xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-opos6uldev.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 OR MIT
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Copyright 2019 Armadeus Systems <support@armadeus.com>
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/dts-v1/;
6*f126890aSEmmanuel Vadot#include "imx6ull-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.MX6ULL) on OPOS6ULDev board";
11*f126890aSEmmanuel Vadot	compatible = "armadeus,imx6ull-opos6uldev", "armadeus,imx6ull-opos6ul", "fsl,imx6ull";
12*f126890aSEmmanuel Vadot};
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot&iomuxc_snvs {
15*f126890aSEmmanuel Vadot	pinctrl-names = "default";
16*f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_tamper_gpios>;
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	pinctrl_tamper_gpios: tampergpiosgrp {
19*f126890aSEmmanuel Vadot		fsl,pins = <
20*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER0__GPIO5_IO00	0x0b0b0
21*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER2__GPIO5_IO02	0x0b0b0
22*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER3__GPIO5_IO03	0x0b0b0
23*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER4__GPIO5_IO04	0x0b0b0
24*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER5__GPIO5_IO05	0x0b0b0
25*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER6__GPIO5_IO06	0x0b0b0
26*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER7__GPIO5_IO07	0x0b0b0
27*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER8__GPIO5_IO08	0x0b0b0
28*f126890aSEmmanuel Vadot		>;
29*f126890aSEmmanuel Vadot	};
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot	pinctrl_usbotg2_vbus: usbotg2vbusgrp {
32*f126890aSEmmanuel Vadot		fsl,pins = <
33*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER9__GPIO5_IO09	0x1b0b0
34*f126890aSEmmanuel Vadot		>;
35*f126890aSEmmanuel Vadot	};
36*f126890aSEmmanuel Vadot
37*f126890aSEmmanuel Vadot	pinctrl_w1: w1grp {
38*f126890aSEmmanuel Vadot		fsl,pins = <
39*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER1__GPIO5_IO01	0x0b0b0
40*f126890aSEmmanuel Vadot		>;
41*f126890aSEmmanuel Vadot	};
42*f126890aSEmmanuel Vadot};
43