sh73a0-kzm9g-reference.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Device Tree Source for the KZM-A9-GT board
  3. *
  4. * Copyright (C) 2012 Horms Solutions Ltd.
  5. *
  6. * Based on sh73a0-kzm9g.dts
  7. * Copyright (C) 2012 Renesas Solutions Corp.
  8. *
  9. * This file is licensed under the terms of the GNU General Public License
  10. * version 2. This program is licensed "as is" without any warranty of any
  11. * kind, whether express or implied.
  12. */
  13. /dts-v1/;
  14. /include/ "sh73a0.dtsi"
  15. / {
  16. model = "KZM-A9-GT";
  17. compatible = "renesas,kzm9g-reference", "renesas,sh73a0";
  18. chosen {
  19. bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200";
  20. };
  21. memory {
  22. device_type = "memory";
  23. reg = <0x41000000 0x1e800000>;
  24. };
  25. reg_1p8v: regulator@0 {
  26. compatible = "regulator-fixed";
  27. regulator-name = "fixed-1.8V";
  28. regulator-min-microvolt = <1800000>;
  29. regulator-max-microvolt = <1800000>;
  30. regulator-always-on;
  31. regulator-boot-on;
  32. };
  33. reg_3p3v: regulator@1 {
  34. compatible = "regulator-fixed";
  35. regulator-name = "fixed-3.3V";
  36. regulator-min-microvolt = <3300000>;
  37. regulator-max-microvolt = <3300000>;
  38. regulator-always-on;
  39. regulator-boot-on;
  40. };
  41. };
  42. &mmcif {
  43. bus-width = <8>;
  44. vmmc-supply = <&reg_1p8v>;
  45. status = "okay";
  46. };
  47. &sdhi0 {
  48. vmmc-supply = <&reg_3p3v>;
  49. bus-width = <4>;
  50. status = "okay";
  51. };
  52. &sdhi2 {
  53. vmmc-supply = <&reg_3p3v>;
  54. bus-width = <4>;
  55. broken-cd;
  56. status = "okay";
  57. };