s5pv210-smdkc110.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*
  2. * Samsung's S5PV210 SoC device tree source
  3. *
  4. * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd.
  5. *
  6. * Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
  7. * Tomasz Figa <t.figa@samsung.com>
  8. *
  9. * Board device tree source for YIC System SMDC110 board.
  10. *
  11. * NOTE: This file is completely based on original board file for mach-smdkc110
  12. * available in Linux 3.15 and intends to provide equivalent level of hardware
  13. * support. Due to lack of hardware, _no_ testing has been performed.
  14. *
  15. * This program is free software; you can redistribute it and/or modify
  16. * it under the terms of the GNU General Public License version 2 as
  17. * published by the Free Software Foundation.
  18. */
  19. /dts-v1/;
  20. #include <dt-bindings/input/input.h>
  21. #include "s5pv210.dtsi"
  22. / {
  23. model = "YIC System SMDKC110 based on S5PC110";
  24. compatible = "yic,smdkc110", "samsung,s5pv210";
  25. chosen {
  26. bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
  27. };
  28. memory@20000000 {
  29. device_type = "memory";
  30. reg = <0x20000000 0x20000000>;
  31. };
  32. };
  33. &xusbxti {
  34. clock-frequency = <24000000>;
  35. };
  36. &uart0 {
  37. status = "okay";
  38. };
  39. &uart1 {
  40. status = "okay";
  41. };
  42. &uart2 {
  43. status = "okay";
  44. };
  45. &uart3 {
  46. status = "okay";
  47. };
  48. &rtc {
  49. status = "okay";
  50. };
  51. &i2c0 {
  52. status = "okay";
  53. audio-codec@1b {
  54. compatible = "wlf,wm8580";
  55. reg = <0x1b>;
  56. };
  57. eeprom@50 {
  58. compatible = "atmel,24c08";
  59. reg = <0x50>;
  60. };
  61. };
  62. &i2s0 {
  63. status = "okay";
  64. };