~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/nvidia/tegra20-tec.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php