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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.