tegra20-tec.dts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include "tegra20-tamonten.dtsi"
  4. / {
  5. model = "Avionic Design Tamonten Evaluation Carrier";
  6. compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
  7. host1x@50000000 {
  8. hdmi@54280000 {
  9. status = "okay";
  10. };
  11. };
  12. i2c@7000c000 {
  13. wm8903: wm8903@1a {
  14. compatible = "wlf,wm8903";
  15. reg = <0x1a>;
  16. interrupt-parent = <&gpio>;
  17. interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_LEVEL_HIGH>;
  18. gpio-controller;
  19. #gpio-cells = <2>;
  20. micdet-cfg = <0>;
  21. micdet-delay = <100>;
  22. gpio-cfg = <0xffffffff
  23. 0xffffffff
  24. 0
  25. 0xffffffff
  26. 0xffffffff>;
  27. };
  28. };
  29. pcie@80003000 {
  30. status = "okay";
  31. pci@1,0 {
  32. status = "okay";
  33. };
  34. };
  35. sound {
  36. compatible = "ad,tegra-audio-wm8903-tec",
  37. "nvidia,tegra-audio-wm8903";
  38. nvidia,model = "Avionic Design TEC";
  39. nvidia,audio-routing =
  40. "Headphone Jack", "HPOUTR",
  41. "Headphone Jack", "HPOUTL",
  42. "Int Spk", "ROP",
  43. "Int Spk", "RON",
  44. "Int Spk", "LOP",
  45. "Int Spk", "LON",
  46. "Mic Jack", "MICBIAS",
  47. "IN1L", "Mic Jack";
  48. nvidia,i2s-controller = <&tegra_i2s1>;
  49. nvidia,audio-codec = <&wm8903>;
  50. nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
  51. nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
  52. GPIO_ACTIVE_LOW>;
  53. clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
  54. <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
  55. <&tegra_car TEGRA20_CLK_CDEV1>;
  56. clock-names = "pll_a", "pll_a_out0", "mclk";
  57. };
  58. vcc_24v_reg: regulator-24v {
  59. compatible = "regulator-fixed";
  60. regulator-name = "vcc_24v";
  61. regulator-min-microvolt = <24000000>;
  62. regulator-max-microvolt = <24000000>;
  63. regulator-always-on;
  64. };
  65. vdd_5v0_reg: regulator-5v0 {
  66. compatible = "regulator-fixed";
  67. regulator-name = "vdd_5v0";
  68. vin-supply = <&vcc_24v_reg>;
  69. regulator-min-microvolt = <5000000>;
  70. regulator-max-microvolt = <5000000>;
  71. regulator-always-on;
  72. };
  73. vdd_3v3_reg: regulator-3v3 {
  74. compatible = "regulator-fixed";
  75. regulator-name = "vdd_3v3";
  76. vin-supply = <&vcc_24v_reg>;
  77. regulator-min-microvolt = <3300000>;
  78. regulator-max-microvolt = <3300000>;
  79. regulator-always-on;
  80. };
  81. vdd_1v8_reg: regulator-1v8 {
  82. compatible = "regulator-fixed";
  83. regulator-name = "vdd_1v8";
  84. vin-supply = <&vdd_3v3_reg>;
  85. regulator-min-microvolt = <1800000>;
  86. regulator-max-microvolt = <1800000>;
  87. regulator-always-on;
  88. };
  89. };