sh73a0-kzm9g-reference.dts 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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-reference.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_2p8v: regulator@1 {
  34. compatible = "regulator-fixed";
  35. regulator-name = "fixed-2.8V";
  36. regulator-min-microvolt = <2800000>;
  37. regulator-max-microvolt = <2800000>;
  38. regulator-always-on;
  39. regulator-boot-on;
  40. };
  41. sdhi0: sdhi@0xee100000 {
  42. compatible = "renesas,shmobile-sdhi";
  43. reg = <0xee100000 0x100>;
  44. interrupt-parent = <&gic>;
  45. interrupts = <0 83 4
  46. 0 84 4
  47. 0 85 4>;
  48. vmmc-supply = <&reg_2p8v>;
  49. bus-width = <4>;
  50. toshiba,mmc-has-idle-wait;
  51. };
  52. sdhi2: sdhi@0xee140000 {
  53. compatible = "renesas,shmobile-sdhi";
  54. reg = <0xee140000 0x100>;
  55. interrupt-parent = <&gic>;
  56. interrupts = <0 104 4
  57. 0 105 4>;
  58. vmmc-supply = <&reg_2p8v>;
  59. bus-width = <4>;
  60. broken-cd;
  61. toshiba,mmc-wrprotect-disable;
  62. toshiba,mmc-has-idle-wait;
  63. };
  64. };
  65. &mmcif {
  66. bus-width = <8>;
  67. vmmc-supply = <&reg_1p8v>;
  68. };