r8a73a4-ape6evm.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*
  2. * Device Tree Source for the APE6EVM board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. /include/ "r8a73a4.dtsi"
  12. / {
  13. model = "APE6EVM";
  14. compatible = "renesas,ape6evm", "renesas,r8a73a4";
  15. chosen {
  16. bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
  17. };
  18. memory@40000000 {
  19. device_type = "memory";
  20. reg = <0 0x40000000 0 0x40000000>;
  21. };
  22. ape6evm_fixed_3v3: fixedregulator@0 {
  23. compatible = "regulator-fixed";
  24. regulator-name = "3V3";
  25. regulator-min-microvolt = <3300000>;
  26. regulator-max-microvolt = <3300000>;
  27. regulator-always-on;
  28. };
  29. lbsc {
  30. #address-cells = <1>;
  31. #size-cells = <1>;
  32. ethernet@8000000 {
  33. compatible = "smsc,lan9118", "smsc,lan9115";
  34. reg = <0x08000000 0x1000>;
  35. interrupt-parent = <&irqc1>;
  36. interrupts = <8 0x4>;
  37. phy-mode = "mii";
  38. reg-io-width = <4>;
  39. smsc,irq-active-high;
  40. smsc,irq-push-pull;
  41. vdd33a-supply = <&ape6evm_fixed_3v3>;
  42. vddvario-supply = <&ape6evm_fixed_3v3>;
  43. };
  44. };
  45. };
  46. &i2c5 {
  47. status = "okay";
  48. vdd_dvfs: max8973@1b {
  49. compatible = "maxim,max8973";
  50. reg = <0x1b>;
  51. regulator-min-microvolt = <935000>;
  52. regulator-max-microvolt = <1200000>;
  53. regulator-boot-on;
  54. regulator-always-on;
  55. };
  56. };
  57. &cpu0 {
  58. cpu0-supply = <&vdd_dvfs>;
  59. operating-points = <
  60. /* kHz uV */
  61. 1950000 1115000
  62. 1462500 995000
  63. >;
  64. voltage-tolerance = <1>; /* 1% */
  65. };