vf610-twr.dts 263 B

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