Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v4.10.11.
 1// 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};