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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/ti/omap/am335x-cm-t335.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 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm/ti/omap/am335x-cm-t335.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm/ti/omap/am335x-cm-t335.dts (Architecture sparc64)


  1 // SPDX-License-Identifier: GPL-2.0-only            1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*                                                  2 /*
  3  * am335x-cm-t335.dts - Device Tree file for C      3  * am335x-cm-t335.dts - Device Tree file for Compulab CM-T335
  4  *                                                  4  *
  5  * Copyright (C) 2014 - 2015 CompuLab Ltd. - h      5  * Copyright (C) 2014 - 2015 CompuLab Ltd. - https://www.compulab.co.il/
  6  */                                                 6  */
  7                                                     7 
  8 /dts-v1/;                                           8 /dts-v1/;
  9                                                     9 
 10 #include "am33xx.dtsi"                             10 #include "am33xx.dtsi"
 11 #include <dt-bindings/interrupt-controller/irq     11 #include <dt-bindings/interrupt-controller/irq.h>
 12                                                    12 
 13 / {                                                13 / {
 14         model = "CompuLab CM-T335";                14         model = "CompuLab CM-T335";
 15         compatible = "compulab,cm-t335", "ti,a     15         compatible = "compulab,cm-t335", "ti,am33xx";
 16                                                    16 
 17         memory@80000000 {                          17         memory@80000000 {
 18                 device_type = "memory";            18                 device_type = "memory";
 19                 reg = <0x80000000 0x8000000>;      19                 reg = <0x80000000 0x8000000>;   /* 128 MB */
 20         };                                         20         };
 21                                                    21 
 22         leds {                                     22         leds {
 23                 compatible = "gpio-leds";          23                 compatible = "gpio-leds";
 24                 pinctrl-names = "default";         24                 pinctrl-names = "default";
 25                 pinctrl-0 = <&gpio_led_pins>;      25                 pinctrl-0 = <&gpio_led_pins>;
 26                 led0 {                             26                 led0 {
 27                         label = "cm_t335:green     27                         label = "cm_t335:green";
 28                         gpios = <&gpio2 0 GPIO     28                         gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;     /* gpio2_0 */
 29                         linux,default-trigger      29                         linux,default-trigger = "heartbeat";
 30                 };                                 30                 };
 31         };                                         31         };
 32                                                    32 
 33         /* regulator for mmc */                    33         /* regulator for mmc */
 34         vmmc_fixed: fixedregulator0 {              34         vmmc_fixed: fixedregulator0 {
 35                 compatible = "regulator-fixed"     35                 compatible = "regulator-fixed";
 36                 regulator-name = "vmmc_fixed";     36                 regulator-name = "vmmc_fixed";
 37                 regulator-min-microvolt = <330     37                 regulator-min-microvolt = <3300000>;
 38                 regulator-max-microvolt = <330     38                 regulator-max-microvolt = <3300000>;
 39         };                                         39         };
 40                                                    40 
 41         /* Regulator for WiFi */                   41         /* Regulator for WiFi */
 42         vwlan_fixed: fixedregulator2 {             42         vwlan_fixed: fixedregulator2 {
 43                 compatible = "regulator-fixed"     43                 compatible = "regulator-fixed";
 44                 regulator-name = "vwlan_fixed"     44                 regulator-name = "vwlan_fixed";
 45                 gpio = <&gpio0 20 GPIO_ACTIVE_     45                 gpio = <&gpio0 20 GPIO_ACTIVE_HIGH>; /* gpio0_20 */
 46                 enable-active-high;                46                 enable-active-high;
 47         };                                         47         };
 48                                                    48 
 49         backlight {                                49         backlight {
 50                 compatible = "pwm-backlight";      50                 compatible = "pwm-backlight";
 51                 pwms = <&ecap0 0 50000 0>;         51                 pwms = <&ecap0 0 50000 0>;
 52                 brightness-levels = <0 51 53 5     52                 brightness-levels = <0 51 53 56 62 75 101 152 255>;
 53                 default-brightness-level = <8>     53                 default-brightness-level = <8>;
 54         };                                         54         };
 55                                                    55 
 56         sound {                                    56         sound {
 57                 compatible = "simple-audio-car     57                 compatible = "simple-audio-card";
 58                 simple-audio-card,name = "cm-t     58                 simple-audio-card,name = "cm-t335";
 59                                                    59 
 60                 simple-audio-card,widgets =        60                 simple-audio-card,widgets =
 61                         "Microphone", "Mic Jac     61                         "Microphone", "Mic Jack",
 62                         "Line", "Line In",         62                         "Line", "Line In",
 63                         "Headphone", "Headphon     63                         "Headphone", "Headphone Jack";
 64                                                    64 
 65                 simple-audio-card,routing =        65                 simple-audio-card,routing =
 66                         "Headphone Jack", "LHP     66                         "Headphone Jack", "LHPOUT",
 67                         "Headphone Jack", "RHP     67                         "Headphone Jack", "RHPOUT",
 68                         "LLINEIN", "Line In",      68                         "LLINEIN", "Line In",
 69                         "RLINEIN", "Line In",      69                         "RLINEIN", "Line In",
 70                         "MICIN", "Mic Jack";       70                         "MICIN", "Mic Jack";
 71                                                    71 
 72                 simple-audio-card,format = "i2     72                 simple-audio-card,format = "i2s";
 73                 simple-audio-card,bitclock-mas     73                 simple-audio-card,bitclock-master = <&sound_master>;
 74                 simple-audio-card,frame-master     74                 simple-audio-card,frame-master = <&sound_master>;
 75                                                    75 
 76                 simple-audio-card,cpu {            76                 simple-audio-card,cpu {
 77                         sound-dai = <&mcasp1>;     77                         sound-dai = <&mcasp1>;
 78                 };                                 78                 };
 79                                                    79 
 80                 sound_master: simple-audio-car     80                 sound_master: simple-audio-card,codec {
 81                         sound-dai = <&tlv320ai     81                         sound-dai = <&tlv320aic23>;
 82                         system-clock-frequency     82                         system-clock-frequency = <12000000>;
 83                 };                                 83                 };
 84         };                                         84         };
 85 };                                                 85 };
 86                                                    86 
 87 &am33xx_pinmux {                                   87 &am33xx_pinmux {
 88         pinctrl-names = "default";                 88         pinctrl-names = "default";
 89         pinctrl-0 = <&bluetooth_pins>;             89         pinctrl-0 = <&bluetooth_pins>;
 90                                                    90 
 91         i2c0_pins: i2c0-pins {                     91         i2c0_pins: i2c0-pins {
 92                 pinctrl-single,pins = <            92                 pinctrl-single,pins = <
 93                         AM33XX_PADCONF(AM335X_     93                         AM33XX_PADCONF(AM335X_PIN_I2C0_SDA, PIN_INPUT_PULLUP, MUX_MODE0)
 94                         AM33XX_PADCONF(AM335X_     94                         AM33XX_PADCONF(AM335X_PIN_I2C0_SCL, PIN_INPUT_PULLUP, MUX_MODE0)
 95                 >;                                 95                 >;
 96         };                                         96         };
 97                                                    97 
 98         i2c1_pins: i2c1-pins {                     98         i2c1_pins: i2c1-pins {
 99                 pinctrl-single,pins = <            99                 pinctrl-single,pins = <
100                         /* uart0_ctsn.i2c1_sda    100                         /* uart0_ctsn.i2c1_sda */
101                         AM33XX_PADCONF(AM335X_    101                         AM33XX_PADCONF(AM335X_PIN_UART0_CTSN, PIN_INPUT_PULLUP, MUX_MODE2)
102                         /* uart0_rtsn.i2c1_scl    102                         /* uart0_rtsn.i2c1_scl */
103                         AM33XX_PADCONF(AM335X_    103                         AM33XX_PADCONF(AM335X_PIN_UART0_RTSN, PIN_INPUT_PULLUP, MUX_MODE2)
104                 >;                                104                 >;
105         };                                        105         };
106                                                   106 
107         gpio_led_pins: gpio-led-pins {            107         gpio_led_pins: gpio-led-pins {
108                 pinctrl-single,pins = <           108                 pinctrl-single,pins = <
109                         /* gpmc_csn3.gpio2_0 *    109                         /* gpmc_csn3.gpio2_0 */
110                         AM33XX_PADCONF(AM335X_    110                         AM33XX_PADCONF(AM335X_PIN_GPMC_CSN3, PIN_OUTPUT, MUX_MODE7)
111                 >;                                111                 >;
112         };                                        112         };
113                                                   113 
114         nandflash_pins: nandflash-pins {          114         nandflash_pins: nandflash-pins {
115                 pinctrl-single,pins = <           115                 pinctrl-single,pins = <
116                         AM33XX_PADCONF(AM335X_    116                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD0, PIN_INPUT_PULLUP, MUX_MODE0)
117                         AM33XX_PADCONF(AM335X_    117                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD1, PIN_INPUT_PULLUP, MUX_MODE0)
118                         AM33XX_PADCONF(AM335X_    118                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD2, PIN_INPUT_PULLUP, MUX_MODE0)
119                         AM33XX_PADCONF(AM335X_    119                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD3, PIN_INPUT_PULLUP, MUX_MODE0)
120                         AM33XX_PADCONF(AM335X_    120                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD4, PIN_INPUT_PULLUP, MUX_MODE0)
121                         AM33XX_PADCONF(AM335X_    121                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD5, PIN_INPUT_PULLUP, MUX_MODE0)
122                         AM33XX_PADCONF(AM335X_    122                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD6, PIN_INPUT_PULLUP, MUX_MODE0)
123                         AM33XX_PADCONF(AM335X_    123                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD7, PIN_INPUT_PULLUP, MUX_MODE0)
124                         AM33XX_PADCONF(AM335X_    124                         AM33XX_PADCONF(AM335X_PIN_GPMC_WAIT0, PIN_INPUT_PULLUP, MUX_MODE0)
125                         /* gpmc_wpn.gpio0_31 *    125                         /* gpmc_wpn.gpio0_31 */
126                         AM33XX_PADCONF(AM335X_    126                         AM33XX_PADCONF(AM335X_PIN_GPMC_WPN, PIN_INPUT_PULLUP, MUX_MODE7)
127                         AM33XX_PADCONF(AM335X_    127                         AM33XX_PADCONF(AM335X_PIN_GPMC_CSN0, PIN_OUTPUT, MUX_MODE0)
128                         AM33XX_PADCONF(AM335X_    128                         AM33XX_PADCONF(AM335X_PIN_GPMC_ADVN_ALE, PIN_OUTPUT, MUX_MODE0)
129                         AM33XX_PADCONF(AM335X_    129                         AM33XX_PADCONF(AM335X_PIN_GPMC_OEN_REN, PIN_OUTPUT, MUX_MODE0)
130                         AM33XX_PADCONF(AM335X_    130                         AM33XX_PADCONF(AM335X_PIN_GPMC_WEN, PIN_OUTPUT, MUX_MODE0)
131                         AM33XX_PADCONF(AM335X_    131                         AM33XX_PADCONF(AM335X_PIN_GPMC_BEN0_CLE, PIN_OUTPUT, MUX_MODE0)
132                 >;                                132                 >;
133         };                                        133         };
134                                                   134 
135         uart0_pins: uart0-pins {                  135         uart0_pins: uart0-pins {
136                 pinctrl-single,pins = <           136                 pinctrl-single,pins = <
137                         AM33XX_PADCONF(AM335X_    137                         AM33XX_PADCONF(AM335X_PIN_UART0_RXD, PIN_INPUT_PULLUP, MUX_MODE0)
138                         AM33XX_PADCONF(AM335X_    138                         AM33XX_PADCONF(AM335X_PIN_UART0_TXD, PIN_OUTPUT_PULLDOWN, MUX_MODE0)
139                 >;                                139                 >;
140         };                                        140         };
141                                                   141 
142         uart1_pins: uart1-pins {                  142         uart1_pins: uart1-pins {
143                 pinctrl-single,pins = <           143                 pinctrl-single,pins = <
144                         AM33XX_PADCONF(AM335X_    144                         AM33XX_PADCONF(AM335X_PIN_UART1_CTSN, PIN_INPUT, MUX_MODE0)
145                         AM33XX_PADCONF(AM335X_    145                         AM33XX_PADCONF(AM335X_PIN_UART1_RTSN, PIN_OUTPUT_PULLDOWN, MUX_MODE0)
146                         AM33XX_PADCONF(AM335X_    146                         AM33XX_PADCONF(AM335X_PIN_UART1_RXD, PIN_INPUT_PULLUP, MUX_MODE0)
147                         AM33XX_PADCONF(AM335X_    147                         AM33XX_PADCONF(AM335X_PIN_UART1_TXD, PIN_OUTPUT_PULLDOWN, MUX_MODE0)
148                 >;                                148                 >;
149         };                                        149         };
150                                                   150 
151         dcan0_pins: dcan0-pins {                  151         dcan0_pins: dcan0-pins {
152                 pinctrl-single,pins = <           152                 pinctrl-single,pins = <
153                         /* uart1_ctsn.dcan0_tx    153                         /* uart1_ctsn.dcan0_tx */
154                         AM33XX_PADCONF(AM335X_    154                         AM33XX_PADCONF(AM335X_PIN_UART1_CTSN, PIN_OUTPUT, MUX_MODE2)
155                         /* uart1_rtsn.dcan0_rx    155                         /* uart1_rtsn.dcan0_rx */
156                         AM33XX_PADCONF(AM335X_    156                         AM33XX_PADCONF(AM335X_PIN_UART1_RTSN, PIN_INPUT, MUX_MODE2)
157                 >;                                157                 >;
158         };                                        158         };
159                                                   159 
160         dcan1_pins: dcan1-pins {                  160         dcan1_pins: dcan1-pins {
161                 pinctrl-single,pins = <           161                 pinctrl-single,pins = <
162                         /* uart1_rxd.dcan1_tx     162                         /* uart1_rxd.dcan1_tx */
163                         AM33XX_PADCONF(AM335X_    163                         AM33XX_PADCONF(AM335X_PIN_UART1_RXD, PIN_OUTPUT, MUX_MODE2)
164                         /* uart1_txd.dcan1_rx     164                         /* uart1_txd.dcan1_rx */
165                         AM33XX_PADCONF(AM335X_    165                         AM33XX_PADCONF(AM335X_PIN_UART1_TXD, PIN_INPUT, MUX_MODE2)
166                 >;                                166                 >;
167         };                                        167         };
168                                                   168 
169         ecap0_pins: ecap0-pins {                  169         ecap0_pins: ecap0-pins {
170                 pinctrl-single,pins = <           170                 pinctrl-single,pins = <
171                         AM33XX_PADCONF(AM335X_    171                         AM33XX_PADCONF(AM335X_PIN_ECAP0_IN_PWM0_OUT, 0x0, MUX_MODE0)
172                 >;                                172                 >;
173         };                                        173         };
174                                                   174 
175         cpsw_default: cpsw-default-pins {         175         cpsw_default: cpsw-default-pins {
176                 pinctrl-single,pins = <           176                 pinctrl-single,pins = <
177                         /* Slave 1 */             177                         /* Slave 1 */
178                         /* mii1_tx_en.rgmii1_t    178                         /* mii1_tx_en.rgmii1_tctl */
179                         AM33XX_PADCONF(AM335X_    179                         AM33XX_PADCONF(AM335X_PIN_MII1_TX_EN, PIN_OUTPUT_PULLDOWN, MUX_MODE2)
180                         /* mii1_rxdv.rgmii1_rc    180                         /* mii1_rxdv.rgmii1_rctl */
181                         AM33XX_PADCONF(AM335X_    181                         AM33XX_PADCONF(AM335X_PIN_MII1_RX_DV, PIN_INPUT_PULLDOWN, MUX_MODE2)
182                         /* mii1_txd3.rgmii1_td    182                         /* mii1_txd3.rgmii1_td3 */
183                         AM33XX_PADCONF(AM335X_    183                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD3, PIN_OUTPUT_PULLDOWN, MUX_MODE2)
184                         /* mii1_txd2.rgmii1_td    184                         /* mii1_txd2.rgmii1_td2 */
185                         AM33XX_PADCONF(AM335X_    185                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD2, PIN_OUTPUT_PULLDOWN, MUX_MODE2)
186                         /* mii1_txd1.rgmii1_td    186                         /* mii1_txd1.rgmii1_td1 */
187                         AM33XX_PADCONF(AM335X_    187                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD1, PIN_OUTPUT_PULLDOWN, MUX_MODE2)
188                         /* mii1_txd0.rgmii1_td    188                         /* mii1_txd0.rgmii1_td0 */
189                         AM33XX_PADCONF(AM335X_    189                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD0, PIN_OUTPUT_PULLDOWN, MUX_MODE2)
190                         /* mii1_txclk.rgmii1_t    190                         /* mii1_txclk.rgmii1_tclk */
191                         AM33XX_PADCONF(AM335X_    191                         AM33XX_PADCONF(AM335X_PIN_MII1_TX_CLK, PIN_OUTPUT_PULLDOWN, MUX_MODE2)
192                         /* mii1_rxclk.rgmii1_r    192                         /* mii1_rxclk.rgmii1_rclk */
193                         AM33XX_PADCONF(AM335X_    193                         AM33XX_PADCONF(AM335X_PIN_MII1_RX_CLK, PIN_INPUT_PULLDOWN, MUX_MODE2)
194                         /* mii1_rxd3.rgmii1_rd    194                         /* mii1_rxd3.rgmii1_rd3 */
195                         AM33XX_PADCONF(AM335X_    195                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD3, PIN_INPUT_PULLDOWN, MUX_MODE2)
196                         /* mii1_rxd2.rgmii1_rd    196                         /* mii1_rxd2.rgmii1_rd2 */
197                         AM33XX_PADCONF(AM335X_    197                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD2, PIN_INPUT_PULLDOWN, MUX_MODE2)
198                         /* mii1_rxd1.rgmii1_rd    198                         /* mii1_rxd1.rgmii1_rd1 */
199                         AM33XX_PADCONF(AM335X_    199                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD1, PIN_INPUT_PULLDOWN, MUX_MODE2)
200                         /* mii1_rxd0.rgmii1_rd    200                         /* mii1_rxd0.rgmii1_rd0 */
201                         AM33XX_PADCONF(AM335X_    201                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD0, PIN_INPUT_PULLDOWN, MUX_MODE2)
202                 >;                                202                 >;
203         };                                        203         };
204                                                   204 
205         cpsw_sleep: cpsw-sleep-pins {             205         cpsw_sleep: cpsw-sleep-pins {
206                 pinctrl-single,pins = <           206                 pinctrl-single,pins = <
207                         /* Slave 1 reset value    207                         /* Slave 1 reset value */
208                         AM33XX_PADCONF(AM335X_    208                         AM33XX_PADCONF(AM335X_PIN_MII1_TX_EN, PIN_INPUT_PULLDOWN, MUX_MODE7)
209                         AM33XX_PADCONF(AM335X_    209                         AM33XX_PADCONF(AM335X_PIN_MII1_RX_DV, PIN_INPUT_PULLDOWN, MUX_MODE7)
210                         AM33XX_PADCONF(AM335X_    210                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD3, PIN_INPUT_PULLDOWN, MUX_MODE7)
211                         AM33XX_PADCONF(AM335X_    211                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD2, PIN_INPUT_PULLDOWN, MUX_MODE7)
212                         AM33XX_PADCONF(AM335X_    212                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD1, PIN_INPUT_PULLDOWN, MUX_MODE7)
213                         AM33XX_PADCONF(AM335X_    213                         AM33XX_PADCONF(AM335X_PIN_MII1_TXD0, PIN_INPUT_PULLDOWN, MUX_MODE7)
214                         AM33XX_PADCONF(AM335X_    214                         AM33XX_PADCONF(AM335X_PIN_MII1_TX_CLK, PIN_INPUT_PULLDOWN, MUX_MODE7)
215                         AM33XX_PADCONF(AM335X_    215                         AM33XX_PADCONF(AM335X_PIN_MII1_RX_CLK, PIN_INPUT_PULLDOWN, MUX_MODE7)
216                         AM33XX_PADCONF(AM335X_    216                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD3, PIN_INPUT_PULLDOWN, MUX_MODE7)
217                         AM33XX_PADCONF(AM335X_    217                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD2, PIN_INPUT_PULLDOWN, MUX_MODE7)
218                         AM33XX_PADCONF(AM335X_    218                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD1, PIN_INPUT_PULLDOWN, MUX_MODE7)
219                         AM33XX_PADCONF(AM335X_    219                         AM33XX_PADCONF(AM335X_PIN_MII1_RXD0, PIN_INPUT_PULLDOWN, MUX_MODE7)
220                 >;                                220                 >;
221         };                                        221         };
222                                                   222 
223         davinci_mdio_default: davinci-mdio-def    223         davinci_mdio_default: davinci-mdio-default-pins {
224                 pinctrl-single,pins = <           224                 pinctrl-single,pins = <
225                         AM33XX_PADCONF(AM335X_    225                         AM33XX_PADCONF(AM335X_PIN_MDIO, PIN_INPUT_PULLUP | SLEWCTRL_FAST, MUX_MODE0)
226                         AM33XX_PADCONF(AM335X_    226                         AM33XX_PADCONF(AM335X_PIN_MDC, PIN_OUTPUT_PULLUP, MUX_MODE0)
227                 >;                                227                 >;
228         };                                        228         };
229                                                   229 
230         davinci_mdio_sleep: davinci-mdio-sleep    230         davinci_mdio_sleep: davinci-mdio-sleep-pins {
231                 pinctrl-single,pins = <           231                 pinctrl-single,pins = <
232                         /* MDIO reset value */    232                         /* MDIO reset value */
233                         AM33XX_PADCONF(AM335X_    233                         AM33XX_PADCONF(AM335X_PIN_MDIO, PIN_INPUT_PULLDOWN, MUX_MODE7)
234                         AM33XX_PADCONF(AM335X_    234                         AM33XX_PADCONF(AM335X_PIN_MDC, PIN_INPUT_PULLDOWN, MUX_MODE7)
235                 >;                                235                 >;
236         };                                        236         };
237                                                   237 
238         mmc1_pins: mmc1-pins {                    238         mmc1_pins: mmc1-pins {
239                 pinctrl-single,pins = <           239                 pinctrl-single,pins = <
240                         AM33XX_PADCONF(AM335X_    240                         AM33XX_PADCONF(AM335X_PIN_MMC0_DAT3, PIN_INPUT_PULLUP, MUX_MODE0)
241                         AM33XX_PADCONF(AM335X_    241                         AM33XX_PADCONF(AM335X_PIN_MMC0_DAT2, PIN_INPUT_PULLUP, MUX_MODE0)
242                         AM33XX_PADCONF(AM335X_    242                         AM33XX_PADCONF(AM335X_PIN_MMC0_DAT1, PIN_INPUT_PULLUP, MUX_MODE0)
243                         AM33XX_PADCONF(AM335X_    243                         AM33XX_PADCONF(AM335X_PIN_MMC0_DAT0, PIN_INPUT_PULLUP, MUX_MODE0)
244                         AM33XX_PADCONF(AM335X_    244                         AM33XX_PADCONF(AM335X_PIN_MMC0_CLK, PIN_INPUT_PULLUP, MUX_MODE0)
245                         AM33XX_PADCONF(AM335X_    245                         AM33XX_PADCONF(AM335X_PIN_MMC0_CMD, PIN_INPUT_PULLUP, MUX_MODE0)
246                 >;                                246                 >;
247         };                                        247         };
248                                                   248 
249         spi0_pins: spi0-pins {                    249         spi0_pins: spi0-pins {
250                 pinctrl-single,pins = <           250                 pinctrl-single,pins = <
251                         AM33XX_PADCONF(AM335X_    251                         AM33XX_PADCONF(AM335X_PIN_SPI0_SCLK, PIN_INPUT, MUX_MODE0)
252                         AM33XX_PADCONF(AM335X_    252                         AM33XX_PADCONF(AM335X_PIN_SPI0_D0, PIN_OUTPUT_PULLUP, MUX_MODE0)
253                         AM33XX_PADCONF(AM335X_    253                         AM33XX_PADCONF(AM335X_PIN_SPI0_D1, PIN_INPUT, MUX_MODE0)
254                         AM33XX_PADCONF(AM335X_    254                         AM33XX_PADCONF(AM335X_PIN_SPI0_CS0, PIN_OUTPUT, MUX_MODE0)
255                         AM33XX_PADCONF(AM335X_    255                         AM33XX_PADCONF(AM335X_PIN_SPI0_CS1, PIN_OUTPUT, MUX_MODE0)
256                 >;                                256                 >;
257         };                                        257         };
258                                                   258 
259         /* wl1271 bluetooth */                    259         /* wl1271 bluetooth */
260         bluetooth_pins: bluetooth-pins {          260         bluetooth_pins: bluetooth-pins {
261                 pinctrl-single,pins = <           261                 pinctrl-single,pins = <
262                         /* XDMA_EVENT_INTR0.gp    262                         /* XDMA_EVENT_INTR0.gpio0_19 - bluetooth enable */
263                         AM33XX_PADCONF(AM335X_    263                         AM33XX_PADCONF(AM335X_PIN_XDMA_EVENT_INTR0, PIN_OUTPUT_PULLUP, MUX_MODE7)
264                 >;                                264                 >;
265         };                                        265         };
266                                                   266 
267         /* TLV320AIC23B codec */                  267         /* TLV320AIC23B codec */
268         mcasp1_pins: mcasp1-pins {                268         mcasp1_pins: mcasp1-pins {
269                 pinctrl-single,pins = <           269                 pinctrl-single,pins = <
270                         /* MII1_CRS.mcasp1_acl    270                         /* MII1_CRS.mcasp1_aclkx */
271                         AM33XX_PADCONF(AM335X_    271                         AM33XX_PADCONF(AM335X_PIN_MII1_CRS, PIN_INPUT_PULLDOWN, MUX_MODE4)
272                         /* MII1_RX_ER.mcasp1_f    272                         /* MII1_RX_ER.mcasp1_fsx */
273                         AM33XX_PADCONF(AM335X_    273                         AM33XX_PADCONF(AM335X_PIN_MII1_RX_ER, PIN_INPUT_PULLDOWN, MUX_MODE4)
274                         /* MII1_COL.mcasp1_axr    274                         /* MII1_COL.mcasp1_axr2 */
275                         AM33XX_PADCONF(AM335X_    275                         AM33XX_PADCONF(AM335X_PIN_MII1_COL, PIN_INPUT_PULLDOWN, MUX_MODE4)
276                         /* RMII1_REF_CLK.mcasp    276                         /* RMII1_REF_CLK.mcasp1_axr3 */
277                         AM33XX_PADCONF(AM335X_    277                         AM33XX_PADCONF(AM335X_PIN_RMII1_REF_CLK, PIN_INPUT_PULLDOWN, MUX_MODE4)
278                 >;                                278                 >;
279         };                                        279         };
280                                                   280 
281         /* wl1271 WiFi */                         281         /* wl1271 WiFi */
282         wifi_pins: wifi-pins {                    282         wifi_pins: wifi-pins {
283                 pinctrl-single,pins = <           283                 pinctrl-single,pins = <
284                         /* EMU1.gpio3_8 - WiFi    284                         /* EMU1.gpio3_8 - WiFi IRQ */
285                         AM33XX_PADCONF(AM335X_    285                         AM33XX_PADCONF(AM335X_PIN_EMU1, PIN_INPUT_PULLUP, MUX_MODE7)
286                         /* XDMA_EVENT_INTR1.gp    286                         /* XDMA_EVENT_INTR1.gpio0_20 - WiFi enable */
287                         AM33XX_PADCONF(AM335X_    287                         AM33XX_PADCONF(AM335X_PIN_XDMA_EVENT_INTR1, PIN_OUTPUT, MUX_MODE7)
288                 >;                                288                 >;
289         };                                        289         };
290 };                                                290 };
291                                                   291 
292 &uart0 {                                          292 &uart0 {
293         pinctrl-names = "default";                293         pinctrl-names = "default";
294         pinctrl-0 = <&uart0_pins>;                294         pinctrl-0 = <&uart0_pins>;
295                                                   295 
296         status = "okay";                          296         status = "okay";
297 };                                                297 };
298                                                   298 
299 /* WLS1271 bluetooth */                           299 /* WLS1271 bluetooth */
300 &uart1 {                                          300 &uart1 {
301         pinctrl-names = "default";                301         pinctrl-names = "default";
302         pinctrl-0 = <&uart1_pins>;                302         pinctrl-0 = <&uart1_pins>;
303                                                   303 
304 status = "okay";                                  304 status = "okay";
305 };                                                305 };
306                                                   306 
307 &i2c0 {                                           307 &i2c0 {
308         pinctrl-names = "default";                308         pinctrl-names = "default";
309         pinctrl-0 = <&i2c0_pins>;                 309         pinctrl-0 = <&i2c0_pins>;
310                                                   310 
311         status = "okay";                          311         status = "okay";
312         clock-frequency = <400000>;               312         clock-frequency = <400000>;
313         /* CM-T335 board EEPROM */                313         /* CM-T335 board EEPROM */
314         eeprom: 24c02@50 {                        314         eeprom: 24c02@50 {
315                 compatible = "atmel,24c02";       315                 compatible = "atmel,24c02";
316                 reg = <0x50>;                     316                 reg = <0x50>;
317                 pagesize = <16>;                  317                 pagesize = <16>;
318         };                                        318         };
319         /* Real Time Clock */                     319         /* Real Time Clock */
320         ext_rtc: em3027@56 {                      320         ext_rtc: em3027@56 {
321                 compatible = "emmicro,em3027";    321                 compatible = "emmicro,em3027";
322                 reg = <0x56>;                     322                 reg = <0x56>;
323         };                                        323         };
324         /* Audio codec */                         324         /* Audio codec */
325         tlv320aic23: codec@1a {                   325         tlv320aic23: codec@1a {
326                 compatible = "ti,tlv320aic23";    326                 compatible = "ti,tlv320aic23";
327                 reg = <0x1a>;                     327                 reg = <0x1a>;
328                 #sound-dai-cells = <0>;           328                 #sound-dai-cells = <0>;
329                 status = "okay";                  329                 status = "okay";
330         };                                        330         };
331 };                                                331 };
332                                                   332 
333 &epwmss0 {                                        333 &epwmss0 {
334         status = "okay";                          334         status = "okay";
335                                                   335 
336         ecap0: pwm@100 {                          336         ecap0: pwm@100 {
337                 status = "okay";                  337                 status = "okay";
338                 pinctrl-names = "default";        338                 pinctrl-names = "default";
339                 pinctrl-0 = <&ecap0_pins>;        339                 pinctrl-0 = <&ecap0_pins>;
340         };                                        340         };
341 };                                                341 };
342                                                   342 
343 &gpmc {                                           343 &gpmc {
344         status = "okay";                          344         status = "okay";
345         pinctrl-names = "default";                345         pinctrl-names = "default";
346         pinctrl-0 = <&nandflash_pins>;            346         pinctrl-0 = <&nandflash_pins>;
347         ranges = <0 0 0x08000000 0x10000000>;     347         ranges = <0 0 0x08000000 0x10000000>;   /* CS0: NAND */
348         nand@0,0 {                                348         nand@0,0 {
349                 compatible = "ti,omap2-nand";     349                 compatible = "ti,omap2-nand";
350                 reg = <0 0 4>; /* CS0, offset     350                 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
351                 interrupt-parent = <&gpmc>;       351                 interrupt-parent = <&gpmc>;
352                 interrupts = <0 IRQ_TYPE_NONE>    352                 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
353                              <1 IRQ_TYPE_NONE>    353                              <1 IRQ_TYPE_NONE>; /* termcount */
354                 rb-gpios = <&gpmc 0 GPIO_ACTIV    354                 rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
355                 ti,nand-ecc-opt = "bch8";         355                 ti,nand-ecc-opt = "bch8";
356                 ti,elm-id = <&elm>;               356                 ti,elm-id = <&elm>;
357                 nand-bus-width = <8>;             357                 nand-bus-width = <8>;
358                 gpmc,device-width = <1>;          358                 gpmc,device-width = <1>;
359                 gpmc,sync-clk-ps = <0>;           359                 gpmc,sync-clk-ps = <0>;
360                 gpmc,cs-on-ns = <0>;              360                 gpmc,cs-on-ns = <0>;
361                 gpmc,cs-rd-off-ns = <44>;         361                 gpmc,cs-rd-off-ns = <44>;
362                 gpmc,cs-wr-off-ns = <44>;         362                 gpmc,cs-wr-off-ns = <44>;
363                 gpmc,adv-on-ns = <6>;             363                 gpmc,adv-on-ns = <6>;
364                 gpmc,adv-rd-off-ns = <34>;        364                 gpmc,adv-rd-off-ns = <34>;
365                 gpmc,adv-wr-off-ns = <44>;        365                 gpmc,adv-wr-off-ns = <44>;
366                 gpmc,we-on-ns = <0>;              366                 gpmc,we-on-ns = <0>;
367                 gpmc,we-off-ns = <40>;            367                 gpmc,we-off-ns = <40>;
368                 gpmc,oe-on-ns = <0>;              368                 gpmc,oe-on-ns = <0>;
369                 gpmc,oe-off-ns = <54>;            369                 gpmc,oe-off-ns = <54>;
370                 gpmc,access-ns = <64>;            370                 gpmc,access-ns = <64>;
371                 gpmc,rd-cycle-ns = <82>;          371                 gpmc,rd-cycle-ns = <82>;
372                 gpmc,wr-cycle-ns = <82>;          372                 gpmc,wr-cycle-ns = <82>;
373                 gpmc,bus-turnaround-ns = <0>;     373                 gpmc,bus-turnaround-ns = <0>;
374                 gpmc,cycle2cycle-delay-ns = <0    374                 gpmc,cycle2cycle-delay-ns = <0>;
375                 gpmc,clk-activation-ns = <0>;     375                 gpmc,clk-activation-ns = <0>;
376                 gpmc,wr-access-ns = <40>;         376                 gpmc,wr-access-ns = <40>;
377                 gpmc,wr-data-mux-bus-ns = <0>;    377                 gpmc,wr-data-mux-bus-ns = <0>;
378                 /* MTD partition table */         378                 /* MTD partition table */
379                 #address-cells = <1>;             379                 #address-cells = <1>;
380                 #size-cells = <1>;                380                 #size-cells = <1>;
381                 partition@0 {                     381                 partition@0 {
382                         label = "spl";            382                         label = "spl";
383                         reg = <0x00000000 0x00    383                         reg = <0x00000000 0x00200000>;
384                 };                                384                 };
385                 partition@1 {                     385                 partition@1 {
386                         label = "uboot";          386                         label = "uboot";
387                         reg = <0x00200000 0x00    387                         reg = <0x00200000 0x00100000>;
388                 };                                388                 };
389                 partition@2 {                     389                 partition@2 {
390                         label = "uboot environ    390                         label = "uboot environment";
391                         reg = <0x00300000 0x00    391                         reg = <0x00300000 0x00100000>;
392                 };                                392                 };
393                 partition@3 {                     393                 partition@3 {
394                         label = "dtb";            394                         label = "dtb";
395                         reg = <0x00400000 0x00    395                         reg = <0x00400000 0x00100000>;
396                 };                                396                 };
397                 partition@4 {                     397                 partition@4 {
398                         label = "splash";         398                         label = "splash";
399                         reg = <0x00500000 0x00    399                         reg = <0x00500000 0x00400000>;
400                 };                                400                 };
401                 partition@5 {                     401                 partition@5 {
402                         label = "linux";          402                         label = "linux";
403                         reg = <0x00900000 0x00    403                         reg = <0x00900000 0x00600000>;
404                 };                                404                 };
405                 partition@6 {                     405                 partition@6 {
406                         label = "rootfs";         406                         label = "rootfs";
407                         reg = <0x00F00000 0>;     407                         reg = <0x00F00000 0>;
408                 };                                408                 };
409         };                                        409         };
410 };                                                410 };
411                                                   411 
412 &elm {                                            412 &elm {
413         status = "okay";                          413         status = "okay";
414 };                                                414 };
415                                                   415 
416 &mac_sw {                                         416 &mac_sw {
417         pinctrl-names = "default", "sleep";       417         pinctrl-names = "default", "sleep";
418         pinctrl-0 = <&cpsw_default>;              418         pinctrl-0 = <&cpsw_default>;
419         pinctrl-1 = <&cpsw_sleep>;                419         pinctrl-1 = <&cpsw_sleep>;
420         status = "okay";                          420         status = "okay";
421 };                                                421 };
422                                                   422 
423 &davinci_mdio_sw {                                423 &davinci_mdio_sw {
424         pinctrl-names = "default", "sleep";       424         pinctrl-names = "default", "sleep";
425         pinctrl-0 = <&davinci_mdio_default>;      425         pinctrl-0 = <&davinci_mdio_default>;
426         pinctrl-1 = <&davinci_mdio_sleep>;        426         pinctrl-1 = <&davinci_mdio_sleep>;
427                                                   427 
428         ethphy0: ethernet-phy@0 {                 428         ethphy0: ethernet-phy@0 {
429                 reg = <0>;                        429                 reg = <0>;
430         };                                        430         };
431 };                                                431 };
432                                                   432 
433 &cpsw_port1 {                                     433 &cpsw_port1 {
434         phy-handle = <&ethphy0>;                  434         phy-handle = <&ethphy0>;
435         phy-mode = "rgmii-txid";                  435         phy-mode = "rgmii-txid";
436         ti,dual-emac-pvid = <1>;                  436         ti,dual-emac-pvid = <1>;
437 };                                                437 };
438                                                   438 
439 &cpsw_port2 {                                     439 &cpsw_port2 {
440         status = "disabled";                      440         status = "disabled";
441 };                                                441 };
442                                                   442 
443 &mmc1 {                                           443 &mmc1 {
444         status = "okay";                          444         status = "okay";
445         vmmc-supply = <&vmmc_fixed>;              445         vmmc-supply = <&vmmc_fixed>;
446         bus-width = <4>;                          446         bus-width = <4>;
447         pinctrl-names = "default";                447         pinctrl-names = "default";
448         pinctrl-0 = <&mmc1_pins>;                 448         pinctrl-0 = <&mmc1_pins>;
449 };                                                449 };
450                                                   450 
451 &dcan0 {                                          451 &dcan0 {
452         status = "okay";                          452         status = "okay";
453         pinctrl-names = "default";                453         pinctrl-names = "default";
454         pinctrl-0 = <&dcan0_pins>;                454         pinctrl-0 = <&dcan0_pins>;
455 };                                                455 };
456                                                   456 
457 &dcan1 {                                          457 &dcan1 {
458         status = "okay";                          458         status = "okay";
459         pinctrl-names = "default";                459         pinctrl-names = "default";
460         pinctrl-0 = <&dcan1_pins>;                460         pinctrl-0 = <&dcan1_pins>;
461 };                                                461 };
462                                                   462 
463 /* Touschscreen and analog digital converter *    463 /* Touschscreen and analog digital converter */
464 &tscadc {                                         464 &tscadc {
465         status = "okay";                          465         status = "okay";
466         tsc {                                     466         tsc {
467                 ti,wires = <4>;                   467                 ti,wires = <4>;
468                 ti,x-plate-resistance = <200>;    468                 ti,x-plate-resistance = <200>;
469                 ti,coordinate-readouts = <5>;     469                 ti,coordinate-readouts = <5>;
470                 ti,wire-config = <0x01 0x10 0x    470                 ti,wire-config = <0x01 0x10 0x23 0x32>;
471                 ti,charge-delay = <0x400>;        471                 ti,charge-delay = <0x400>;
472         };                                        472         };
473                                                   473 
474         adc {                                     474         adc {
475                 ti,adc-channels = <4 5 6 7>;      475                 ti,adc-channels = <4 5 6 7>;
476         };                                        476         };
477 };                                                477 };
478                                                   478 
479 /* CPU audio */                                   479 /* CPU audio */
480 &mcasp1 {                                         480 &mcasp1 {
481                 pinctrl-names = "default";        481                 pinctrl-names = "default";
482                 pinctrl-0 = <&mcasp1_pins>;       482                 pinctrl-0 = <&mcasp1_pins>;
483                                                   483 
484                 op-mode = <0>;          /* MCA    484                 op-mode = <0>;          /* MCASP_IIS_MODE */
485                 tdm-slots = <2>;                  485                 tdm-slots = <2>;
486                 /* 16 serializers */              486                 /* 16 serializers */
487                 num-serializer = <16>;            487                 num-serializer = <16>;
488                 serial-dir = <  /* 0: INACTIVE    488                 serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
489                         0 0 2 1 0 0 0 0 0 0 0     489                         0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0
490                 >;                                490                 >;
491                 tx-num-evt = <1>;                 491                 tx-num-evt = <1>;
492                 rx-num-evt = <1>;                 492                 rx-num-evt = <1>;
493                                                   493 
494                 #sound-dai-cells = <0>;           494                 #sound-dai-cells = <0>;
495                 status = "okay";                  495                 status = "okay";
496 };                                                496 };
497                                                   497 
498 &spi0 {                                           498 &spi0 {
499         status = "okay";                          499         status = "okay";
500         pinctrl-names = "default";                500         pinctrl-names = "default";
501         pinctrl-0 = <&spi0_pins>;                 501         pinctrl-0 = <&spi0_pins>;
502         ti,pindir-d0-out-d1-in;                   502         ti,pindir-d0-out-d1-in;
503         /* WLS1271 WiFi */                        503         /* WLS1271 WiFi */
504         wlcore: wlcore@1 {                        504         wlcore: wlcore@1 {
505                 compatible = "ti,wl1271";         505                 compatible = "ti,wl1271";
506                 pinctrl-names = "default";        506                 pinctrl-names = "default";
507                 pinctrl-0 = <&wifi_pins>;         507                 pinctrl-0 = <&wifi_pins>;
508                 reg = <1>;                        508                 reg = <1>;
509                 spi-max-frequency = <48000000>    509                 spi-max-frequency = <48000000>;
510                 clock-xtal;                       510                 clock-xtal;
511                 ref-clock-frequency = <3840000    511                 ref-clock-frequency = <38400000>;
512                 interrupt-parent = <&gpio3>;      512                 interrupt-parent = <&gpio3>;
513                 interrupts = <8 IRQ_TYPE_LEVEL    513                 interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
514                 vwlan-supply = <&vwlan_fixed>;    514                 vwlan-supply = <&vwlan_fixed>;
515         };                                        515         };
516 };                                                516 };
                                                      

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