blob: a6d68165fb1e90b61a4bd6b79939fd80bc5de4f7 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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};