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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/ti/omap/omap3-sb-t35.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
  2 /*
  3  * Common support for CompuLab SB-T35 used on SBC-T3530, SBC-T3517 and SBC-T3730
  4  */
  5 
  6 / {
  7         tfp410: encoder {
  8                 compatible = "ti,tfp410";
  9 
 10                 powerdown-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;  /* gpio_54 */
 11 
 12                 pinctrl-names = "default";
 13                 pinctrl-0 = <&tfp410_pins>;
 14 
 15                 ports {
 16                         #address-cells = <1>;
 17                         #size-cells = <0>;
 18 
 19                         port@0 {
 20                                 reg = <0>;
 21 
 22                                 tfp410_in: endpoint {
 23                                         remote-endpoint = <&dpi_out>;
 24                                 };
 25                         };
 26 
 27                         port@1 {
 28                                 reg = <1>;
 29 
 30                                 tfp410_out: endpoint {
 31                                         remote-endpoint = <&dvi_connector_in>;
 32                                 };
 33                         };
 34                 };
 35         };
 36 
 37         dvi0: dvi-connector {
 38                 compatible = "dvi-connector";
 39                 label = "dvi";
 40 
 41                 port {
 42                         dvi_connector_in: endpoint {
 43                                 remote-endpoint = <&tfp410_out>;
 44                         };
 45                 };
 46         };
 47 
 48         audio_amp: audio_amp {
 49                 compatible = "regulator-fixed";
 50                 regulator-name = "audio_amp";
 51                 pinctrl-names = "default";
 52                 pinctrl-0 = <&sb_t35_audio_amp>;
 53                 gpio = <&gpio2 29 GPIO_ACTIVE_LOW>;   /* gpio_61 */
 54                 regulator-always-on;
 55         };
 56 };
 57 
 58 &omap3_pmx_core {
 59         smsc2_pins: smsc2-pins {
 60                 pinctrl-single,pins = <
 61                         OMAP3_CORE1_IOPAD(0x20b6, PIN_OUTPUT | MUX_MODE0)       /* gpmc_ncs4.gpmc_ncs4 */
 62                         OMAP3_CORE1_IOPAD(0x20d2, PIN_INPUT_PULLUP | MUX_MODE4) /* gpmc_wait3.gpio_65 */
 63                 >;
 64         };
 65 
 66         tfp410_pins: tfp410-pins {
 67                 pinctrl-single,pins = <
 68                         OMAP3_CORE1_IOPAD(0x20b4, PIN_OUTPUT | MUX_MODE4)       /* gpmc_ncs3.gpio_54 */
 69                 >;
 70         };
 71 
 72         i2c3_pins: i2c3-pins {
 73                 pinctrl-single,pins = <
 74                         OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */
 75                         OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */
 76                 >;
 77         };
 78 
 79         sb_t35_audio_amp: sb-t35-audio-amp-pins {
 80                 pinctrl-single,pins = <
 81                         OMAP3_CORE1_IOPAD(0x20c8, PIN_OUTPUT | MUX_MODE4) /* gpmc_nbe1.gpio_61 */
 82                 >;
 83         };
 84 };
 85 
 86 &i2c3 {
 87         pinctrl-names = "default";
 88         pinctrl-0 = <&i2c3_pins>;
 89 
 90         clock-frequency = <400000>;
 91 
 92         at24@50 {
 93                 compatible = "atmel,24c02";
 94                 pagesize = <16>;
 95                 reg = <0x50>;
 96         };
 97 };
 98 
 99 &gpmc {
100         ranges = <4 0 0x2d000000 0x01000000>;
101 
102         smsc2: ethernet@4,0 {
103                 compatible = "smsc,lan9221", "smsc,lan9115";
104                 pinctrl-names = "default";
105                 pinctrl-0 = <&smsc2_pins>;
106                 interrupt-parent = <&gpio3>;
107                 interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
108                 reg = <4 0 0xff>;
109                 bank-width = <2>;
110                 gpmc,device-width = <1>;
111                 gpmc,cycle2cycle-samecsen;
112                 gpmc,cycle2cycle-diffcsen;
113                 gpmc,cs-on-ns = <5>;
114                 gpmc,cs-rd-off-ns = <150>;
115                 gpmc,cs-wr-off-ns = <150>;
116                 gpmc,adv-on-ns = <0>;
117                 gpmc,adv-rd-off-ns = <15>;
118                 gpmc,adv-wr-off-ns = <40>;
119                 gpmc,oe-on-ns = <45>;
120                 gpmc,oe-off-ns = <140>;
121                 gpmc,we-on-ns = <45>;
122                 gpmc,we-off-ns = <140>;
123                 gpmc,rd-cycle-ns = <155>;
124                 gpmc,wr-cycle-ns = <155>;
125                 gpmc,access-ns = <120>;
126                 gpmc,page-burst-access-ns = <20>;
127                 gpmc,bus-turnaround-ns = <75>;
128                 gpmc,cycle2cycle-delay-ns = <75>;
129                 gpmc,wait-monitoring-ns = <0>;
130                 gpmc,clk-activation-ns = <0>;
131                 gpmc,wr-data-mux-bus-ns = <0>;
132                 gpmc,wr-access-ns = <0>;
133                 vddvario-supply = <&vddvario>;
134                 vdd33a-supply = <&vdd33a>;
135                 reg-io-width = <4>;
136                 smsc,save-mac-address;
137         };
138 };

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