vf610-twr.dts 270 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright 2016 Toradex AG
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+ or X11
  5. */
  6. /dts-v1/;
  7. #include "vf.dtsi"
  8. / {
  9. model = "VF610 Tower Board";
  10. compatible = "fsl,vf610-twr", "fsl,vf610";
  11. chosen {
  12. stdout-path = &uart1;
  13. };
  14. };
  15. &uart1 {
  16. status = "okay";
  17. };