xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-flex-concentrator-mfg.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree Source for Kamstrup OMNIA Flex Concentrator in
4*f126890aSEmmanuel Vadot * manufacturing/debugging mode.
5*f126890aSEmmanuel Vadot *
6*f126890aSEmmanuel Vadot * Copyright (C) 2020 Kamstrup A/S
7*f126890aSEmmanuel Vadot * Author: Bruno Thomsen <bruno.thomsen@gmail.com>
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/dts-v1/;
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot#include "imx7d-flex-concentrator.dts"
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot/ {
15*f126890aSEmmanuel Vadot	model = "Kamstrup OMNIA Flex Concentrator - Manufacturing";
16*f126890aSEmmanuel Vadot	compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	chosen {
19*f126890aSEmmanuel Vadot		stdout-path = &uart4;
20*f126890aSEmmanuel Vadot	};
21*f126890aSEmmanuel Vadot};
22*f126890aSEmmanuel Vadot
23*f126890aSEmmanuel Vadot&uart4 {
24*f126890aSEmmanuel Vadot	status = "okay";
25*f126890aSEmmanuel Vadot};
26