eb_cpu5282_internal.dts 443 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
  4. */
  5. /dts-v1/;
  6. /include/ "mcf5282.dtsi"
  7. / {
  8. model = "BuS eb_cpu5282_internals";
  9. compatible = "bus,eb_cpu5282_internals";
  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. rtc@68 {
  24. compatible = "dallas,ds1338";
  25. reg = <0x68>;
  26. };
  27. };