tegra30-cardhu-a02.dts 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include "tegra30-cardhu.dtsi"
  4. /* This dts file support the cardhu A02 version of board */
  5. / {
  6. model = "NVIDIA Tegra30 Cardhu A02 evaluation board";
  7. compatible = "nvidia,cardhu-a02", "nvidia,cardhu", "nvidia,tegra30";
  8. mmc@78000400 {
  9. status = "okay";
  10. power-gpios = <&gpio TEGRA_GPIO(D, 4) GPIO_ACTIVE_HIGH>;
  11. bus-width = <4>;
  12. keep-power-in-suspend;
  13. };
  14. ddr_reg: regulator-ddr {
  15. compatible = "regulator-fixed";
  16. regulator-name = "vdd_ddr";
  17. regulator-min-microvolt = <1500000>;
  18. regulator-max-microvolt = <1500000>;
  19. regulator-always-on;
  20. regulator-boot-on;
  21. enable-active-high;
  22. gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
  23. };
  24. sys_3v3_reg: regulator-3v3 {
  25. compatible = "regulator-fixed";
  26. regulator-name = "sys_3v3";
  27. regulator-min-microvolt = <3300000>;
  28. regulator-max-microvolt = <3300000>;
  29. regulator-always-on;
  30. regulator-boot-on;
  31. enable-active-high;
  32. gpio = <&pmic 7 GPIO_ACTIVE_HIGH>;
  33. };
  34. usb1_vbus_reg: regulator-usb1 {
  35. compatible = "regulator-fixed";
  36. regulator-name = "usb1_vbus";
  37. regulator-min-microvolt = <5000000>;
  38. regulator-max-microvolt = <5000000>;
  39. enable-active-high;
  40. gpio = <&gpio TEGRA_GPIO(I, 4) GPIO_ACTIVE_HIGH>;
  41. gpio-open-drain;
  42. vin-supply = <&vdd_5v0_reg>;
  43. };
  44. usb3_vbus_reg: regulator-usb3 {
  45. compatible = "regulator-fixed";
  46. regulator-name = "usb3_vbus";
  47. regulator-min-microvolt = <5000000>;
  48. regulator-max-microvolt = <5000000>;
  49. enable-active-high;
  50. gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_HIGH>;
  51. gpio-open-drain;
  52. vin-supply = <&vdd_5v0_reg>;
  53. };
  54. vdd_5v0_reg: regulator-5v0 {
  55. compatible = "regulator-fixed";
  56. regulator-name = "5v0";
  57. regulator-min-microvolt = <5000000>;
  58. regulator-max-microvolt = <5000000>;
  59. enable-active-high;
  60. gpio = <&pmic 2 GPIO_ACTIVE_HIGH>;
  61. };
  62. vdd_bl_reg: regulator-bl {
  63. compatible = "regulator-fixed";
  64. regulator-name = "vdd_bl";
  65. regulator-min-microvolt = <5000000>;
  66. regulator-max-microvolt = <5000000>;
  67. regulator-always-on;
  68. regulator-boot-on;
  69. enable-active-high;
  70. gpio = <&gpio TEGRA_GPIO(K, 3) GPIO_ACTIVE_HIGH>;
  71. };
  72. };