blob: a6d68165fb1e90b61a4bd6b79939fd80bc5de4f7 [file] [log] [blame]
Bruno Thomsen1e1a5af2020-11-18 11:21:19 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for Kamstrup OMNIA Flex Concentrator in
4 * manufacturing/debugging mode.
5 *
6 * Copyright (C) 2020 Kamstrup A/S
7 * Author: Bruno Thomsen <bruno.thomsen@gmail.com>
8 */
9
10/dts-v1/;
11
12#include "imx7d-flex-concentrator.dts"
13
14/ {
15 model = "Kamstrup OMNIA Flex Concentrator - Manufacturing";
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
17
18 chosen {
19 stdout-path = &uart4;
20 };
21};
22
23&uart4 {
24 status = "okay";
25};