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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/ti/omap/omap2420-n810.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 "omap2420-n8x0-common.dtsi"
  5 
  6 / {
  7         model = "Nokia N810";
  8         compatible = "nokia,n810", "nokia,n8x0", "ti,omap2420", "ti,omap2";
  9 
 10         vio_ape: vio_ape {
 11                 compatible = "regulator-fixed";
 12                 regulator-name = "vio_ape";
 13                 regulator-min-microvolt = <1800000>;
 14                 regulator-max-microvolt = <1800000>;
 15         };
 16 
 17         v28_aic: v28_aic {
 18                 compatible = "regulator-fixed";
 19                 regulator-name = "v28_aic";
 20                 regulator-min-microvolt = <2800000>;
 21                 regulator-max-microvolt = <2800000>;
 22         };
 23 };
 24 
 25 &omap2420_pmx {
 26         mcbsp2_pins: mcbsp2-pins {
 27                 pinctrl-single,pins = <
 28                         OMAP2420_CORE_IOPAD(0x0124, PIN_INPUT | MUX_MODE1)      /* eac_ac_sclk.mcbsp2_clkx */
 29                         OMAP2420_CORE_IOPAD(0x0125, PIN_INPUT | MUX_MODE1)      /* eac_ac_fs.mcbsp2_fsx */
 30                         OMAP2420_CORE_IOPAD(0x0126, PIN_INPUT | MUX_MODE1)      /* eac_ac_din.mcbsp2_dr */
 31                         OMAP2420_CORE_IOPAD(0x0127, PIN_OUTPUT | MUX_MODE1)     /* eac_ac_dout.mcbsp2_dx */
 32                 >;
 33         };
 34 
 35         aic33_pins: aic33-pins {
 36                 pinctrl-single,pins = <
 37                         OMAP2420_CORE_IOPAD(0x0129, PIN_OUTPUT | MUX_MODE3)     /* eac_ac_rst.gpio118 */
 38                         OMAP2420_CORE_IOPAD(0x00e8, PIN_OUTPUT | MUX_MODE2)     /* vlynq_tx1.sys_clkout2 */
 39                 >;
 40         };
 41 };
 42 
 43 &i2c2 {
 44         aic33@18 {
 45                 compatible = "ti,tlv320aic33";
 46                 reg = <0x18>;
 47 
 48                 pinctrl-names = "default";
 49                 pinctrl-0 = <&aic33_pins>;
 50 
 51                 reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */
 52 
 53                 ai3x-gpio-func = <
 54                         10 /* AIC3X_GPIO1_FUNC_DIGITAL_MIC_MODCLK */
 55                         5 /* AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT */
 56                 >;
 57                 ai3x-micbias-vg = <1>; /* 2V */
 58 
 59                 AVDD-supply = <&v28_aic>;
 60                 DRVDD-supply = <&v28_aic>;
 61                 IOVDD-supply = <&vio_ape>;
 62                 DVDD-supply = <&vio_ape>;
 63 
 64                 assigned-clocks = <&sys_clkout2_src>, <&sys_clkout2>;
 65                 assigned-clock-parents = <&func_96m_ck>;
 66                 assigned-clock-rates = <0>, <12000000>;
 67         };
 68 };
 69 
 70 &mcbsp2 {
 71         pinctrl-names = "default";
 72         pinctrl-0 = <&mcbsp2_pins>;
 73 
 74         status = "okay";
 75 };

~ [ 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