M54418TWR_serial_rmii.dts 369 B

12345678910111213141516171819202122232425
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
  4. */
  5. /dts-v1/;
  6. /include/ "mcf5441x.dtsi"
  7. / {
  8. model = "Freescale M54418TWR_serial_rmii";
  9. compatible = "fsl,M54418TWR_serial_rmii";
  10. chosen {
  11. stdout-path = "serial0:115200n8";
  12. };
  13. };
  14. &uart0 {
  15. u-boot,dm-pre-reloc;
  16. status = "okay";
  17. };
  18. &dspi0 {
  19. status = "okay";
  20. };