s5pv210-smdkc110.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Samsung's S5PV210 SoC device tree source
  4. *
  5. * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd.
  6. *
  7. * Mateusz Krawczuk <[email protected]>
  8. * Tomasz Figa <[email protected]>
  9. *
  10. * Board device tree source for YIC System SMDC110 board.
  11. *
  12. * NOTE: This file is completely based on original board file for mach-smdkc110
  13. * available in Linux 3.15 and intends to provide equivalent level of hardware
  14. * support. Due to lack of hardware, _no_ testing has been performed.
  15. */
  16. /dts-v1/;
  17. #include <dt-bindings/input/input.h>
  18. #include "s5pv210.dtsi"
  19. / {
  20. model = "YIC System SMDKC110 based on S5PC110";
  21. compatible = "yic,smdkc110", "samsung,s5pv210";
  22. chosen {
  23. bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
  24. };
  25. memory@20000000 {
  26. device_type = "memory";
  27. reg = <0x20000000 0x20000000>;
  28. };
  29. pmic_ap_clk: clock-0 {
  30. /* Workaround for missing PMIC and its clock */
  31. compatible = "fixed-clock";
  32. #clock-cells = <0>;
  33. clock-frequency = <32768>;
  34. };
  35. };
  36. &xusbxti {
  37. clock-frequency = <24000000>;
  38. };
  39. &uart0 {
  40. status = "okay";
  41. };
  42. &uart1 {
  43. status = "okay";
  44. };
  45. &uart2 {
  46. status = "okay";
  47. };
  48. &uart3 {
  49. status = "okay";
  50. };
  51. &rtc {
  52. status = "okay";
  53. clocks = <&clocks CLK_RTC>, <&pmic_ap_clk>;
  54. clock-names = "rtc", "rtc_src";
  55. };
  56. &i2c0 {
  57. status = "okay";
  58. audio-codec@1b {
  59. compatible = "wlf,wm8580";
  60. reg = <0x1b>;
  61. };
  62. eeprom@50 {
  63. compatible = "atmel,24c08";
  64. reg = <0x50>;
  65. };
  66. };
  67. &i2s0 {
  68. status = "okay";
  69. };