xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-phytec-pbab01.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "imx6q-phytec-pfla02.dtsi"
8*f126890aSEmmanuel Vadot#include "imx6qdl-phytec-pbab01.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board";
12*f126890aSEmmanuel Vadot	compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q";
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot	chosen {
15*f126890aSEmmanuel Vadot		stdout-path = &uart4;
16*f126890aSEmmanuel Vadot	};
17*f126890aSEmmanuel Vadot};
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot&sata {
20*f126890aSEmmanuel Vadot	status = "okay";
21*f126890aSEmmanuel Vadot};
22