astro_mcf5373l.dts 391 B

123456789101112131415161718192021222324252627
  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 = "Astro mcf5373l";
  9. compatible = "astro,mcf5373l";
  10. chosen {
  11. stdout-path = "serial0:115200n8";
  12. };
  13. };
  14. &uart0 {
  15. bootph-all;
  16. status = "okay";
  17. };
  18. &i2c0 {
  19. clock-frequency = <80000>;
  20. u-boot,i2c-slave-addr = <0x7f>;
  21. status = "okay";
  22. };