imx7d-flex-concentrator-mfg.dts 479 B

12345678910111213141516171819202122232425
  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 <[email protected]>
  8. */
  9. /dts-v1/;
  10. #include "imx7d-flex-concentrator.dts"
  11. / {
  12. model = "Kamstrup OMNIA Flex Concentrator - Manufacturing";
  13. compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
  14. chosen {
  15. stdout-path = &uart4;
  16. };
  17. };
  18. &uart4 {
  19. status = "okay";
  20. };