exynos5440-sd5v1.dts 832 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * SAMSUNG SD5v1 board device tree source
  3. *
  4. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /dts-v1/;
  12. /include/ "exynos5440.dtsi"
  13. / {
  14. model = "SAMSUNG SD5v1 board based on EXYNOS5440";
  15. compatible = "samsung,sd5v1", "samsung,exynos5440";
  16. chosen {
  17. bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 console=ttySAC0,115200";
  18. };
  19. fixed-rate-clocks {
  20. xtal {
  21. compatible = "samsung,clock-xtal";
  22. clock-frequency = <50000000>;
  23. };
  24. };
  25. gmac: ethernet@00230000 {
  26. fixed_phy;
  27. phy_addr = <1>;
  28. };
  29. spi {
  30. status = "disabled";
  31. };
  32. };