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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/ti/omap/omap3-overo-common-peripherals.dtsi

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-only
  2 /*
  3  * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
  4  */
  5 
  6 /*
  7  * Peripherals common to all Gumstix Overo boards (Tobi, Summit, Palo43,...)
  8  */
  9 
 10 / {
 11         lis33_3v3: lis33-3v3-reg {
 12                 compatible = "regulator-fixed";
 13                 regulator-name = "lis33-3v3-reg";
 14                 regulator-min-microvolt = <3300000>;
 15                 regulator-max-microvolt = <3300000>;
 16         };
 17 
 18         lis33_1v8: lis33-1v8-reg {
 19                 compatible = "regulator-fixed";
 20                 regulator-name = "lis33-1v8-reg";
 21                 regulator-min-microvolt = <1800000>;
 22                 regulator-max-microvolt = <1800000>;
 23         };
 24 };
 25 
 26 &omap3_pmx_core {
 27         i2c3_pins: i2c3-pins {
 28                 pinctrl-single,pins = <
 29                         OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT | MUX_MODE0)        /* i2c3_scl.i2c3_scl */
 30                         OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT | MUX_MODE0)        /* i2c3_sda.i2c3_sda */
 31                 >;
 32         };
 33 
 34         uart3_pins: uart3-pins {
 35                 pinctrl-single,pins = <
 36                         OMAP3_CORE1_IOPAD(0x219e, PIN_INPUT | MUX_MODE0)        /* uart3_rx_irrx.uart3_rx_irrx */
 37                         OMAP3_CORE1_IOPAD(0x21a0, PIN_OUTPUT | MUX_MODE0)       /* uart3_tx_irtx.uart3_tx_irtx */
 38                 >;
 39         };
 40 };
 41 
 42 &i2c3 {
 43         pinctrl-names = "default";
 44         pinctrl-0 = <&i2c3_pins>;
 45         clock-frequency = <100000>;
 46 
 47         /* optional 1K EEPROM with revision information */
 48         eeprom@51 {
 49                 compatible = "atmel,24c01";
 50                 reg = <0x51>;
 51                 pagesize = <8>;
 52         };
 53 
 54         lis33de: lis33de@1d {
 55                 compatible = "st,lis33de", "st,lis3lv02d";
 56                 reg = <0x1d>;
 57                 Vdd-supply = <&lis33_1v8>;
 58                 Vdd_IO-supply = <&lis33_3v3>;
 59 
 60                 st,click-single-x;
 61                 st,click-single-y;
 62                 st,click-single-z;
 63                 st,click-thresh-x = <10>;
 64                 st,click-thresh-y = <10>;
 65                 st,click-thresh-z = <10>;
 66                 st,irq1-click;
 67                 st,irq2-click;
 68                 st,wakeup-x-lo;
 69                 st,wakeup-x-hi;
 70                 st,wakeup-y-lo;
 71                 st,wakeup-y-hi;
 72                 st,wakeup-z-lo;
 73                 st,wakeup-z-hi;
 74                 st,min-limit-x = <120>;
 75                 st,min-limit-y = <120>;
 76                 st,min-limit-z = <140>;
 77                 st,max-limit-x = <550>;
 78                 st,max-limit-y = <550>;
 79                 st,max-limit-z = <750>;
 80         };
 81 };
 82 
 83 &mmc3 {
 84         status = "disabled";
 85 };
 86 
 87 &uart3 {
 88         interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
 89         pinctrl-names = "default";
 90         pinctrl-0 = <&uart3_pins>;
 91 };
 92 

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