r8a7779-marzen-reference.dts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*
  2. * Reference Device Tree Source for the Marzen board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. * Copyright (C) 2013 Simon Horman
  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/ "r8a7779.dtsi"
  13. / {
  14. model = "marzen";
  15. compatible = "renesas,marzen-reference", "renesas,r8a7779";
  16. chosen {
  17. bootargs = "console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on";
  18. };
  19. memory {
  20. device_type = "memory";
  21. reg = <0x60000000 0x40000000>;
  22. };
  23. fixedregulator3v3: fixedregulator@0 {
  24. compatible = "regulator-fixed";
  25. regulator-name = "fixed-3.3V";
  26. regulator-min-microvolt = <3300000>;
  27. regulator-max-microvolt = <3300000>;
  28. regulator-boot-on;
  29. regulator-always-on;
  30. };
  31. lan0@18000000 {
  32. compatible = "smsc,lan9220", "smsc,lan9115";
  33. reg = <0x18000000 0x100>;
  34. pinctrl-0 = <&lan0_pins>;
  35. pinctrl-names = "default";
  36. phy-mode = "mii";
  37. interrupt-parent = <&gic>;
  38. interrupts = <0 28 0x4>;
  39. reg-io-width = <4>;
  40. vddvario-supply = <&fixedregulator3v3>;
  41. vdd33a-supply = <&fixedregulator3v3>;
  42. };
  43. };
  44. &pfc {
  45. pinctrl-0 = <&scif2_pins &scif4_pins &sdhi0_pins>;
  46. pinctrl-names = "default";
  47. lan0_pins: lan0 {
  48. intc {
  49. renesas,groups = "intc_irq1_b";
  50. renesas,function = "intc";
  51. };
  52. lbsc {
  53. renesas,groups = "lbsc_ex_cs0";
  54. renesas,function = "lbsc";
  55. };
  56. };
  57. scif2_pins: scif2 {
  58. renesas,groups = "scif2_data_c";
  59. renesas,function = "scif2";
  60. };
  61. scif4_pins: scif4 {
  62. renesas,groups = "scif4_data";
  63. renesas,function = "scif4";
  64. };
  65. sdhi0_pins: sdhi0 {
  66. renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd",
  67. "sdhi0_wp";
  68. renesas,function = "sdhi0";
  69. };
  70. };