M5373EVB.dts 362 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
  4. */
  5. /dts-v1/;
  6. /include/ "mcf537x.dtsi"
  7. / {
  8. model = "Freescale M5373EVB";
  9. compatible = "fsl,M5373EVB";
  10. chosen {
  11. stdout-path = "serial0:115200n8";
  12. };
  13. };
  14. &uart0 {
  15. bootph-all;
  16. status = "okay";
  17. };
  18. &fec0 {
  19. status = "okay";
  20. };
  21. &i2c0 {
  22. status = "okay";
  23. };