r8a7778-bockw-reference.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Reference Device Tree Source for the Bock-W board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
  6. *
  7. * based on r8a7779
  8. *
  9. * Copyright (C) 2013 Renesas Solutions Corp.
  10. * Copyright (C) 2013 Simon Horman
  11. *
  12. * This file is licensed under the terms of the GNU General Public License
  13. * version 2. This program is licensed "as is" without any warranty of any
  14. * kind, whether express or implied.
  15. */
  16. /dts-v1/;
  17. /include/ "r8a7778.dtsi"
  18. / {
  19. model = "bockw";
  20. compatible = "renesas,bockw-reference", "renesas,r8a7778";
  21. chosen {
  22. bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
  23. };
  24. memory {
  25. device_type = "memory";
  26. reg = <0x60000000 0x10000000>;
  27. };
  28. fixedregulator3v3: fixedregulator@0 {
  29. compatible = "regulator-fixed";
  30. regulator-name = "fixed-3.3V";
  31. regulator-min-microvolt = <3300000>;
  32. regulator-max-microvolt = <3300000>;
  33. regulator-boot-on;
  34. regulator-always-on;
  35. };
  36. ethernet@18300000 {
  37. compatible = "smsc,lan9220", "smsc,lan9115";
  38. reg = <0x18300000 0x1000>;
  39. phy-mode = "mii";
  40. interrupt-parent = <&irqpin>;
  41. interrupts = <0 0>; /* IRQ0: hwirq 0 on irqpin */
  42. reg-io-width = <4>;
  43. vddvario-supply = <&fixedregulator3v3>;
  44. vdd33a-supply = <&fixedregulator3v3>;
  45. };
  46. };
  47. &irqpin {
  48. status = "okay";
  49. };