tegra20-iris-512.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /dts-v1/;
  2. #include "tegra20-colibri-512.dtsi"
  3. / {
  4. model = "Toradex Colibri T20 512MB on Iris";
  5. compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20";
  6. aliases {
  7. serial0 = &uarta;
  8. serial1 = &uartd;
  9. };
  10. host1x@50000000 {
  11. hdmi@54280000 {
  12. status = "okay";
  13. };
  14. };
  15. pinmux@70000014 {
  16. state_default: pinmux {
  17. hdint {
  18. nvidia,tristate = <TEGRA_PIN_DISABLE>;
  19. };
  20. i2cddc {
  21. nvidia,tristate = <TEGRA_PIN_DISABLE>;
  22. };
  23. sdio4 {
  24. nvidia,tristate = <TEGRA_PIN_DISABLE>;
  25. };
  26. uarta {
  27. nvidia,tristate = <TEGRA_PIN_DISABLE>;
  28. };
  29. uartd {
  30. nvidia,tristate = <TEGRA_PIN_DISABLE>;
  31. };
  32. };
  33. };
  34. serial@70006000 {
  35. status = "okay";
  36. };
  37. serial@70006300 {
  38. status = "okay";
  39. };
  40. i2c_ddc: i2c@7000c400 {
  41. status = "okay";
  42. };
  43. usb@c5000000 {
  44. status = "okay";
  45. };
  46. usb-phy@c5000000 {
  47. status = "okay";
  48. };
  49. usb@c5008000 {
  50. status = "okay";
  51. };
  52. usb-phy@c5008000 {
  53. status = "okay";
  54. };
  55. sdhci@c8000600 {
  56. status = "okay";
  57. bus-width = <4>;
  58. vmmc-supply = <&vcc_sd_reg>;
  59. vqmmc-supply = <&vcc_sd_reg>;
  60. };
  61. regulators {
  62. regulator@0 {
  63. compatible = "regulator-fixed";
  64. reg = <0>;
  65. regulator-name = "usb_host_vbus";
  66. regulator-min-microvolt = <5000000>;
  67. regulator-max-microvolt = <5000000>;
  68. regulator-boot-on;
  69. regulator-always-on;
  70. gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
  71. };
  72. vcc_sd_reg: regulator@1 {
  73. compatible = "regulator-fixed";
  74. reg = <1>;
  75. regulator-name = "vcc_sd";
  76. regulator-min-microvolt = <3300000>;
  77. regulator-max-microvolt = <3300000>;
  78. regulator-boot-on;
  79. regulator-always-on;
  80. };
  81. };
  82. };