M5208EVBE.dts 477 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
  4. */
  5. /dts-v1/;
  6. /include/ "mcf5208.dtsi"
  7. / {
  8. model = "Freescale M5208EVBE";
  9. compatible = "fsl,M5208EVBE";
  10. chosen {
  11. stdout-path = "serial0:115200n8";
  12. };
  13. };
  14. &wdog0 {
  15. timeout-sec = <32>;
  16. status = "okay";
  17. };
  18. &uart0 {
  19. bootph-all;
  20. status = "okay";
  21. };
  22. &fec0 {
  23. status = "okay";
  24. };
  25. &i2c0 {
  26. clock-frequency = <80000>;
  27. u-boot,i2c-slave-addr = <0x7f>;
  28. status = "okay";
  29. };