da850-enbw-cmc.dts 663 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * Device Tree for AM1808 EnBW CMC board
  3. *
  4. * Copyright 2012 DENX Software Engineering GmbH
  5. * Heiko Schocher <hs@denx.de>
  6. *
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the
  9. * Free Software Foundation; either version 2 of the License, or (at your
  10. * option) any later version.
  11. */
  12. /dts-v1/;
  13. /include/ "da850.dtsi"
  14. / {
  15. compatible = "enbw,cmc", "ti,da850";
  16. model = "EnBW CMC";
  17. soc {
  18. serial0: serial@1c42000 {
  19. status = "okay";
  20. };
  21. serial1: serial@1d0c000 {
  22. status = "okay";
  23. };
  24. serial2: serial@1d0d000 {
  25. status = "okay";
  26. };
  27. };
  28. };