xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin.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.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	model = "PHYTEC phyBOARD-Segin i.MX6 ULL";
11*f126890aSEmmanuel Vadot	compatible = "phytec,imx6ull-pbacd-10", "phytec,imx6ull-pcl063","fsl,imx6ull";
12*f126890aSEmmanuel Vadot};
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot&iomuxc {
15*f126890aSEmmanuel Vadot	/delete-node/ flexcan1engrp;
16*f126890aSEmmanuel Vadot	/delete-node/ rtcintgrp;
17*f126890aSEmmanuel Vadot};
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot&iomuxc_snvs {
20*f126890aSEmmanuel Vadot	princtrl_flexcan1_en: flexcan1engrp {
21*f126890aSEmmanuel Vadot		fsl,pins = <
22*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER2__GPIO5_IO02	0x17059
23*f126890aSEmmanuel Vadot		>;
24*f126890aSEmmanuel Vadot	};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot	pinctrl_rtc_int: rtcintgrp {
27*f126890aSEmmanuel Vadot		fsl,pins = <
28*f126890aSEmmanuel Vadot			MX6ULL_PAD_SNVS_TAMPER1__GPIO5_IO01	0x17059
29*f126890aSEmmanuel Vadot		>;
30*f126890aSEmmanuel Vadot	};
31*f126890aSEmmanuel Vadot};
32