Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | |
| 9 | /* AM437x GP EVM */ |
| 10 | |
| 11 | /dts-v1/; |
| 12 | |
| 13 | #include "am4372.dtsi" |
| 14 | #include <dt-bindings/pinctrl/am43xx.h> |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 15 | #include <dt-bindings/pwm/pwm.h> |
Sourav Poddar | 51724db | 2013-12-19 18:03:41 +0530 | [diff] [blame] | 16 | #include <dt-bindings/gpio/gpio.h> |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | model = "TI AM437x GP EVM"; |
| 20 | compatible = "ti,am437x-gp-evm","ti,am4372","ti,am43"; |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 21 | |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 22 | aliases { |
| 23 | display0 = &lcd0; |
| 24 | }; |
| 25 | |
Peter Ujfalusi | 390810a | 2015-07-02 17:06:25 +0300 | [diff] [blame] | 26 | evm_v3_3d: fixedregulator-v3_3d { |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 27 | compatible = "regulator-fixed"; |
Peter Ujfalusi | 390810a | 2015-07-02 17:06:25 +0300 | [diff] [blame] | 28 | regulator-name = "evm_v3_3d"; |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 29 | regulator-min-microvolt = <3300000>; |
| 30 | regulator-max-microvolt = <3300000>; |
| 31 | enable-active-high; |
| 32 | }; |
| 33 | |
Dave Gerlach | b2873bf | 2014-05-05 14:58:28 -0500 | [diff] [blame] | 34 | vtt_fixed: fixedregulator-vtt { |
| 35 | compatible = "regulator-fixed"; |
| 36 | regulator-name = "vtt_fixed"; |
| 37 | regulator-min-microvolt = <1500000>; |
| 38 | regulator-max-microvolt = <1500000>; |
| 39 | regulator-always-on; |
| 40 | regulator-boot-on; |
| 41 | enable-active-high; |
| 42 | gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>; |
| 43 | }; |
| 44 | |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 45 | vmmcwl_fixed: fixedregulator-mmcwl { |
| 46 | compatible = "regulator-fixed"; |
| 47 | regulator-name = "vmmcwl_fixed"; |
| 48 | regulator-min-microvolt = <1800000>; |
| 49 | regulator-max-microvolt = <1800000>; |
| 50 | gpio = <&gpio1 20 GPIO_ACTIVE_HIGH>; |
| 51 | enable-active-high; |
| 52 | }; |
| 53 | |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 54 | backlight { |
| 55 | compatible = "pwm-backlight"; |
| 56 | pwms = <&ecap0 0 50000 PWM_POLARITY_INVERTED>; |
| 57 | brightness-levels = <0 51 53 56 62 75 101 152 255>; |
| 58 | default-brightness-level = <8>; |
| 59 | }; |
Sourav Poddar | 51724db | 2013-12-19 18:03:41 +0530 | [diff] [blame] | 60 | |
Javier Martinez Canillas | 18ad99d | 2016-08-01 12:46:57 -0400 | [diff] [blame] | 61 | matrix_keypad: matrix_keypad0 { |
Sourav Poddar | 51724db | 2013-12-19 18:03:41 +0530 | [diff] [blame] | 62 | compatible = "gpio-matrix-keypad"; |
| 63 | debounce-delay-ms = <5>; |
| 64 | col-scan-delay-us = <2>; |
| 65 | |
| 66 | row-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH /* Bank3, pin21 */ |
| 67 | &gpio4 3 GPIO_ACTIVE_HIGH /* Bank4, pin3 */ |
| 68 | &gpio4 2 GPIO_ACTIVE_HIGH>; /* Bank4, pin2 */ |
| 69 | |
| 70 | col-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH /* Bank3, pin19 */ |
| 71 | &gpio3 20 GPIO_ACTIVE_HIGH>; /* Bank3, pin20 */ |
| 72 | |
| 73 | linux,keymap = <0x00000201 /* P1 */ |
| 74 | 0x00010202 /* P2 */ |
| 75 | 0x01000067 /* UP */ |
| 76 | 0x0101006a /* RIGHT */ |
| 77 | 0x02000069 /* LEFT */ |
| 78 | 0x0201006c>; /* DOWN */ |
| 79 | }; |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 80 | |
| 81 | lcd0: display { |
| 82 | compatible = "osddisplays,osd057T0559-34ts", "panel-dpi"; |
| 83 | label = "lcd"; |
| 84 | |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 85 | panel-timing { |
| 86 | clock-frequency = <33000000>; |
| 87 | hactive = <800>; |
| 88 | vactive = <480>; |
| 89 | hfront-porch = <210>; |
| 90 | hback-porch = <16>; |
| 91 | hsync-len = <30>; |
| 92 | vback-porch = <10>; |
| 93 | vfront-porch = <22>; |
| 94 | vsync-len = <13>; |
| 95 | hsync-active = <0>; |
| 96 | vsync-active = <0>; |
| 97 | de-active = <1>; |
| 98 | pixelclk-active = <1>; |
| 99 | }; |
| 100 | |
| 101 | port { |
| 102 | lcd_in: endpoint { |
| 103 | remote-endpoint = <&dpi_out>; |
| 104 | }; |
| 105 | }; |
| 106 | }; |
Lad, Prabhakar | 3aa5920 | 2015-03-12 23:38:21 +0000 | [diff] [blame] | 107 | |
| 108 | /* fixed 12MHz oscillator */ |
| 109 | refclk: oscillator { |
| 110 | #clock-cells = <0>; |
| 111 | compatible = "fixed-clock"; |
| 112 | clock-frequency = <12000000>; |
| 113 | }; |
| 114 | |
Keerthy | fff51e7 | 2015-08-18 15:11:14 +0530 | [diff] [blame] | 115 | /* fixed 32k external oscillator clock */ |
| 116 | clk_32k_rtc: clk_32k_rtc { |
| 117 | #clock-cells = <0>; |
| 118 | compatible = "fixed-clock"; |
| 119 | clock-frequency = <32768>; |
| 120 | }; |
| 121 | |
Javier Martinez Canillas | 4e8603e | 2016-04-01 16:20:21 -0400 | [diff] [blame] | 122 | sound0: sound0 { |
Peter Ujfalusi | cf9a485 | 2015-07-02 17:06:28 +0300 | [diff] [blame] | 123 | compatible = "simple-audio-card"; |
| 124 | simple-audio-card,name = "AM437x-GP-EVM"; |
| 125 | simple-audio-card,widgets = |
| 126 | "Headphone", "Headphone Jack", |
| 127 | "Line", "Line In"; |
| 128 | simple-audio-card,routing = |
| 129 | "Headphone Jack", "HPLOUT", |
| 130 | "Headphone Jack", "HPROUT", |
| 131 | "LINE1L", "Line In", |
| 132 | "LINE1R", "Line In"; |
| 133 | simple-audio-card,format = "dsp_b"; |
| 134 | simple-audio-card,bitclock-master = <&sound0_master>; |
| 135 | simple-audio-card,frame-master = <&sound0_master>; |
| 136 | simple-audio-card,bitclock-inversion; |
| 137 | |
| 138 | simple-audio-card,cpu { |
| 139 | sound-dai = <&mcasp1>; |
| 140 | system-clock-frequency = <12000000>; |
| 141 | }; |
| 142 | |
| 143 | sound0_master: simple-audio-card,codec { |
| 144 | sound-dai = <&tlv320aic3106>; |
| 145 | system-clock-frequency = <12000000>; |
| 146 | }; |
| 147 | }; |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 148 | }; |
| 149 | |
| 150 | &am43xx_pinmux { |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 151 | pinctrl-names = "default", "sleep"; |
| 152 | pinctrl-0 = <&wlan_pins_default>; |
| 153 | pinctrl-1 = <&wlan_pins_sleep>; |
| 154 | |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 155 | i2c0_pins: i2c0_pins { |
| 156 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 157 | AM4372_IOPAD(0x988, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0) /* i2c0_sda.i2c0_sda */ |
| 158 | AM4372_IOPAD(0x98c, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0) /* i2c0_scl.i2c0_scl */ |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 159 | >; |
| 160 | }; |
| 161 | |
| 162 | i2c1_pins: i2c1_pins { |
| 163 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 164 | AM4372_IOPAD(0x95c, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE2) /* spi0_cs0.i2c1_scl */ |
| 165 | AM4372_IOPAD(0x958, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE2) /* spi0_d1.i2c1_sda */ |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 166 | >; |
| 167 | }; |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 168 | |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 169 | mmc1_pins: pinmux_mmc1_pins { |
| 170 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 171 | AM4372_IOPAD(0x960, PIN_INPUT | MUX_MODE7) /* spi0_cs1.gpio0_6 */ |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 172 | >; |
| 173 | }; |
| 174 | |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 175 | ecap0_pins: backlight_pins { |
| 176 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 177 | AM4372_IOPAD(0x964, MUX_MODE0) /* eCAP0_in_PWM0_out.eCAP0_in_PWM0_out MODE0 */ |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 178 | >; |
| 179 | }; |
Sekhar Nori | 0ebc1e2 | 2014-04-30 15:43:25 +0300 | [diff] [blame] | 180 | |
| 181 | pixcir_ts_pins: pixcir_ts_pins { |
| 182 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 183 | AM4372_IOPAD(0xa64, PIN_INPUT_PULLUP | MUX_MODE7) /* spi2_d0.gpio3_22 */ |
Sekhar Nori | 0ebc1e2 | 2014-04-30 15:43:25 +0300 | [diff] [blame] | 184 | >; |
| 185 | }; |
Mugunthan V N | 7b25bab | 2014-05-13 14:14:31 +0530 | [diff] [blame] | 186 | |
| 187 | cpsw_default: cpsw_default { |
| 188 | pinctrl-single,pins = < |
| 189 | /* Slave 1 */ |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 190 | AM4372_IOPAD(0x914, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txen.rgmii1_txen */ |
| 191 | AM4372_IOPAD(0x918, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxdv.rgmii1_rxctl */ |
| 192 | AM4372_IOPAD(0x91c, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd1.rgmii1_txd3 */ |
| 193 | AM4372_IOPAD(0x920, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd0.rgmii1_txd2 */ |
| 194 | AM4372_IOPAD(0x924, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd1.rgmii1_txd1 */ |
| 195 | AM4372_IOPAD(0x928, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd0.rgmii1_txd0 */ |
| 196 | AM4372_IOPAD(0x92c, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txclk.rmii1_tclk */ |
| 197 | AM4372_IOPAD(0x930, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxclk.rmii1_rclk */ |
| 198 | AM4372_IOPAD(0x934, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd1.rgmii1_rxd3 */ |
| 199 | AM4372_IOPAD(0x938, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd0.rgmii1_rxd2 */ |
| 200 | AM4372_IOPAD(0x93c, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd1.rgmii1_rxd1 */ |
| 201 | AM4372_IOPAD(0x940, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd0.rgmii1_rxd0 */ |
Mugunthan V N | 7b25bab | 2014-05-13 14:14:31 +0530 | [diff] [blame] | 202 | >; |
| 203 | }; |
| 204 | |
| 205 | cpsw_sleep: cpsw_sleep { |
| 206 | pinctrl-single,pins = < |
| 207 | /* Slave 1 reset value */ |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 208 | AM4372_IOPAD(0x914, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 209 | AM4372_IOPAD(0x918, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 210 | AM4372_IOPAD(0x91c, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 211 | AM4372_IOPAD(0x920, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 212 | AM4372_IOPAD(0x924, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 213 | AM4372_IOPAD(0x928, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 214 | AM4372_IOPAD(0x92c, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 215 | AM4372_IOPAD(0x930, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 216 | AM4372_IOPAD(0x934, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 217 | AM4372_IOPAD(0x938, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 218 | AM4372_IOPAD(0x93c, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 219 | AM4372_IOPAD(0x940, PIN_INPUT_PULLDOWN | MUX_MODE7) |
Mugunthan V N | 7b25bab | 2014-05-13 14:14:31 +0530 | [diff] [blame] | 220 | >; |
| 221 | }; |
| 222 | |
| 223 | davinci_mdio_default: davinci_mdio_default { |
| 224 | pinctrl-single,pins = < |
| 225 | /* MDIO */ |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 226 | AM4372_IOPAD(0x948, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0) /* mdio_data.mdio_data */ |
| 227 | AM4372_IOPAD(0x94c, PIN_OUTPUT_PULLUP | MUX_MODE0) /* mdio_clk.mdio_clk */ |
Mugunthan V N | 7b25bab | 2014-05-13 14:14:31 +0530 | [diff] [blame] | 228 | >; |
| 229 | }; |
| 230 | |
| 231 | davinci_mdio_sleep: davinci_mdio_sleep { |
| 232 | pinctrl-single,pins = < |
| 233 | /* MDIO reset value */ |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 234 | AM4372_IOPAD(0x948, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 235 | AM4372_IOPAD(0x94c, PIN_INPUT_PULLDOWN | MUX_MODE7) |
Mugunthan V N | 7b25bab | 2014-05-13 14:14:31 +0530 | [diff] [blame] | 236 | >; |
| 237 | }; |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 238 | |
| 239 | nand_flash_x8: nand_flash_x8 { |
| 240 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 241 | AM4372_IOPAD(0x800, PIN_INPUT | MUX_MODE0) /* gpmc_ad0.gpmc_ad0 */ |
| 242 | AM4372_IOPAD(0x804, PIN_INPUT | MUX_MODE0) /* gpmc_ad1.gpmc_ad1 */ |
| 243 | AM4372_IOPAD(0x808, PIN_INPUT | MUX_MODE0) /* gpmc_ad2.gpmc_ad2 */ |
| 244 | AM4372_IOPAD(0x80c, PIN_INPUT | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */ |
| 245 | AM4372_IOPAD(0x810, PIN_INPUT | MUX_MODE0) /* gpmc_ad4.gpmc_ad4 */ |
| 246 | AM4372_IOPAD(0x814, PIN_INPUT | MUX_MODE0) /* gpmc_ad5.gpmc_ad5 */ |
| 247 | AM4372_IOPAD(0x818, PIN_INPUT | MUX_MODE0) /* gpmc_ad6.gpmc_ad6 */ |
| 248 | AM4372_IOPAD(0x81c, PIN_INPUT | MUX_MODE0) /* gpmc_ad7.gpmc_ad7 */ |
| 249 | AM4372_IOPAD(0x870, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_wait0.gpmc_wait0 */ |
| 250 | AM4372_IOPAD(0x874, PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpmc_wpn.gpmc_wpn */ |
| 251 | AM4372_IOPAD(0x87c, PIN_OUTPUT | MUX_MODE0) /* gpmc_csn0.gpmc_csn0 */ |
| 252 | AM4372_IOPAD(0x890, PIN_OUTPUT | MUX_MODE0) /* gpmc_advn_ale.gpmc_advn_ale */ |
| 253 | AM4372_IOPAD(0x894, PIN_OUTPUT | MUX_MODE0) /* gpmc_oen_ren.gpmc_oen_ren */ |
| 254 | AM4372_IOPAD(0x898, PIN_OUTPUT | MUX_MODE0) /* gpmc_wen.gpmc_wen */ |
| 255 | AM4372_IOPAD(0x89c, PIN_OUTPUT | MUX_MODE0) /* gpmc_be0n_cle.gpmc_be0n_cle */ |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 256 | >; |
| 257 | }; |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 258 | |
| 259 | dss_pins: dss_pins { |
| 260 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 261 | AM4372_IOPAD(0x820, PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 8 -> DSS DATA 23 */ |
| 262 | AM4372_IOPAD(0x824, PIN_OUTPUT_PULLUP | MUX_MODE1) |
| 263 | AM4372_IOPAD(0x828, PIN_OUTPUT_PULLUP | MUX_MODE1) |
| 264 | AM4372_IOPAD(0x82c, PIN_OUTPUT_PULLUP | MUX_MODE1) |
| 265 | AM4372_IOPAD(0x830, PIN_OUTPUT_PULLUP | MUX_MODE1) |
| 266 | AM4372_IOPAD(0x834, PIN_OUTPUT_PULLUP | MUX_MODE1) |
| 267 | AM4372_IOPAD(0x838, PIN_OUTPUT_PULLUP | MUX_MODE1) |
| 268 | AM4372_IOPAD(0x83c, PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 15 -> DSS DATA 16 */ |
| 269 | AM4372_IOPAD(0x8a0, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS DATA 0 */ |
| 270 | AM4372_IOPAD(0x8a4, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 271 | AM4372_IOPAD(0x8a8, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 272 | AM4372_IOPAD(0x8ac, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 273 | AM4372_IOPAD(0x8b0, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 274 | AM4372_IOPAD(0x8b4, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 275 | AM4372_IOPAD(0x8b8, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 276 | AM4372_IOPAD(0x8bc, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 277 | AM4372_IOPAD(0x8c0, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 278 | AM4372_IOPAD(0x8c4, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 279 | AM4372_IOPAD(0x8c8, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 280 | AM4372_IOPAD(0x8cc, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 281 | AM4372_IOPAD(0x8d0, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 282 | AM4372_IOPAD(0x8d4, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 283 | AM4372_IOPAD(0x8d8, PIN_OUTPUT_PULLUP | MUX_MODE0) |
| 284 | AM4372_IOPAD(0x8dc, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS DATA 15 */ |
| 285 | AM4372_IOPAD(0x8e0, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS VSYNC */ |
| 286 | AM4372_IOPAD(0x8e4, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS HSYNC */ |
| 287 | AM4372_IOPAD(0x8e8, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS PCLK */ |
| 288 | AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */ |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 289 | |
| 290 | >; |
| 291 | }; |
| 292 | |
Peter Ujfalusi | 593113e | 2015-07-02 17:06:24 +0300 | [diff] [blame] | 293 | display_mux_pins: display_mux_pins { |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 294 | pinctrl-single,pins = < |
| 295 | /* GPIO 5_8 to select LCD / HDMI */ |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 296 | AM4372_IOPAD(0xa38, PIN_OUTPUT_PULLUP | MUX_MODE7) |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 297 | >; |
| 298 | }; |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 299 | |
| 300 | dcan0_default: dcan0_default_pins { |
| 301 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 302 | AM4372_IOPAD(0x978, PIN_OUTPUT | MUX_MODE2) /* uart1_ctsn.d_can0_tx */ |
| 303 | AM4372_IOPAD(0x97c, PIN_INPUT_PULLUP | MUX_MODE2) /* uart1_rtsn.d_can0_rx */ |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 304 | >; |
| 305 | }; |
| 306 | |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 307 | dcan0_sleep: dcan0_sleep_pins { |
| 308 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 309 | AM4372_IOPAD(0x978, PIN_INPUT_PULLUP | MUX_MODE7) /* uart1_ctsn.gpio0_12 */ |
| 310 | AM4372_IOPAD(0x97c, PIN_INPUT_PULLUP | MUX_MODE7) /* uart1_rtsn.gpio0_13 */ |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 311 | >; |
| 312 | }; |
| 313 | |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 314 | dcan1_default: dcan1_default_pins { |
| 315 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 316 | AM4372_IOPAD(0x980, PIN_OUTPUT | MUX_MODE2) /* uart1_rxd.d_can1_tx */ |
| 317 | AM4372_IOPAD(0x984, PIN_INPUT_PULLUP | MUX_MODE2) /* uart1_txd.d_can1_rx */ |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 318 | >; |
| 319 | }; |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 320 | |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 321 | dcan1_sleep: dcan1_sleep_pins { |
| 322 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 323 | AM4372_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE7) /* uart1_rxd.gpio0_14 */ |
| 324 | AM4372_IOPAD(0x984, PIN_INPUT_PULLUP | MUX_MODE7) /* uart1_txd.gpio0_15 */ |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 325 | >; |
| 326 | }; |
| 327 | |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 328 | vpfe0_pins_default: vpfe0_pins_default { |
| 329 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 330 | AM4372_IOPAD(0x9b0, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_hd mode 0*/ |
| 331 | AM4372_IOPAD(0x9b4, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_vd mode 0*/ |
| 332 | AM4372_IOPAD(0x9c0, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_pclk mode 0*/ |
| 333 | AM4372_IOPAD(0x9c4, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data8 mode 0*/ |
| 334 | AM4372_IOPAD(0x9c8, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data9 mode 0*/ |
| 335 | AM4372_IOPAD(0xa08, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data0 mode 0*/ |
| 336 | AM4372_IOPAD(0xa0c, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data1 mode 0*/ |
| 337 | AM4372_IOPAD(0xa10, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data2 mode 0*/ |
| 338 | AM4372_IOPAD(0xa14, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data3 mode 0*/ |
| 339 | AM4372_IOPAD(0xa18, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data4 mode 0*/ |
| 340 | AM4372_IOPAD(0xa1c, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data5 mode 0*/ |
| 341 | AM4372_IOPAD(0xa20, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data6 mode 0*/ |
| 342 | AM4372_IOPAD(0xa24, PIN_INPUT_PULLUP | MUX_MODE0) /* cam0_data7 mode 0*/ |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 343 | >; |
| 344 | }; |
| 345 | |
| 346 | vpfe0_pins_sleep: vpfe0_pins_sleep { |
| 347 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 348 | AM4372_IOPAD(0x9b0, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_hd mode 0*/ |
| 349 | AM4372_IOPAD(0x9b4, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_vd mode 0*/ |
| 350 | AM4372_IOPAD(0x9c0, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_pclk mode 0*/ |
| 351 | AM4372_IOPAD(0x9c4, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data8 mode 0*/ |
| 352 | AM4372_IOPAD(0x9c8, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data9 mode 0*/ |
| 353 | AM4372_IOPAD(0xa08, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data0 mode 0*/ |
| 354 | AM4372_IOPAD(0xa0c, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data1 mode 0*/ |
| 355 | AM4372_IOPAD(0xa10, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data2 mode 0*/ |
| 356 | AM4372_IOPAD(0xa14, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data3 mode 0*/ |
| 357 | AM4372_IOPAD(0xa18, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data4 mode 0*/ |
| 358 | AM4372_IOPAD(0xa1c, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data5 mode 0*/ |
| 359 | AM4372_IOPAD(0xa20, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data6 mode 0*/ |
| 360 | AM4372_IOPAD(0xa24, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam0_data7 mode 0*/ |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 361 | >; |
| 362 | }; |
| 363 | |
| 364 | vpfe1_pins_default: vpfe1_pins_default { |
| 365 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 366 | AM4372_IOPAD(0x9cc, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data9 mode 0*/ |
| 367 | AM4372_IOPAD(0x9d0, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data8 mode 0*/ |
| 368 | AM4372_IOPAD(0x9d4, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_hd mode 0*/ |
| 369 | AM4372_IOPAD(0x9d8, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_vd mode 0*/ |
| 370 | AM4372_IOPAD(0x9dC, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_pclk mode 0*/ |
| 371 | AM4372_IOPAD(0x9e8, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data0 mode 0*/ |
| 372 | AM4372_IOPAD(0x9ec, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data1 mode 0*/ |
| 373 | AM4372_IOPAD(0x9f0, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data2 mode 0*/ |
| 374 | AM4372_IOPAD(0x9f4, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data3 mode 0*/ |
| 375 | AM4372_IOPAD(0x9f8, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data4 mode 0*/ |
| 376 | AM4372_IOPAD(0x9fc, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data5 mode 0*/ |
| 377 | AM4372_IOPAD(0xa00, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data6 mode 0*/ |
| 378 | AM4372_IOPAD(0xa04, PIN_INPUT_PULLUP | MUX_MODE0) /* cam1_data7 mode 0*/ |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 379 | >; |
| 380 | }; |
| 381 | |
| 382 | vpfe1_pins_sleep: vpfe1_pins_sleep { |
| 383 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 384 | AM4372_IOPAD(0x9cc, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data9 mode 0*/ |
| 385 | AM4372_IOPAD(0x9d0, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data8 mode 0*/ |
| 386 | AM4372_IOPAD(0x9d4, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_hd mode 0*/ |
| 387 | AM4372_IOPAD(0x9d8, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_vd mode 0*/ |
| 388 | AM4372_IOPAD(0x9dc, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_pclk mode 0*/ |
| 389 | AM4372_IOPAD(0x9e8, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data0 mode 0*/ |
| 390 | AM4372_IOPAD(0x9ec, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data1 mode 0*/ |
| 391 | AM4372_IOPAD(0x9f0, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data2 mode 0*/ |
| 392 | AM4372_IOPAD(0x9f4, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data3 mode 0*/ |
| 393 | AM4372_IOPAD(0x9f8, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data4 mode 0*/ |
| 394 | AM4372_IOPAD(0x9fc, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data5 mode 0*/ |
| 395 | AM4372_IOPAD(0xa00, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data6 mode 0*/ |
| 396 | AM4372_IOPAD(0xa04, DS0_PULL_UP_DOWN_EN | INPUT_EN | MUX_MODE7) /* cam1_data7 mode 0*/ |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 397 | >; |
| 398 | }; |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 399 | |
| 400 | mmc3_pins_default: pinmux_mmc3_pins_default { |
| 401 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 402 | AM4372_IOPAD(0x88c, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_clk.mmc2_clk */ |
| 403 | AM4372_IOPAD(0x888, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_csn3.mmc2_cmd */ |
| 404 | AM4372_IOPAD(0x844, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a1.mmc2_dat0 */ |
| 405 | AM4372_IOPAD(0x848, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a2.mmc2_dat1 */ |
| 406 | AM4372_IOPAD(0x84c, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a3.mmc2_dat2 */ |
| 407 | AM4372_IOPAD(0x878, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_be1n.mmc2_dat3 */ |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 408 | >; |
| 409 | }; |
| 410 | |
| 411 | mmc3_pins_sleep: pinmux_mmc3_pins_sleep { |
| 412 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 413 | AM4372_IOPAD(0x88c, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_clk.mmc2_clk */ |
| 414 | AM4372_IOPAD(0x888, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_csn3.mmc2_cmd */ |
| 415 | AM4372_IOPAD(0x844, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_a1.mmc2_dat0 */ |
| 416 | AM4372_IOPAD(0x848, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_a2.mmc2_dat1 */ |
| 417 | AM4372_IOPAD(0x84c, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_a3.mmc2_dat2 */ |
| 418 | AM4372_IOPAD(0x878, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_be1n.mmc2_dat3 */ |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 419 | >; |
| 420 | }; |
| 421 | |
| 422 | wlan_pins_default: pinmux_wlan_pins_default { |
| 423 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 424 | AM4372_IOPAD(0x850, PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpmc_a4.gpio1_20 WL_EN */ |
| 425 | AM4372_IOPAD(0x85c, PIN_INPUT | WAKEUP_ENABLE | MUX_MODE7) /* gpmc_a7.gpio1_23 WL_IRQ*/ |
| 426 | AM4372_IOPAD(0x840, PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpmc_a0.gpio1_16 BT_EN*/ |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 427 | >; |
| 428 | }; |
| 429 | |
| 430 | wlan_pins_sleep: pinmux_wlan_pins_sleep { |
| 431 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 432 | AM4372_IOPAD(0x850, PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpmc_a4.gpio1_20 WL_EN */ |
| 433 | AM4372_IOPAD(0x85c, PIN_INPUT | WAKEUP_ENABLE | MUX_MODE7) /* gpmc_a7.gpio1_23 WL_IRQ*/ |
| 434 | AM4372_IOPAD(0x840, PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpmc_a0.gpio1_16 BT_EN*/ |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 435 | >; |
| 436 | }; |
| 437 | |
| 438 | uart3_pins: uart3_pins { |
| 439 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 440 | AM4372_IOPAD(0xa28, PIN_INPUT | MUX_MODE0) /* uart3_rxd.uart3_rxd */ |
| 441 | AM4372_IOPAD(0xa2c, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart3_txd.uart3_txd */ |
| 442 | AM4372_IOPAD(0xa30, PIN_INPUT_PULLUP | MUX_MODE0) /* uart3_ctsn.uart3_ctsn */ |
| 443 | AM4372_IOPAD(0xa34, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart3_rtsn.uart3_rtsn */ |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 444 | >; |
| 445 | }; |
Peter Ujfalusi | d3d92af | 2015-07-02 17:06:27 +0300 | [diff] [blame] | 446 | |
| 447 | mcasp1_pins: mcasp1_pins { |
| 448 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 449 | AM4372_IOPAD(0x908, PIN_OUTPUT_PULLDOWN | MUX_MODE4) /* mii1_col.mcasp1_axr2 */ |
| 450 | AM4372_IOPAD(0x90c, PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_crs.mcasp1_aclkx */ |
| 451 | AM4372_IOPAD(0x910, PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */ |
| 452 | AM4372_IOPAD(0x944, PIN_INPUT_PULLDOWN | MUX_MODE4) /* rmii1_ref_clk.mcasp1_axr3 */ |
Peter Ujfalusi | d3d92af | 2015-07-02 17:06:27 +0300 | [diff] [blame] | 453 | >; |
| 454 | }; |
| 455 | |
| 456 | mcasp1_sleep_pins: mcasp1_sleep_pins { |
| 457 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 458 | AM4372_IOPAD(0x908, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 459 | AM4372_IOPAD(0x90c, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 460 | AM4372_IOPAD(0x910, PIN_INPUT_PULLDOWN | MUX_MODE7) |
| 461 | AM4372_IOPAD(0x944, PIN_INPUT_PULLDOWN | MUX_MODE7) |
Peter Ujfalusi | d3d92af | 2015-07-02 17:06:27 +0300 | [diff] [blame] | 462 | >; |
| 463 | }; |
Roger Quadros | 50336f5 | 2015-08-04 18:34:59 +0300 | [diff] [blame] | 464 | |
| 465 | gpio0_pins: gpio0_pins { |
| 466 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 467 | AM4372_IOPAD(0xa6c, PIN_OUTPUT | MUX_MODE9) /* spi2_cs0.gpio0_23 SEL_eMMCorNANDn */ |
Roger Quadros | 50336f5 | 2015-08-04 18:34:59 +0300 | [diff] [blame] | 468 | >; |
| 469 | }; |
Roger Quadros | eb157c8 | 2015-08-04 18:35:00 +0300 | [diff] [blame] | 470 | |
| 471 | emmc_pins_default: emmc_pins_default { |
| 472 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 473 | AM4372_IOPAD(0x800, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat0 */ |
| 474 | AM4372_IOPAD(0x804, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad1.mmc1_dat1 */ |
| 475 | AM4372_IOPAD(0x808, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad2.mmc1_dat2 */ |
| 476 | AM4372_IOPAD(0x80c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad3.mmc1_dat3 */ |
| 477 | AM4372_IOPAD(0x810, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad4.mmc1_dat4 */ |
| 478 | AM4372_IOPAD(0x814, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad5.mmc1_dat5 */ |
| 479 | AM4372_IOPAD(0x818, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad6.mmc1_dat6 */ |
| 480 | AM4372_IOPAD(0x81c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad7.mmc1_dat7 */ |
| 481 | AM4372_IOPAD(0x880, PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn1.mmc1_clk */ |
| 482 | AM4372_IOPAD(0x884, PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn2.mmc1_cmd */ |
Roger Quadros | eb157c8 | 2015-08-04 18:35:00 +0300 | [diff] [blame] | 483 | >; |
| 484 | }; |
| 485 | |
| 486 | emmc_pins_sleep: emmc_pins_sleep { |
| 487 | pinctrl-single,pins = < |
Javier Martinez Canillas | 596bad7 | 2015-11-13 01:53:54 -0300 | [diff] [blame] | 488 | AM4372_IOPAD(0x800, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad0.gpio1_0 */ |
| 489 | AM4372_IOPAD(0x804, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad1.gpio1_1 */ |
| 490 | AM4372_IOPAD(0x808, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad2.gpio1_2 */ |
| 491 | AM4372_IOPAD(0x80c, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad3.gpio1_3 */ |
| 492 | AM4372_IOPAD(0x810, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad4.gpio1_4 */ |
| 493 | AM4372_IOPAD(0x814, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad5.gpio1_5 */ |
| 494 | AM4372_IOPAD(0x818, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad6.gpio1_6 */ |
| 495 | AM4372_IOPAD(0x81c, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad7.gpio1_7 */ |
| 496 | AM4372_IOPAD(0x880, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_csn1.gpio1_30 */ |
| 497 | AM4372_IOPAD(0x884, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_csn2.gpio1_31 */ |
Roger Quadros | eb157c8 | 2015-08-04 18:35:00 +0300 | [diff] [blame] | 498 | >; |
| 499 | }; |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 500 | }; |
| 501 | |
| 502 | &i2c0 { |
Keerthy | 1fc9814 | 2014-07-09 11:06:31 +0530 | [diff] [blame] | 503 | status = "okay"; |
| 504 | pinctrl-names = "default"; |
| 505 | pinctrl-0 = <&i2c0_pins>; |
Nishanth Menon | 9316641 | 2014-09-03 13:46:21 -0500 | [diff] [blame] | 506 | clock-frequency = <100000>; |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 507 | |
| 508 | tps65218: tps65218@24 { |
| 509 | reg = <0x24>; |
| 510 | compatible = "ti,tps65218"; |
| 511 | interrupts = <GIC_SPI 7 IRQ_TYPE_NONE>; /* NMIn */ |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 512 | interrupt-controller; |
| 513 | #interrupt-cells = <2>; |
| 514 | |
| 515 | dcdc1: regulator-dcdc1 { |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 516 | regulator-name = "vdd_core"; |
| 517 | regulator-min-microvolt = <912000>; |
| 518 | regulator-max-microvolt = <1144000>; |
| 519 | regulator-boot-on; |
| 520 | regulator-always-on; |
| 521 | }; |
| 522 | |
| 523 | dcdc2: regulator-dcdc2 { |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 524 | regulator-name = "vdd_mpu"; |
| 525 | regulator-min-microvolt = <912000>; |
| 526 | regulator-max-microvolt = <1378000>; |
| 527 | regulator-boot-on; |
| 528 | regulator-always-on; |
| 529 | }; |
| 530 | |
| 531 | dcdc3: regulator-dcdc3 { |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 532 | regulator-name = "vdcdc3"; |
Keerthy | 3015ddb | 2014-11-06 16:20:03 +0530 | [diff] [blame] | 533 | regulator-min-microvolt = <1500000>; |
| 534 | regulator-max-microvolt = <1500000>; |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 535 | regulator-boot-on; |
| 536 | regulator-always-on; |
Keerthy | 1bc5e13 | 2016-08-11 10:57:48 +0530 | [diff] [blame] | 537 | regulator-state-mem { |
| 538 | regulator-on-in-suspend; |
| 539 | }; |
Tero Kristo | 7ec3299 | 2016-08-11 10:57:49 +0530 | [diff] [blame] | 540 | regulator-state-disk { |
| 541 | regulator-off-in-suspend; |
| 542 | }; |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 543 | }; |
Keerthy | 1bc5e13 | 2016-08-11 10:57:48 +0530 | [diff] [blame] | 544 | |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 545 | dcdc5: regulator-dcdc5 { |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 546 | regulator-name = "v1_0bat"; |
| 547 | regulator-min-microvolt = <1000000>; |
| 548 | regulator-max-microvolt = <1000000>; |
Dave Gerlach | 1e9f747 | 2015-08-05 16:19:46 +0530 | [diff] [blame] | 549 | regulator-boot-on; |
| 550 | regulator-always-on; |
Keerthy | 1bc5e13 | 2016-08-11 10:57:48 +0530 | [diff] [blame] | 551 | regulator-state-mem { |
| 552 | regulator-on-in-suspend; |
| 553 | }; |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 554 | }; |
| 555 | |
| 556 | dcdc6: regulator-dcdc6 { |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 557 | regulator-name = "v1_8bat"; |
| 558 | regulator-min-microvolt = <1800000>; |
| 559 | regulator-max-microvolt = <1800000>; |
Dave Gerlach | 1e9f747 | 2015-08-05 16:19:46 +0530 | [diff] [blame] | 560 | regulator-boot-on; |
| 561 | regulator-always-on; |
Keerthy | 1bc5e13 | 2016-08-11 10:57:48 +0530 | [diff] [blame] | 562 | regulator-state-mem { |
| 563 | regulator-on-in-suspend; |
| 564 | }; |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 565 | }; |
| 566 | |
| 567 | ldo1: regulator-ldo1 { |
Keerthy | 0e2da5e | 2014-07-09 11:06:32 +0530 | [diff] [blame] | 568 | regulator-min-microvolt = <1800000>; |
| 569 | regulator-max-microvolt = <1800000>; |
| 570 | regulator-boot-on; |
| 571 | regulator-always-on; |
| 572 | }; |
| 573 | }; |
Lad, Prabhakar | 3aa5920 | 2015-03-12 23:38:21 +0000 | [diff] [blame] | 574 | |
| 575 | ov2659@30 { |
| 576 | compatible = "ovti,ov2659"; |
| 577 | reg = <0x30>; |
| 578 | |
| 579 | clocks = <&refclk 0>; |
| 580 | clock-names = "xvclk"; |
| 581 | |
| 582 | port { |
| 583 | ov2659_0: endpoint { |
| 584 | remote-endpoint = <&vpfe1_ep>; |
| 585 | link-frequencies = /bits/ 64 <70000000>; |
| 586 | }; |
| 587 | }; |
| 588 | }; |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 589 | }; |
| 590 | |
| 591 | &i2c1 { |
Keerthy | 1fc9814 | 2014-07-09 11:06:31 +0530 | [diff] [blame] | 592 | status = "okay"; |
| 593 | pinctrl-names = "default"; |
| 594 | pinctrl-0 = <&i2c1_pins>; |
Sekhar Nori | 0ebc1e2 | 2014-04-30 15:43:25 +0300 | [diff] [blame] | 595 | pixcir_ts@5c { |
| 596 | compatible = "pixcir,pixcir_tangoc"; |
| 597 | pinctrl-names = "default"; |
| 598 | pinctrl-0 = <&pixcir_ts_pins>; |
| 599 | reg = <0x5c>; |
Sekhar Nori | 0ebc1e2 | 2014-04-30 15:43:25 +0300 | [diff] [blame] | 600 | |
| 601 | attb-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; |
| 602 | |
Vignesh R | f513d22 | 2015-10-14 19:24:25 +0530 | [diff] [blame] | 603 | /* |
| 604 | * 0x264 represents the offset of padconf register of |
| 605 | * gpio3_22 from am43xx_pinmux base. |
| 606 | */ |
Grygorii Strashko | 95e7d03 | 2015-12-28 15:52:39 +0200 | [diff] [blame] | 607 | interrupts-extended = <&gpio3 22 IRQ_TYPE_EDGE_FALLING>, |
Vignesh R | f513d22 | 2015-10-14 19:24:25 +0530 | [diff] [blame] | 608 | <&am43xx_pinmux 0x264>; |
| 609 | interrupt-names = "tsc", "wakeup"; |
| 610 | |
Roger Quadros | f048615 | 2014-07-28 10:11:37 -0700 | [diff] [blame] | 611 | touchscreen-size-x = <1024>; |
| 612 | touchscreen-size-y = <600>; |
Vignesh R | f513d22 | 2015-10-14 19:24:25 +0530 | [diff] [blame] | 613 | wakeup-source; |
Sekhar Nori | 0ebc1e2 | 2014-04-30 15:43:25 +0300 | [diff] [blame] | 614 | }; |
Lad, Prabhakar | 3aa5920 | 2015-03-12 23:38:21 +0000 | [diff] [blame] | 615 | |
| 616 | ov2659@30 { |
| 617 | compatible = "ovti,ov2659"; |
| 618 | reg = <0x30>; |
| 619 | |
| 620 | clocks = <&refclk 0>; |
| 621 | clock-names = "xvclk"; |
| 622 | |
| 623 | port { |
| 624 | ov2659_1: endpoint { |
| 625 | remote-endpoint = <&vpfe0_ep>; |
| 626 | link-frequencies = /bits/ 64 <70000000>; |
| 627 | }; |
| 628 | }; |
| 629 | }; |
Peter Ujfalusi | 6076b15 | 2015-07-02 17:06:26 +0300 | [diff] [blame] | 630 | |
| 631 | tlv320aic3106: tlv320aic3106@1b { |
Peter Ujfalusi | cf9a485 | 2015-07-02 17:06:28 +0300 | [diff] [blame] | 632 | #sound-dai-cells = <0>; |
Peter Ujfalusi | 6076b15 | 2015-07-02 17:06:26 +0300 | [diff] [blame] | 633 | compatible = "ti,tlv320aic3106"; |
| 634 | reg = <0x1b>; |
| 635 | status = "okay"; |
| 636 | |
| 637 | /* Regulators */ |
| 638 | IOVDD-supply = <&evm_v3_3d>; /* V3_3D -> <tps63031> EN: V1_8D -> VBAT */ |
| 639 | AVDD-supply = <&evm_v3_3d>; /* v3_3AUD -> V3_3D -> ... */ |
| 640 | DRVDD-supply = <&evm_v3_3d>; /* v3_3AUD -> V3_3D -> ... */ |
| 641 | DVDD-supply = <&ldo1>; /* V1_8D -> LDO1 */ |
| 642 | }; |
Lokesh Vutla | 11e2191 | 2013-12-19 18:03:38 +0530 | [diff] [blame] | 643 | }; |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 644 | |
| 645 | &epwmss0 { |
| 646 | status = "okay"; |
| 647 | }; |
| 648 | |
Vignesh R | 0f39f7b | 2014-11-21 15:44:22 +0530 | [diff] [blame] | 649 | &tscadc { |
| 650 | status = "okay"; |
| 651 | |
| 652 | adc { |
| 653 | ti,adc-channels = <0 1 2 3 4 5 6 7>; |
| 654 | }; |
| 655 | }; |
| 656 | |
Sourav Poddar | c540b47 | 2013-12-19 18:03:39 +0530 | [diff] [blame] | 657 | &ecap0 { |
| 658 | status = "okay"; |
| 659 | pinctrl-names = "default"; |
| 660 | pinctrl-0 = <&ecap0_pins>; |
| 661 | }; |
Sourav Poddar | d3d46cc | 2013-12-19 18:03:40 +0530 | [diff] [blame] | 662 | |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 663 | &gpio0 { |
Roger Quadros | 50336f5 | 2015-08-04 18:34:59 +0300 | [diff] [blame] | 664 | pinctrl-names = "default"; |
| 665 | pinctrl-0 = <&gpio0_pins>; |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 666 | status = "okay"; |
Roger Quadros | 50336f5 | 2015-08-04 18:34:59 +0300 | [diff] [blame] | 667 | |
| 668 | p23 { |
| 669 | gpio-hog; |
| 670 | gpios = <23 GPIO_ACTIVE_HIGH>; |
| 671 | /* SelEMMCorNAND selects between eMMC and NAND: |
| 672 | * Low: NAND |
| 673 | * High: eMMC |
| 674 | * When changing this line make sure the newly |
| 675 | * selected device node is enabled and the previously |
| 676 | * selected device node is disabled. |
| 677 | */ |
| 678 | output-low; |
| 679 | line-name = "SelEMMCorNAND"; |
| 680 | }; |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 681 | }; |
| 682 | |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 683 | &gpio1 { |
| 684 | status = "okay"; |
| 685 | }; |
| 686 | |
Sourav Poddar | d3d46cc | 2013-12-19 18:03:40 +0530 | [diff] [blame] | 687 | &gpio3 { |
| 688 | status = "okay"; |
| 689 | }; |
| 690 | |
| 691 | &gpio4 { |
| 692 | status = "okay"; |
| 693 | }; |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 694 | |
Dave Gerlach | 1ff3859e | 2014-03-21 10:50:13 +0530 | [diff] [blame] | 695 | &gpio5 { |
Peter Ujfalusi | 593113e | 2015-07-02 17:06:24 +0300 | [diff] [blame] | 696 | pinctrl-names = "default"; |
| 697 | pinctrl-0 = <&display_mux_pins>; |
Dave Gerlach | 1ff3859e | 2014-03-21 10:50:13 +0530 | [diff] [blame] | 698 | status = "okay"; |
| 699 | ti,no-reset-on-init; |
Peter Ujfalusi | 593113e | 2015-07-02 17:06:24 +0300 | [diff] [blame] | 700 | |
| 701 | p8 { |
| 702 | /* |
| 703 | * SelLCDorHDMI selects between display and audio paths: |
| 704 | * Low: HDMI display with audio via HDMI |
| 705 | * High: LCD display with analog audio via aic3111 codec |
| 706 | */ |
| 707 | gpio-hog; |
| 708 | gpios = <8 GPIO_ACTIVE_HIGH>; |
| 709 | output-high; |
| 710 | line-name = "SelLCDorHDMI"; |
| 711 | }; |
Dave Gerlach | 1ff3859e | 2014-03-21 10:50:13 +0530 | [diff] [blame] | 712 | }; |
| 713 | |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 714 | &mmc1 { |
| 715 | status = "okay"; |
Peter Ujfalusi | 390810a | 2015-07-02 17:06:25 +0300 | [diff] [blame] | 716 | vmmc-supply = <&evm_v3_3d>; |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 717 | bus-width = <4>; |
| 718 | pinctrl-names = "default"; |
| 719 | pinctrl-0 = <&mmc1_pins>; |
Mugunthan V N | 0731cbd | 2015-10-12 14:37:11 +0530 | [diff] [blame] | 720 | cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
Balaji T K | 506be3f | 2014-03-03 20:20:18 +0530 | [diff] [blame] | 721 | }; |
George Cherian | b5820d3 | 2014-03-19 15:40:02 +0530 | [diff] [blame] | 722 | |
Roger Quadros | eb157c8 | 2015-08-04 18:35:00 +0300 | [diff] [blame] | 723 | /* eMMC sits on mmc2 */ |
| 724 | &mmc2 { |
| 725 | /* |
| 726 | * When enabling eMMC, disable GPMC/NAND and set |
| 727 | * SelEMMCorNAND to output-high |
| 728 | */ |
| 729 | status = "disabled"; |
| 730 | vmmc-supply = <&evm_v3_3d>; |
| 731 | bus-width = <8>; |
| 732 | pinctrl-names = "default", "sleep"; |
| 733 | pinctrl-0 = <&emmc_pins_default>; |
| 734 | pinctrl-1 = <&emmc_pins_sleep>; |
| 735 | ti,non-removable; |
| 736 | }; |
| 737 | |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 738 | &mmc3 { |
| 739 | status = "okay"; |
| 740 | /* these are on the crossbar and are outlined in the |
| 741 | xbar-event-map element */ |
Peter Ujfalusi | cce1ee0 | 2015-12-17 15:33:37 +0200 | [diff] [blame] | 742 | dmas = <&edma_xbar 30 0 1>, |
| 743 | <&edma_xbar 31 0 2>; |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 744 | dma-names = "tx", "rx"; |
| 745 | vmmc-supply = <&vmmcwl_fixed>; |
| 746 | bus-width = <4>; |
| 747 | pinctrl-names = "default", "sleep"; |
| 748 | pinctrl-0 = <&mmc3_pins_default>; |
| 749 | pinctrl-1 = <&mmc3_pins_sleep>; |
| 750 | cap-power-off-card; |
| 751 | keep-power-in-suspend; |
| 752 | ti,non-removable; |
| 753 | |
| 754 | #address-cells = <1>; |
| 755 | #size-cells = <0>; |
| 756 | wlcore: wlcore@0 { |
| 757 | compatible = "ti,wl1835"; |
| 758 | reg = <2>; |
| 759 | interrupt-parent = <&gpio1>; |
| 760 | interrupts = <23 IRQ_TYPE_LEVEL_HIGH>; |
| 761 | }; |
| 762 | }; |
| 763 | |
Eyal Reizer | b6bbf59 | 2015-05-04 15:24:24 +0300 | [diff] [blame] | 764 | &uart3 { |
| 765 | status = "okay"; |
| 766 | pinctrl-names = "default"; |
| 767 | pinctrl-0 = <&uart3_pins>; |
| 768 | }; |
| 769 | |
George Cherian | b5820d3 | 2014-03-19 15:40:02 +0530 | [diff] [blame] | 770 | &usb2_phy1 { |
| 771 | status = "okay"; |
| 772 | }; |
| 773 | |
| 774 | &usb1 { |
| 775 | dr_mode = "peripheral"; |
| 776 | status = "okay"; |
| 777 | }; |
| 778 | |
| 779 | &usb2_phy2 { |
| 780 | status = "okay"; |
| 781 | }; |
| 782 | |
| 783 | &usb2 { |
| 784 | dr_mode = "host"; |
| 785 | status = "okay"; |
| 786 | }; |
Mugunthan V N | 7b25bab | 2014-05-13 14:14:31 +0530 | [diff] [blame] | 787 | |
| 788 | &mac { |
| 789 | slaves = <1>; |
| 790 | pinctrl-names = "default", "sleep"; |
| 791 | pinctrl-0 = <&cpsw_default>; |
| 792 | pinctrl-1 = <&cpsw_sleep>; |
| 793 | status = "okay"; |
| 794 | }; |
| 795 | |
| 796 | &davinci_mdio { |
| 797 | pinctrl-names = "default", "sleep"; |
| 798 | pinctrl-0 = <&davinci_mdio_default>; |
| 799 | pinctrl-1 = <&davinci_mdio_sleep>; |
| 800 | status = "okay"; |
| 801 | }; |
| 802 | |
| 803 | &cpsw_emac0 { |
| 804 | phy_id = <&davinci_mdio>, <0>; |
| 805 | phy-mode = "rgmii"; |
| 806 | }; |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 807 | |
| 808 | &elm { |
| 809 | status = "okay"; |
| 810 | }; |
| 811 | |
| 812 | &gpmc { |
Roger Quadros | eb157c8 | 2015-08-04 18:35:00 +0300 | [diff] [blame] | 813 | /* |
| 814 | * When enabling GPMC, disable eMMC and set |
| 815 | * SelEMMCorNAND to output-low |
| 816 | */ |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 817 | status = "okay"; |
| 818 | pinctrl-names = "default"; |
| 819 | pinctrl-0 = <&nand_flash_x8>; |
Roger Quadros | be3f39c | 2016-02-23 18:37:19 +0200 | [diff] [blame] | 820 | ranges = <0 0 0x08000000 0x01000000>; /* CS0 space. Min partition = 16MB */ |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 821 | nand@0,0 { |
Roger Quadros | be3f39c | 2016-02-23 18:37:19 +0200 | [diff] [blame] | 822 | compatible = "ti,omap2-nand"; |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 823 | reg = <0 0 4>; /* device IO registers */ |
Roger Quadros | be3f39c | 2016-02-23 18:37:19 +0200 | [diff] [blame] | 824 | interrupt-parent = <&gpmc>; |
| 825 | interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ |
| 826 | <1 IRQ_TYPE_NONE>; /* termcount */ |
Roger Quadros | 99a4101 | 2016-04-07 13:25:38 +0300 | [diff] [blame] | 827 | rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */ |
Roger Quadros | 6b86911 | 2014-09-02 16:57:03 +0300 | [diff] [blame] | 828 | ti,nand-ecc-opt = "bch16"; |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 829 | ti,elm-id = <&elm>; |
| 830 | nand-bus-width = <8>; |
| 831 | gpmc,device-width = <1>; |
| 832 | gpmc,sync-clk-ps = <0>; |
| 833 | gpmc,cs-on-ns = <0>; |
| 834 | gpmc,cs-rd-off-ns = <40>; |
| 835 | gpmc,cs-wr-off-ns = <40>; |
| 836 | gpmc,adv-on-ns = <0>; |
| 837 | gpmc,adv-rd-off-ns = <25>; |
| 838 | gpmc,adv-wr-off-ns = <25>; |
| 839 | gpmc,we-on-ns = <0>; |
| 840 | gpmc,we-off-ns = <20>; |
| 841 | gpmc,oe-on-ns = <3>; |
| 842 | gpmc,oe-off-ns = <30>; |
| 843 | gpmc,access-ns = <30>; |
| 844 | gpmc,rd-cycle-ns = <40>; |
| 845 | gpmc,wr-cycle-ns = <40>; |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 846 | gpmc,bus-turnaround-ns = <0>; |
| 847 | gpmc,cycle2cycle-delay-ns = <0>; |
| 848 | gpmc,clk-activation-ns = <0>; |
Pekon Gupta | 99ffa64 | 2014-05-19 14:45:46 +0530 | [diff] [blame] | 849 | gpmc,wr-access-ns = <40>; |
| 850 | gpmc,wr-data-mux-bus-ns = <0>; |
| 851 | /* MTD partition table */ |
| 852 | /* All SPL-* partitions are sized to minimal length |
| 853 | * which can be independently programmable. For |
| 854 | * NAND flash this is equal to size of erase-block */ |
| 855 | #address-cells = <1>; |
| 856 | #size-cells = <1>; |
| 857 | partition@0 { |
| 858 | label = "NAND.SPL"; |
| 859 | reg = <0x00000000 0x00040000>; |
| 860 | }; |
| 861 | partition@1 { |
| 862 | label = "NAND.SPL.backup1"; |
| 863 | reg = <0x00040000 0x00040000>; |
| 864 | }; |
| 865 | partition@2 { |
| 866 | label = "NAND.SPL.backup2"; |
| 867 | reg = <0x00080000 0x00040000>; |
| 868 | }; |
| 869 | partition@3 { |
| 870 | label = "NAND.SPL.backup3"; |
| 871 | reg = <0x000c0000 0x00040000>; |
| 872 | }; |
| 873 | partition@4 { |
| 874 | label = "NAND.u-boot-spl-os"; |
| 875 | reg = <0x00100000 0x00080000>; |
| 876 | }; |
| 877 | partition@5 { |
| 878 | label = "NAND.u-boot"; |
| 879 | reg = <0x00180000 0x00100000>; |
| 880 | }; |
| 881 | partition@6 { |
| 882 | label = "NAND.u-boot-env"; |
| 883 | reg = <0x00280000 0x00040000>; |
| 884 | }; |
| 885 | partition@7 { |
| 886 | label = "NAND.u-boot-env.backup1"; |
| 887 | reg = <0x002c0000 0x00040000>; |
| 888 | }; |
| 889 | partition@8 { |
| 890 | label = "NAND.kernel"; |
| 891 | reg = <0x00300000 0x00700000>; |
| 892 | }; |
| 893 | partition@9 { |
| 894 | label = "NAND.file-system"; |
| 895 | reg = <0x00a00000 0x1f600000>; |
| 896 | }; |
| 897 | }; |
| 898 | }; |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 899 | |
| 900 | &dss { |
| 901 | status = "ok"; |
| 902 | |
| 903 | pinctrl-names = "default"; |
| 904 | pinctrl-0 = <&dss_pins>; |
| 905 | |
| 906 | port { |
Javier Martinez Canillas | 7d304f7 | 2016-06-27 15:21:04 -0400 | [diff] [blame] | 907 | dpi_out: endpoint { |
Sathya Prakash M R | 0bacb52 | 2014-03-24 16:31:56 +0530 | [diff] [blame] | 908 | remote-endpoint = <&lcd_in>; |
| 909 | data-lines = <24>; |
| 910 | }; |
| 911 | }; |
| 912 | }; |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 913 | |
| 914 | &dcan0 { |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 915 | pinctrl-names = "default", "sleep"; |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 916 | pinctrl-0 = <&dcan0_default>; |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 917 | pinctrl-1 = <&dcan0_sleep>; |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 918 | status = "okay"; |
| 919 | }; |
| 920 | |
| 921 | &dcan1 { |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 922 | pinctrl-names = "default", "sleep"; |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 923 | pinctrl-0 = <&dcan1_default>; |
Roger Quadros | f95b106 | 2015-08-18 17:01:57 +0300 | [diff] [blame] | 924 | pinctrl-1 = <&dcan1_sleep>; |
Mugunthan V N | 4b1ce23 | 2014-07-18 11:29:11 +0530 | [diff] [blame] | 925 | status = "okay"; |
| 926 | }; |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 927 | |
| 928 | &vpfe0 { |
| 929 | status = "okay"; |
| 930 | pinctrl-names = "default", "sleep"; |
| 931 | pinctrl-0 = <&vpfe0_pins_default>; |
| 932 | pinctrl-1 = <&vpfe0_pins_sleep>; |
| 933 | |
| 934 | port { |
| 935 | vpfe0_ep: endpoint { |
Lad, Prabhakar | 3aa5920 | 2015-03-12 23:38:21 +0000 | [diff] [blame] | 936 | remote-endpoint = <&ov2659_1>; |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 937 | ti,am437x-vpfe-interface = <0>; |
| 938 | bus-width = <8>; |
| 939 | hsync-active = <0>; |
| 940 | vsync-active = <0>; |
| 941 | }; |
| 942 | }; |
| 943 | }; |
| 944 | |
| 945 | &vpfe1 { |
| 946 | status = "okay"; |
| 947 | pinctrl-names = "default", "sleep"; |
| 948 | pinctrl-0 = <&vpfe1_pins_default>; |
| 949 | pinctrl-1 = <&vpfe1_pins_sleep>; |
| 950 | |
| 951 | port { |
| 952 | vpfe1_ep: endpoint { |
Lad, Prabhakar | 3aa5920 | 2015-03-12 23:38:21 +0000 | [diff] [blame] | 953 | remote-endpoint = <&ov2659_0>; |
Benoit Parrot | c788a7f | 2014-12-18 21:54:14 +0530 | [diff] [blame] | 954 | ti,am437x-vpfe-interface = <0>; |
| 955 | bus-width = <8>; |
| 956 | hsync-active = <0>; |
| 957 | vsync-active = <0>; |
| 958 | }; |
| 959 | }; |
| 960 | }; |
Peter Ujfalusi | d3d92af | 2015-07-02 17:06:27 +0300 | [diff] [blame] | 961 | |
| 962 | &mcasp1 { |
Peter Ujfalusi | cf9a485 | 2015-07-02 17:06:28 +0300 | [diff] [blame] | 963 | #sound-dai-cells = <0>; |
Peter Ujfalusi | d3d92af | 2015-07-02 17:06:27 +0300 | [diff] [blame] | 964 | pinctrl-names = "default", "sleep"; |
| 965 | pinctrl-0 = <&mcasp1_pins>; |
| 966 | pinctrl-1 = <&mcasp1_sleep_pins>; |
| 967 | |
| 968 | status = "okay"; |
| 969 | |
| 970 | op-mode = <0>; /* MCASP_IIS_MODE */ |
| 971 | tdm-slots = <2>; |
| 972 | /* 4 serializers */ |
| 973 | serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ |
| 974 | 0 0 1 2 |
| 975 | >; |
| 976 | tx-num-evt = <32>; |
| 977 | rx-num-evt = <32>; |
| 978 | }; |
Keerthy | fff51e7 | 2015-08-18 15:11:14 +0530 | [diff] [blame] | 979 | |
| 980 | &rtc { |
| 981 | clocks = <&clk_32k_rtc>, <&clk_32768_ck>; |
| 982 | clock-names = "ext-clk", "int-clk"; |
| 983 | status = "okay"; |
| 984 | }; |
Dave Gerlach | 2af84bd | 2016-05-18 18:36:30 -0500 | [diff] [blame] | 985 | |
| 986 | &cpu { |
| 987 | cpu0-supply = <&dcdc2>; |
| 988 | }; |