pcm052.dts 267 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 = "Phytec phyCORE-Vybrid";
  9. compatible = "phytec,pcm052", "fsl,vf610";
  10. chosen {
  11. stdout-path = &uart1;
  12. };
  13. };
  14. &uart1 {
  15. status = "okay";
  16. };