xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-lc-rdk-nand.dts (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/dts-v1/;
8*f126890aSEmmanuel Vadot#include "imx6ull.dtsi"
9*f126890aSEmmanuel Vadot#include "imx6ull-phytec-phycore-som.dtsi"
10*f126890aSEmmanuel Vadot#include "imx6ull-phytec-segin.dtsi"
11*f126890aSEmmanuel Vadot#include "imx6ull-phytec-segin-peb-eval-01.dtsi"
12*f126890aSEmmanuel Vadot#include "imx6ull-phytec-segin-peb-wlbt-05.dtsi"
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot/ {
15*f126890aSEmmanuel Vadot	model = "PHYTEC phyBOARD-Segin i.MX6 ULL Low Cost with NAND";
16*f126890aSEmmanuel Vadot	compatible = "phytec,imx6ull-pbacd10-nand", "phytec,imx6ull-pbacd10",
17*f126890aSEmmanuel Vadot		     "phytec,imx6ull-pcl063", "fsl,imx6ull";
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&adc1 {
21*f126890aSEmmanuel Vadot	status = "okay";
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&ethphy1 {
25*f126890aSEmmanuel Vadot	status = "okay";
26*f126890aSEmmanuel Vadot};
27*f126890aSEmmanuel Vadot
28*f126890aSEmmanuel Vadot&fec1 {
29*f126890aSEmmanuel Vadot	status = "okay";
30*f126890aSEmmanuel Vadot};
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot&gpmi {
33*f126890aSEmmanuel Vadot	status = "okay";
34*f126890aSEmmanuel Vadot};
35*f126890aSEmmanuel Vadot
36*f126890aSEmmanuel Vadot&i2c_rtc {
37*f126890aSEmmanuel Vadot	status = "okay";
38*f126890aSEmmanuel Vadot};
39*f126890aSEmmanuel Vadot
40*f126890aSEmmanuel Vadot&usbotg1 {
41*f126890aSEmmanuel Vadot	status = "okay";
42*f126890aSEmmanuel Vadot};
43*f126890aSEmmanuel Vadot
44*f126890aSEmmanuel Vadot&usdhc1 {
45*f126890aSEmmanuel Vadot	status = "okay";
46*f126890aSEmmanuel Vadot};
47