0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree Source for Kamstrup OMNIA Flex Concentrator in
0004 * manufacturing/debugging mode.
0005 *
0006 * Copyright (C) 2020 Kamstrup A/S
0007 * Author: Bruno Thomsen <bruno.thomsen@gmail.com>
0008 */
0009
0010 /dts-v1/;
0011
0012 #include "imx7d-flex-concentrator.dts"
0013
0014 / {
0015 model = "Kamstrup OMNIA Flex Concentrator - Manufacturing";
0016 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
0017
0018 chosen {
0019 stdout-path = &uart4;
0020 };
0021 };
0022
0023 &uart4 {
0024 status = "okay";
0025 };