r7s72100-genmai.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*
  2. * Device Tree Source for the Genmai board
  3. *
  4. * Copyright (C) 2013-14 Renesas Solutions Corp.
  5. * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>
  6. *
  7. * This file is licensed under the terms of the GNU General Public License
  8. * version 2. This program is licensed "as is" without any warranty of any
  9. * kind, whether express or implied.
  10. */
  11. /dts-v1/;
  12. #include "r7s72100.dtsi"
  13. / {
  14. model = "Genmai";
  15. compatible = "renesas,genmai", "renesas,r7s72100";
  16. aliases {
  17. serial0 = &scif2;
  18. };
  19. chosen {
  20. bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
  21. stdout-path = "serial0:115200n8";
  22. };
  23. memory@8000000 {
  24. device_type = "memory";
  25. reg = <0x08000000 0x08000000>;
  26. };
  27. lbsc {
  28. #address-cells = <1>;
  29. #size-cells = <1>;
  30. };
  31. };
  32. &extal_clk {
  33. clock-frequency = <13330000>;
  34. };
  35. &usb_x1_clk {
  36. clock-frequency = <48000000>;
  37. };
  38. &mtu2 {
  39. status = "okay";
  40. };
  41. &i2c2 {
  42. status = "okay";
  43. clock-frequency = <400000>;
  44. eeprom@50 {
  45. compatible = "renesas,24c128";
  46. reg = <0x50>;
  47. pagesize = <64>;
  48. };
  49. };
  50. &scif2 {
  51. status = "okay";
  52. };
  53. &spi4 {
  54. status = "okay";
  55. codec: codec@0 {
  56. compatible = "wlf,wm8978";
  57. reg = <0>;
  58. spi-max-frequency = <5000000>;
  59. };
  60. };